frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Colossus: The Forbin Project

https://en.wikipedia.org/wiki/Colossus:_The_Forbin_Project
1•doener•15s ago•0 comments

A Few Words on DS4

https://antirez.com/news/165
2•caust1c•1m ago•0 comments

Re: IPv8 / BGP8 / CF

https://seclists.org/nanog/2026/May/9
1•doener•2m ago•0 comments

IPv8

https://openipv8.org/
2•doener•7m ago•1 comments

'Nessun Dorma': The Story Behind Pavarotti's Aria

https://www.udiscovermusic.com/classical-features/nessun-dorma-pavarotti/
1•austinallegro•7m ago•0 comments

Tencent admits GPUs only pay for themselves when powering personalized ads

https://www.theregister.com/off-prem/2026/05/14/tencent-admits-gpus-only-pay-for-themselves-when-...
1•Bender•9m ago•0 comments

Zero-day exploit defeats default Windows 11 BitLocker protections

https://arstechnica.com/security/2026/05/zero-day-exploit-completely-defeats-default-windows-11-b...
1•Bender•9m ago•0 comments

Fired hacker twins forget to end Teams recording, capture own crimes

https://arstechnica.com/tech-policy/2026/05/fired-hacker-twins-forget-to-end-teams-recording-capt...
3•Bender•10m ago•0 comments

Popish Plot

https://en.wikipedia.org/wiki/Popish_Plot
1•vinnyglennon•11m ago•0 comments

The political polarization of health outcomes in the USA

https://www.nature.com/articles/s41562-026-02474-9
1•littlexsparkee•11m ago•0 comments

Vouch-compatible PR-spam reduction GitHub Action workflow and CLI tool

https://github.com/PThorpe92/fossier
1•ellieh•13m ago•0 comments

The Revolt against I-Ready

https://www.nbcnews.com/news/education/iready-school-software-faces-parent-teacher-student-fury-r...
1•moultano•17m ago•0 comments

Scientists ID 'corkscrew killer' behind gruesome seal deaths

https://www.science.org/content/article/scientists-id-corkscrew-killer-behind-gruesome-seal-deaths
2•gmays•17m ago•0 comments

GBA Eval - Build a Game Boy Advance emulator in WebAssembly from scratch

https://gbaeval.com/
2•stared•17m ago•0 comments

A serverless image converter API using WASM on the Edge (no ImageMagick)

https://opgates.lemonsqueezy.com/checkout
1•wellscorp•19m ago•0 comments

10x more AI code is shipping on GitHub today than last year at this same time

https://loopiq.com/blog/compliance-automation
2•lkgermain•21m ago•0 comments

Subnautica 2 Early Access

https://store.steampowered.com/app/1962700/Subnautica_2/
2•accrual•22m ago•1 comments

The Worm in the Registry

https://medium.com/@vektormemory/the-worm-in-the-registry-83008d5daee0
1•vektormemory•24m ago•0 comments

Beyond C: wrapping Dear ImGui in Swift with zero FFI

https://carette.xyz/posts/swift_cpp_compatibility_with_raylib_and_imgui/
1•weird_trousers•24m ago•0 comments

Railway, Meet Milky Way: 5 Great Stargazing Trains

https://www.nytimes.com/2026/05/13/travel/stargazing-train-rides.html
1•johnbarron•25m ago•0 comments

Emodub – YouTube dubbing in your language, with emotion preserved

https://www.youtube.com/watch?v=RLWlSdf7aMQ
1•sadiuysal•26m ago•0 comments

GNUtrition 0.33.0rc2 Now Available

https://savannah.gnu.org/news/?id=10892
1•amcclure•27m ago•0 comments

Bobby Puleo 4plymag Skateboarding

https://4plymag.com/bobbypuleo/
1•marysminefnuf•32m ago•0 comments

Interactive Exploration of Scaling Options for Optical Lithography

https://www.nhurwitz.com/writing/known-scaling-options-for-euv-lithography
1•probablynoam•32m ago•0 comments

PyTorch simulator refutes an 18-year-old quantum theorem

https://github.com/lizbeth307/quantum-superactivation-refutation
2•NeoOdim•36m ago•0 comments

Court bans Kars4Kids ads in California for violating false advertising law

https://www.sfgate.com/bayarea/article/kars4kids-california-false-advertising-22259298.php
5•01-_-•36m ago•0 comments

The Interstitium, the Human Body's Hidden Pathways

https://www.nytimes.com/interactive/2026/05/11/magazine/interstitium-anatomy-acupuncture-medicine...
1•gmays•39m ago•0 comments

OVMS: Open source electric vehicle remote monitoring, diagnosis and control

https://www.openvehicles.com/home
7•BHSPitMonkey•40m ago•1 comments

Security Horror Stories

https://securityhorrors.com/
1•Einenlum•41m ago•0 comments

What's the Ideal Analogy?

https://alok.github.io/2026/04/28/whats-the-ideal-analogy/
1•yuppiemephisto•41m ago•0 comments
Open in hackernews

The Unreasonable Effectiveness of Reasonless Intermediate Tokens

https://arxiv.org/abs/2505.13775
4•YeGoblynQueenne•11mo ago

Comments

tocs3•11mo 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."