frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A self-hostable MCP for all your connections, memory, skills, and secrets

https://www.npmjs.com/package/@lanes-sh/link
2•s-xyz•1m ago•0 comments

US Government Designates Host of Noblogs.org a "Global Terrorist"

https://crimethinc.com/2026/08/27/us-government-designates-host-of-noblogsorg-a-global-terrorist
2•robtherobber•2m ago•0 comments

Show HN: BirthdayVideoAI – AI birthday video maker for wishes, invitations

https://birthdayvideo.ai
1•BirthdayVideo•2m ago•0 comments

Building my first SaaS without a coding background

https://www.indiehackers.com/post/building-my-first-saas-without-a-coding-background-ba8468081a
1•zahvox•3m ago•0 comments

Hot Chips 2026: Fujitsu's Monaka CPU – By Chester Lam

https://chipsandcheese.com/p/hot-chips-2026-fujitsus-monaka-cpu
1•rbanffy•5m ago•0 comments

Hot Chips 2026: Intel's Crescent Island – By George Cozma

https://chipsandcheese.com/p/hot-chips-2026-intels-crescent-island
1•rbanffy•5m ago•0 comments

No moving average wins twice

https://turnmarks.com/filters
1•tapweights•6m ago•0 comments

MIT's Ad Hoc Committee on AI Use in Teaching, Learning, and Research Training

https://aiandeducation.mit.edu/report/
1•pbui•6m ago•0 comments

Shieldprompt – test your LLM against prompt injection – no dependencies

https://github.com/Jograph17/shieldprompt
1•Jograoh17•6m ago•0 comments

Confdiff – semantic diff for config files (JSON/YAML/TOML) that redacts secrets

https://github.com/esperanza-volkov/confdiff
1•esperanzavolkov•7m ago•0 comments

Another Webpage Screenshot and OG Image Generation API

1•foodpad•7m ago•0 comments

The difference orbit inclination makes

https://www.johndcook.com/blog/2026/08/22/inclination/
1•ibobev•8m ago•0 comments

Poisson Rate Limiting (2024)

https://louisabraham.github.io/articles/poisson-rate-limiting
1•Bluestein•8m ago•0 comments

Coming Soon

https://www.johndcook.com/blog/2026/08/22/coming-soon/
1•ibobev•8m ago•0 comments

How would you know whether an ancient culture had zero?

https://www.johndcook.com/blog/2026/08/21/ancient-number-system/
1•ibobev•8m ago•0 comments

Are You Sure You Want a Car with a Giant Touch Screen?

https://www.theatlantic.com/technology/2026/08/car-prices-memory-ram-ai/688329/
1•vcfgdev•8m ago•0 comments

Show HN: MP4 to Transcript – Convert MP4 to Text Online

https://mp4transcript.com/
1•BirthdayVideo•9m ago•0 comments

Show HN: Diff Glance – CLI that turns a Git diff into a summary and a diagram

https://github.com/alvynmcq/diff-glance
1•alvynmcq•9m ago•0 comments

PEP 805 – Safe Parallel Python

https://peps.python.org/pep-0805/
3•fleetfox•9m ago•0 comments

Show HN: Filiz – A resume builder for software engineers

https://filiz.app
1•coskun-cakir•10m ago•0 comments

Show HN: Sumday – make an equation from today's date

https://www.playsumday.com/
1•buzzy_hacker•11m ago•0 comments

Show HN: Derive – An open home for AI artifacts and workflows

https://github.com/derive-to/derive
3•robmoore•11m ago•1 comments

Commodore 64 – Introduction to Programming [video]

https://www.youtube.com/watch?v=h3bDa5z_B1M
2•mickael-kerjean•11m ago•0 comments

Ask HN: Dear LinkedIn, do you want to do business, yes or no?

2•stefanos82•12m ago•1 comments

Show HN: Slaunt – Know what your agents are doing

https://slaunt.ai
1•Kerode0•12m ago•0 comments

Show HN: Baldur – Reliability layer for Python (one decorator)

https://github.com/baldurhq/baldur
1•mcbg1541•12m ago•0 comments

What Most People Miss About Performance Reviews

https://news.theuncommonexecutive.com/p/how-calibration-sessions-mess-with
1•fagnerbrack•13m ago•0 comments

Anthropic's Opus 4.6 is a smut-machine

https://techcrunch.com/2026/08/21/anthropics-opus-4-6-is-a-smut-machine/
3•deepmem•15m ago•1 comments

Show HN: Open Session, the open-source cloud agent-orchestrator

https://www.opensession.com
3•9ranty•17m ago•0 comments

AstroWizard – process your astrophotos easy and free

https://astrowizard.lukomatico.com/
1•NKosmatos•17m 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.