frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Wasted Cycles – Local wall-clock profiler for AI coding agents

https://zozo123.github.io/wasted-cycles/
1•zozo123-IB-IL2•55s ago•0 comments

CVE-2026-64560: Linux UAF

https://nvd.nist.gov/vuln/detail/CVE-2026-64560
1•c0balt•1m ago•0 comments

Show HN: LeetCode side panel with Socratic hints and AI interview practice

https://leetcopilot.dev
1•alexwang24•2m ago•0 comments

Squares – Browser-based quantum circuit designer, simulator, and AI assistant

https://squaresquant.com
1•Ferra•2m ago•1 comments

Introducing ctx.traits · Agent Traits & Workflows typed, versioned & in-sync.

https://ctx.company/blog/introducing-ctx-traits/
2•rpunkfu•2m ago•0 comments

Ask HN: Do older programmers/CS academics view AI safety as a form of arrogance?

1•amichail•3m ago•1 comments

Cambridge Algorithms Course

https://www.cl.cam.ac.uk/teaching/2021/Algorithms/
1•ibobev•3m ago•0 comments

Designing Docs for AI Agents

https://www.jamdesk.com/blog/designing-docs-for-ai-agents
2•gbourne1•5m ago•0 comments

Rheum

https://en.wikipedia.org/wiki/Rheum
1•colinprince•5m ago•0 comments

Macrocyclic peptides: a new "Goldilocks" drug class?

https://www.empirical.health/blog/macrocyclic-peptides/
2•brandonb•6m ago•0 comments

Show HN: OpenMetaHarness – long-horizon execution over multiple context sessions

https://github.com/openmetaharness/openmetaharness
1•IzhaarTejani•6m ago•0 comments

Sigstore, the Swiss army knife of signing and attestation

https://kernwerk.org/blog/cosign/
3•pdubouilh•7m ago•1 comments

Here's Where I Am At

https://brunocalza.me/blog/2026/07/30/heres-where-i-am-at.html
1•brunocalza•7m ago•0 comments

Show HN: Scriptum, a native Mac Markdown editor that live reloads

https://ms-dev.app/scriptum/
1•MS8080•8m ago•1 comments

We don't need no stinkin' tensor library: solving poker in custom WebGPU kernels

https://phulin.me/blog/poker/
2•patrickhulin•9m ago•1 comments

How to Plan Successfully

https://www.reddit.com/r/selfimprovement/comments/1c338bl/a_manual_on_how_to_plan_successfully/
2•tosh•9m ago•0 comments

The Four Loops, Clearly Explained

https://iii.dev/blog/the-four-loops-clearly-explained/
2•rohitghumare•9m ago•0 comments

WikidPad – Wiki Notebook for Windows/Linux/Mac OS

https://wikidpad.sourceforge.net/
1•bariumbitmap•11m ago•0 comments

Intensity of Focus Will Reward You [video]

https://www.youtube.com/watch?v=ZoST0yv0fI0
1•tylerdane•11m ago•1 comments

Prompt turns Microsoft Copilot into an AI worm

https://www.malwarebytes.com/blog/ai/2026/07/hidden-microsoft-copilot-ai-worm
1•geox•12m ago•0 comments

React apps that work with your data warehouse [video]

https://www.youtube.com/watch?v=3xPSh0FxW5o
1•karakanb•13m ago•1 comments

Stripe Radar no longer free, migrates free tier to paid plan

https://support.stripe.com/questions/updates-to-radar-for-lpms-and-billing-coverage-and-pricing-(...
1•film42•14m ago•1 comments

Scale AI taps former Google Cloud executive as new CEO

https://www.axios.com/2026/07/30/scale-ai-google-cloud-coo-francis-desouza
1•whizusukite•14m ago•0 comments

Scaling Laws: The Law Behind Every LLM

https://aidoses.substack.com/p/scaling-laws-the-law-behind-every
1•ryanrad•15m ago•0 comments

The Session You Cannot Take with You

https://earendil.com/posts/session-portability/
3•tosh•15m ago•1 comments

Senate of High Schoolers Pass Symbolic "Legislation" on Classroom AI Policy

https://www.npr.org/2026/07/30/nx-s1-5853571/students-set-ai-policy
1•randusername•15m ago•0 comments

Uefa to boycott World Cup in protest against FIFA sell-off

https://www.thetimes.com/sport/football/article/uefa-boycott-fifa-world-cup-aleksander-ceferin-gi...
1•matthieu_bl•16m ago•1 comments

Gemini Robotics ER 2

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/gemini-robotics-er-2/
2•zergylord•17m ago•0 comments

Russian hackers exploit Exchange OWA zero-day for long-term mailbox access

https://www.bleepingcomputer.com/news/security/russian-hackers-exploit-exchange-owa-zero-day-for-...
1•Brajeshwar•17m ago•0 comments

Know the moment a competitor changes their pricing

https://pagedeltas.com/use-cases/competitor-pricing-monitoring
1•arthurdelerue•18m 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.