frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Extending MySQL with VillageSQL

https://maxdemarzi.com/2026/05/21/extending-mysql-with-villagesql/
1•maxdemarzi•2m ago•0 comments

Microsoft open-sources "the earliest DOS source code discovered to date"

https://arstechnica.com/gadgets/2026/04/microsoft-open-sources-the-earliest-dos-source-code-disco...
3•DamnInteresting•4m ago•2 comments

Show HN: Play nbsdgames to increase your brain (exclamation mark)

https://github.com/abakh/nbsdgames
2•abakh•12m ago•0 comments

Complexity Has to Live Somewhere (2020)

https://ferd.ca/complexity-has-to-live-somewhere.html
1•vinhnx•13m ago•0 comments

AI didn't kill your junior pipeline. You did

https://andrewmurphy.io/blog/ai-didnt-kill-your-junior-pipeline-you-did
2•MBCook•24m ago•0 comments

Meta Sam 3: Segment Anything with Text, Clicks and Concepts

https://sam3ai.com/
1•wslh•27m ago•0 comments

Guy Won the Anthropic Hackathon Solo. Then He Open-Sourced the Stack

https://old.reddit.com/r/AIAgentsInAction/comments/1t84rlc/this_guy_won_the_anthropic_hackathon_s...
1•thomasjudge•28m ago•0 comments

AI Headshot Generator – Preview Before You Pay, $4.99 One-Time

https://aiheadshotgenerator.pro/
1•xiaomohaha•30m ago•0 comments

Suspect killed after opening fire on Secret Service agents near White House

https://www.bbc.com/news/live/c5y09vpe713t
4•berlianta•32m ago•0 comments

Scammers are abusing an internal Microsoft account to send spam links

https://techcrunch.com/2026/05/21/scammers-are-abusing-an-internal-microsoft-account-to-send-spam/
2•spike021•34m ago•0 comments

Justice Department scrubs its website of news releases about Jan. 6 defendants

https://apnews.com/article/justice-department-capitol-riot-news-releases-purged-29c580044a9ed27b6...
49•logickkk1•34m ago•4 comments

Ask HN: Did Messages get removed from Google Takeout?

2•MollyRealized•37m ago•0 comments

Bypassing Apple MIE

https://ironpeak.be/blog/bypassing-apple-mie/
1•cylo•41m ago•1 comments

Maxtoken: A Unified Framework for Unbounded AI Output

https://zenodo.org/records/20360523
1•choukric•43m ago•0 comments

Meshtastic em Portugal: a rede construída pelas pessoas

https://tech.neural-rage.com/artigos/meshtastic-em-portugal-a-rede-construida-pelas-pessoas/
2•portugalbinario•47m ago•0 comments

Reconstructing a Mixbook movie from its data API with FFmpeg

https://segar.me/blog/posts/reconstructing_a_mixbook_movie.html
1•msegar•54m ago•0 comments

The solution the supply chain problems is removing your deps from .gitignore

2•SchizoDuckie•54m ago•0 comments

Wake up! 16b

https://hellmood.111mb.de/wake_up_16b_writeup.html
11•MaximilianEmel•54m ago•2 comments

Show HN: A platform to find people to jam on side projects with

https://www.letsjam.live/
5•itsmechase•57m ago•3 comments

Vico, Descartes, and decay of knowledge in software

https://rubber-duck-typing.com/posts/2026-05-24-vico-verum-factum-software.html
1•sayon•1h ago•1 comments

Ask HN: Why agentic development stops from 2023

1•DmitriyBuchilin•1h ago•0 comments

Bateschess – Chess Analytics Feeding Stockfish Evals into LLM's

https://bateschess.com
1•wtbates99•1h ago•0 comments

The unlikely Vatican-Anthropic relationship that's reshaping AI ethics debate

https://religionnews.com/2026/05/22/why-anthropic-is-helping-unveil-the-popes-new-encyclical-on-ai/
1•gnabgib•1h ago•0 comments

US Towns Paid for Teachers and Cops to Use Weight-Loss Drugs. It Broke the Bank

https://www.wsj.com/us-news/u-s-towns-paid-for-teachers-and-cops-to-use-weight-loss-drugs-it-brok...
3•atestu•1h ago•0 comments

The AWS Service Quotas That Will Take Down Your Production at 3 Am

https://medium.com/@yalovoy/the-aws-service-quotas-that-will-take-down-your-production-at-3-am-an...
4•zero-ground-445•1h ago•1 comments

API proposed by Chrome: Declarative partial updates

https://developer.chrome.com/blog/declarative-partial-updates
4•theanonymousone•1h ago•0 comments

PageDrop – Share Single-Page HTML Creations Instantly

https://pagedrop.io/
1•user123•1h ago•1 comments

Valve import 50 tons of "game consoles" in the US, possibly Steam Machines

https://www.theverge.com/news/923461/valve-steam-machine-frame-deck-import-records-may-2026
3•TheJCDenton•1h ago•0 comments

E-Hiking Is Here. You Can Tell by My 1k-Watt Hips. Hypershell's X Ultra S

https://www.wsj.com/tech/personal-tech/robot-legs-hypershell-x-ultra-tested-e8a254e2
5•mataug•1h ago•1 comments

CES, a peer-to-peer system (25 years R&D, free)

https://github.com/fcecin/ces
3•fcecin•1h ago•1 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.