frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ledgerly a live budget chart that runs in the browser (free, no signup)

https://6b929b8f01f0260a705fb34bdac44ec3.ctonew.app
1•nharvey•1m ago•0 comments

Manticore Search 29.9.0: Chunked auto-embeddings and MMAP columnar access

https://medium.com/@s_nikolaev/manticore-search-29-9-0-chunked-auto-embeddings-and-mmap-columnar-...
1•snikolaev•3m ago•0 comments

Neurogrid the Community Cloud for LLMs

https://neurogrid.cc
1•cheyodev•4m ago•1 comments

Mourning the Loss of AI Companions

https://www.nature.com/articles/s41562-026-02569-3
1•geox•4m ago•0 comments

Sidero Labs Joins Yardi

https://www.siderolabs.com/blog/sidero-labs-joins-yardi
1•robinhoodexe•5m ago•0 comments

A Blender BPY skill that helps smaller LLMs build better 3D models

https://github.com/capybala18/capybala-bpy-skill
1•capy00129•5m ago•1 comments

He Accused His Brother of Sexual Abuse. Then He Took on His Family

https://www.nytimes.com/2026/09/15/world/asia/thai-singha-beer-family-abuse-accusations.html
1•JumpCrisscross•11m ago•0 comments

Show HN: The web is dead. Keep this app alive

https://longlivethis.site
4•armstrongb•13m ago•3 comments

Agents Have Favorite Tools

https://ianbarber.blog/2026/09/14/agents-have-favorite-tools/
1•matt_d•15m ago•0 comments

Pisa 2025 Results

https://www.oecd.org/en/publications/2026/09/pisa-2025-results-volume-i_5265bfb1/full-report.html
1•mudil•16m ago•1 comments

AI vs. Human Value Drift

https://www.overcomingbias.com/p/ai-vs-human-value-drift
1•paulpauper•17m ago•1 comments

New AI Solves a Millennium Prize

https://thezvi.substack.com/p/brand-new-ai-solves-a-millennium
1•paulpauper•18m ago•0 comments

Supreme Court blocks Trump's plan to restrict mail-in ballots

https://www.bbc.com/news/articles/c5yjpdy4gjlo
4•colinprince•20m ago•1 comments

The Revolut breach just escalated

https://twitter.com/T3chFalcon/status/2099584270058537044
1•soltanov•21m ago•1 comments

Show HN: Analyzed 400 routes and driving a Tesla beats flying 65% of the time

https://flyortesla.com/insights
2•drewlem•28m ago•3 comments

Adapt or Perish: What Mathematicians Must Learn from Software Engineers

https://medium.com/@b1nj0y/the-misalignment-is-within-why-mathematics-must-embrace-the-ai-paradig...
1•b1nj0y•34m ago•0 comments

Mastering Layout Engines in Graphviz: Dot vs. Neato vs. Twopi vs. Circo

https://guides.visual-paradigm.com/mastering-graphviz-layout-engines-dot-neato-twopi-circo/
2•vismit2000•38m ago•0 comments

Linux from Scratch

https://www.linuxfromscratch.org/
2•sippingabonedry•41m ago•0 comments

A Faster Approach to Ethereum Wallet Activity Patterns and Transaction Summaries

https://chainledgerai.io/blog/beyond-bigquery-a-faster-approach-to-ethereum-wallet-activity-patte...
1•oculix-official•42m ago•0 comments

Streamlining Your Strategy: The Power of Automated Real Estate Descriptions

https://propdescai.io/blog/streamlining-your-strategy-the-power-of-automated-real-estate-descript...
1•oculix-official•44m ago•0 comments

Archkeel – coding agents declare architecture changes before they submit

https://github.com/rapiddweller/archkeel
1•ake2l•44m ago•0 comments

The Three Lives of Clausewitz: How Anglo-American Strategists Remade "On War"

https://smallwarsjournal.com/2026/07/21/three-lives-of-clausewitz-on-war/
1•bryanrasmussen•46m ago•1 comments

The Butlerian Secession

https://the-human-alliance.org/
2•tcorcos•47m ago•0 comments

Shuffling Is Not Enough: Breaking Permutation-Based Model Confidentiality

https://arxiv.org/abs/2609.12911
1•sbulaev•49m ago•0 comments

We Automate KiCad PCB Routing

https://autocuro.com/blog/how-we-automate-kicad-pcb-routing
3•teleforce•50m ago•0 comments

KiCad Routing Tools

https://github.com/drandyhaas/KiCadRoutingTools
3•teleforce•50m ago•0 comments

See how well you know the sizes of things

https://playdaily.org/size-it-up
4•Hemmaamlin•52m ago•0 comments

How to Build a Practical Household Bike Generator

https://solar.lowtechmagazine.com/2022/03/how-to-build-a-practical-household-bike-generator/
1•fosco•52m ago•1 comments

Superhuman acquires YC-backed notetaker Fathom

https://techcrunch.com/2026/09/14/superhuman-acquires-yc-backed-notetaker-fathom-as-productivity-...
1•doppp•1h ago•1 comments

Ask HN: How to Protect Your Brand Before AI Copies It?

1•soltanov•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.