frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Africa's largest crypto exchange, VALR, Launches 200 Hyperliquid Perps Markets

https://mybroadband.co.za/news/industrynews/656493-valr-launches-200-hyperliquid-perps-markets.html
1•DistantCl3ric•58s ago•0 comments

Police department relieved of duty in West Virginia town

https://thehill.com/homenews/state-watch/5958905-west-virginia-police-department/
1•robtherobber•1m ago•0 comments

GTA 6 players will need to provide real life ID to play in Australia

https://www.dexerto.com/gta/gta-6-players-will-need-real-drivers-licenses-or-other-ids-to-play-in...
1•akyuu•2m ago•0 comments

China issues 'backdoor' security alert over Anthropic's Claude Code

https://www.reuters.com/legal/litigation/china-issues-backdoor-security-alert-over-anthropics-cla...
1•chbint•3m ago•0 comments

Show HN: A file transfer protocol for after the internet dies

1•ducklin404•5m ago•0 comments

A self-driving Waymo just reported its own passengers to police

https://www.fastcompany.com/91570761/a-self-driving-waymo-just-reported-its-own-passengers-to-police
1•mikhael•7m ago•0 comments

Ask HN: How long has it been since you last opened Stack Overflow?

1•novoreorx•7m ago•0 comments

Show HN: Corporate Retro Card Game

https://www.gameofbrands.app
1•nikhilsiyer•8m ago•0 comments

Vivek Shah CIPA Claims as Serial Litigant

https://captaincompliance.com/education/alert-for-privacy-counsels-vivek-shah/
1•richartruddie•10m ago•2 comments

EU Parliament greenlights Chat Control 1.0 – Breyer: "Our children lose out"

https://www.patrick-breyer.de/en/eu-parliament-greenlights-chat-control-1-0-breyer-our-children-l...
5•rapnie•11m ago•0 comments

Show HN: LangDrift – test AI agents across languages

https://github.com/RubenGlez/langdrift
2•rubenglez•12m ago•0 comments

Cambridge Elements

https://www.cambridge.org/core/publications/elements
1•lordleft•13m ago•1 comments

Four nuclear reactors hit a big milestone in the US

https://www.technologyreview.com/2026/07/09/1140235/nuclear-reactor-milestone-criticality/
3•joozio•13m ago•0 comments

Shooting Starlink: The "no limits" partnership between Russia and China

https://theins.press/en/inv/294635
1•harscoat•14m ago•0 comments

MongoDB Schema Design: Embedded vs. Referenced with Examples

https://visualeaf.com/blog/mongodb-schema-design-embedded-vs-referenced/
3•mike_codes•15m ago•0 comments

Why electric cars cost more to insure – and what's being done about it

https://www.bbc.co.uk/news/articles/cgk6606j6zeo
1•AndrewDucker•20m ago•0 comments

Asker: A Socratic AI auditing agent using 3D cross-verification

1•tygerlee•26m ago•0 comments

SpaceX and AI startup wealth fuels demand for private jets

https://www.reuters.com/legal/government/spacex-ai-startup-wealth-fuels-demand-private-jets-2026-...
1•adithyaharish•28m ago•0 comments

Frieve Vinyl Explained – Microscopic stylus/groove physics simulation

https://frieve-a.github.io/sound_toolbox/vinyl_explained/vinyl_explained.html
1•XzetaU8•29m ago•0 comments

The true cost of saying "Hi" to an AI agent

https://quesma.com/blog/the-true-cost-of-saying-hi-to-an-ai-agent/
5•stared•31m ago•0 comments

Employer of Record Services for Distributed Tech Teams

https://www.globalization-partners.com/employer-of-record-solutions/
1•avanticc•32m ago•1 comments

XTX Markets Launches UK Dynamism Fund

https://ukdynamism.fund/
1•hendzen•33m ago•0 comments

Show HN: Baulist – Outfit discovery/shopping app in a scrolling feed of yourself

https://www.baulist.com
1•rafaelero•38m ago•0 comments

All Products and Supplements User Reviews 2026 Revealed

https://wanderlog.com/view/ehbzasctvc/burntide-reviews-2026-we-tried-it-my-honest-review
1•palirast•45m ago•0 comments

Show HN: Self-Hosted AI That Sees, Plays Minecraft, and Reacts

https://github.com/Alradyin/wallie-V2
1•Alrady•45m ago•0 comments

Show HN: Agentic FC – a football management SIM played by AI agents over MCP

https://github.com/gaemi/agentic-fc
1•gaemi•46m ago•0 comments

Limiting web server bandwidth the brute force way

https://utcc.utoronto.ca/~cks/space/blog/web/ServerBruteForceBandwidthLimit
2•1317•46m ago•0 comments

The internet does not want readers. It wants livestock

https://grumpywelshman.com/the-internet-doesnt-want-readers-it-wants-livestock/
2•toofy•48m ago•3 comments

Agentic Coding Arena – Compare OpenAI, Anthropic, and Other Models

https://arena.logic.inc/
1•gurjeet•50m ago•0 comments

Please Delete Your Repository

https://github.com/Vandivier/ladderly-3/issues/652
7•figmert•52m 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.