frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

If there's a war on cars in the USA then the cars have won

https://maxmautner.com/2026/08/08/war-on-cars.html
1•mslate•54s ago•0 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
1•LorenDB•3m ago•0 comments

How to get into SWE as a new grad

https://www.chaidhat.com/how-to-get-into-swe-as-a-new-grad
1•chaidhat•7m ago•0 comments

Phantom Drive: open-source USB with encrypted partition unlocked via text file

https://www.tomshardware.com/pc-components/usb-flash-drives/open-source-stealth-usb-hides-an-encr...
1•sbulaev•8m ago•0 comments

Quake on the Game Boy Advance [video]

https://www.youtube.com/watch?v=R43k-p9XdIk
1•nailer•17m ago•0 comments

Turn satellite imagery into a paper globe you fold yourself

https://foldingglobes.com/
2•dango2506•18m ago•1 comments

Samsung Browser for Desktop

https://browser.samsung.com/
1•namjh•25m ago•0 comments

Canoeboot – Special Fork of Coreboot / Libreboot

https://canoeboot.org/
1•peter_d_sherman•28m ago•1 comments

Show HN: Weather balloon to the stratosphere with a Raspberry Pi computer

https://github.com/stratopi-org/stratopi
2•nodesocket•30m ago•0 comments

The Gaming Market Is Starting to Break (Comprehensive) [video]

https://www.youtube.com/watch?v=Eo5w2S-h5dI
1•sudo_cowsay•32m ago•0 comments

Goofball trivia about cracker packaging

1•Xorakios•32m ago•0 comments

Is Jurassic Park the only film that product-places its own making-of book?

https://bsky.app/profile/danielgray.com/post/3mqjxn4jess2j
2•colinprince•37m ago•1 comments

Taming the Steam ARM64 client on PostmarketOS

https://blog.drakulix.de/taming-the-steam-arm64-client-on-pmos/
1•LorenDB•37m ago•0 comments

Review Overhaul – done-for-you Google review generation for local businesses

1•alvinbrussell•38m ago•0 comments

Show HN: Gotcha- First on-device AI copilot for Android

https://samosa-ai.com/gotcha/
3•rishabhbajpai24•41m ago•0 comments

The US bares its financial weak spot

https://www.ft.com/content/fb49381a-3e09-4666-85b0-7a171e01394e
2•petethomas•42m ago•0 comments

AI bots started a religion, 'Spiralism' – humans followed

https://www.theverge.com/ai-artificial-intelligence/975017/ai-spiralism-chatbot-movement
2•ilamont•43m ago•0 comments

Safe-rm: Remap `rm` on Macs to `mv _ Trash` so LLMs don't delete data

https://gist.github.com/Divide-By-0/5e1ae59ccf66129dd9ec5ef239f87d65
1•aayushg•47m ago•1 comments

Quick Map Tools

https://www.quickmaptools.com
1•dango2506•50m ago•1 comments

Geo Hound

https://www.geohound.app/
1•dango2506•51m ago•1 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
39•hipparchus•52m ago•10 comments

DeepSeekV4SSD: DeepSeek-V4-Flash-0731 on an M-series Mac

https://github.com/yanun0323/deepseek_ssd
2•JKCalhoun•52m ago•0 comments

Hundreds rally at site where Haitians required to check-in, get monitors

https://www.springfieldnewssun.com/local/hundreds-rally-at-site-where-haitians-required-to-check-...
1•petethomas•54m ago•0 comments

What are they building at the frontier?

https://ironheartsystems.com/
1•dullpebble•57m ago•0 comments

Why.com Launches as Side Project

https://www.reddit.com/r/SideProject/comments/1vjqjoz/just_launched_whycom/
1•jawns•59m ago•1 comments

A Memory Design for Local SLM

https://linuxrebel.github.io/rastro-real/
1•linuxrebe1•1h ago•1 comments

Taylor Farms recalls salsa and guacamole over salmonella risk

https://www.cnbc.com/2026/08/09/taylor-farms-recalls-salsa-and-guacamole-over-salmonella-risk.html
4•cramer4next•1h ago•0 comments

Computers Are Just a Tool

1•DesaiAshu•1h ago•0 comments

Neovim Colorscheme: Luna.nvim

https://github.com/WTFox/luna.nvim
1•wtfox•1h ago•0 comments

Show HN: Ask your coding agent to subtitle, translate, and clip video (FFmpeg)

https://github.com/perso-ai/perso-dubbing-plugin
2•remyships•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.