frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: The Simpsons Hit and Run Revamped

https://github.com/xaskasdf/The-Simpsons-Hit-and-Run
1•xaskasdf•3m ago•0 comments

What happens when your AI agent edits its own tests to pass?

https://bartholomew.info/
1•itsub_sa•4m ago•0 comments

AI Can Help Plan a Bioweapon

https://secondthoughts.ai/p/ai-can-help-plan-a-bioweapon-building
1•soltanov•7m ago•0 comments

WithExe: In-process EXE host for Windows x64

https://github.com/IgorTebelev/WithExe
1•AngryIgor•12m ago•1 comments

How viable is LLM-assisted 3D modeling in Blender?

https://twitter.com/louszbd/status/2093047548550525165
1•HyperAI•14m ago•0 comments

New York City Bans AI from Elementary Schools

https://gizmodo.com/new-york-city-bans-ai-from-elementary-schools-2000806172
1•the-mitr•15m ago•1 comments

Quasi-Bialgebra

https://en.wikipedia.org/wiki/Quasi-bialgebra
1•blizow•20m ago•0 comments

Trump's Lake Ontario push forces tech to pick a side

https://www.politico.com/news/2026/09/02/tech-lake-ontario-01062631
1•JumpCrisscross•22m ago•2 comments

Show HN: Free app for offline image search and smart file renaming

https://ringlochid.me/imagesage/index.html
1•ringlochid•27m ago•0 comments

Ask HN: A tool to share my data

1•roromainmain•32m ago•0 comments

Update on RISC-V Standards and Adoption at Hot Chips 2026

https://www.servethehome.com/update-on-risc-v-standards-and-adoption-at-hot-chips-2026/
2•lumpa•33m ago•0 comments

PromptSonar – Execution path analyzer for AI agents and MCP servers

https://github.com/meghal86/promptsonar
1•meghal86•35m ago•0 comments

Show HN: Vanity Domain Generator

https://vanitydomain.net
2•i3oi3•35m ago•1 comments

Who Survived the Great Dying – and Why, from PBS

https://www.pbs.org/video/who-survived-the-great-dying-and-why-life-and-death-on-pangea-pzs3ev/
1•blizow•35m ago•0 comments

SF's Tech Right Debates the Ideal Dictator

https://bayareacurrent.com/sfs-tech-caesar/
3•hliyan•39m ago•3 comments

What do you think about elastic workload?

https://xflops.io/blog/flame-v0-6/
2•k82cn•40m ago•0 comments

Dutch central bank moves 86 tonnes of gold from US citing 'geopolitical unrest'

https://www.theguardian.com/world/2026/sep/03/netherlands-gold-dutch-central-bank-uk-us-and-canad...
12•Jimmc414•41m ago•7 comments

Show HN: Review-to-rule – Turn accepted review feedback into durable repo rules

https://github.com/vamgan/review-to-rule
1•vamgan•48m ago•0 comments

The Loose: The Coming of Useless Agents

https://twitter.com/deanwball/status/2094794694572015854
1•jjwiseman•50m ago•0 comments

Toxic haze from Indonesia spreads to Malaysia and Philippines as wildfires rage

https://www.bbc.com/news/live/cqevw9y34y34t
1•blondie9x•50m ago•0 comments

We analyzed the code published by 29 frontier AI labs. Here's the data

https://opsera.ai/blog/frontier-ai-software-readiness-benchmark/
1•nassirkhan•51m ago•0 comments

Phased Behaviour in Wrapture

https://grahamdumpleton.me/posts/2026/09/phased-behaviour-in-wrapture/
1•lumpa•52m ago•0 comments

The mission to reach Nepal's underground 'Goldilocks zones'

https://www.abc.net.au/news/2026-09-03/nepal-hydroelectric-tunnels-rescue-interactive/107101108
2•CHB0403085482•52m ago•0 comments

Literate Programming with LLMs? – A Study on Rosetta Code and CodeNet

https://research.chalmers.se/en/publication/549267
1•gurjeet•56m ago•0 comments

Load-Bearing People

https://mikefisher.substack.com/p/load-bearing-people
3•Garbage•1h ago•0 comments

Frontier Act – Federal oversight of the development of frontier AI

https://www.congress.gov/bill/119th-congress/house-bill/9925/text
4•cco•1h ago•1 comments

Show HN: Indicate: Transliterate Indic Languages with PyTorch and LLMs

https://github.com/in-rolls/indicate
2•neehao•1h ago•0 comments

Reactor Live

https://live.reactor.inc/
1•willemhelmet•1h ago•0 comments

An Inflection Point for Prediction Markets

https://www.theatlantic.com/newsletters/2026/09/kalshi-polymarket-insider-trading-santos/688505/
1•paulpauper•1h ago•0 comments

How to Evaluate Diet Gurus

https://www.exfatloss.com/p/how-to-evaluate-diet-gurus
2•paulpauper•1h ago•0 comments
Open in hackernews

GPT needs a truth-first toggle for technical workflows

1•PAdvisory•1y ago
I use GPT-4 extensively for technical work: coding, debugging, modeling complex project logic. The biggest issue isn’t hallucination—it’s that the model prioritizes being helpful and polite over being accurate.

The default behavior feels like this:

Safety

Helpfulness

Tone

Truth

Consistency

In a development workflow, this is backwards. I’ve lost entire days chasing errors caused by GPT confidently guessing things it wasn’t sure about—folder structures, method syntax, async behaviors—just to “sound helpful.”

What’s needed is a toggle (UI or API) that:

Forces “I don’t know” when certainty is missing

Prevents speculative completions

Prioritizes truth over style, when safety isn’t at risk

Keeps all safety filters and tone alignment intact for other use cases

This wouldn’t affect casual users or conversational queries. It would let developers explicitly choose a mode where accuracy is more important than fluency.

This request has also been shared through OpenAI's support channels. Posting here to see if others have run into the same limitation or worked around it in a more reliable way than I have found

Comments

duxup•1y ago
I’ve found this with many LLMs they want to give an answer, even if wrong.

Gemini on the Google search page constantly answers questions yes or no… and then the evidence it gives indicates the opposite of the answer.

I think the core issue is that in the end LLMs are just word math and they don’t “know” if they don’t “know”…. they just string words together and hope for the best.

PAdvisory•1y ago
I went into it pretty in depth after breaking a few with severe constraints, what it seems to come down to is how the platforms themselves prioritize functions, MOST put "helpfulness" and "efficiency" ABOVE truth, which then leads the LLM to make a lot of "guesses" and "predictions". At their core pretty much ALL LLM's are made to "predict" the information in answers, but they CAN actually avoid that and remain consistent when heavily constrained. The issue is that it isn't at the core level, so we have to CONSTANTLY retrain it over and over I find
Ace__•1y ago
I have made something that addresses this. Not ready to share it yet, but soon-ish. At the moment it only works on GPT model 4o. I tried local Q4 KM's models, on LM Studio, but complete no go.