frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

22 years of Brain Science: CoSyNe tells us about the evolution of Neuroscience

https://groundedneuro.substack.com/p/22-years-of-brain-science-what-cosyne
1•sebg•1m ago•0 comments

Israeli military drops charges against soldiers accused of abusing Palestinian d

https://www.bbc.com/news/articles/cm2xrz71zm3o
2•tartoran•1m ago•0 comments

Adobe Announces CEO to Step Down, Gives Lackluster Forecast

https://www.bloomberg.com/news/articles/2026-03-12/adobe-announces-ceo-to-step-down-gives-lacklus...
1•toomuchtodo•2m ago•1 comments

Show HN: Every Developer in the World, Ranked

https://coderank.me
2•ejc•4m ago•0 comments

A Plain Anabaptist Story: The Hutterites

https://ulmer457718.substack.com/p/a-plain-anabaptist-story-the-hutterites
2•gaplong•5m ago•0 comments

Apple MacBook Neo beats every single x86 PC CPU for single-core performance

https://www.pcgamer.com/hardware/gaming-laptops/new-benchmarks-show-the-iphone-chip-in-the-cut-pr...
1•baal80spam•5m ago•0 comments

Beyond the Limit: Introducing Mixedbread Wholembed v3

https://mixedbread.com/blog/wholembed-v3
2•emschwartz•5m ago•0 comments

In Praise of Stupid Questions

https://mathenchant.wordpress.com/2026/03/12/in-praise-of-stupid-questions/
1•jamespropp•7m ago•1 comments

Removing Comments from SWE-Bench Improves Agent Performance

https://antimemeticai.com/blog/comment-ablation
1•irgolic•8m ago•0 comments

How to Blur Sensitive Text in Screenshots with AI and ImageMagick

https://www.jamdesk.com/blog/blur-screenshots-with-ai
1•gbourne1•8m ago•0 comments

Keep the Tokens Flowing: Lessons from 16 Open-Source RL Libraries

https://huggingface.co/blog/async-rl-training-landscape
1•kashifr•9m ago•0 comments

The Context Lake

https://wetware.media/blog/context-lake/
2•carlwm•9m ago•1 comments

A Claude Code skill for deliberate skill development during AI-assisted coding

https://github.com/DrCatHicks/learning-opportunities
1•mooreds•11m ago•0 comments

Has vibecoding produced anything of substance, or investibility yet?

1•iiiiiiiiio•12m ago•0 comments

Frustrating experience reporting bugs on major companies websites as a developer

1•cupcake-unicorn•12m ago•0 comments

A Typed Language for Agent Coordination

https://johncarlosbaez.wordpress.com/2026/03/11/a-typed-language-for-agent-coordination/
1•terryf•15m ago•0 comments

$6T in Gulf capital is looking for the exit

https://climatemoney.substack.com/p/what-the-iran-war-means-for-the-energy
1•xrd•15m ago•0 comments

Systemd 260-Rc3 Released with AI Agents Documentation Added

https://www.phoronix.com/news/systemd-260-rc3
1•throw_await•15m ago•0 comments

Adobe CEO Shantanu Narayen says he will step down

https://www.cnbc.com/2026/03/12/adobe-ceo-shantanu-narayen-step-down.html
1•leopoldj•16m ago•1 comments

Ask HN: How do you cope with the broken rythm of agentic coding?

3•pauletienney•17m ago•1 comments

CostRouter – Cut AI API costs 60% by routing to the cheapest capable model

2•alex_1002•17m ago•0 comments

MCP Security 2026: 30 CVEs in 60 Days

https://www.heyuan110.com/posts/ai/2026-03-10-mcp-security-2026/
1•danebalia•18m ago•1 comments

How OpenAI Uses Codex [pdf]

https://cdn.openai.com/pdf/6a2631dc-783e-479b-b1a4-af0cfbd38630/how-openai-uses-codex.pdf
1•d0able•18m ago•0 comments

Announcing Cloudflare Account Abuse Protection

https://blog.cloudflare.com/account-abuse-protection/
2•chmaynard•19m ago•0 comments

Shantanu Narayen to Transition from Adobe CEO Role

https://news.adobe.com/news/2026/03/employee-memo
1•pfrrp•20m ago•0 comments

Idea Cells

https://sphera.substack.com/p/idea-cells
1•KyleVlaros•21m ago•1 comments

Show HN: My Vibe Page

https://www.myvibepage.com/p/Duq1IdfUMy
1•hershyb_•22m ago•3 comments

Show HN: Claude Forge – GAN Inspired Adversarial Pipeline

https://github.com/HatmanStack/claude-forge
1•hatmanstack•23m ago•0 comments

Where is AI showing up in the productivity data?

https://www.ft.com/content/d6fdc04f-85cf-4358-a686-298c3de0e25b
2•aanet•25m ago•1 comments

Company AI Readiness Scores

https://company.lost2038.com/show-hn-draft.html
1•mikeberkley•26m ago•1 comments
Open in hackernews

The Unreasonable Effectiveness of Reasonless Intermediate Tokens

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

Comments

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