frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Composing a new platform for agent-first devices

https://commandline.microsoft.com/project-solara-build-2026/
1•benkan•1m ago•0 comments

Russia, Uzbekistan start construction of nuclear power plant

https://www.reuters.com/business/energy/russia-uzbekistan-start-construction-nuclear-power-plant-...
1•leonidasrup•1m ago•0 comments

Groups and Diffie-Hellman

https://derangedmathematician.substack.com/p/groups-and-diffie-hellman
1•signa11•3m ago•0 comments

Old New York Stories – Jacques Barzun Interview

https://www.google.com/url?q=https://oldnewyorkstories.com/post/11666981759/jacques-barzun
1•Michelangelo11•4m ago•0 comments

SlimTide Official Site – Advanced Gut and Metabolic Support

https://finance.yahoo.com/sectors/healthcare/articles/slimtide-capsules-exploding-2026-slim-19370...
1•zasuhaly•5m ago•0 comments

The blood cancer that became solvable

https://worksinprogress.co/issue/the-blood-cancer-that-became-solvable/
1•hunglee2•5m ago•0 comments

Code Is Cheap(er)

https://htmx.org/essays/code-is-cheap/
2•shikaan•5m ago•0 comments

The Infinite Policeman – Chapter 1.99999999-> Whatever Happened to Dimension ℵ0

https://medium.com/luminasticity/the-infinite-policeman-chapter-1-99999999-e7ad853d9456
1•bryanrasmussen•5m ago•0 comments

Devs Deserve PII Protection

1•attogram•5m ago•0 comments

How the Internet Invented Bread Clip Science

https://www.youtube.com/watch?v=TNwHnHL2Pgs
2•mghackerlady•13m ago•0 comments

SpaceX IPO video sells Musk's space, AI, asteroid dreams to mom-n-pop investors

https://www.latimes.com/business/story/2026-06-04/spacex-ipo-video-sells-elon-musks-space-ai-aste...
2•1vuio0pswjnm7•13m ago•0 comments

Sapient HRM-Text – a 1B PoC text gen model based on the HRM architecture

https://sapient.inc/hrm-text/
1•senorqa•15m ago•0 comments

Meteor Burst Radio is long range radio which bounces of ionised meteor trails

https://meteorcommunications.co.uk/our-history-3/
1•anjel•16m ago•1 comments

How to Easily Create Your Own Blender Theme

https://blog.cg-wire.com/blender-theme-customization-guide/
1•basilesamel•16m ago•0 comments

Show HN: Altersend – File sharing without cloud

https://github.com/denislupookov/altersend
3•denisdev1•17m ago•0 comments

24. Gulaschprogrammiernacht started, Streams of Talks are available

https://streaming.media.ccc.de/gpn24
2•modeopfer•23m ago•0 comments

Show HN: Encoding Audio Inside PNG Images [video]

https://www.youtube.com/watch?v=XityrCGbHm4
2•Regina0727•23m ago•0 comments

Americans lead AI data centre backlash, global poll finds

https://www.ft.com/content/ed07dc6c-aabe-4e4d-a508-4d2b4f24a852
3•1vuio0pswjnm7•23m ago•0 comments

Satya Nadella 'Not Sure' Who Said Microsoft Wanted to Make Addictive AI

https://www.404media.co/satya-nadella-not-sure-who-said-microsoft-wanted-to-make-addictive-ai-is-...
4•dr_hooo•25m ago•0 comments

Birds masturbate, and that's perfectly normal

https://theconversation.com/birds-masturbate-and-thats-perfectly-normal-284232
2•XzetaU8•25m ago•0 comments

I Didn't Become a Developer to Review AI Slop

https://www.builder.io/blog/developers-drowning-in-ai-prs
3•ankitg12•27m ago•0 comments

Laptop makers are sacrificing ports and repairability for designs

2•anantayush•28m ago•0 comments

How much value is AI creating?

https://www.ft.com/content/8e9ae7a4-7209-4e2c-aa36-f3af77d6ce1f
2•1vuio0pswjnm7•29m ago•0 comments

Anthropic tops AI Arena rankings as it files for IPO

https://liveclip.substack.com/p/anthropic-files-for-ipo-state-of-ai
2•firasd•29m ago•0 comments

Anatomy of a Claude Code Session

https://codewithmukesh.com/blog/anatomy-claude-code-session/
2•ankitg12•31m ago•0 comments

Magit-difftastic: render diffs with difftastic inside magit's buffers

https://github.com/rschmukler/magit-difftastic
2•signa11•40m ago•0 comments

Hagezi DNS-blocklist is returning 404

https://github.com/hagezi/dns-blocklists
2•aayala•42m ago•1 comments

The Pipeline Game: Reading Buying Pressure Before Leads Exist

https://basinleon.github.io/pipeline-game/
2•lbasin23•43m ago•0 comments

Fine-tuning an LLM to write docs like it's 1995

https://passo.uno/fine-tuning-docs-llm/
4•taubek•45m ago•0 comments

Ask HN: What are the biggest problems you find in OpenClaw/Hermes?

1•muoco-01•46m 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.