frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Maura Gillison, who linked HPV to head and neck cancer, dies at 61

https://cancerletter.com/obituary/20260702_2/
1•tortilla•41s ago•0 comments

Math Visualizations of the AI Layoff Trap

https://mattlane.us/stories/dailemma
1•mmmaaatttttt•48s ago•0 comments

Ask HN: How has the internet devolved in recent years?

1•fridayblunt•5m ago•0 comments

Zero Sum Attribution Powered by AI

https://www.upside.tech/platform/pipedash/
1•mada299•6m ago•0 comments

Count Binface, Nigel Farage's space-warrior foe

https://www.economist.com/the-world-in-brief/2026/07/11/b240d63f-2768-43dd-89b6-2bdceb6df745
2•tagawa•6m ago•0 comments

Show HN: A pixel pet for your GitHub README that eats your commits

https://github.com/Nomlings/badge
1•franwbu•7m ago•0 comments

Atuin AI Proxy

https://github.com/Vlad1mir-D/atuin-ai-proxy
1•Am1G0•7m ago•0 comments

State Actors and AI Slop Are Amplifying the Homegrown Data Center Revolt

https://alethea.com/insights/how-state-actors-and-ai-slop-are-amplifying-data-center-revolt
2•m-hodges•8m ago•0 comments

Rise of the 'Slop Zombies'

https://www.machinesociety.ai/p/rise-of-the-slop-zombies
2•mikelgan•8m ago•1 comments

How to become a -10x Engineering Manager

https://medium.com/@jackiexu1228/how-to-be-a-10x-engineering-manager-a9fa8e3dd558
1•kokodoko•10m ago•0 comments

Which 'AI scientist' suits your lab? A guide for the perplexed

https://www.nature.com/articles/d41586-026-02091-6
1•gnabgib•10m ago•0 comments

I Like Using Scrollbars

https://www.arp242.net/scrollbar.html
1•ingve•13m ago•0 comments

From Venture Rankings to Venture Decisions

https://www.thestateofventure.com/p/from-venture-rankings-to-venture
1•kteare•14m ago•0 comments

Unlocking the PSP's Dual Core Setup

https://wololo.net/2026/06/16/unlocking-the-psps-dual-core-setup/
1•msephton•17m ago•0 comments

Show HN: Hana JIT – LLVM-backed Python JIT with genetic-algorithm superoptimizer

https://github.com/ezducate/HanaJit
1•iqbal1980•19m ago•0 comments

Security settings every GitHub maintainer should enable this week

https://github.blog/security/6-security-settings-every-github-maintainer-should-enable-this-week/
1•mooreds•29m ago•0 comments

Build your favorite technologies from scratch

https://github.com/codecrafters-io/build-your-own-x
1•kamphey•30m ago•0 comments

What Does a WordPress Development Company Do?

https://www.techwrath.com/what-does-wordpress-development-company-do/
1•techwrath11•33m ago•0 comments

Wine 11.13 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.13
1•neustradamus•35m ago•0 comments

Agents of Our Own Illiteracy

https://royalicing.com/2026/agents-of-our-own-illiteracy
1•burntcaramel•36m ago•0 comments

Classicist Emily Wilson: 'Odysseus is a different kind of conman'

https://www.ft.com/content/3edbfdf4-cb20-4393-9d5d-ffc1dd241ca4
1•petethomas•38m ago•1 comments

Project Cybersyn

https://en.wikipedia.org/wiki/Project_Cybersyn
1•lschueller•39m ago•0 comments

Hermes – AI that turns customer behavior into actions instead of dashboards

https://tryhermes.dev
1•germainhirwa•40m ago•0 comments

Old Car Racing Photos (2021)

https://toni.org/2021/01/26/old-car-racing-photos/
1•mooreds•41m ago•0 comments

Grok Build hides a Doom-like 'easter egg' game behind the /gboom command

https://runtimewire.com/article/exclusive-grok-build-hides-a-doom-like-easter-egg-game-behind-the...
1•ryanmerket•42m ago•0 comments

A Big Headache for Police: Getting Driverless Cars to Obey Traffic Laws

https://www.wsj.com/business/autos/a-big-headache-for-police-getting-driverless-cars-to-obey-traf...
2•apparent•45m ago•1 comments

GPT-5.6 Luna outperforms GPT-5.5 on health reasoning, while being 25x cheaper

https://twitter.com/OpenAI/status/2075686461693898868
1•rstagi•51m ago•0 comments

The Persistent Gravity of Cross Platform

https://allenpike.com/2021/gravity-of-cross-platform-apps/
1•ingve•51m ago•0 comments

Querying Physical AI Data with Daft

https://www.eventual.ai/blog/egodex-scenario-search
1•DISCURSIVE•52m ago•0 comments

Designing a Listen Later Pipeline

https://www.coryd.dev/posts/2026/designing-a-listen-later-pipeline
1•cdrnsf•52m 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.