frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Choreoglyphs – our new, invisible writing system

https://choreoglyphs.com/
1•spython•26s ago•0 comments

Trump admin using AI to deny medical care for seniors in disastrous experiment

https://arstechnica.com/health/2026/09/trump-admin-using-ai-to-deny-medical-care-for-seniors-in-d...
2•clumsysmurf•5m ago•0 comments

Self-Complexity

https://en.wikipedia.org/wiki/Self-complexity
1•toomuchtodo•5m ago•0 comments

YOLO Linux

https://yololinux.com/
1•raattgift•6m ago•0 comments

Show HN: Draw something once a day with friends

https://justdraw.peerdiem.com/
1•afkqs•7m ago•0 comments

Missile Task

https://beza1e1.tuxen.de/lore/missile_task.html
1•gavinhoward•8m ago•0 comments

In Company Style: Illustrations from James Skinner's Kitāb-I tashrīḥ al-aqvām

https://publicdomainreview.org/collection/james-skinner-india-castes/
1•SamuraiLion•8m ago•0 comments

Measuring Taiwan's Mobile Slowdown with OONI in Taipei

https://mashbean.net/en/blog/2026/0813-16xy2v/
1•DemiGuru•9m ago•0 comments

SlopCop Power Ranking: live tickets in a 1.1M loc codebase

https://slopcop.com/power-ranking
1•jbellis•9m ago•0 comments

Meta bans another Toronto performer from Instagram and Facebook over Bikini

https://www.thestar.com/news/gta/meta-bans-another-toronto-performer-from-instagram-and-facebook-...
1•bhouston•9m ago•0 comments

Small questions, measurable gains with Jev – CraftCX

https://craftcx.com/blog/moving-support-decisions-to-jev
1•dugjason•11m ago•0 comments

Cargo-atlas – A compiler-accurate Rust code map for AI coding agents

https://github.com/TheBlitzschnell/cargo-atlas
1•TheBlitzschnell•11m ago•0 comments

How AI changed the Eng Manager role

https://blog.codacy.com/how-ai-is-changing-the-engineering-manager-role-more-context-more-capacit...
2•claudiacsf•12m ago•1 comments

Why you should check your gem's lines of code

https://spinel.coop/blog/why-you-should-check-your-gems-lines-of-code/
1•DemiGuru•12m ago•0 comments

Solid Modeling in your Browser

https://cartesian-theatrics.github.io/clj-manifold3d/journal/
1•DemiGuru•14m ago•0 comments

Death by Data Centers

https://dissentmagazine.org/online_articles/data-center-energy-pollution-cancer-alley/
2•cdrnsf•15m ago•0 comments

Creating a Memory Dump in C#

https://devblogs.microsoft.com/dotnet/creating-a-memory-dump-in-csharp/
2•ibobev•18m ago•0 comments

Ask HN: Lifecycle Email Tools

2•NatalieTrono•19m ago•0 comments

Today I will debug a production crash

https://devblogs.microsoft.com/visualstudio/today-i-will-debug-a-production-crash/
1•ibobev•19m ago•0 comments

Arguing about Arguments

https://steveklabnik.com/writing/arguing-about-arguments/
2•lukastyrychtr•19m ago•0 comments

Gravity Seems Holographic. What Does That Mean for Reality?

https://www.quantamagazine.org/gravity-seems-holographic-what-does-that-mean-for-reality-20260925/
1•ibobev•19m ago•1 comments

Advice for Computer Buyers (Djb)

https://cr.yp.to/hardware/advice.html
2•qtqtqt•20m ago•0 comments

U.S. appeals court upholds designation of Anthropic as supply chain risk

https://www.cnbc.com/2026/09/25/pentagon-anthropic-ai-risk-appeals-court.html
2•cramer4next•21m ago•0 comments

200B Tokens Later: A Month of Letting AI Agents Decompile MW2

https://momo5502.com/posts/2026-08-17-mw2-decompilation/
2•mindracer•21m ago•0 comments

Jensen Huang Thinks A.I. Alarmism Has Gone Too Far

https://www.nytimes.com/2026/09/23/opinion/ezra-klein-podcast-jensen-huang.html
3•Michelangelo11•23m ago•1 comments

Classified Estimates Show the NSA Is Paying Billions to Test AI Models

https://www.washingtonsun.com/technology/classified-estimates-nsa-paying-billions-to-test-ai-models
23•rdmuser•23m ago•8 comments

People say Microsoft should buy valve but What about the other way around?

https://steamcommunity.com/discussions/forum/0/567037313987848856/
2•MINTYSTAR12•23m ago•0 comments

U2 at 50: Ten Spiritual Songs That 'Draw a Fish in the Sand'

https://vinyltheology.substack.com/p/u2-at-50-ten-songs-that-draw-a-fish
2•PNWtoCT•23m ago•0 comments

Jev and Reasoners

https://www.bentaylor.co.uk/posts/jev-and-reasoning/
1•benjamta•24m ago•0 comments

Show HN: CiteRank, track whether ChatGPT and Perplexity cite your site

https://citerank.thecompound.tech
2•kyisaiah47•26m 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.