frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Diffusion‑based LLMs that generate many parallel tokens rather than one‑by‑one

https://www.inceptionlabs.ai/
1•binyu•2m ago•0 comments

Painting a Landscape with Mathematics [video]

https://www.youtube.com/watch?v=BFld4EBO2RE
1•soupspaces•5m ago•0 comments

Show HN: Vxpix – $50 lifetime screenshot API, URL to image in <1s

https://tool.vxpix.com/
1•vxpix•13m ago•0 comments

Show HN: Schemic – your database schema, in the Zod API you know

https://schemic.dev/
1•msanchezdev•15m ago•0 comments

Scientists warn 'Godzilla' El Niño could intensify climate impacts worldwide

https://www.npr.org/2026/06/17/nx-s1-5860821/el-nino-peru-climate
1•rolph•15m ago•1 comments

Show HN: Muninn - 8 Security scanners in one GitHub Action

https://github.com/skaldlab/muninn
1•sg0nzalez83•15m ago•0 comments

Historic Firsts – a daily game about ranking firsts in history

https://playhistoricfirsts.com/
1•jeremyfrancis87•20m ago•0 comments

Gizmodo compromised, serving ClickFix malware capchas

https://gizmodo.com/io9
4•radley•22m ago•1 comments

show hn: Turn server photos into editable rack templates (experimental)

https://react-networks-lib.rackout.net/asset-designer
1•matt-p•23m ago•0 comments

The Standard Model from the octonions on a hyperbolic 24-cell lattice

https://zenodo.org/records/20768426
2•lancejpollard•24m ago•0 comments

Wave Equation with Computable Initial Data and Solution Is Nowhere Computable

https://dl.acm.org/doi/abs/10.1002/malq.19970430406
2•measurablefunc•24m ago•0 comments

MojiMoshi – create an AI agent that lives in Telegram or Line

https://mojimoshi.com/
1•xsirix•26m ago•0 comments

Help I Accidentally a Wigglegram

https://lmao.center/blog/wiggle-accidents/
1•gregsadetsky•27m ago•0 comments

Copyany Websites Brand Kit

https://chromewebstore.google.com/detail/ai-brand-kits-—-extract-b/cbdoamlbbflaphjnbladbfnianjl...
1•mattmerrick•28m ago•0 comments

Trump administration reverses decision to scrap ocean monitoring system

https://www.theguardian.com/us-news/2026/jun/18/ocean-monitoring-system-reversal-trump-administra...
5•thunderbong•29m ago•0 comments

A Trillion Dollars Isn't Worth It If You Have to Be Elon Musk

https://www.currentaffairs.org/news/a-trillion-dollars-isnt-worth-it-if-you-have-to-be-elon-musk
3•Anon84•30m ago•1 comments

Ask HN: Is there a microSD card of the Mythos model?

1•smalltorch•30m ago•0 comments

The model is swappable the ontology compounds

https://www.typedef.ai/blog/the-model-is-swappable-the-ontology-compounds
1•cpard•33m ago•0 comments

Software Optimization Resources

https://www.agner.org/optimize/
2•turtleyacht•34m ago•0 comments

AI AlphaFold pioneer who won a Nobel Prize leaves Google DeepMind for Anthropic

https://www.businessinsider.com/alphafold-john-jumper-leaves-google-deepmind-anthropic-demis-hass...
2•nsoonhui•37m ago•0 comments

A coding agent is six functions in a trenchcoat

https://tidydesign.substack.com/p/a-coding-agent-is-six-functions-in
2•data_ders•42m ago•0 comments

Baseball Coaches or Parents

https://www.baseballstatstracker.com
1•carlandrews•42m ago•0 comments

Entertainmentindustry.ai – Engineering hunt and M&A gateway

https://entertainmentindustry.ai
1•DavidFrangiosa•45m ago•0 comments

You can't train in what the model knows

https://hftuniversity.com/post/your-ai-s-fast-c-wasn-t-faster-and-one-sentence-makes-it-safe
2•htk•47m ago•0 comments

Why isn't xAI as impactful compared to others?

1•manonginusa•52m ago•3 comments

Tree Transformers

https://astledsa.substack.com/p/tree-transformers
1•astledsa•54m ago•0 comments

LLMs Are Complicated Now

https://ianbarber.blog/2026/06/19/llms-are-complicated-now/
2•matt_d•57m ago•0 comments

A New Book on Plagiarism

https://www.commentary.org/articles/joseph-epstein/plagiarism-writing-politics-arts/
4•promulgate•1h ago•0 comments

Animaps: An open source travel map video maker

https://feralui.vercel.app/#/animaps
1•solutionB•1h ago•0 comments

Why has the pointe shoe been so resistant to change?

https://dancemagazine.com/pointe-shoe-innovation/
3•onemind•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.