frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Signal – More linked devices are on the table

https://signal.org/blog/linked-devices-and-android-tablets/
1•seanieb•1m ago•0 comments

One Man's Cure for Loneliness Started a Movement

https://www.wsj.com/us-news/how-one-mans-cure-for-loneliness-started-a-movement-b4d386dd
1•fortran77•1m ago•1 comments

Show HN: It's a Plan – a self-hosted, open-source alternative to Linear

https://github.com/croffasia/itsaplan
1•Croffasia•2m ago•0 comments

SpaceX – Q2 2026 Earnings [pdf]

https://d18rn0p25nwr6d.cloudfront.net/CIK-0001181412/cfe10442-59c3-460b-8a4f-75fa96c69af9.pdf
1•spikels•3m ago•0 comments

Bigger Displays Rumored for Next Year's iPhone Models

https://www.macrumors.com/2026/08/04/bigger-displays-rumored-for-next-year-iphones/
1•Tomte•5m ago•0 comments

Don't Dither

https://sarahconstantin.substack.com/p/dont-dither
1•jger15•6m ago•0 comments

Show HN: Recruiting/interview tool for recs, hiring managers and interviewers

https://toprec.io
1•girish-fokusly•7m ago•0 comments

Bro

https://github.com/dmmulroy/.dotfiles/blob/main/home/.agents/skills/bro/SKILL.md
2•ramoz•8m ago•1 comments

GenOffice – GenSpark's AI native office suite

https://github.com/genspark-ai/genoffice
1•msis•9m ago•0 comments

Wrinkles, an AI app that uncovers the hidden stories of places around you

https://techcrunch.com/2026/08/04/meet-wrinkles-an-ai-app-that-uncovers-the-hidden-stories-of-the...
1•mikelgan•10m ago•1 comments

Atoms: Physical automation to transform industry and move the world

https://atoms.co/
1•stackohlee•11m ago•0 comments

Show HN: Extractor.sh – simple, affordable Firecrawl alternative

https://extractor.sh/
1•mariusbolik•12m ago•0 comments

Hedonic Treadmill (Hedonic Adaptation)

https://en.wikipedia.org/wiki/Hedonic_treadmill
2•consumer451•13m ago•0 comments

Browser Tools SDK is code-mode for the browser

https://libretto.sh/browser-tools
1•tanishqkanc•14m ago•0 comments

Sektron: A MIDI step sequencer in the terminal

https://github.com/emprcl/sektron
1•vegadw•14m ago•0 comments

Employees Like Their A.I. Boss. Its Shop Is Kind of a Disaster

https://www.nytimes.com/2026/08/04/us/ai-boss-san-francisco-andon-market.html
1•jjwiseman•15m ago•0 comments

Mesh-Client: The Universal Desktop Suite for Mesh Networks

https://github.com/Colorado-Mesh/mesh-client
1•vegadw•16m ago•0 comments

Apple Limits Bug Bounty Submissions After Flood of AI Slop

https://www.macrumors.com/2026/08/04/aple-bug-bounty-limits-ai/
1•cdrnsf•16m ago•0 comments

Wasps as an effective pest control for agriculture

https://www.ucl.ac.uk/news/2019/nov/wasps-effective-pest-control-agriculture
1•eatonphil•16m ago•0 comments

How Much Risk Is a Useful Amount of Risk?

https://craigmod.com/roden/116/
2•simonebrunozzi•16m ago•0 comments

Chaldeans Cultural Competency

https://news.jrn.msu.edu/culturalcompetence/race/chaldeans/
1•marysminefnuf•17m ago•0 comments

A More Immediate Intuitive Appeal

https://blog.veitheller.de/intuition.html
1•hellerve•17m ago•0 comments

Signls: A non-linear, generative MIDI sequencer

https://empr.cl/signls/
1•vegadw•17m ago•0 comments

Show HN: Sagorax, a Three.js/WebGPU Arena Shooter in the Browser

https://sagorax.com/
1•AntonioEritas•17m ago•0 comments

Why the Hardest Concept for Python Devs Is Concurrency

https://oedokumaci.com/blog/posts/python-concurrency
1•jicea•18m ago•0 comments

Nearest Pint

https://knowwhereconsulting.co.uk/maps/pubs/
1•bookofjoe•20m ago•0 comments

Leopold Aschenbrenner: Situational Awareness Two Years On

https://philippdubach.com/posts/aschenbrenners-receipts/
1•7777777phil•22m ago•0 comments

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
6•edwardbzhang•22m ago•2 comments

Breaking Locks in Gothic 1 Remake

https://erfur.dev/blog/gothic-lockpicking
1•MrFinch•23m ago•0 comments

Introducing Kiro Crew

https://kiro.dev/blog/introducing-kiro-crew/
1•LeTeutz•24m 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.