frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NanoBoyAdvance: A cycle-accurate Nintendo Game Boy Advance emulator

https://github.com/nba-emu/NanoBoyAdvance
1•lnyan•1m ago•0 comments

AV2 Video Codec Architecture

https://www.youtube.com/watch?v=Se8E_SUlU3w
1•marklit•2m ago•0 comments

Nomor WhatsApp Agoda

1•zemakasi•2m ago•0 comments

Layanan Agoda

1•zemakasi•3m ago•0 comments

The Myth of Reflected Power

https://www.iz2uuf.net/wp/index.php/2017/07/29/the-myth-of-reflected-power/
1•pera•3m ago•0 comments

Show HN: Dream Decoder AI – Jungian dream analysis with 3D visualization

1•brandonmillsai•4m ago•0 comments

Sunrise Robotics

https://sunriserobotics.co/
1•otobrglez•11m ago•0 comments

Saab invests in space technology company Pythom

https://www.saab.com/newsroom/press-releases/2025/saab-invests-in-space-technology-company-pythom
1•madspindel•13m ago•0 comments

When high availability brings downtime

https://medium.com/learnings-from-the-paas/when-high-availability-brings-downtime-7a6261b0ef1c
1•todsacerdoti•13m ago•0 comments

Tell HN: Cursor exposes side projects to your employer

3•throwawaybbbbbb•13m ago•0 comments

Show HN: I built a simple website directory and it just passed 400 submissions

https://www.showmysites.com/
1•toutoulliou•14m ago•0 comments

IC3PEAK – Dead but Pretty [video]

https://www.youtube.com/watch?v=qCljI3cIObU
1•consumer451•15m ago•1 comments

A native, static binary with SQLite support in C#

https://pileofhacks.dev/post/a-native-static-binary-with-sqlite-support-in-c/
1•colonCapitalDee•19m ago•0 comments

Asymptotically optimal approximate Hadamard matrices

https://arxiv.org/abs/2511.14653
2•mathfan•29m ago•0 comments

Gov. Spencer Cox announces major nuclear energy hub in Utah

https://www.deseret.com/utah/2025/11/17/gov-cox-announces-site-for-utah-nuclear-power-plant/
1•mpweiher•29m ago•0 comments

The Convergence

https://rodgercuddington.substack.com/p/the-convergence
2•freespirt•36m ago•0 comments

Ask HN: What was it like for you to be sunned?

1•suckow•37m ago•0 comments

Nuclear power will receive most money from DOE loans

https://www.cnbc.com/2025/11/10/nuclear-power-energy-department-chris-wright-loan-westinghouse-ai...
2•mpweiher•40m ago•0 comments

How to disable Cloudflare proxying when you can't access the dashboard

https://www.coryzue.com/writing/cloudflare-dns/
2•czue•49m ago•0 comments

A free AI tool to generate custom reviews (any tone/length) in seconds

https://www.reviewsgenerator.org/
1•YarkYao•55m ago•1 comments

Exploring the Limits of Large Language Models as Quant Traders

https://nof1.ai/blog/TechPost1
19•rzk•58m ago•4 comments

Why do some industries naturally collapse into duopolies?

https://capital-folly.ghost.io/ghost/#/site
1•d_e_solomon•1h ago•1 comments

Pipedream to Be Acquired by Workday

https://pipedream.com/blog/pipedream-to-be-acquired-by-workday/
1•todsacerdoti•1h ago•0 comments

Kroyer Films

https://en.wikipedia.org/wiki/Kroyer_Films
1•exvi•1h ago•0 comments

Show HN: Slopper: Private AI Replies

https://play.google.com/store/apps/details?id=com.indrek.slopper&hl=en_US
1•indest•1h ago•0 comments

Show HN: Codesprint – A LeetCode Typing Trainer

https://github.com/cwklurks/codesprint
2•cwkcwk•1h ago•1 comments

A 450 KB static site generator based on Markdown and Lua

https://log.schemescape.com/posts/static-site-generators/smallest-static-site-generator.html
1•birdculture•1h ago•0 comments

Show HN: SimplyToast – A simple Linux startup and background process manager

https://github.com/toast1599/SimplyToast
1•toast1599•1h ago•0 comments

Ultra-Processed Foods and Human Health

https://www.thelancet.com/series-do/ultra-processed-food
4•sdeframond•1h ago•0 comments

Zoox is now welcoming its first public riders in San Francisco

https://zoox.com/journal/zoox-robotaxi-in-san-francisco
2•ChrisArchitect•1h ago•0 comments
Open in hackernews

The Unreasonable Effectiveness of Reasonless Intermediate Tokens

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

Comments

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