frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent Mayday, 911 for Agents

https://agentmayday.org/
1•pingou•1m ago•0 comments

Mathematical Discourse

https://www.mathematicaldiscourse.org/
1•subset•3m ago•0 comments

This Week Changed Medicine Forever: 4 Breakthroughs

https://afshine.substack.com/p/this-week-changed-medicine-forever
1•delichon•3m ago•0 comments

Show HN: Make ordinary subagent workflows persistent and trackable

https://github.com/ringlochid/oh-my-subagents
3•ringlochid•5m ago•0 comments

Learn electronics by building your own SPICE with Python and Z3

https://spicycircuits.dev
1•pkoird•7m ago•0 comments

Andrew Ng: "AI Engineering Skills Map: Building and Deploying AI Applications"

https://twitter.com/AndrewYNg/status/2090840747738374568
1•Anon84•11m ago•0 comments

Why Einstein would fail today: The case for an automated AI Science Institute

https://zenodo.org/records/22067050
1•Anastasov_Theor•15m ago•0 comments

Publish to 15 social media channels using AI agents, free

https://www.bulkpublish.com/
1•azeemkafridi•15m ago•1 comments

Agentic AI in a Smolbox

https://remyhax.xyz/posts/smolbox/
2•882542F3884314B•18m ago•0 comments

Chinese parents pay for 'hardship camps' to teach children family appreciation

https://www.scmp.com/news/people-culture/trending-china/article/3364643/chinese-hardship-camps-se...
3•rzk•19m ago•0 comments

The Interpretability Illusion – Why we should train models to be interpretable

https://hisku.substack.com/p/the-interpretability-illusion-why
1•Hiskias•21m ago•0 comments

Evidence over Anecdotes: Running A/B Tests on AI Agent Tooling

https://www.pagerduty.com/eng/evidence-over-anecdotes-running-a-b-tests-on-ai-agent-tooling/
1•mooreds•24m ago•0 comments

Habeas Data

https://en.wikipedia.org/wiki/Habeas_data
1•pizzaiolo•29m ago•0 comments

Cops murder woman in Clackamas County Jail by preventing her breathing [video]

https://www.youtube.com/watch?v=MQiHKHEoCII
1•julienreszka•30m ago•0 comments

The search for consciousness inside AI

https://www.economist.com/interactive/briefing/2026/08/20/the-search-for-consciousness-inside-llms
2•pingou•32m ago•1 comments

Mother Tongue

https://www.technologyreview.com/2026/08/21/1141726/mother-tongue-fiction/
1•joozio•37m ago•0 comments

'AI refuser' quit her dream job, and hopes others follow

https://www.smh.com.au/technology/this-ai-refuser-quit-her-dream-job-and-hopes-others-follow-2026...
10•mcapodici•45m ago•1 comments

Debt Apple owes to CIA (through NeXT)

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9
3•krackout•57m ago•2 comments

Your Open Source Model Could Have a Hidden Time-Release Backdoor

https://morgin.ai/articles/your-open-source-model-could-have-a-hidden-time-release-backdoor.html
4•chknlttle•59m ago•1 comments

Why do Canadians call the last letter of the alphabet Zed?

https://www.cbc.ca/news/canada/newfoundland-labrador/zed-explained-canadians-9.7315717
3•theanonymousone•1h ago•3 comments

Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
1•omarfakih•1h ago•1 comments

AI datasets (2.6k entries) – automated collection, updated daily

https://huggingface.co/gemmozero
2•LegionAPI•1h ago•0 comments

Programming Language Semantics and Memory Safety

https://burakemir.ch/post/formal-semantics/
2•birdculture•1h ago•0 comments

Show HN: Budgethole.com – Close the US federal deficit yourself

https://budgethole.com
1•polocode•1h ago•1 comments

US corporate AI debt surge tests investor limits as fatigue emerges

https://www.reuters.com/legal/transactional/us-corporate-ai-debt-surge-tests-investor-limits-fati...
5•1vuio0pswjnm7•1h ago•1 comments

Show HN: 26-node n8n workflow for scoring and routing B2B leads

https://n8n.io/workflows/18528-score-and-route-b2b-website-leads-with-google-sheets-and-gmail/
1•tinyopsstudio•1h ago•0 comments

Austrian mountain town [Leoben] finds niche in AI boom

https://techxplore.com/news/2026-08-austrian-mountain-town-niche-ai.html
1•mdp2021•1h ago•0 comments

Meta is latest "tech" giant to land in her courtroom. Meet YGR

https://www.cnbc.com/2026/08/22/meet-yvonne-gonzalez-rogers-judge-taking-on-meta.html
1•1vuio0pswjnm7•1h ago•0 comments

Show HN: Kloni – Keyboard-first mind mapping for macOS with tasks built in

https://kloni.app/
1•maketrueco•1h ago•0 comments

Sydney Marathon medal mistakenly depicts Munich stadium

https://www.bbc.com/news/articles/cvg92y1wzn8o
2•epestr•1h 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.