frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude-for-Hardware

https://github.com/Midstall/claude-for-hardware
1•ai_critic•6m ago•0 comments

AI Ate Your RAM (Why Memory Prices Exploded)

https://www.youtube.com/watch?v=r7b2uwy8_CM
1•cable2600•12m ago•0 comments

CISA Guide Helps Fed Agencies Securely and Effectively Use Open Source Software

https://www.cisa.gov/news-events/news/cisa-guide-helps-federal-agencies-securely-and-effectively-...
3•billybuckwheat•13m ago•0 comments

Attribution model that gives 0% credit to demo requests

https://www.upside.tech/blog/how-we-built-pipedash/
1•aeromusek•13m ago•1 comments

X says ex-manager took $12,000 in crypto and bribed employee to

https://runtimewire.com/article/exclusive-x-says-ex-manager-took-12-000-in-crypto-and-bribed-empl...
1•ryanmerket•14m ago•0 comments

JobRadar: Open-source job search agent that scores listings with a local LLM

https://github.com/ANIRudH-lab-life/job-radar
1•anirudhshivam•16m ago•0 comments

RSS is dead. Stop crying about Google Reader

https://grigio.org/rss-is-dead-stop-crying-about-google-reader/
1•grigio•20m ago•0 comments

Foulab, Montréal's First Hackerspace

https://medium.com/chronicles-of-montr%C3%A9al/foulab-montr%C3%A9al-s-first-hackerspace-590b5ec00151
1•sillysaurusx•24m ago•0 comments

A Tech Founder Wanted to Start a New Country. An Actual Country Got in the Way

https://www.wsj.com/tech/a-tech-founder-wanted-to-start-a-new-country-an-actual-country-got-in-th...
1•nradov•31m ago•0 comments

Show HN: I don't code – I run a self-correcting protocol across 4 projects

https://github.com/Sovereign34/agent-protocol-notes
2•Sovereign34•34m ago•0 comments

Pixel 11 specs and price leak with no surprises

https://www.theverge.com/tech/974238/pixel-11-specs-and-price-leak
1•xiaoyu2006•35m ago•0 comments

U.S. sanctions Iranian firms for Bitcoin maritime insurance operation in Hormuz

https://home.treasury.gov/news/press-releases/sb0581
2•giuliomagnifico•38m ago•0 comments

Game Industry Hardship Fund

https://itch.io/b/3802/game-industry-hardship-fund
2•jbm•48m ago•0 comments

ebookfs – a 9P eBook library filesystem

https://github.com/ramblingenzyme/ebookfs
1•ramblingenzyme•51m ago•1 comments

ao486: x86-compatible Verilog core implementing all features of a 486 SX (2014)

https://github.com/alfikpl/ao486
1•csmantle•53m ago•0 comments

Challenge GPT and Claude to Run Their Own Lemonade Stands[video]

https://www.youtube.com/watch?v=6Ide5pRLR8Y
1•blackcat201•54m ago•0 comments

Strangers pretrained a language model with HF PRs and a cron job

1•somevyn•1h ago•0 comments

'Naked Dressing' Is Spreading and It's Making Things Awkward

https://www.wsj.com/style/fashion/naked-dressing-hailey-bieber-madonna-d2a1d94b
1•petethomas•1h ago•0 comments

Moochacha

https://codeberg.org/markdascher/moochacha
2•sillysaurusx•1h ago•0 comments

J3blocks

https://codeberg.org/amano.kenji/j3blocks
1•sillysaurusx•1h ago•0 comments

Show HN: Nuking the crap Claude left in the codebase – CCN

https://github.com/jonhardwick-spec/ccn
2•jonhardwickspec•1h ago•0 comments

Running Kimi K3 on MI355X at Better Performance per Dollar Than B300

https://www.wafer.ai/blog/kimi-k3-mi355x
45•ilreb•1h ago•0 comments

Booting Fuchsia's Zircon on a Homebrew RISC-V SoC, on an Artix-7 FPGA

https://www.hdlfactory.com/post/2026/07/19/cocoapuffs-booting-fuchsias-zircon-kernel-on-a-risc-v-...
4•mbStavola•1h ago•0 comments

Sick of waiting for agents to run and then having to debug

1•seafaithless•1h ago•1 comments

Ask HN: Collection of Best Pitch Decks?

3•carbonclaw•1h ago•0 comments

PostgreSQL and the Linux OOM Killer: A Better Default

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•1h ago•0 comments

Don't credit the LLM

https://isaacsu.com/2026/08/dont-credit-the-llm/
23•isaacsu•1h ago•26 comments

Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs

https://arxiv.org/abs/2607.27951
1•sbulaev•1h ago•0 comments

Karpathy's Pelican

https://twitter.com/karpathy/status/2083749667410727319
3•delichon•1h ago•0 comments

Canadians are leaving the country at record levels. Can anyone solve this?

https://thehub.ca/2026/04/03/can-anyone-solve-canadas-brain-drain-problem/
3•TMWNN•1h ago•2 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.