frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I advertise malicious software on Google Ads

https://xlii.space/eng/malicious-software-on-google-ads/
1•xlii•1m ago•0 comments

Solaris Turnstiles for mutex priority inheritance

https://rdmsr.github.io/writing/turnstiles/
1•fanf2•3m ago•0 comments

Desert Ant Labs: local, fast models that run on device

https://desertant.com/blog/introducing-desert-ant-labs/
3•willwhitedc•5m ago•0 comments

Mapped: AI Adoption by Country in 2026

https://www.visualcapitalist.com/mapped-ai-adoption-by-country-in-2026/
1•soltanov•6m ago•0 comments

Is Google planning for Gemini 4 rather than 3.5 pro?

2•Qhloi•8m ago•0 comments

Show HN: Is It Q?

https://github.com/jparmstrong/IsItQ
1•gohwell•8m ago•0 comments

Has anybody burned out of tech like me, and done something else?

1•password03•10m ago•0 comments

Show HN: Web Developer = Embedded Developer: Real PHP Now Runs on the ESP32

https://www.php-baremetal.com/blog/real-php-on-esp32
1•gianfriaur•14m ago•0 comments

AlphaGenome maps 9B DNA variants

https://spectrum.ieee.org/alphagenome-atlas
1•ltononro•14m ago•0 comments

PicWish – AI photo editing for product images and everyday use

https://picwish.com/
1•VolaRmb•14m ago•0 comments

Tell HN: R2-D2 and Chewbacca playing holochess

1•gus_massa•14m ago•0 comments

Foldable iPhone took 10 years to design

https://www.bloomberg.com/news/articles/2026-09-08/apple-s-2-000-plus-foldable-iphone-was-a-decad...
1•ltononro•15m ago•2 comments

An experiment to make a highly fun FOSS game with the community using AI

https://github.com/Resistance-Labs-Tech/fossgamewithai
2•samurai48•17m ago•0 comments

We are the civic movement dedicated to averting the risks of superhuman AI

https://pauseai.uk
2•Bluestein•17m ago•0 comments

Disable Windows Defender via Antivirus Fake Registration

https://ipurple.team/2026/09/09/windows-security-center/
2•supermatou•21m ago•0 comments

Greta Oto

https://en.wikipedia.org/wiki/Greta_oto
3•thunderbong•22m ago•0 comments

We asked if vibecoding had fried people's brains

https://codeset.ai/blog/has-vibecoding-fried-your-brain
4•andre15silva•22m ago•1 comments

Government updates belong in an open feed

https://openrss.org/blog/government-updates-belong-in-an-open-feed
2•theanonymousone•23m ago•0 comments

DeepSeek launching v4.1 flash cheaper and more capable than v4 pro

4•nickweb•25m ago•1 comments

Built an infinite canvas with GPT-6, complete with a universe scale demo

1•neugls•25m ago•0 comments

Show HN: Chrome extension to merge multiple Twitch chats

https://github.com/sofumel/TwitchTrendFlow
1•sofumel•27m ago•0 comments

Families' interest in their kids' education is falling globally as scores drop

https://www.nbcnews.com/news/education/families-interest-kids-education-falling-globe-scores-drop...
1•theanonymousone•28m ago•0 comments

China-Based AI Companies Conducting Industrial-Scale Distillation Campaigns

https://www.cisa.gov/news-events/cybersecurity-advisories/aa26-251a
2•geox•28m ago•0 comments

Anti-AI slop moves for front end projects going faster than humans can review

https://evilmartians.com/chronicles/ten-anti-ai-slop-moves-for-frontend-projects-going-faster-tha...
2•spiros•29m ago•0 comments

How Stripe Checkout Works

https://docs.stripe.com/payments/checkout/how-checkout-works
2•Brysonbw•32m ago•0 comments

Code per developer is up 40% since 2022; review capacity isn't

https://www.reviewsaur.com/research
1•rafalgraniczny•36m ago•1 comments

Don't Stick Your SidePulse Pro in a Mac Studio

https://blog.jgc.org/2026/09/dont-stick-your-sidepulse-pro-in-mac.html
2•jgrahamc•36m ago•0 comments

As He Backs ICE Crackdown, Nebraska Governor Employs Undocumented Workers

https://www.nytimes.com/2026/09/09/us/jim-pillen-ice-nebraska-undocumented-workers.html
2•sbulaev•38m ago•0 comments

A photon that should never have reached Earth

https://phys.org/news/2026-09-photon-einstein-current-physics-earth.html
3•wjSgoWPm5bWAhXB•38m ago•1 comments

DialKit

https://joshpuckett.me/dialkit
2•handfuloflight•39m 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.