frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Birdcourses.com

https://birdcourses.com/
1•debo_•39s ago•0 comments

Qwen 3.8 27B available on Cerebras at 1500 tok/SEC

https://inference-docs.cerebras.ai/models/overview
3•altertable•2m ago•0 comments

Xiaomi Auto Enters European Market in 2027

https://www.xiaomiauto.com/global/newsroom/36
1•sparkling•2m ago•0 comments

Bernie Ban Artificial Superintelligence Act

https://twitter.com/AndrewCurran_/status/2095541502827233325
1•tekacs•2m ago•1 comments

PICO-8 is a fantasy console

https://www.lexaloffle.com/pico-8.php
1•Bluestein•3m ago•0 comments

Why the rise in government debt is freaking out the bond market

https://theconversation.com/why-the-rise-in-government-debt-is-freaking-out-the-bond-market-290240
1•DemiGuru•3m ago•0 comments

Per-request authorization for Temporal Nexus

https://tenuo.ai/blog/temporal-nexus-authorization.html
1•niyikiza•3m ago•0 comments

Hundreds gather to urge Scottish government to pause datacentre boom

https://www.theguardian.com/uk-news/2026/sep/03/hundreds-holyrood-pause-scotland-datacentre-boom-ai
1•edward•4m ago•0 comments

GoPro acquired, getting into 'defense, government, robotics and aerospace'

https://www.theverge.com/news/987494/gopro-starman-holding-merger-aquisition
1•tempestn•4m ago•0 comments

OpenAI launches GPT-6 Astra and says welcome to the "AGI era"

https://thenewstack.io/openai-gpt6-astra-benchmarks/
4•alvis•5m ago•1 comments

OpenAI's next big AI model has 'entered the AGI era'

https://www.theverge.com/ai-artificial-intelligence/989601/openai-gpt-6-astra-release
2•SomeonesAccount•5m ago•0 comments

Hilbert's Paradox of the Grand Hotel

https://en.wikipedia.org/wiki/Hilbert%27s_paradox_of_the_Grand_Hotel
1•jdauriemma•6m ago•0 comments

OpenAI launches GPT-6 Astra

https://venturebeat.com/technology/welcome-to-the-agi-era-openai-launches-gpt-6-astra
2•tosh•6m ago•0 comments

Tensordyne Napier: What If One Rack Could Do the Work of Nine?

https://www.tensordyne.ai/tensordyne-napier-whitepaper
1•gmays•8m ago•0 comments

OpenAI's Astra Is Here: What to Know About GPT-6

https://www.cnet.com/tech/services-and-software/openai-gpt-6-astra-release-ai-agi-chatgpt/
4•mfiguiere•8m ago•0 comments

120 days until Google restricts side-loading, declaring war on Android freedom

https://tuta.com/blog/android-side-load-apps-google
3•krunck•9m ago•0 comments

TRADIC – TRAnsistor DIgital Computer – The First Transistorized Computer (1954)

https://en.wikipedia.org/wiki/TRADIC
1•peter_d_sherman•11m ago•0 comments

Show HN: 2.9M transcription errors: China company code vs. US VIN check digit

https://currawongweb.com/verify/check-digit-protection-study/
1•Derrick459•13m ago•0 comments

A story about HTML and AI

https://sproutmarkup.com/view/034b2408b0a84d3892383bb0b70e4536
1•ginooliver•14m ago•0 comments

Dana Nessel's "Stark Choice" for Jewish Democrats

https://medium.com/freedomofthought/dana-nessels-stark-choice-for-jewish-democrats-5ac4d93571b3
1•raynchad•14m ago•0 comments

9/11: Is Bin Laden's Attack Still a State Secret?

https://medium.com/freedomofthought/9-11-a-mega-terrorist-attack-imagined-by-bin-laden-still-unde...
1•raynchad•15m ago•0 comments

Customer Service That Remembers

https://weblog.rogueamoeba.com/2026/09/03/customer-service-that-remembers/
2•K7PJP•15m ago•0 comments

OpenAI begins rolling out Astra model after warning advanced cyber capabilities

https://www.cnbc.com/2026/09/03/open-ai-astra-gpt-6-cyber.html
7•maskil•16m ago•0 comments

Show HN: Addom – Open-source, telemetry-free AI coding harness and editor

https://github.com/JosPMSilva/ADDOM
1•JosPMSilva•16m ago•1 comments

Superlogical Pre-Alpha Demo [video]

https://www.youtube.com/watch?v=XyxShCZrGiw
2•droidjj•16m ago•0 comments

OpenAI launches new Astra model amid growing scrutiny over agents' safety

https://www.reuters.com/legal/litigation/openai-launches-new-astra-model-amid-growing-scrutiny-ov...
3•Philpax•18m ago•0 comments

APOD's main NASA site is moving

https://asterisk.apod.com/viewtopic.php?t=45023#p349496
2•2b3a51•19m ago•1 comments

Mom Gets 6-Month Suspended Jail Sentence for Letting 5-Year-Old Walk to the Pond

https://www.yahoo.com/news/us/articles/virginia-mom-gets-6-month-113005821.html
4•rationalist•20m ago•0 comments

Skyportal, an open source AI infra engineer with an approval gate

https://github.com/SkyportalAi/skyportalai
2•henrique221•20m ago•0 comments

GPT-6 Astra Is Here–and OpenAI Thinks It May Kick Off the AGI Era

https://www.wired.com/story/openai-says-gpt-6-can-use-a-computer-better-than-a-human/
5•prabal97•21m 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.