frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Llmff v1.0 FFmpeg for Inference

https://github.com/syndicalt/llmff
1•syndicalt•3m ago•0 comments

Show HN: Zaxy v1.0

https://docs.zaxy.io/
1•syndicalt•4m ago•0 comments

The global oil market is running out of options

https://finance.yahoo.com/markets/article/the-global-oil-market-is-running-out-of-options-you-can...
1•wslh•4m ago•0 comments

I built a programming language in C (Arc) with a custom interpreter

https://github.com/VxidDev/arc
1•VoidDev•6m ago•0 comments

The AI Takeover Has Arrived

https://thehonestsorcerer.substack.com/p/the-ai-takeover-has-arrived
1•heyimada•7m ago•0 comments

Why so many Americans moved to the middle of nowhere

https://thehustle.co/originals/why-so-many-americans-moved-to-the-middle-of-nowhere
3•rmason•7m ago•0 comments

Penguin travels every year to visit man who rescued him (2016)

https://www.cbc.ca/news/trending/dindim-o-lindo-pinguim-1.3487668
1•downbad_•11m ago•0 comments

Show HN: Grenzwert – Medical Viewer

https://grenzwert.net/en/
1•MickGorobets•11m ago•0 comments

Show HN: A "gym" for art value studies using images from your Pinterest boards

https://valuestudiescoach.com
1•sailorganymede•14m ago•0 comments

1979: Will Word Processors Start a Home Working Revolution?

https://www.youtube.com/watch?v=b6URa-PTqfA
3•tcp_handshaker•14m ago•0 comments

TCNs as Alternative to Transformers?

2•adinhitlore•16m ago•0 comments

The ITL Robotic Safe Cracker. (ITL-2000) (1001) [video]

https://www.youtube.com/watch?v=nDgC8JOQhiM
1•Cider9986•21m ago•1 comments

Emergence World: A Laboratory for Evaluating Long-Horizon Agent Autonomy

https://www.emergence.ai/blog/emergence-world-a-laboratory-for-evaluating-long-horizon-agent-auto...
1•Anon84•24m ago•0 comments

Deep Dive into Kubernetes Gateway API

https://www.romaglushko.com/blog/k8s-gateway-api/
2•karakoram•31m ago•0 comments

"At Meta, 90% of my coworkers were Chinese, non-Chinese were routinely excluded"

https://twitter.com/jeremybernier/status/2058243373161722185
12•qwertyuiop_•31m ago•1 comments

Practical Uses of Monads in Haskell

https://nauths.fr/en/2026/05/28/practical-use-of-monads.html
2•karakoram•31m ago•0 comments

Show HN: AionDbB

https://github.com/ayoubnabil/aiondb
3•K9987plus•36m ago•1 comments

Ruby Client for the Model Context Protocol (MCP)

https://github.com/zarpay/manceps
2•mooreds•41m ago•0 comments

Show HN: Web-based wc3 warlocks brawl

https://warlocks.app/
2•razum9•42m ago•0 comments

World Cup Sponsorships: Online Communities Changing the Game

https://graphika.com/posts/world-cup-sponsorships-online-communities-changing-the-game
2•mooreds•42m ago•0 comments

Markdown Tables Generator – Tablesgenerator.com

https://www.tablesgenerator.com/markdown_tables
4•wingmanjd•42m ago•1 comments

US healthcare still stupidly expensive, with pathetic outcomes, study finds

https://arstechnica.com/health/2026/05/us-healthcare-still-stupidly-expensive-with-pathetic-outco...
4•rbanffy•42m ago•2 comments

HarnessKit – Manage skills/MCP/hooks/plugins/memory across all your Agents

https://github.com/RealZST/HarnessKit
4•cyberditto•43m ago•0 comments

New solar desalination breakthrough makes fresh water without toxic brine

https://www.sciencedaily.com/releases/2026/05/260530053418.htm
2•rmason•44m ago•0 comments

ChatGPT for Google Sheets Exfiltrates Workbooks

https://www.promptarmor.com/resources/gpt-for-google-sheets-data-exfiltration
2•hackerBanana•48m ago•0 comments

In northern Ukraine, it was boy vs. Russian drone. The boy won

https://www.washingtonpost.com/world/2026/05/15/russian-drones-hunt-ukrainians-human-safari-boy-f...
7•rmason•50m ago•2 comments

Show HN: GEDD – Find what your AI agent gets wrong (before your users do)

https://github.com/aws-samples/sample-GEDD
2•balasvce19855•52m ago•0 comments

Benchmarking TurboQuant with MLX on Apple Silicon

https://www.youtube.com/watch?v=pRsAr51iTnI
2•tcp_handshaker•54m ago•0 comments

Minecraft YouTubers explain passive investing [video]

https://www.youtube.com/watch?v=NM6tmqJil7I
2•Cider9986•54m ago•0 comments

C is older than my mom

3•alonsovm44•55m ago•3 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."