frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Floci: Locally emulating any cloud service

https://floci.io
1•theanonymousone•5m ago•0 comments

CAPTCHAs don't prove you're human – they prove you're American

https://shkspr.mobi/blog/2017/11/captchas-dont-prove-youre-human-they-prove-youre-american/
2•theanonymousone•9m ago•0 comments

Show HN: WFY24 Weather Widget Zero-setup weather module for Joomla 6

https://extensions.joomla.org/extension/wfy24-weather-widget/
1•weatherfun•10m ago•0 comments

Repology, the Packaging Hub

https://repology.amdmi3.ru/
1•dorianniemiec•12m ago•1 comments

Nobody wanted an "AI PC," so Microsoft stopped calling it that

https://www.techspot.com/news/113985-nobody-wanted-ai-pc-microsoft-stopped-calling.html
3•theanonymousone•13m ago•0 comments

Job hunting: I got tired of sending PDFs, so I made your CV a website

https://self.cv/en
1•javier_yc_new•16m ago•0 comments

Newly found records raise fresh questions over whether Hitler murdered his niece

https://www.cnn.com/2026/09/25/europe/germany-hitler-raubal-history-intl
1•1659447091•16m ago•0 comments

Video Tubelets: Objects as Volumes in Space-Time

https://CSProfKGD.github.io/video-tubelets/
1•coinfused•21m ago•0 comments

Punk – Perl MVC, Compiled at Boot

https://punkperl.com/
2•TheWiggles•23m ago•0 comments

The eruption that destroyed Pompeii is helping scientists date Earth's history

https://news.berkeley.edu/2026/09/25/the-eruption-that-destroyed-pompeii-is-helping-scientists-da...
1•geox•27m ago•0 comments

Who is behind the AI safety backlash?

https://twitter.com/TheMidasProj/status/2103577207700365719
1•pretext•32m ago•0 comments

The OpenAI "Hack" of Australia's Medicare That Wasn't

https://twitter.com/eastmelbgroupie/status/2102960384777040285
1•flgb•38m ago•0 comments

Chat Control 2.0: Next Tuesday, a permanent decision could be made

https://reddit.com/r/tutanota/comments/1wpyild/next_tuesday_a_permanent_decision_on_chat_control/
2•latexr•40m ago•0 comments

Can a language model run in Linux eBPF?

https://eunomia.dev/blog/2026/09/24/qwen3-ebpf-in-kernel-inference/
6•RohanAdwankar•44m ago•2 comments

Flip Fluid on Flip Dots

https://mitxela.com/projects/flipflip
2•blutack•46m ago•0 comments

The far side of the Moon provides clues to a previous magnetic field

https://ethz.ch/en/news-and-events/eth-news/news/2026/09/the-far-side-of-the-moon-provides-clues-...
3•croes•46m ago•0 comments

Show HN: Print Graph Paper

https://printgraphpaper.app/
1•artiomartiom•50m ago•0 comments

Internal memos: Microsoft shakes up communications as Nadella makes a push to

https://www.geekwire.com/2026/internal-memos-microsoft-shakes-up-communications-as-nadella-makes-...
2•GloVin•53m ago•0 comments

Voyager is slowly going dark

https://twitter.com/rainmaker1973/status/2103688510758965417
2•taubek•54m ago•0 comments

Microservices are organizational debt disguised as architecture

https://martinfowler.com/bliki/MonolithFirst.html
4•birdculture•1h ago•1 comments

Is your Postgres migration safe or not safe?

https://safenotsafe.dev/
2•vira28•1h ago•0 comments

Biggest design mistake I made when we moved OpenClaw to SQLite: using sync db

https://twitter.com/steipete/status/2103648679169257737
1•tosh•1h ago•0 comments

Reverse Engineering Fortinet with Ablation

https://github.com/Ablation-Tool/ablation
1•zellkernel•1h ago•1 comments

Jev4j

https://github.com/maxsumrall/jev4j
1•jsumrall•1h ago•1 comments

Wiki Deep dive into Standard diving dress

https://en.wikipedia.org/wiki/Standard_diving_dress
1•sans_souse•1h ago•0 comments

We asked Seedance, Veo and Kling to spill a glass of water. None of them could

https://humansignal.com/blog/how-to-teach-a-robot-to-water-the-table/
1•ReDeiPirati•1h ago•0 comments

The Library After Dark – a walkable 3D library of 600 public-domain books

https://libraryafterdark.space
2•theaijournalope•1h ago•0 comments

Show HN: Fast image/video viewer for Linux in Rust and gtk4. Carosello

https://github.com/grigio/carosello
1•grigio•1h ago•0 comments

Why I'm Building Muse

https://twitter.com/alexandr_wang/status/2103551714536439951
2•tosh•1h ago•1 comments

Young organs may not be a fountain of youth for recipients

https://www.technologyreview.com/2026/09/25/1145083/young-organs-may-not-be-a-fountain-of-youth-f...
1•joozio•1h 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."