frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Action-Locker – A Lockfile and Locker For

1•sudosteph•22s ago•0 comments

Report on 40 Malicious Chrome Extensions, 22M Users

https://github.com/detrin/extensions_report/blob/main/FINDINGS.md
1•kekqqq•37s ago•0 comments

Chat Control passed first round in EU Parliament

https://www.heise.de/en/news/Showdown-in-Strasbourg-The-unexpected-return-of-Chat-Control-1-0-113...
2•miroljub•47s ago•0 comments

Show HN: Telemetry Tracker – An open-source telemetry platform for web apps

https://telemetry-tracker.com
1•unjica•3m ago•0 comments

Amazon Without the Knockoffs

https://knockoff.shopping/
1•plurby•4m ago•0 comments

Google, RWE back Proxima Fusion in €411M financing round

https://www.reuters.com/business/google-rwe-back-proxima-fusion-411-million-financing-round-2026-...
1•mpweiher•4m ago•0 comments

Show HN: Nino – A CFP/CPA team plus AI that models your whole financial picture

https://www.usenino.com/
1•jonlerner•4m ago•0 comments

Automating AI Away

https://replicated.live/blog/away
2•gritzko•5m ago•0 comments

Mario Kart but it's a playable YouTube video

https://www.youtube.com/watch?v=SUP7x_DiyXw
2•moralestapia•8m ago•0 comments

Demystifying the Red Zone: Optimizing Leaf Functions

https://zlnv.ch/posts/red-zone/
1•zlnvch•11m ago•0 comments

Adverse effects of spinal manipulation (2007)

https://pmc.ncbi.nlm.nih.gov/articles/PMC1905885/
1•indigodaddy•11m ago•0 comments

Unzip large files by deleting chunks on the fly

1•Rehanjoy•12m ago•0 comments

PrivAiTe, a local LLM proxy that redacts PII in tool-call arguments

https://github.com/crp4222/PrivAiTe
2•crp4222•14m ago•0 comments

Life Without Google

https://untangled.bearblog.dev/life-without-google/
2•speckx•15m ago•0 comments

Yes, AI Will Take Your Job

https://blog.calebjay.com/posts/ai-will-take-your-job/
5•HotGarbage•16m ago•0 comments

A System of Systems for the Selection of Optimal Climate Change Decisions

https://ieeexplore.ieee.org/document/11357917
2•rbanffy•16m ago•0 comments

Stymied datacentre projects threaten global AI revolution

https://www.theguardian.com/technology/2026/jul/07/stymied-datacentre-projects-threaten-global-ai...
3•Brajeshwar•17m ago•0 comments

Show HN: VESlocker – stop offline brute-force of PIN-protected local data

https://github.com/vesvault/VESlocker
2•VESvault•17m ago•0 comments

With more prison space than prisoners, correctional facilities are shutting down

https://san.com/cc/with-more-prison-space-than-prisoners-correctional-facilities-are-shutting-down/
3•Cabal•19m ago•1 comments

Why I Built an AI That Ignores You

https://zhengxianlin.substack.com/p/why-i-built-an-ai-that-ignores-you
2•jasonlili•20m ago•0 comments

AI Engineer World's Fair SF 2026: Takeaways and Verification

https://jorypestorious.com/blog/ai-engineer-verification/
2•joryeugene•21m ago•1 comments

Windows GDID Changer

https://github.com/gd03gd031/Windows-GDID-Changer
2•maxo133•21m ago•2 comments

Markdown Now Has a UTI in Apple's Version 27 OSes

https://daringfireball.net/linked/2026/07/06/markdown-uti-os-27
4•ingve•22m ago•3 comments

Optical Scale Up Fabrics Are Limited by Manufacturing, Not Architecture

https://www.nextplatform.com/connect/2026/06/30/optical-scale-up-fabrics-are-limited-by-manufactu...
1•rbanffy•22m ago•0 comments

Show HN: Markdown Arena – Compare Markdown Editors Side by Side

https://markdownarena.com/
1•Wdorf•23m ago•0 comments

Theory of constraints, AI, and code review

https://swizec.com/blog/theory-of-constraints-ai-and-code-review/
2•Swizec•23m ago•0 comments

High-performance Rust: Understanding and eliminating memory fragmentation

https://kerkour.com/rust-high-performance-memory-fragmentation-allocations
2•Keyb0ardWarri0r•25m ago•0 comments

Show HN: MIRA – Multiplayer World Model Trained on Rocket League

https://mira-wm.com/
9•MasterScrat•25m ago•9 comments

If you have one, how do you use Reachy mini?

1•plkt_studios•25m ago•0 comments

Aug 31st 2026: All Manifest V2 extensions removed from the Chrome Web Store

https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
2•gildas•26m ago•0 comments
Open in hackernews

The Unreasonable Effectiveness of Reasonless Intermediate Tokens

https://arxiv.org/abs/2505.13775
4•YeGoblynQueenne•1y ago

Comments

tocs3•1y ago
I asked ChatGPT to restate this in more laymen's terms (posted below) and I am not to surprised at the answer.

"Lately, some AI models have shown impressive abilities to solve complex problems, and many people credit this to a method called Chain of Thought (CoT), where the model is trained to think through steps like a human might. In this paper, we take a closer look at that idea to see if it's really what's driving better performance.

We focus on the model’s step-by-step thinking (the words it generates along the way) — often treated like human "thoughts" — and examine whether these actually help the model solve problems more accurately. To test this, we train AI models using clean, correct step-by-step reasoning paths and final answers, all based on a known solving method (A* search). This lets us check both the final answers and the reasoning steps to see how they relate.

Interestingly, we find that even when a model gives the right answer, its reasoning steps can still be wrong or messy. To go further, we even train models using completely random and incorrect reasoning steps — and surprisingly, they still perform about the same, and sometimes even better, than those trained on correct steps.

This suggests that the step-by-step "thoughts" the model shows aren’t as meaningful or reliable as many assume. In short, just because a model looks like it’s reasoning through a problem doesn’t mean it actually is — and we should be careful not to treat its outputs as if it thinks like a human or follows strict logic."