frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Looking for free TTS? Try this one

https://neuronai.uz/en/tts/
1•yutabek•49s ago•0 comments

Sign of the Times: An Account of the First (In the USA) Tech Workers' Strike

https://longhaulmag.com/first-tech-workers-strike/
1•chobeat•58s ago•0 comments

Show HN: Backpressure – a load simulator for system design and LLM serving

https://backpressure.systems
1•leocardz_•2m ago•0 comments

Reviewing Code Is a Skill

https://typesanitizer.com/blog/code-review.html
1•vinhnx•4m ago•0 comments

Show HN: Langkast – One workspace for every AI model, agents, and your files

https://langkast.com
1•edwn_mnl•4m ago•0 comments

Zuckerberg's superyacht ignored emergency channel, failed to aid stranded boat

https://arstechnica.com/gadgets/2026/08/zuckerbergs-super-yacht-stood-by-while-stranded-boaters-l...
1•rbanffy•5m ago•0 comments

Cyber vulnerability sweep picks up Royal Navy drones sending data to China

https://www.theregister.com/edge-and-iot/2026/08/10/cyber-vulnerability-sweep-picks-up-royal-navy...
2•emptybits•6m ago•0 comments

Show HN: ALPC-Enumerator; A dynamic, PPL-aware Windows ALPC port enumerator

https://github.com/talha-nazeef-ahmed/ALPC-Enumerator
1•Sphinx_321•10m ago•0 comments

Cloudflare Agents Week Recap

https://blog.cloudflare.com/agents-week-review-august-2026/
1•ankushKun•13m ago•0 comments

Sentience and AI – First Argument

https://medium.com/luminasticity/on-sentience-ai-first-argument-7b3b17a05ad4
1•bryanrasmussen•13m ago•0 comments

Why Are Rivers So Mathematical?

https://www.quantamagazine.org/why-are-rivers-so-mathematical-20260810/
1•pykello•13m ago•1 comments

Show HN: Traceseal – signed, offline-verifiable receipts for AI agent runs

https://traceseal.io/
1•traceseal•14m ago•0 comments

We Learned This Lesson Already

https://quii.dev/We_learned_this_lesson_already
1•quii•14m ago•0 comments

Dipper-Paraphraser-Xxl

https://huggingface.co/kalpeshk2011/dipper-paraphraser-xxl
1•miohtama•15m ago•0 comments

The AI Revolution – History Repeating Itself – On Economics

https://www.alanbonnici.com/2026/07/the-ai-revolution-history-repeating_01939218328.html
1•TTMO•18m ago•0 comments

The Future Is for Everyone

https://about.fb.com/news/2026/08/the-future-is-for-everyone/
1•Anon84•19m ago•0 comments

Nvidia gets $500B from major investors to develop AI infrastructure

https://www.bbc.com/news/articles/c78gr0jv0mdo
1•mgh2•19m ago•0 comments

Ouroboros: A coding agent that evolves its own harness and tops agent benchmarks

https://arxiv.org/abs/2608.08311
1•ndreeew•20m ago•1 comments

Building a Persistent Browser Terminal for Sanbox Computers

https://sanbox.cloud/blog/building-a-persistent-browser-terminal/
1•oryx1729•21m ago•0 comments

Show HN: An "Evidence Loop" for steering the agents what to build

https://www.dipio.ai
1•jkalichman•23m ago•1 comments

Sober – New Open-Source Code Reviewer

https://sober-dev.app/
1•marmai•27m ago•0 comments

OpenSSH 10.5 Released

https://www.openssh.org/releasenotes.html#10.5
1•djmdjm•29m ago•0 comments

AI is approving our pull requests

https://www.intercom.com/blog/ai-is-approving-our-pull-requests-heres-how-we-made-it-safe/
1•LexSiga•30m ago•0 comments

Quasipolynomial Cryptanalysis of the McEliece Cryptosystem [pdf]

https://eprint.iacr.org/2026/1630.pdf
1•weeha•30m ago•1 comments

RISC-V: Public Review for the RVA23.1 and RVB23.1 Profiles

https://groups.google.com/a/groups.riscv.org/g/isa-dev/c/JBT5kq4ryLc
1•matt_d•30m ago•0 comments

OpenHashTab Has Been DMCA'd

https://xcancel.com/antibot/captcha
1•tuxuser•31m ago•0 comments

YouTube now requires creators to have twice as many watch hours to start earning

https://techcrunch.com/2026/08/10/youtube-now-requires-creators-to-have-twice-as-many-watch-hours...
3•jnord•32m ago•1 comments

Cylic Trait Implementations: Motivation

https://smallcultfollowing.com/babysteps/blog/2026/08/10/cyclic-trait-solving/
1•matt_d•34m ago•0 comments

What did it cost George to push the button

https://fowler.dev/posts/2026-08-10/
1•Descon•38m ago•1 comments

Level-Triggered vs. Edge-Triggered Notification Explained

https://embeddedpathashala.com/level-triggered-vs-edge-triggered-notification-explained/
1•ankitg12•41m 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.