frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Next StarCraft Game Announced at BlizzCon

https://www.ign.com/articles/next-starcraft-game-announced-at-blizzcon-as-an-open-world-shooter-b...
1•miiiiiike•4s ago•0 comments

Plunging test scores are a slow-moving catastrophe

https://www.economist.com/leaders/2026/09/10/plunging-test-scores-are-a-slow-moving-catastrophe
2•1vuio0pswjnm7•5m ago•0 comments

Competitive Landscape Cubacadabra

https://cubacadabra.com/landscape/
1•cs1996•5m ago•0 comments

The Case for Online Dating

https://rewirenewsgroup.com/2026/09/11/dating-apps-that-actually-work/
1•DeepLogin•7m ago•0 comments

Show HN: Fleecevest – The Product Counterpart to Ponytail

https://github.com/Websites-On-Computers/fleecevest
1•mattcomputer•9m ago•0 comments

Show HN: Most Penalized HN Stories

https://news.social-protocols.org/penalties
1•jwarden•10m ago•0 comments

AI Infra and Compute Debt: Duration Mismatch vs. Market Momentum

https://aigalaxiome.substack.com/p/ai-infrastructure-build-what-sec
1•aigalaxiome•11m ago•0 comments

Xkcd-Font: The Xkcd Font

https://github.com/ipython/xkcd-font
2•birdculture•15m ago•0 comments

Everyone should slow down AI development except for me

https://xeiaso.net/notes/2026/everyone-slowdown-but-me/
2•xena•15m ago•0 comments

No Lectern, No Notes: Speaking at DroidKaigi 2026

https://sergiocarrilho.com/posts/droidkaigi-experience/
1•scarrilho•15m ago•0 comments

Novel Realizations of Warp Drive Spacetimes as Solutions of General Relativity

https://www.mdpi.com/2218-1997/12/5/132
1•lambdaone•16m ago•1 comments

Eric Betzig on Live-Cell and Super-Resolution Microscopy [video]

https://www.youtube.com/watch?v=RUB37QhWNkw
1•kaivi•16m ago•0 comments

Sergey Brin pours more than $100M into fighting California's billionaire tax

https://www.latimes.com/business/story/2026-08-12/googles-sergey-brin-spent-102-million-fighting-...
12•wslh•23m ago•1 comments

Al-Qaeda regroups in Afghanistan, 25 years after 9/11

https://www.washingtonpost.com/world/2026/09/12/25-years-after-911-al-qaeda-regroups-afghanistan/
1•wslh•27m ago•2 comments

A Godot 4 port of two 1996 Bethesda shooters

https://github.com/nemo22/skynet-godot
1•nemo22•28m ago•0 comments

Serotonergic Neurotransmission in Mediating Octopus Social Behavior

https://www.frontiersin.org/journals/behavioral-neuroscience/articles/10.3389/fnbeh.2019.00185/full
1•andsoitis•29m ago•0 comments

Apple A20 Pro 2nm Crushes Geekbench, Anthropic Cyber Misuse and Vision Pro 2

https://www.youtube.com/watch?v=X_65gfY3wV0
3•LebToki•35m ago•0 comments

OpenAI IPO will not happen in 2026 amid AI safety fears, Altman says

https://www.reuters.com/legal/litigation/openai-ipo-will-not-happen-2026-amid-ai-safety-fears-alt...
3•usernomdeguerre•38m ago•1 comments

Recurrent Looped Transformer

https://yifanzhang-pro.github.io/recurrent-looped-tranformer/
1•MayCXC•40m ago•0 comments

How to Improve Outbound Sales – YC Partner Christina Gilbert [video]

https://www.youtube.com/watch?v=wr6PMD06hP0
1•nomilk•41m ago•0 comments

Know Your Paradoxes

https://blog.coredump.cx/p/know-your-paradoxes
1•encyclopedism•41m ago•0 comments

Booting straight into a local LLM (no linux) on my Raspberry Pi

https://www.xda-developers.com/raspberry-pi-boots-straight-into-local-llm/
3•encyclopedism•41m ago•0 comments

The Vanishing Archive

https://basinandassociates.substack.com/p/the-vanishing-archive
1•lbasin23•44m ago•0 comments

Iran's Internet Blackout Is Almost Impossible to Escape

https://www.bloomberg.com/features/2026-iran-internet/
5•alephnerd•45m ago•1 comments

Nobody wrote the Matrix and AI code-writing will be dead by 2036

https://lufzle.dev/write/nobody-wrote-the-matrix/
3•riffonio•46m ago•0 comments

Automattic confirms Mullenweg back as CEO after attempted ouster by board

https://techcrunch.com/2026/09/12/automattic-confirms-mullenweg-has-returned-as-ceo-after-attempt...
7•_djo_•54m ago•0 comments

1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

https://blog.cloudflare.com/post-quantum-dnssec-1111/
2•Retro_Dev•58m ago•0 comments

AgentsDock: An IDE designed for agentic AI research

https://agentsdock.net/
3•ZihuiGeorgia•1h ago•2 comments

Leo: Organize Code and Ideas Your Way

https://leo-editor.github.io/leo-editor/index.html
2•octopoc•1h ago•0 comments

No Atlantic hurricanes by Sept. 12 breaks a 60-year record

https://www.accuweather.com/en/hurricane/no-atlantic-hurricanes-by-sept-12-breaks-a-60-year-recor...
6•RickJWagner•1h 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.