frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Visualizing React imports without a build, to debug deep import failures

https://blog.crossui.com/2026/06/bypass-the-broken-import
1•linb•43s ago•0 comments

An Update from PlayStation Studios [Bungie Layoffs]

https://sonyinteractive.com/en/news/blog/an-update-from-playstation-studios-2/
1•toomuchtodo•46s ago•1 comments

Notion shutting down its AI-powered email client, including Mac and iOS apps

https://9to5mac.com/2026/06/25/notion-shutting-down-its-ai-powered-email-client-including-mac-and...
1•cdrnsf•2m ago•0 comments

PGlite reaches 10M weekly downloads

https://electric.ax/blog/2026/06/25/pglite-reaches-10-million-weekly-downloads
1•samwillis•2m ago•0 comments

Digital ID brain trust will meet behind closed doors

https://www.theregister.com/public-sector/2026/06/25/digital-id-brain-trust-will-meet-behind-clos...
1•Bender•3m ago•0 comments

Influential Books on Ethics

https://www.thecollector.com/influential-books-ethics/
1•Tomte•4m ago•0 comments

The Same Hetzner Cluster Scored 14, Then a Perfect 100, Eight Days Later

https://webbynode.com/articles/same-provider-same-78-plan-one-hetzner-region-scored-92-another-sc...
1•gsgreen•4m ago•0 comments

How to curate observability data for AI agents

https://www.multiplayer.app/blog/how-to-curate-observability-data-for-ai-agents/
1•argoeris•4m ago•0 comments

Show HN: Poly Grid – A terminal grid where agents flag you when they need input

https://poly-grid.com/
1•suttles•5m ago•0 comments

Show HN: I used Claude to write a tactics JSON for a football game

https://aiworldcup.game/
1•maybal•5m ago•0 comments

Show HN: A directory of no‑AI, privacy‑first software alternatives

https://noaialternative.com/
1•TheOmkarBirje•5m ago•0 comments

Potatoes Reshaped People's DNA

https://www.smithsonianmag.com/smart-news/potatoes-didnt-just-feed-ancient-indigenous-communities...
1•Tomte•6m ago•0 comments

Efficiency, UUIDs and SQLite

https://vespa-mrs.github.io/vespa.io/development/project_dev/database/DatabaseUuidEfficiency.html
1•tosh•6m ago•0 comments

Why iPhones Prices Don't Change

https://asymco.com/2026/06/25/why-iphones-prices-dont-change/
2•speckx•6m ago•0 comments

A no-bullshit running knowledge base

https://running.wiki/
1•iamacyborg•7m ago•0 comments

Deno 2.9

https://deno.com/blog/v2.9
6•enz•7m ago•0 comments

European Commission lines up Amazon and Microsoft for cloud gatekeeper status

https://www.theregister.com/legal/2026/06/25/european-commission-lines-up-amazon-and-microsoft-fo...
1•Bender•7m ago•0 comments

UK school's network left wide open for invasion, student found

https://www.theregister.com/security/2026/06/25/uk-schools-network-left-wide-open-for-invasion-st...
1•Bender•8m ago•0 comments

Velo3D: Fraudster Parlayed a SPAC and Sham Relationship with SpaceX into $390M

https://www.morpheus-research.com/email/48701562-bd5c-492b-8591-3d2acb5632d8/
1•toomuchtodo•9m ago•1 comments

Why Dark Sky Lighting?

https://www.savingourstars.org/darkskylighting
1•alexandrehtrb•11m ago•0 comments

Show HN: An open source app for navigating CS conferences

https://github.com/CuriousG102/conference-planner
1•curiousg•11m ago•0 comments

Holy shit, we just invented a new agentic memory architecture

1•shoman3003•12m ago•1 comments

Show HN: Purr – Local, open-source Mac dictation (Wispr Flow alternative)

https://purr.arunbrahma.com
1•iamarunbrahma•13m ago•0 comments

Electronics can now be printed onto living tissues

https://www.economist.com/science-and-technology/2026/06/24/electronics-can-now-be-printed-onto-l...
1•Brajeshwar•13m ago•0 comments

BYOK is my new go-to distraction-free writing tool

https://www.theverge.com/tech/956473/byok-distraction-free-writing-review
1•droidjj•14m ago•0 comments

Elon's iPhone – Spend Elon's Trillionaire

https://elonsiphone.com
1•structuredPizza•16m ago•0 comments

The Licensing Revolution: Windows Edition

https://neuburger.substack.com/p/the-licensing-revolution-windows
1•speckx•17m ago•0 comments

Show HN: Open-source 3D SAT SCORM packages

https://github.com/ransomleak/training-security-awareness
2•dkozyatinskiy•18m ago•0 comments

Micron overtakes Meta, Tesla in market value amid relentless AI infra demand

https://www.reuters.com/business/micron-overtakes-meta-market-value-amid-relentless-ai-infrastruc...
1•teleforce•19m ago•0 comments

Polestar says Trump administration forcing it to end US sales

https://www.reuters.com/business/autos-transportation/us-denies-polestar-authorization-sell-vehic...
6•JLCarveth•21m 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.