frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Free AI APIs – Build Anything with Pollinations

https://pollinations.aivaded.com
1•godsbee•35s ago•0 comments

Detecting and removing dangerous secrets on workstations before Shai-Hulud does

https://recyclebin.zip/posts/2026-05-25-secret-scanning-fleet-bagel/
1•gepeto42•1m ago•0 comments

DeepSeek seems to be leaking random user chat history

https://breakingvibe.dev/news/deepseek-leaking-user-chat-history
1•jklmnopqrstuvw•2m ago•0 comments

On-premises for legal is not a good business

https://robertkarl.net/blog/2026/May/25/on-premises-for-legal-is-not-a-good-business.html
1•robertkarl•2m ago•1 comments

Ferrari Luce Reveal [video]

https://www.youtube.com/watch?v=kSFl4iE1-y8
2•simonebrunozzi•2m ago•0 comments

A Comma and a Question Mark, Redux: Quick Terminal Helpers Using Pi

https://z3ugma.github.io/2026/05/25/a-comma-and-a-question-mark/
1•z3ugma•2m ago•0 comments

Anthropic Cofounder Chris Olah's Remarks on Pope Leo XIV's "Magnifica Humanitas"

https://www.anthropic.com/news/chris-olah-pope-leo-encyclical
1•Philpax•5m ago•0 comments

Is your company concerned by NIS2?

https://www.probo.com/blog/2026-05-25-is-your-company-concerned-by-nis2
1•arthurmyx•5m ago•0 comments

The IPO wave will enshrine the AI gods' control over the future

https://economist.com/by-invitation/2026/05/21/the-ipo-wave-will-enshrine-the-ai-gods-control-ove...
1•andsoitis•5m ago•0 comments

The Art of Assembly Language (1999)

http://web.archive.org/web/20011226171528/http://cs.smith.edu/~thiebaut/ArtOfAssembly/fwd/fwd.html
2•downbad_•6m ago•0 comments

Giraffes Silently Slip onto the Endangered Species List (2016)

https://www.smithsonianmag.com/smart-news/giraffes-silently-slip-endangered-species-list-180961372/
1•downbad_•6m ago•0 comments

BoxStream Cloud Music

https://www.boxstreamapp.com/
1•boxstream•8m ago•1 comments

WebAssembly 128-bit packed SIMD Extension

https://github.com/WebAssembly/spec/blob/main/proposals/simd/SIMD.md
1•tosh•9m ago•0 comments

Show HN: Hypergraph – directed hypergraph library in Rust (40 graph algorithms)

https://github.com/yamafaktory/hypergraph
1•yamafaktory•13m ago•0 comments

Insane AI Breakthroughs with Demis Hassabis [video]

https://www.youtube.com/watch?v=huAwz_BR8WM
1•deepserket•13m ago•0 comments

Ask HN: How is all new software not broken?

1•zwilderrr•14m ago•2 comments

Consciousness might be a fundamental feature of reality, like gravity

https://spacedaily.com/d-consciousness-might-not-be-something-the-brain-creates-it-might-be-a-fun...
2•sowbug•16m ago•1 comments

Annotation Pro

https://apps.microsoft.com/detail/9ns87mqb29c7?hl=en-US&gl=US
1•casultra•16m ago•1 comments

Epic reveals first Unreal Engine 6 game, and it's not Fortnite

https://www.pcgamer.com/gaming-industry/epic-reveals-first-unreal-engine-6-game-and-its-not-fortn...
1•Brajeshwar•16m ago•0 comments

A GenAIration Lost in Space

https://playtechnique.io/blog/a-genairation-lost-in-space.html
1•gwynforthewyn•17m ago•1 comments

Google's Family link can be abused to lock down compromised accounts

https://techwolf12.nl/blog/google-family-link-exploit/
2•techwolf12•17m ago•0 comments

Pope Leo says AI must be 'disarmed' in first major teaching

https://www.bbc.com/news/articles/cedppn6002jo
2•1vuio0pswjnm7•18m ago•1 comments

Same model, different provider, different structured output

https://guilhermesfc.com/provider-variance-structured-extraction.html
1•guilhermesfc•19m ago•0 comments

Show HN: YourMemory, persistent memory layer with temporal reasoning for agents

3•SachitRafa•20m ago•2 comments

Peer to Peer Messaging App

https://www.mindtheclub.com
2•GradleSurvivor•21m ago•1 comments

Automatia Update: Pulling the (API) Strings

https://libriscv.no/blog/pulling-the-strings/
1•fwsgonzo•22m ago•0 comments

Pope Leo, Anthropic co-founder call for church-tech ethics partnership

https://www.ncronline.org/vatican/vatican-news/pope-leo-anthropic-co-founder-call-church-tech-eth...
1•tow21•23m ago•1 comments

Slop is code you can't work with

https://dwyer.co.za/static/slop-is-code-you-cant-work-with.html
1•sixhobbits•25m ago•1 comments

Did the Linux memory management maintainer "just quit"?

2•hliyan•26m ago•0 comments

New Wix Headless Skills Released

https://www.wix-headless.dev/
1•yoavcwix•27m ago•1 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."