frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Federal Right to Privacy Act

https://righttoprivacyact.github.io
1•pilingual•1m ago•0 comments

Ask HN: Supabase PG upgrade wiped production DB, PITR backups failing

1•supai•4m ago•0 comments

Your AI Agent Is Building Shadow IT and Nobody Noticed

https://geoffstearns.com/blog/your-ai-agent-is-building-shadow-it/
1•tensafefrogs•6m ago•0 comments

We Say You Want a Revolution (2025)

https://citizenlab.ca/research/2025-10-ai-enabled-io-aimed-at-overthrowing-iranian-regime/
1•caaqil•7m ago•0 comments

Show HN: Argazer – detect outdated Helm charts in ArgoCD applications

https://github.com/k-krew/argazer
1•kreicer•7m ago•0 comments

Building a high-end, documentation-first API for DualHeart Financial Association

1•DualHeartNEWS•8m ago•0 comments

Different Cultures Pair Food

https://pmc.ncbi.nlm.nih.gov/articles/PMC12026603/
1•jlauf•9m ago•0 comments

Gstack-auto: automated gstack builds with parallelized runs

https://github.com/loperanger7/gstack-auto
1•josh2600•11m ago•1 comments

We built HIGHTITAN instead of using heavy orchestrators

1•HIGHTITAN•15m ago•0 comments

Show HN: AutoBlogWriter – drop-in blog automation SDK for Next.js and React

https://autoblogwriter.app
1•autoblogwriter•19m ago•0 comments

Pulsed High-Power Radio Energy Can Cause Harmful Effects on the Brain (2024)

https://pmc.ncbi.nlm.nih.gov/articles/PMC10914144/
3•greesil•22m ago•0 comments

Cybeetle – AI-powered security scanning and threat intelligence for developers

https://cybeetle.com
1•angeltimilsina•22m ago•1 comments

Eliminating UI Bloat in the EraMix Financial Union Dashboard

1•EraMixOfficial•23m ago•0 comments

Show HN: Clsh – Real terminal on your phone (works with Claude Code)

https://github.com/my-claude-utils/clsh
2•clsh_dev•24m ago•0 comments

VibeSDK: I ported all features of Pydantic AI to TypeScript in 5hrs

https://github.com/a7ul/vibes
1•atulanand94•28m ago•0 comments

Ask HN: Critique the published validation work for my blackjack simulator

1•emerkel•29m ago•0 comments

King Kong: Behind the Scenes Photos That Show the Making of 1933's Classic

https://rarehistoricalphotos.com/king-kong-behind-the-scenes-photos/
1•1659447091•34m ago•0 comments

"How I write software with LLMs"

https://www.stavros.io/posts/how-i-write-software-with-llms/
4•indigodaddy•35m ago•0 comments

The Others

https://dark.ronacher.eu/2026/3/14/the-others/
1•lumpa•36m ago•0 comments

In search of Banksy, Reuters found the artist took on a new identity

https://www.reuters.com/investigates/special-report/global-art-banksy/
4•bookstore-romeo•37m ago•2 comments

AIx is an open standard for disclosing AI involvement in software projects

https://github.com/QAInsights/AIx
2•qainsights•38m ago•2 comments

Man's dog riddled with tumors. He used ChatGPT to design a cancer vaccine

https://finance.yahoo.com/news/mans-dog-riddled-tumors-dying-210500037.html
1•jwilliams•40m ago•0 comments

Show HN: Voxlert – SHODAN and the StarCraft Adjutant narrate my agent sessions

https://github.com/settinghead/voxlert
1•settinghead•42m ago•0 comments

AppFinish – Generate App Store screenshot packs from your raw screenshots

https://appfinish.com/upload
1•nykylomedia•42m ago•0 comments

Easy Way Out RL

https://twitter.com/signulll/status/2033205282717741395
2•razodactyl•42m ago•0 comments

Ask HN: How is your team collaborating while working with coding agents?

2•wek•44m ago•0 comments

Nan Da on Ethics of AIs as Engines of Transductive Inference

https://humanscodes.com/quote/da-transductive-inference
1•ethanmiller•48m ago•1 comments

I built an ephemeral P2P chat with WebRTC, without servers

https://ephemchat.vercel.app/
2•zRinexD•48m ago•1 comments

Show HN: Check for indicators of AI code in a project and dependencies

https://github.com/mat-1/slopcheck
2•matdoesdev•49m ago•0 comments

KakaoTalk's Billionaire Creator Ignited a Global Messaging War (2015)

https://www.forbes.com/sites/ryanmac/2015/03/02/kakaotalk-billionaire-brian-kim-mobile-messaging-...
3•networked•51m ago•0 comments
Open in hackernews

GPT needs a truth-first toggle for technical workflows

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