frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Thurbox – A tmux-based TUI and CLI for local AI agent orchestration

https://github.com/Thurbeen/thurbox
1•magicleturcrttm•57s ago•0 comments

We cut CDN metadata lookup latency by 91%

https://vercel.com/blog/how-we-cut-cdn-metadata-lookup-latency-by-91-percent
1•iamsyr•3m ago•0 comments

Artificial Intelligence, Quote Unquote

https://www.penny-arcade.com/news/post/2026/09/15/artificial-intelligence-quote-unquote
1•jkestner•3m ago•0 comments

The Death of "Link in Bio"

https://peachandcherry.com/blog/text-me
2•zyloquenstar•10m ago•0 comments

Seats and Sunsets

https://yegge.ai/essays/seats-and-sunsets/
1•andsoitis•14m ago•0 comments

Medog Hydropower Station (60 GW hydropower project)

https://en.wikipedia.org/wiki/Medog_Hydropower_Station
2•cl42•14m ago•0 comments

I Hired a Lawyer to Fight UMG (Feat. LegalEagle) [video]

https://www.youtube.com/watch?v=M8HxQkk0PSY
1•sbuttgereit•18m ago•0 comments

Nvidia Expands Open Source CUDA-Q Platform for Fault-Tolerant Quantum Computing

https://nvidianews.nvidia.com/news/nvidia-expands-open-source-cuda-q-platform-for-fault-tolerant-...
1•noobplus•19m ago•0 comments

A mnemonic-free wallet where the private key never leaves the phone's TEE

1•niumeta_TZ•19m ago•0 comments

Marginalia Search

https://marginalia-search.com/
1•thunderbong•20m ago•0 comments

Internet shutdown crosses 100 days in Pakistan-administered Kashmir

https://www.aljazeera.com/news/2026/9/15/internet-shutdown-crosses-100-days-in-pakistan-administe...
2•alephnerd•21m ago•0 comments

Musk proposes adversarsial peer review for AI Safety

https://twitter.com/theallinpod/status/2099731166530277549
2•thedragongc•22m ago•0 comments

Thoughts and Observations on apples iPhones duo 18pro event

https://daringfireball.net/2026/09/thoughts_and_observations_on_apples_surprise_and_shine_event
1•djfergus•27m ago•0 comments

Clarity Act (crypto) fails in the Senate

https://www.nytimes.com/2026/09/15/technology/senate-blocks-crypto-bill.html
1•krrishd•29m ago•1 comments

Coreutils – Rejected Feature Requests

https://www.gnu.org/software/coreutils/rejected_requests.html
3•birdculture•29m ago•0 comments

Cerebras-powered, instant design canvas using Qwen3.8-27B [video]

https://www.youtube.com/watch?v=yC4RKUyUt1Y
1•thegeomaster•31m ago•0 comments

Show HN: Now You Can Use – Web Baseline Timeline

https://nowyoucanuse.com/
1•Hyperlisk•32m ago•0 comments

Recent Decisions Spark Questions on GenAI, Privilege, and Privacy Expectations

https://ktslaw.com/insights/alert/2026/4/recent-decisions-spark-questions-on-generative-ai-privil...
1•mooreds•33m ago•0 comments

Contrails.org – Contrail Avoidance for the Climate

https://contrails.org/
1•thenobsta•35m ago•0 comments

Landing the Space Shuttle – A Flying Machine and the Thrill of a Lifetime

https://inspire.eaa.org/2019/05/16/landing-the-space-shuttle-an-incredible-flying-machine-and-the...
1•JojoFatsani•35m ago•1 comments

Show HN: AgentReady – can AI assistants read your site?

https://shop.lumnika.com/lab/agentready/?src=hackernews-showhn
1•deusautoai725•36m ago•0 comments

Show HN: Leo – a Markdown engineering process for AI coding agents

https://github.com/alex-zaporozhan/leo
1•alex-zaporozhan•39m ago•0 comments

Mistaken alignment is not misalignment

https://c.mov/mistaken-alignment/
2•azhenley•40m ago•1 comments

Vieta's Formulas

https://en.wikipedia.org/wiki/Vieta%27s_formulas
2•vismit2000•47m ago•0 comments

More Tree-sitter, more neocaml, more elisp

https://lambdafoo.com/posts/2026-09-14-more-trees-more-neocaml.html
2•RohanAdwankar•47m ago•0 comments

How to keep a knowledge base up to date when the product changes every day

https://frigade.com/blog/how-to-keep-a-knowledge-base-up-to-date
1•pancomplex•49m ago•0 comments

Emily St. John Mandel on Writing a Novel of Dystopian Counterlives

https://lithub.com/emily-st-john-mandel-on-writing-a-novel-of-dystopian-counterlives/
1•mooreds•51m ago•0 comments

The proof passed. Can you see why it works?

https://github.com/8Braid/8db-navier-stokes-evidence/blob/main/explainability/article.md
2•ashdee•56m ago•0 comments

Show HN: A chess analyzer that runs in the browser

https://github.com/huytd/whyblunder/
1•huydotnet•58m ago•0 comments

A better way of blocking macOS updates

https://zoey-on-github.github.io/blog/updates.html
2•juliethefoxcoon•1h 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.