frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Kotlin migration costs (a playbook by Verifone's chief architect)

https://kotlinlang.org/lp/enterprise-playbook/
1•lurking_fun•2m ago•0 comments

One of the World's 'Most Wanted' Lost Fish Is Rediscovered

https://e360.yale.edu/digest/spinach-pipefish-rediscovered
1•Brajeshwar•3m ago•0 comments

20+ YC startups have recently published machine learning research

https://www.empirical.health/blog/yc-startups-publishing-ai-research/
1•brandonb•3m ago•0 comments

ThinkRail – The worktree IDE for the pi coding agent

https://thinkrail.ai/
1•jlkuester7•4m ago•0 comments

SRE AI Agents in Trendyol

https://medium.com/trendyol-tech/sre-ai-agents-in-trendyol-098057b9dd31
1•altunsoy•5m ago•0 comments

Tata's B2B platform returned OTPs in API responses

https://eaton-works.com/2026/08/24/tata-nexarc-hack/
2•EatonZ•6m ago•0 comments

Show HN: MTL Exits – mapping train cars and doors to station exits

https://mtlexits.ca/
1•63labs•8m ago•0 comments

Micleus Naturalese: an AI filter in pure Rust, no embeddings, no agents

https://micleus.netlify.app/
1•aleintour•10m ago•0 comments

Show HN: Onlybun – a package that refuses to run on anything except Bun

https://github.com/Dong-Chen-1031/onlybun
2•DongChen1031•12m ago•0 comments

Another look at SQLite's WAL-Reset bug

https://theconsensus.dev/p/2026/08/23/another-look-at-sqlite-wal-reset.html
2•onatm•12m ago•0 comments

CS2 Retake Suite: 7 open-source C# plugins for Counter-Strike 2 servers

https://github.com/NeuTroNBZh/CS2-Retake-Suite
1•louiscercle35•12m ago•0 comments

Show HN: Neverbun – import it and your program exits if it's running on Bun

https://github.com/Dong-Chen-1031/neverbun
2•DongChen1031•13m ago•0 comments

Enabling the next-generation trait solver on Rust nightly

https://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/
2•AndrewDucker•14m ago•0 comments

Show HN: Browse Hacker News inside any harness without using any tokens

https://github.com/LudeeD/clacker
1•ludee0•15m ago•0 comments

Many faces of expertise: fusiform face area in chess experts and novices (2011)

https://pubmed.ncbi.nlm.nih.gov/21752997/
1•Jimmc414•15m ago•0 comments

GNU Emacs 31.1 Released Mouse Control Enabled by Default Theme for New Users

https://www.phoronix.com/news/GNU-Emacs-31.1-Released
3•DemiGuru•15m ago•0 comments

Humanoid robots smash Usain Bolt's 100-meter record

https://www.theverge.com/tech/983688/world-humanoid-robot-games-sprint-record-2026
2•Brajeshwar•15m ago•0 comments

Why: Long context is not memory [pdf]

https://why.com/whitepaper.pdf
1•rasheed106•17m ago•0 comments

The Harness Is the Company

https://blog.sshh.io/p/the-harness-is-the-company
1•sshh12•17m ago•0 comments

Update: Source download: Browse, inspect and download every asset as a ZIP

https://github.com/turanburakyesilyurt/source-download
1•2rundev•18m ago•0 comments

No NPM install. No dev server. Running React templates straight in the browser

https://blog.crossui.com/2026/08/no-install-no-dev-server-vibe-coding-era
1•linb•18m ago•0 comments

You've heard of CSV files, but have you heard of CCSV files?

https://robida.net/entries/2026/08/12/youve-heard-of-csv-files-but-have-you-heard-of-ccs
1•surprisetalk•19m ago•0 comments

Show HN: Keep your coding agents on track

https://github.com/treadiehq/codecut
1•dantelex•19m ago•0 comments

Show HN: Track it easy – Log food and count calories in one simple chat

https://trackiteasy.app/
5•Tintly•22m ago•3 comments

Play Dates

https://dogdogfish.com/blog/2026/08/24/play-dates/
2•matthewsharpe3•22m ago•0 comments

Crafting QR Codes: A deep dive into QR code art

https://kylezhe.ng/writes/crafting-qr-codes
1•subset•24m ago•0 comments

Show HN: Sign Android APKs with schemes v2, v3 pure Python CLI

https://github.com/adityatelange/sign-apk-py
2•adityatelange•25m ago•0 comments

The AI-Native SDLC Playbook

https://claude.com/blog/the-ai-native-sdlc-playbook
2•_nivlac_•26m ago•0 comments

Show HN: Vibecoded internationalization compatible Golang NLP date parsing

https://github.com/fishman/zaman
1•rjzzleep•26m ago•0 comments

Opus 5 vs. Qwen 3.8 on a 5090: re-fighting Apple's dead pinch-to-zoom patent

https://patent.dev/opus-5-vs-qwen-3-8-on-a-5090-re-fighting-apples-dead-pinch-to-zoom-patent/
1•funktionslust•27m 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.