frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Government of Verdis

https://verdisgov.org/
1•skogstokig•2m ago•0 comments

Microdrive Anatomy(2008)

https://www.hjreggel.net/hdtechdat/hd-anatomy.html
1•o4c•3m ago•0 comments

How are people treating/deploying on-device AI?

https://minimal-light-theme.yliu.me/
1•romerocruzsa•7m ago•1 comments

Hacker News MOTD shell script

https://gist.github.com/brandonpollack23/db78386cb84389772974edeb9e9e29bc
3•brandonpollack2•10m ago•1 comments

The Grammar Is Not Its Own Ground

https://jimiwen.substack.com/p/si-wu-zi-c36
1•jimiwen•12m ago•0 comments

When a reasoning LLM chooses, which comes first: thought or decision?

https://arxiv.org/abs/2604.01202
1•dotvignesh•13m ago•0 comments

What Would You See Changed in Haskell?

https://blog.haskell.org/what-would-you-see-changed-in-haskell/
1•shpat•15m ago•0 comments

How Squarespace Implemented Support for HTML Video/Audio Lazy Loading

https://engineering.squarespace.com/blog/2026/squarespace-and-web-standards-how-we-helped-bring-h...
1•beeandapenguin•16m ago•0 comments

Iran targeted Amazon data centers

https://theconversation.com/why-iran-targeted-amazon-data-centers-and-what-that-does-and-doesnt-c...
2•ranit•18m ago•0 comments

Framecraft – Generate demo videos from a prompt using HTML Canvas/Skill/MCP/LLM

https://github.com/vaddisrinivas/framecraft
1•srinivasvaddi•23m ago•1 comments

Most AI trading tools: one model, one prediction, done

https://orallexa-ui.vercel.app
1•xji12026•24m ago•0 comments

Microdrive History(2008)

https://www.hjreggel.net/hdtechdat/hd-micro.html
1•o4c•24m ago•0 comments

S&P Licenses S&P 500 to Trade[XYZ] for Perpetual Contracts on Hyperliquid

https://www.spglobal.com/spdji/en/index-announcements/article/sp-dow-jones-indices-licenses-sp-50...
1•OutOfHere•27m ago•0 comments

Show HN: Ubik – Analyze local files like NotebookLM, with Cursor-like power

https://www.ubik.studio/features
1•ieuanking•30m ago•0 comments

Everyone is building the same thing (a generalist agent)

https://twitter.com/nichochar/status/2039739581772554549
1•nichochar•30m ago•0 comments

Analyzing 38,000 Dota games to see if this item helps [video]

https://www.youtube.com/watch?v=wYE3RUyzHlE
1•marysminefnuf•40m ago•0 comments

Cc-plugin-audit: Defensive supply-chain security analysis on plugin auto-update

https://github.com/STRML/cc-plugin-audit
1•Sottilde•41m ago•0 comments

The College Student–and His Cat Meme–Who Hunted the Biggest Cyberweapon

https://www.wsj.com/tech/kimwolf-hack-residential-proxy-networks-a712ab59
2•lakoshi•45m ago•0 comments

Change your Google Account username in a few simple steps

https://blog.google/products-and-platforms/products/workspace/google-account-username-change/
3•brie22•47m ago•0 comments

CDC Pauses Testing for Rabies and Pox Viruses

https://www.nytimes.com/2026/04/01/health/cdc-rabies-mpox-tests-paused.html
5•detaro•47m ago•1 comments

Being the Adult in the Room

https://tailscale.com/blog/adult-in-the-room
5•bumbledraven•50m ago•0 comments

Backblaze updated Terms of Service (2026)

https://www.backblaze.com/company/policy/terms-of-service-2026
3•anonred•52m ago•1 comments

AI Applications and Vertical Integration

https://www.tanayj.com/p/ai-applications-and-vertical-integration
2•gmays•1h ago•0 comments

DropSmith – MCP server for structured NPC dialogue generation

https://github.com/holmesclaw-hash/dropsmith
3•dropsmith•1h ago•0 comments

Science confirms torpedo [baseball] bat works as well as regular bat

https://news.wsu.edu/press-release/2026/04/02/science-confirms-torpedo-bat-works-as-well-as-regul...
2•Magi604•1h ago•1 comments

Microsoft wants Edge to automatically open by default at Windows 11 boot

https://www.windowscentral.com/microsoft/windows-11/microsoft-wants-edge-to-automatically-open-by...
5•tech234a•1h ago•2 comments

EmDash Feedback

https://ma.tt/2026/04/emdash-feedback/
6•batuhanicoz•1h ago•0 comments

Any-GPU: my AMD 5700 XT OC can EARN IT's rent using Debian Trixie+Vulkan

https://github.com/cochranblock/any-gpu
2•cochranblock•1h ago•0 comments

Show HN: Procfile-compatible tool with hot reload, readiness, dependencies, etc.

https://github.com/alecthomas/proctor
2•alecthomas•1h ago•0 comments

Expi – Media Converter

https://getexpi.app
3•philematic•1h ago•0 comments
Open in hackernews

GPT needs a truth-first toggle for technical workflows

1•PAdvisory•10mo 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•10mo 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•10mo 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__•10mo 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.