frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Hordev – Claude Code skills that build instead of asking questions

https://github.com/heffrey/hordev
1•heffrey•1m ago•0 comments

Drawably: Hand-Drawn UI Controls

https://github.com/Danilaa1/drawably
1•ingve•1m ago•0 comments

I Gave My Model the Answer. It Still Couldn't See the Break

https://skyliquid.medium.com/i-gave-my-model-the-correct-answer-it-still-failed-9aacb06afe69
1•skyliquid22•1m ago•0 comments

New Embedded.fm Episode with Programmers at Work Author

https://embedded.fm/episodes/533
1•slammers123•1m ago•0 comments

Google Decided to Index My Blog Again

https://blog.matthewbrunelle.com/google-decided-to-index-my-blog-again/
1•speckx•2m ago•0 comments

What Is Pix

https://whatispix.com/
1•hmokiguess•2m ago•1 comments

Shattered Pixel Dungeon v4.0.0

https://shatteredpixel.com/blog/shattered-pixel-dungeon-v400.html
1•ErenayDev•4m ago•0 comments

Kova: The hardware ecosystem from sketch to shelf

https://kova-five-zeta.vercel.app/
1•awalGarg•5m ago•0 comments

Arm Neoverse CSS N4 Launched for Next-Gen CPUs and DPUs

https://www.servethehome.com/arm-neoverse-css-n4-launched-for-next-gen-cpus-and-dpus/
1•pella•5m ago•0 comments

The End of Software Engineering

https://arxiv.org/abs/2606.05608
2•Anon84•5m ago•0 comments

Map: The True Size Of...

https://thetruesize.com/
1•pseudolus•6m ago•0 comments

Native Async/Coroutine Reads in RocksDB

https://rocksdb.org/blog/2026/08/24/native-coroutine-reads.html
1•andrewstetsenko•7m ago•0 comments

Apple Introduces AirPods 5

https://www.apple.com/newsroom/2026/09/apple-introduces-airpods-5-with-best-in-class-open-ear-act...
15•awad•7m ago•2 comments

Three Jurors in Clancy Trial Describe Frustration with Holdout

https://www.nytimes.com/2026/09/08/us/jurors-lindsay-clancy-trial.html
1•whack•8m ago•0 comments

Popular navigation apps unlikely to ditch Mercator maps despite UN resolution

https://arstechnica.com/gadgets/2026/09/un-correct-the-map-resolution-wont-change-mercator-map-us...
1•pseudolus•8m ago•0 comments

Microsoft/tgrep: grep with trigram indexing in Rust

https://github.com/microsoft/tgrep
1•adamnemecek•9m ago•0 comments

Use Firefox

https://ramkumar.me/essays/2026/09/08/use-firefox/
2•speckx•9m ago•0 comments

Find investors for your startup for free

https://leadagentx.ai
1•liranbr•9m ago•0 comments

Europe Considers Tech Sovereignty

https://cacm.acm.org/news/europe-considers-tech-sovereignty/
2•pseudolus•10m ago•0 comments

Show HN: AI Burn Clock – the cost of agents reading whole files

https://aiburnclock.org/
1•Nikolaichuk•10m ago•0 comments

Italy proposes no fees for digital euro payments under €10

https://www.euronews.com/business/2026/09/08/exclusive-italy-proposes-no-fees-for-digital-euro-pa...
5•giuliomagnifico•10m ago•0 comments

I want a data center job

1•incalculablecac•12m ago•1 comments

Lean certificates accompanying Navier-Stokes and Euler results

https://github.com/openai/NavierStokesAndEuler/tree/main
1•thunderbong•13m ago•0 comments

Apple debuts iPhone 18 Pro and iPhone 18 Pro Max

https://www.apple.com/newsroom/2026/09/apple-debuts-iphone-18-pro-and-iphone-18-pro-max/
7•meetpateltech•13m ago•0 comments

Scan your hand, build a keyboard

https://ryanis.cool/cosmos/
1•tripdout•14m ago•0 comments

A website that sells nothing – 20% goes to children's surgery

https://www.nothings.wtf/
1•amarfarkhadi•14m ago•1 comments

Cartesium: Graph Equations in 2D and 3D

https://cartesium.org/
2•gregsadetsky•15m ago•0 comments

Codex GPT-5.6-sol Performance Tracker

https://marginlab.ai/trackers/codex/
3•Bluestein•16m ago•1 comments

iPhone 18 Pro

https://techcrunch.com/2026/09/09/apple-launches-iphone-18-pro-with-upgraded-camera/
9•keito•16m ago•0 comments

Don't Outsource Growth to the Algorithm

https://speedrun.substack.com/p/dont-outsource-growth-to-the-algorithm
1•7777777phil•17m 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.