frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: WattFactory – Browser Based Indoor Cycling

https://wattfactory.fit
1•robputt•1m ago•0 comments

What Happens When Europeans Find Out How Poor They Are?

https://www.wsj.com/opinion/what-happens-when-europeans-find-out-how-poor-they-are-270cff5d
1•harambae•1m ago•0 comments

iOrchestra.ai prompt to hardware mass production platform YC looks for [video]

https://www.youtube.com/shorts/0gCeJFyRYx4
1•andresparraarz•4m ago•1 comments

Midori, the first browser to offer a VPN with Mesh technology

https://astian.org/midori-en/performance-adblock-and-more-in-midori-11-7-1/
1•ponchale•11m ago•0 comments

Kloak: Kernel-space secret injection via eBPF on Kubernetes

https://a-cup-of.coffee/blog/kloak/
1•ankitg12•13m ago•0 comments

OSTree Overview – Ostreedev/Ostree

https://ostreedev.github.io/ostree/introduction/
1•ankitg12•19m ago•0 comments

Ask.com, home of search butler Jeeves closes as conversational search comes back

https://www.theregister.com/2026/05/04/askjeeves_closes/
1•beardyw•19m ago•0 comments

CARA 2.0 – "I Built an Better Robot Dog"

https://www.aaedmusa.com/projects/cara2
1•hakonjdjohnsen•20m ago•0 comments

Rootshell – The terminal, reimagined for Apple platforms

https://rootshell.com/
1•theshrike79•20m ago•0 comments

Allegedly Nintendo Stopped Selling to Amazon After Being Asked to Break the Law

https://kotaku.com/reggie-fils-aime-says-nintendo-stopped-selling-to-amazon-after-being-asked-to-...
2•croes•20m ago•0 comments

Call JavaScript functions across thread boundaries like they were local

https://www.npmjs.com/package/achi-rpc
1•stiles11•23m ago•0 comments

Golang Tutorial: Find and fix vulnerable dependencies with govulncheck

https://go.dev/doc/tutorial/govulncheck
1•l1am0•24m ago•0 comments

The Myth of RAM, part I (2014)

https://www.ilikebigbits.com/2014_04_21_myth_of_ram_1.html
1•downbad_•25m ago•1 comments

The Back-end for Front-end Pattern (BFF) (2015)

https://philcalcado.com/2015/09/18/the_back_end_for_front_end_pattern_bff.html
1•locknitpicker•29m ago•0 comments

AWS Lambda Cold Start: Java, Python, Go, Rust

https://medium.com/@yalovoy/four-million-lambda-invokes-across-python-java-rust-and-go-5b9218f64563
1•zero-ground-445•31m ago•0 comments

Ping Poetics (2009)

https://electronicbookreview.com/publications/ping-poetics/
1•jruohonen•33m ago•0 comments

Package and distribute Electron apps with "auto update" support

https://www.electron.build/index.html
2•ankitg12•41m ago•0 comments

Banger: One-command dev sandboxes on Firecracker microVMs

https://git.thaloco.com/thaloco/banger
1•thunderbong•42m ago•0 comments

Vampires, prisoners, and late-stage capitalism

https://gagliardoni.net/#20260504_vampire_capitalism
2•tomgag•49m ago•0 comments

AI Coding Models You Can Run Locally on Consumer Hardware

https://firethering.com/best-coding-models-consumer-hardware/
1•steveharing1•52m ago•1 comments

Microelectrode Techniques: The Plymouth Workshop Handbook

https://plymsea.ac.uk/id/eprint/7954/
2•teleforce•55m ago•0 comments

DSPy – Programming – not prompting – LMs

https://dspy.ai/
1•sakompella•55m ago•0 comments

Text Files as a User Interface

https://ratfactor.com/cards/text-files-as-ui
1•ingve•1h ago•0 comments

Pinecone Nexus: The Knowledge Engine for Agents

https://www.pinecone.io/blog/knowledge-infrastructure-for-agents/
1•berlianta•1h ago•0 comments

Designing Microkernel IPC

https://seiya.me/blog/microkernel-ipc-design
1•ingve•1h ago•1 comments

Evolving the Android and Chrome Vulnerability Reward Programs for the AI Era

https://bughunters.google.com/blog/evolving-the-android-chrome-vrps-for-the-ai-era
3•tjek•1h ago•0 comments

Clawback: Safer OpenClaw Upgrade Rehearsals

https://github.com/haishmg/Clawback
1•princeharry86•1h ago•0 comments

YouTube Transcript API

https://youtubetranscript.us/
1•nikitarogers•1h ago•0 comments

Electrophysiology

https://en.wikipedia.org/wiki/Electrophysiology
2•teleforce•1h ago•0 comments

Strawberry Browser

https://strawberrybrowser.com/
1•simonebrunozzi•1h ago•0 comments
Open in hackernews

GPT needs a truth-first toggle for technical workflows

1•PAdvisory•11mo 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•11mo 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•11mo 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__•11mo 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.