frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Atom is better than RSS, in ways that matter

https://chrismorgan.info/atom%3Erss
1•frizlab•1m ago•0 comments

2025 Review of Notorious Markets for Counterfeiting and Piracy [pdf]

https://ustr.gov/sites/default/files/files/Press/Releases/2026/2025%20Notorious%20Markets%20List%...
1•zebreus•4m ago•0 comments

ModelExpress: Distributing Model Artifacts at the Speed of Light

https://developer.nvidia.com/blog/modelexpress-distributing-model-artifacts-at-the-speed-of-light/
1•gmays•7m ago•0 comments

Conor Oberst Survived Teenage Rock Stardom

https://www.nytimes.com/2026/07/24/arts/music/conor-oberst-bright-eyes-interview-popcast.html
1•bookofjoe•8m ago•1 comments

Show HN: Evidence-to-Skill – a gate between untrusted sources and agent skills

https://github.com/Sanexxxx777/evidence-to-skill
1•Aleksandr_NFA•12m ago•0 comments

The Beelink Mate Pro

https://taoofmac.com/space/reviews/2026/08/01/2130
1•rcarmo•15m ago•0 comments

Presigned URLs are technically a security vuln

https://www.tigrisdata.com/blog/presigned-urls-security-vuln/
1•ErenayDev•16m ago•0 comments

Grace

https://rodrigoalvesvieira.com/2026/08/01/grace
1•ravieira•18m ago•0 comments

Busy Beaver Holdouts Lists

https://wiki.bbchallenge.org/wiki/Holdouts_lists
1•frozenseven•18m ago•0 comments

Harry Potter and the Chamber of Secrets

https://en.wikipedia.org/wiki/Harry_Potter_and_the_Chamber_of_Secrets
1•chistev•18m ago•0 comments

The 14 Steps it takes to open my office door with a new phone

https://shub.club/writings/2026/august/14-steps-to-open-a-door/
12•forthwall•23m ago•4 comments

The Wheels We Keep Reinventing

https://blainsmith.com/articles/reinventing-the-wheel/
1•birdculture•26m ago•0 comments

Show HN: Copy any website pixel perfect

https://github.com/HarKro753/claude-copy
1•Harro123•29m ago•0 comments

How the Heck Does JPEG Work?

https://perthirtysix.com/how-the-heck-does-jpeg-work
2•safehuss•39m ago•0 comments

Show HN: Check technical fit for B2B prospects without questionnaires

https://tryscoped.com/demo
1•ininew•41m ago•1 comments

Coldcard's $38M (so far) exploit shakes faith in self-custody

https://www.coindesk.com/business/2026/07/31/coldcard-s-usd38-million-so-far-exploit-shakes-faith...
7•wslh•48m ago•2 comments

If technology got better, why did everything get worse?

https://www.sammystraus.com/#if-technology-got-better-why-did-everything-get-worse
5•sammy0910•48m ago•1 comments

Book sellers raise alarm over 'horrific' destruction of rare titles to feed AI

https://www.theguardian.com/technology/2026/aug/02/australian-book-sellers-alarm-destruction-rare...
5•billybuckwheat•49m ago•1 comments

Using Meta AI via WhatsApp for OpenCode

https://github.com/amita-seal/wa-metaai
1•amita2•50m ago•0 comments

AI's real threat to jobs isn't job loss, it's lower paychecks, new research says

https://www.businessinsider.com/ai-could-lower-workers-pay-job-market-impact-2026-7
2•theanonymousone•56m ago•0 comments

Ask HN: How are you using AI to learn?

4•mfalcon•57m ago•2 comments

We're 15-year-olds tired of switching study apps, so we built our own

https://reviscio.com/
1•Luka_Takki•58m ago•2 comments

Retired man plants trees on forgotten land, now it's Sao Paulo's largest park

https://timesofindia.indiatimes.com/world/rest-of-world/in-2003-a-retired-man-planted-trees-on-fo...
7•rmason•58m ago•1 comments

YC founder asks desperate job seekers to tattoo themselves for an interview

https://sfstandard.com/2026/07/30/lemonlime-tattoo-job-interview/
16•theanonymousone•59m ago•0 comments

Show HN: A Google Reader like discovery engine for long-form blogs

https://boredreading.com/
1•khet•59m ago•0 comments

India's monsoon rains in danger as UN chief warns planet is 'on fire'

https://www.theguardian.com/environment/2026/jul/31/india-monsoon-el-nino-hot-dry-conditions-mete...
4•howard941•1h ago•0 comments

FDA panel supports broadening access to peptides popular on the gray market

https://www.npr.org/2026/07/23/nx-s1-5903202/fda-peptides-restrictions
2•gmays•1h ago•0 comments

Show HN: Lumaris – AI biotech intelligence briefs (sample: EGFR resistance)

https://lumaris.nanocorp.app/reports/egfr-resistance-nsclc-2026
1•lumaris_intel•1h ago•0 comments

Drifting SpaceX rocket heading for collision with Moon

https://www.theguardian.com/science/2026/jul/31/spacex-rocket-moon-collision
2•qprofyeh•1h ago•0 comments

Cosmic String

https://en.wikipedia.org/wiki/Cosmic_string
2•whythismatters•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.