frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Smooth Game streaming with latency on slow mobile networks ,sktstreamer

https://github.com/sktguha/sktstreamer
1•test1072•1m ago•0 comments

Atlanta Uber Drivers Say Waymo Robotaxis Are Driving Down Their Pay

https://www.axios.com/local/atlanta/2026/08/28/atlanta-rideshare-drivers-union-automation-jobs-pay
1•olives•1m ago•0 comments

VitalChronicle – 100% local, open-source health data analysis

https://github.com/SebRoLENS/google-health-dashboard-ai
1•seb93•3m ago•1 comments

Congratulations on Your Ten Milliseconds

https://www.minid.net/2026/8/31/congratulations-on-your-ten-milliseconds
2•meerita•7m ago•0 comments

Best OLM to PST Converter Tool to Convert Mac OLM to PST

https://apps.microsoft.com/detail/9n7jk7z3546j?hl=en-US&gl=US
1•tieanderson•8m ago•0 comments

Why it matters that President Trump just dialed into a NASA news conference

https://arstechnica.com/space/2026/08/why-it-matters-that-president-trump-just-dialed-into-a-nasa...
1•rbanffy•14m ago•0 comments

Anthropic Sued Over Limits on Its $200-a-Month AI Plans

https://www.wsj.com/tech/ai/anthropic-sued-over-limits-on-its-200-a-month-ai-plans-e2a109e4
2•rzk•15m ago•1 comments

Vijay Pande on running a small fund after running A16Z's $4B bio fund

https://techcrunch.com/2026/08/29/were-not-doing-30-bets-a-year-vijay-pande-on-betting-small-afte...
1•brandonb•18m ago•0 comments

Interviewing IBM's Christian Zoellin and Christian Jacobi

https://chipsandcheese.com/p/hot-chips-2026-interviewing-ibms
1•rbanffy•20m ago•0 comments

Show HN: Highlander – realtime MiniMax FastH3 with audio at $0.02 per second

https://www.highlander.sh/
1•darrow8•22m ago•1 comments

HeyHey

https://heyhey.consti.de
1•con•24m ago•0 comments

What GLM-5.3 Flash running on Chinese hardware means

https://martinalderson.com/posts/glm-5-3-flash-chinese-hardware/
1•birdculture•25m ago•0 comments

Contronym

https://en.wikipedia.org/wiki/Contronym
2•chistev•28m ago•0 comments

Ask HN: What is the next Burning Man in NA?

1•johnnyApplePRNG•29m ago•0 comments

Leica Freedom Train

https://en.wikipedia.org/wiki/Leica_Freedom_Train
2•jacquesm•35m ago•0 comments

Show HN: I tracked 55k free proxies for a week – 1.6% were alive

https://github.com/proxmint/free-proxy-list
1•satineeee•36m ago•0 comments

You Don't Need Blackwells for Realtime Video Generation

https://darrow8.substack.com/p/you-dont-need-blackwells-for-realtime
1•darrow8•39m ago•0 comments

Russian strikes destroy 12M books ahead of Ukraine's first week back at school

https://www.bbc.com/news/articles/cly5v8qmy64o
3•robrain•39m ago•0 comments

AI Lending in Production: Credit Risk,Compliance and Control

https://geekyants.com/blog/building-ai-lending-products-for-production-credit-risk-compliance-and...
1•ahana_537•39m ago•0 comments

SimMR – Sim racing Passthrough with Apple Vision Pro [video]

https://www.youtube.com/watch?v=vwGTDZxNx5w
1•Fr0styMatt88•40m ago•0 comments

Show HN: VajraClaw – Deterministic <1µs execution guardrail for AI agents

https://github.com/Top-Celestial-Company-Ltd/DROS-VajraClaw-Hacker
1•dros_jimmy•43m ago•0 comments

AI, ex-Soviet engineers, and the Holy Grail of rocketry

https://www.fastcompany.com/91563020/aspire-rocket-design-spacex
1•rbanffy•47m ago•0 comments

Libertix installs Linux with 3 mouse clicks for Windows users

https://ekimia.fr/libertix/
1•freechelmi•47m ago•0 comments

Lambs grazing under an Oregon solar farm put on the same weight to the gram

https://spacedaily.com/b-lambs-grazing-under-an-oregon-solar-farm-had-38-percent-less-grass-in-fr...
2•ColinWright•49m ago•0 comments

Early 2000s were peak of humanity

https://lukaszkups.net/notes/early-2000s-were-peak-of-humanity/
5•lukaszkups•49m ago•1 comments

State of the Map 2026: OpenStreetMap conference

https://povesham.wordpress.com/2026/08/30/state-of-the-map-2026-openstreetmap-conference/
1•altilunium•54m ago•0 comments

Email Reactions

https://developers.google.com/workspace/gmail/reactions/format
2•totetsu•55m ago•0 comments

Ask HN: What to do when a vendor doesn't respond to security issues?

2•cudder•56m ago•1 comments

Some Simple Economics of AGI

https://arxiv.org/abs/2602.20946
1•o4c•57m ago•0 comments

Developing iOS Shortcuts and Apps

https://mythofechelon.co.uk/blog/2026/08/17/developing-ios-shortcuts-and-apps
1•tentacleuno•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.