frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Syntax

https://www.doc.cc/syntax
2•pentagrama•3m ago•0 comments

S&P 500 CEO median pay hits $17.3M, widening CEO-worker ratio to 312-to-1

https://finance.yahoo.com/markets/stocks/articles/p-500-ceo-median-pay-234900518.html
1•newsomix9xl•4m ago•0 comments

Early Humans Likely Ate Carbs and Sugary Foods

https://www.history.com/articles/early-human-ancestors-diet-sugar-carbs
3•gmays•4m ago•0 comments

Show HN: I let an subagent workflow refactor my codebase for three days

https://github.com/ringlochid/oh-my-subagents
2•ringlochid•9m ago•0 comments

New human genome has almost no gaps

https://cen.acs.org/biological-chemistry/genomics/single-complete-diploid-human-genome/104/web/20...
1•gmays•11m ago•0 comments

Robots running into walls go viral ahead of 2026 World Humanoid Robot Games

https://mashable.com/tech/world-humanoid-robot-games-2026-running-fall-accident
1•newsomix9xl•12m ago•0 comments

Tesla's Solar Roof is Dead – Here's what went wrong

https://techcrunch.com/2026/08/21/teslas-solar-roof-is-dead-heres-what-went-wrong/
1•freediddy•15m ago•0 comments

'Betrayal': Ranchers lash out at Donald Trump's plan to cut tax on beef imports

https://www.ft.com/content/7aabb591-ca73-4d87-96ad-dac9a210e1d0
4•petethomas•17m ago•2 comments

China's robots rock, box and mix drinks. Can they outperform humans?

https://www.ft.com/content/e16ded89-b618-4952-a0ab-96ef11d06582
1•newsomix9xl•22m ago•0 comments

Anthropic Could Aim to Raise $100B in Blockbuster IPO

https://www.nytimes.com/2026/08/21/technology/anthropic-ipo-100-billion.html
1•mfiguiere•29m ago•0 comments

Show HN: Anjadhe – privacy first AI assistant, no account, no server DB

https://www.anjadhe.com/demo
1•ram-bv•30m ago•1 comments

Execution Is the Moat

https://aspiringforintelligence.substack.com/p/execution-is-the-moat
3•navjeetgill307•30m ago•0 comments

Show HN: ServerKit - Self-hosted control panel for apps, Docker, and databases

https://github.com/jhd3197/ServerKit
2•jhd3197•34m ago•0 comments

The Lexus LS 400 Happened When the Government Tried to Protect Detroit [video]

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

Show HN: Heimdall – Trust-verified knowledge layer for AI coding agents

https://github.com/ArihantDeva/heimdall
2•arihantdeva•40m ago•0 comments

Rocket Lab Announces Flatellite: A New Satellite Designed for Mass Manufacture

https://rocketlabcorp.com/updates/rocket-lab-announces-flatellite-a-new-satellite-designed-for-ma...
2•walrus01•42m ago•0 comments

A checklist is a letter to the untuned self

https://pilgrima.ge/p/the-untuned-self
2•momentmaker•43m ago•0 comments

Jason Arday Did a Lot of Harm

https://etanaedelman.substack.com/p/jason-arday-actually-did-a-lot-of
3•barry-cotter•45m ago•1 comments

Obsession with AI

https://unmeshed.io/blog/using-ai-wisely-starts-before-the-first-prompt
1•jusonchan81•48m ago•0 comments

Stalking the Wily Hacker: 40 years later – Cliff Stoll [video]

https://www.youtube.com/watch?v=656058JxTM0
1•zoenolan•50m ago•0 comments

I'd Rather Risk Cancer Than See AI Move This Fast

https://www.theatlantic.com/technology/2026/06/ai-cancer-progress/687654/
1•jdkee•55m ago•2 comments

Ask HN: What types of alternative communities have you seen work or not and why?

1•tmnvix•1h ago•1 comments

What every programmer should know about memory, Part 1

https://lwn.net/Articles/250967/
1•Anon84•1h ago•0 comments

Show HN: Plethora – Social platform and SDK around games and interactive content

https://plethora.studio/
2•pratt3000•1h ago•0 comments

Ask HN: Just saw a YC25 job posting front page that looks like a 7-day work week

19•walrus01•1h ago•18 comments

HydroGym: A Reinforcement Learning Platform for Fluid Dynamics [video]

https://www.youtube.com/watch?v=SQrPBk6f0GY
1•abetusk•1h ago•1 comments

Nord Stream sabotage suspect arrested on set of film about the sabotage

https://www.telegraph.co.uk/world-news/2026/08/20/nord-stream-sabotage-suspect-arrested-film-set/
4•cwwc•1h ago•0 comments

America's Gerontocracy Needs a Public Physician

https://www.theatlantic.com/health/2026/08/office-of-medical-adviser/688372/
1•paulpauper•1h ago•0 comments

It's Low-Calorie and Packed with Protein. Is It Healthy?

https://www.theatlantic.com/health/2026/08/ultra-processed-food-healthy-ice-cream/688364/
1•paulpauper•1h ago•1 comments

US Debt-to-GDP Ratio

https://www.us-debt-clock.com/debt-to-gdp
5•NordStreamYacht•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.