frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Podcast Where You Can Eavesdrop on the A.I. Elite

https://www.nytimes.com/2026/04/26/business/dwarkesh-patel-podcast-ai.html
1•paulpauper•2m ago•0 comments

Ozempic is not just a weight-loss story anymore

https://www.vox.com/future-perfect/499434/ozempic-glp1-wegovy-obesity-overweight-diabetes
1•paulpauper•5m ago•0 comments

Cultivating a state of mind where new ideas are born

https://www.henrikkarlsson.xyz/p/good-ideas
1•felixbraun•5m ago•0 comments

Successful Families Are Process Knowledge

https://steader.substack.com/p/successful-families-are-process-knowledge
1•paulpauper•7m ago•0 comments

TemporalStore: A disruptive open-source engine managing your LLM memory

https://temporalstore.ai/blog-context-management.html
1•matrixarkai•8m ago•1 comments

Every ESP32 has one of 4.3B doodle faces latent in its Mac address

https://evandroguedes.github.io/doodlesoul/
1•evandrog•8m ago•0 comments

Shadowy paper mills let you pay to be a published author of fraudulent research

https://www.theguardian.com/science/2026/aug/16/science-or-fiction-shadowy-paper-mills-let-you-pa...
3•billybuckwheat•10m ago•0 comments

The /Handoff Skill

https://www.aihero.dev/skills-handoff
1•evo_9•14m ago•0 comments

Show HN: Chrome extension that tracks job applications on your machine

https://github.com/RajaBabu15/job-focus-assist
1•rajacodes26•14m ago•0 comments

There's a reason why Israel has done little to rein in settler violence

https://apnews.com/article/israel-palestinians-settler-violence-us-siege-west-bank-bd4ae76cec1773...
2•johnbarron•14m ago•0 comments

How Powerful Is Maya?

https://www.quora.com/How-powerful-is-Maya
1•peter_d_sherman•15m ago•0 comments

Addrbook – A Contact Management Program

https://ratfactor.com/repos/addrbook/
1•smartmic•22m ago•0 comments

The little-known winstart.bat batch file

https://devblogs.microsoft.com/oldnewthing/20260811-00/?p=112605
1•ingve•22m ago•0 comments

Why I've tracked every single piece of clothing I've worn for three years

https://www.reaktor.com/insights-and-events/why-ive-tracked-every-single-piece-of-clothing-ive-wo...
2•geneticdrifts•26m ago•0 comments

Cobras in His Garden by Harry Kursh (1965) [pdf]

https://gwern.net/doc/biology/1965-kursh-cobrasinhisgarden.pdf
1•johntfella•26m ago•0 comments

Twilio Sendgrid: Elevated Microsoft 365 IP Blocks Causing Delivery Failures

https://status.twilio.com/incidents/r2gvsly2y5ty
1•ldidi•26m ago•0 comments

Show HN: An interactive UI for the grill-me skill

https://plannotator.ai/blog/an-interactive-ui-for-the-grill-me-skill/
3•ramoz•28m ago•0 comments

American Airlines 737s with the Same Callsign Flew Straight at Each Other

https://simpleflying.com/american-airlines-boeing-737-same-callsign/
4•croes•29m ago•0 comments

Show HN: Glad-AI-Tor – AI tools ranked by user votes, not by who pays

https://glad-ia-tor.com
2•Enjoyooor•30m ago•0 comments

An act of War or an act of God?

https://coolclimate.substack.com/p/an-act-of-war-or-an-act-of-god
1•myhacks•30m ago•0 comments

Do Pumps Create Pressure or Flow?

https://practical.engineering/blog/2021/4/30/do-pumps-create-pressure-or-flow
2•Akronymus•31m ago•1 comments

Human Speechome Project

https://en.wikipedia.org/wiki/Human_Speechome_Project
1•pr337h4m•34m ago•0 comments

Responsibility Is Taken Before It Is Given

https://lalitm.com/responsibility-is-taken-before-it-is-given/
2•lalitmaganti•35m ago•0 comments

Show HN: Security scanner for your SaaS. Find and fix Vulnerabilities. 35% off

https://sentrint.com/sample
2•Gourabdg•40m ago•0 comments

Cyberlandfillville Social (yet another slop edition of EFWS)

https://paperclip-factory.de/cyberlandfillville/
1•moritzwarhier•40m ago•1 comments

Gum Wrappers World

https://gww.su/map/
1•NaOH•40m ago•0 comments

Humazon

https://hughhowey.com/humazon/
2•herbertl•41m ago•0 comments

Plastic mechanical computer from 1963: The Digi-Comp 1 [video]

https://www.youtube.com/watch?v=-y8bGBE71yw
1•tobr•44m ago•0 comments

The Day of Small Things

https://robinrendle.com/notes/the-day-of-small-things/
1•herbertl•44m ago•0 comments

Paperditor – a free, open-source WYSIWYG Markdown editor

https://github.com/guisaldanha/paperditor/
1•guisaldanha•48m 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.