frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

GPT needs a truth-first toggle for technical workflows

1•PAdvisory•11mo 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•11mo 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•11mo 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__•11mo 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.

Show HN: Flocking Boids – Simulator – Recreated

https://vizbull.com/puzzle-games/boids-flocking
1•rkj93•1m ago•0 comments

After Magnus Carlsen, Chess Has Entered a New Age

https://www.newyorker.com/sports/sporting-scene/after-magnus-carlsen-chess-has-entered-a-new-age
1•mitchbob•2m ago•1 comments

Compression Algorithm Useful in Finance, Tech Endorsed by Oxford PhD

https://github.com/nr282/FDTT/tree/main
1•nrogals•2m ago•1 comments

A Deep Dive into Spyro 3's Antipiracy

https://www.tumblr.com/hwd405/814911172694425600/a-deep-dive-into-spyro-3s-antipiracy
1•ndiddy•2m ago•0 comments

Ukraine Has Picked Up the Torch America Dropped

https://www.nytimes.com/2026/04/26/opinion/zelensky-ukraine-trump-nato-leader.html
4•mitchbob•5m ago•1 comments

A tool to understand German government letters (for expats)

https://aplet.app/
2•mucite•5m ago•0 comments

Why are top university websites serving porn? It comes down to shoddy housekeep

https://arstechnica.com/security/2026/04/why-are-top-university-websites-serving-porn-it-comes-do...
3•joozio•8m ago•0 comments

Abort, Retry, No Thanks

https://unsung.aresluna.org/abort-retry-no-thanks/
2•wilkystyle•8m ago•0 comments

Rewrote My Blog with Zine

https://drewdevault.com/blog/Rewrite-with-zine/
2•xngbuilds•9m ago•0 comments

How to build expertise while using Claude Code

https://github.com/DrCatHicks/learning-opportunities
3•flawn•14m ago•1 comments

A Polish Influencer Beat MrBeast's Charity Guinness Record

https://twocontinents.com/pl/blog/nine-days-one-song-a-world-record-how-a-polish-influencer-beat-...
2•__natty__•16m ago•0 comments

Ask HN: Which is Better–Android or iOS?

4•wasimsk•19m ago•2 comments

Conspiracy Theories Are Everywhere Following WH Correspondents' Dinner Shooting

https://www.wired.com/story/staged-conspiracy-theories-are-everywhere-following-white-house-corre...
2•embedding-shape•20m ago•0 comments

Show HN: WaveletLM – wavelet-based, attention-free model with O(n log n) scaling

https://github.com/ramongougis/WaveletLM
1•anarmorarm•23m ago•0 comments

Taking Credit for the Idea

https://jonpauluritis.com/articles/taking-credit-for-the-idea/
1•jppope•25m ago•0 comments

Maine's governor vetoes data center moratorium

https://techcrunch.com/2026/04/25/maines-governor-vetoes-data-center-moratorium/
3•Brajeshwar•29m ago•0 comments

Sabastian Sawe smashes two-hour barrier in marathon's Roger Bannister moment

https://www.telegraph.co.uk/athletics/2026/04/26/london-marathon-2026-live-latest-updates-results...
2•thunderbong•30m ago•1 comments

Removing the AUICGP instruction from CHERIoT RISC V

https://cheriot.org/isa/toolchain/2026/03/23/removing-auicgp.html
2•fanf2•30m ago•0 comments

Does AI still feel like too much work to you?

2•GavinRatta•31m ago•0 comments

AI made writing code fast. Understanding it is still slow

https://vibinex.com/blog/engineering/understanding-code-changes
3•avikalp•33m ago•0 comments

FLUX.2 Klein – How Inference Works

https://medium.com/@geronimo7/flux-2-klein-how-inference-works-05553fcdbe7e
2•g58892881•33m ago•0 comments

The disappearing AI middle class

https://thenewstack.io/disappearing-ai-middle-class/
3•nick217•34m ago•0 comments

Palantir's Alex Karp: Technological Republic, in Brief

https://twitter.com/PalantirTech/status/2045574398573453312
5•simonebrunozzi•39m ago•1 comments

OpenCode-power-pack – Claude Code skills ported to OpenCode

https://github.com/waybarrios/opencode-power-pack
2•waybarrios•39m ago•0 comments

Interaction Nets and Hardware

https://tendrils.co/background
12•nilscrm•39m ago•4 comments

AI doom warnings are getting louder. Are they realistic?

https://www.nature.com/articles/d41586-026-01257-6?WT.ec_id=NATURE-20260423&utm_source=nature_eto...
3•Anon84•40m ago•3 comments

Show HN: realistic_blas: Exact infinite-precision LA, useful errs, f64 fast path

https://github.com/timschmidt/realistic_blas
1•timschmidt•42m ago•0 comments

SensibleJS – Reactive UI in ~10KB with Plain HTML Attributes

https://github.com/ricardoaponte/sensiblejs
2•ricardoaponte•43m ago•0 comments

Show HN: iOS app that visualizes your brainrot

https://apps.apple.com/us/app/oh-my-hours/id6760450002
3•jarko27•43m ago•0 comments

If more than 50% press blue, everyone survives. Red pressers always survive

https://shankwiler.com/posts/button-survival-hypothetical/
2•iuvcaw•43m ago•2 comments