frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Kosh – Your Browser's Native Bookmark Manager UI Done Right

https://chromewebstore.google.com/detail/kosh-bookmark-manager/meldjdfnfgefeoegccphimkmgmeamcce
1•havu12•43s ago•0 comments

The Board Game of the Alpha Nerds (2014)

https://grantland.com/features/diplomacy-the-board-game-of-the-alpha-nerds/
2•neonate•58s ago•0 comments

How I changed teaching after AI managed to do all my homework assignments

https://thelastsoftwareengineer.substack.com/p/how-i-changed-teaching-after-ai-managed
2•azhenley•2m ago•0 comments

Show HN: A $25 DIY alternative to $159 AI voice recorders – BYOK or local

https://zephclick.com
3•shmlkv•3m ago•0 comments

Reddit mod ordered to pay Nintendo $4.5M in Switch piracy lawsuit

https://www.theverge.com/games/1000088/nintendo-switch-piracy-reddit-mod-lawsuit
1•MC995•4m ago•0 comments

Ask HN: Got any interesting tech incident to share?

2•skwasimin•8m ago•0 comments

Show HN: p2p.kiwi – Cross-Platform (macOS <-> Windows <-> Linux) P2P Screenshare

https://p2p.kiwi/
1•GorillaMoe•9m ago•0 comments

Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria

https://rackcrunch.com/security-headers-2026
1•terrybyte•12m ago•0 comments

Devenv 2.4: Machines

https://devenv.sh/blog/2026/09/24/devenv-24-machines/
1•domenkozar•14m ago•0 comments

California Is Chasing Wealth That Has Feet

https://blog.landeconomics.org/p/california-is-chasing-wealth-that
2•idbnstra•20m ago•1 comments

ESP32: The Arduino Rivals That Changed the Game

https://www.petkovsky.sk/esp8266-esp32-the-arduino-rivals-that-changed-the-game/
1•ex-aws-dude•20m ago•0 comments

Zeal – Offline Documentation Browser

https://zealdocs.org/
2•smartmic•22m ago•0 comments

Oracle triggers 'force majeure' on data center project over power delays

https://www.reuters.com/business/oracle-cites-force-majeure-shield-itself-controversial-data-cent...
1•vrganj•22m ago•0 comments

Issue Graph

https://github.com/vercel-labs/issue-graph
1•handfuloflight•24m ago•0 comments

DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned

https://kotaku.com/ddos-attack-breaks-beloved-video-game-wiki-after-ai-bro-was-banned-2000729335
3•MBCook•25m ago•0 comments

Opus 5.5 is good at explainer videos

https://launchvideo.io
2•iacguy•25m ago•0 comments

Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5

https://twitter.com/cahidarda/status/2103218970115678497
1•cahid_arda•26m ago•1 comments

Anthropic Strikes $12B AI Computing Deal with Akamai

https://www.bloomberg.com/news/articles/2026-09-24/anthropic-strikes-12-billion-deal-with-akamai-...
3•mfiguiere•26m ago•0 comments

Show HN: RentBench – Levels.fyi for UK Rents

https://rentbench.fyi
2•lluiscamino•28m ago•0 comments

The Tao of Acme

https://chai.guru/pub/plan9/mirrors/tao-of-acme.html
1•naltun•29m ago•1 comments

Mamdani is the most popular elected official in NYC: poll

https://www.nydailynews.com/2026/09/23/mamdani-is-the-most-popular-elected-official-in-nyc-poll/
7•downbad_•29m ago•0 comments

Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky

https://nypost.com/2026/09/22/us-news/california-donor-faces-scrutiny-over-alleged-chinese-spy-ties/
1•harry_nutsachs•29m ago•0 comments

Probing picosecond depairing currents in type-II superconductors

https://www.nature.com/articles/s41567-026-03469-z
2•PaulHoule•32m ago•0 comments

Ask HN: How would you know if you have learned something?

2•rearview•33m ago•0 comments

SciUniverse: Can frontier models carry out scientific work?

https://c5r.net/sciuniverse/
7•famouswaffles•35m ago•0 comments

Compio: A thread-per-core async Rust runtime with IOCP/io_uring/polling

https://github.com/compio-rs/compio
4•bootlegbilly•38m ago•0 comments

Swarm Scaling

https://www.tobyord.com/writing/swarm-scaling
2•louiereederson•43m ago•0 comments

Cracking VFPU math functions using Claude (Sony PSP)

https://www.ppsspp.org/blog/vfpu-math-re/
3•hrydgard•45m ago•1 comments

ZeroDrift – A small model that finds and fixes compliance violations

https://zerodrift.com/model/anchor-3-benchmark
2•chobberoni•46m ago•0 comments

Show HN: Dunara

https://dunara-studio.com/
1•grebmann•46m 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.