frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Mobile View – a Chrome extension showing desktop and mobile at once

https://chromewebstore.google.com/detail/mobile-view-—-mobile-simu/hocbjiaeeijekejepphjihbpogik...
1•mongrus•1m ago•0 comments

Agentrc – Dockerfile-shaped, governed packaging for AI agents

https://agentrc.ai/
1•adeelahmadch•3m ago•0 comments

First Principles of Model Routing

https://try.works/first-principles-of-model-routing
1•try-working•4m ago•0 comments

Instagram running ads promoting child sexual abuse material in India, BBC finds

https://www.bbc.co.uk/news/articles/cvgm4e0316zo
1•haritha-j•7m ago•0 comments

Anthropic moves to close loopholes that allow Chinese access to Claude

https://www.ft.com/content/ad033063-60f9-4c0c-8d8a-9193a83e6f60
2•mmarian•10m ago•2 comments

Show HN: HTTPS://HN-Jobs.com

https://hn-jobs.com
2•freakynit•10m ago•0 comments

Show HN: b10 – for files

https://github.com/wilds-land/b10
1•kindy•10m ago•0 comments

Free tool that finds your #1 digital workflow bottleneck in 5 minutes

https://flashconsult.ctonew.app
1•FlashConsultant•13m ago•0 comments

Nearly 1M people worldwide became millionaires in 2025, UBS report finds

https://www.reuters.com/markets/wealth/nearly-one-million-people-worldwide-became-millionaires-20...
1•littlexsparkee•17m ago•1 comments

Fable will return to Claude subscriptions as soon as capacity allows

https://twitter.com/trq212/status/2072814903170408784
2•mil22•18m ago•2 comments

Last and First Men (1930)

https://gutenberg.org/cache/epub/79003/pg79003-images.html
1•petethomas•20m ago•0 comments

StartupBar – free mutual traffic exchange for founders (one script tag)

https://startupbar.co/
1•danielabinav160•22m ago•0 comments

I haven't touched Google Slides since Q1

https://sproutmarkup.com/
1•ginooliver•22m ago•0 comments

The Enenmy You Declared (Consequences of SciAm Endorsing Joe Biden)

https://markatwood.substack.com/p/the-enemy-you-declared
1•skmurphy•24m ago•2 comments

Section 10 of Income Tax Act: Online Guide and Key Details – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/section-10-of-income-tax-act.aspx
1•saumyaraut11•25m ago•0 comments

Poll: Europeans are torn between America and China

https://www.politico.eu/article/poll-europeans-torn-between-america-china/
1•vrganj•26m ago•0 comments

Start faster, stay updated, and navigate cleaner docs for ScalarDB and ScalarDL

https://medium.com/scalar-engineering/start-faster-stay-updated-and-navigate-cleaner-docs-for-sca...
1•josh-scalar•27m ago•0 comments

CoworkingCafe Study Ranks Atlanta, SF and Seattle as Top Cities for Grads

https://www.coworkingcafe.com/blog/the-best-cities-for-recent-grads/
1•vanclaude•28m ago•1 comments

I still enjoy building websites without AI

https://alprado.com/blog/i-still-enjoy-building-websites-without-ai/
1•alprado50•31m ago•1 comments

Everything Is Downstream of Technology

https://twitter.com/deepwhitman/status/2072896235753947361
2•bilater•35m ago•0 comments

Startup Spotlight: Inside Pastmaps' Solo Climb to Six Figures

https://runtimewire.com/article/startup-spotlight-inside-pastmaps-solo-climb-to-six-figures
2•ryanmerket•40m ago•0 comments

Relocating 6M Singapore bees and counting, one nest at a time

https://www.reuters.com/world/asia-pacific/relocating-6-million-singapore-bees-counting-one-nest-...
2•petethomas•46m ago•0 comments

Show HN: WyrmRSS – a self-hosted RSS reader with inline YouTube

https://github.com/kryoseu/WyrmRSS
1•kryoseu•47m ago•0 comments

Trump Jr.'s 'Amazon of guns' could make millions under new proposed firearm rule

https://www.reuters.com/legal/government/trump-jrs-amazon-guns-could-make-millions-under-new-prop...
6•petethomas•47m ago•0 comments

Claude Code Settings That Made Me a Faster Software Architect

https://jsdev.space/claude-code-settings-software-architect/
1•javatuts•48m ago•0 comments

A Deterministic Replacement for LLM-as-Judge in Stateful Agent Evaluation

https://arxiv.org/abs/2606.22737
4•jflynt76•48m ago•0 comments

Raw footage to maximized-retention videos

https://www.autoeditor.app/
2•Quise•53m ago•0 comments

New legal right to speak to a human for finance consumers

https://www.rte.ie/news/2026/0702/1581517-finance-chatbots/
3•austinallegro•1h ago•0 comments

Deepagents

https://github.com/langchain-ai/deepagents
3•kristianpaul•1h ago•1 comments

AI dev platform that keeps project context across the whole codebase lifecycle

https://brunelly.com/
2•RihabAI•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.