frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Garry Tan wants US open-weight AI labs to 'distill' frontier models, too

https://techcrunch.com/2026/09/11/y-combinators-garry-tan-wants-u-s-open-weight-ai-labs-to-distil...
2•TheJCDenton•1m ago•0 comments

Practical Agentic RAG patterns implemented with LangGraph

https://github.com/ChandulaSenevirathna/Agentic_RAG
3•lokizzz•2m ago•0 comments

Hollywood fears an AI future. China is living it

https://www.latimes.com/business/story/2026-09-10/hollywood-fears-ai-future-china-is-already-livi...
1•ViktorRay•4m ago•0 comments

Crowdsourcing a list of resources on the purpose, value, and nature of math

https://terrytao.wordpress.com/2026/09/12/crowdsourcing-a-list-of-general-resources-on-the-purpos...
1•ColinWright•8m ago•0 comments

How the Netherlands Bent Bureaucracy into Something Beautiful

https://reasonstobecheerful.world/breakthrough-method-netherlands/
1•andsoitis•10m ago•0 comments

Show HN: OSS Modal Alternative

https://github.com/beam-cloud/beta9/
1•llom2600•12m ago•0 comments

Prospectiz – freelance CRM that emails from the contact card

https://freelanzi.com/app/prospectiz
1•ibrahima_online•13m ago•0 comments

Show HN: Directory of 28 AI crawlers – robots.txt rules, IP ranges, open data

https://geoprompttracker.com/bots
1•osamamumtaz01•13m ago•0 comments

Prompts Aren't Real

https://evaluation.club
1•mcfunley•13m ago•0 comments

Anthropic CEO outlines plan to slow AI development

https://techcrunch.com/2026/09/12/anthropic-ceo-outlines-plan-to-pace-the-frontier/
1•evo_9•13m ago•0 comments

Flight SIM Pioneer Matt Wagner Has Passed Away

https://www.dualshockers.com/flight-sim-pioneer-matt-wagner-has-passed-away/
2•speckx•14m ago•0 comments

Auditing which of our own safety checks can refuse an action

https://read.nonxerosum.studio/issue-16/
1•BernardRBarthes•14m ago•0 comments

Is There an 'I' in AI?

https://royalsocietypublishing.org/rsta/article/384/2320/20240527/481691/Is-there-an-I-in-AI
1•abecedarius•14m ago•0 comments

The First Autonomous Robotic Phlebotomy Device

https://vitestro.com/
1•Someone•15m ago•0 comments

The Enshittification of Everything

https://www.gareth-evans.com/enshittification/
1•knowledgesausag•15m ago•0 comments

Show HN: TripWave – A Native HDR MilkDrop Visualizer for Apple TV

https://apps.apple.com/us/app/tripwave-music-visualizer/id6807892925
1•me551ah•21m ago•0 comments

Libraries Run Rust Inside Python (With PyO3)

https://belderbos.dev/blog/how-libraries-run-rust-inside-python/
2•lumpa•22m ago•0 comments

Ask HN: Are we losing our engineering literacy?

3•smugglerFlynn•22m ago•0 comments

What are the new coding primitives?

https://unstack.io/what-are-the-new-coding-primitives
1•ScottWRobinson•22m ago•0 comments

How Google Sees Your Site

https://blog.miloslavhomer.cz/how-google-sees-your-site/
2•ArcHound•23m ago•1 comments

Ask HN: What is Y Combinator's position on Flock's standing today?

4•chirau•26m ago•0 comments

The state of European cloud providers in 2026

https://crescentro.se/posts/euro-cloud-providers-2026/
3•rafael859•26m ago•0 comments

Squeezing rust onto more things, this time: Flashlights

https://bensimms.moe/squeezing-rust-onto-more-things/
3•Bluestein•31m ago•0 comments

Ask HN: How to benefit from DeepSeek for enterprise use?

2•brunooliv•32m ago•0 comments

Ask HN: What do AI improvements at these labs look like?

2•xyzsparetimexyz•32m ago•0 comments

What if my Git host were a static site generator?

https://char.lt/blog/2026/09/sorcery-repo-viewer/
2•g0xA52A2A•33m ago•0 comments

Epistemology and Large Language Models

https://medium.com/@nomad.tech/what-is-epistemology-c1590cc7fac0
1•theanonymousone•33m ago•1 comments

Predictive intelligence to anticipate anything.

https://prior.chat/
2•onemarkos•35m ago•0 comments

Show HN: I built my own knowledge graph from the code AI writes

https://github.com/aeroscissorz/learnlance/
2•aeroscissorz1•38m ago•1 comments

Nuclear Design Bureau

https://store.steampowered.com/app/4190240/Nuclear_Design_Bureau/
2•skibz•39m 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.