frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Route to the cheapest model in claude code for your task using jev-router

https://github.com/gargpratyush/jev-router
1•saikatsg•57s ago•0 comments

EU and Philippines agree free trade deal

https://www.reuters.com/world/asia-pacific/eu-philippines-agree-free-trade-deal-2026-09-22/
1•vrganj•2m ago•0 comments

Looking back at my first year as the Renovate Project Lead

https://www.jvt.me/posts/2026/09/21/renovate-1-year/
1•jamietanna•4m ago•0 comments

Meritocracy and Inequality Acceptance

https://www.nature.com/articles/s41562-026-02567-5
1•doener•4m ago•0 comments

Find 20x more prospects discussing problem you solve

https://markai.io
1•daudmalik06•12m ago•0 comments

How AI is impacting who gets to cross borders

https://newsroom.taylorandfrancisgroup.com/how-ai-is-impacting-who-gets-to-cross-borders/
1•geox•15m ago•0 comments

Does Image batch processing (styling/conversions) is underrated?

1•agnes_realm•15m ago•0 comments

Returning Soldier Effect

https://en.wikipedia.org/wiki/Returning_soldier_effect
1•tagfowufe•17m ago•1 comments

Lu Ban's Axe and Working with Your Chinese Suppliers

https://hackaday.com/2017/08/30/lu-bans-axe-and-working-with-your-chinese-suppliers/
1•Bluestein•17m ago•0 comments

Autonomous Plane Becomes the First to Fly Coast to Coast on Its Own

https://gizmodo.com/autonomous-plane-becomes-the-first-to-fly-coast-to-coast-on-its-own-2000814879
1•r_singh•18m ago•0 comments

AI Mode for Emacs

https://github.com/ai-mode/ai-mode
1•xvilka•22m ago•0 comments

Tell HN: Claude Code just accepted and signed a contract for me. Without asking

15•franze•25m ago•15 comments

I'm screwing 1M screws into a wall, one per dollar the internet sends

https://1millionscrews.com
1•nickyder•26m ago•0 comments

Apple Music Hall

https://www.applemusichall.com/
1•thm•28m ago•0 comments

Generals: Zero Hour in Browser

https://generals.zone/?full
2•playerx•29m ago•1 comments

Textbook Review: Is Parallel Programming Hard, and, If So, What Can You Do About

https://ahelwer.ca/post/2026-09-21-concurrency-textbook/
1•fanf2•32m ago•0 comments

AMD's random number generator can't generate a 0?

https://board.flatassembler.net/topic.php?t=24261
2•BruceEel•35m ago•0 comments

How I Made Palmer Luckey and Paul Graham Perform Hotel Lobby

https://www.skeptrune.com/posts/seedance-video-character-swap/#4-map-the-people-then-describe-wha...
1•skeptrune•35m ago•0 comments

The .au namespace is about to be gutted, and almost nobody knows it's happening

https://www.reddit.com/r/Domains/comments/1wmv2vs/the_au_namespace_is_about_to_be_gutted_and_almost/
1•taubek•37m ago•0 comments

Brazilian researcher who helped country's grain boom wins World Food Prize

https://www.reuters.com/world/americas/brazilian-researcher-who-helped-countrys-grain-boom-wins-w...
2•thunderbong•40m ago•0 comments

OpenPrinter: Open Source Printer

https://www.crowdsupply.com/open-tools/openprinter
2•_josh_meyer_•40m ago•0 comments

Sony Patent Would Let a PlayStation Controller Relay Payments from Your Phone

https://pbxscience.com/sony-patent-would-let-a-playstation-controller-relay-payments-from-your-ph...
1•pndy•43m ago•0 comments

Dear Elon Musk, here are five things you might want to consider about AGI

https://garymarcus.substack.com/p/dear-elon-musk-here-are-five-things
2•inglor_cz•44m ago•1 comments

Jev vs. Codex on Flight Booking: A Hands-On Comparison for Free

https://agentsky.dev/jev/vs/codex
1•yshuolu•45m ago•0 comments

Hill investigates after F-35 parts diverted to Hong Kong

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
1•Betelbuddy•47m ago•0 comments

Resend · Email for Developers

https://resend.com
2•thunderbong•51m ago•1 comments

White House launches Trump TV following press bans

https://thehill.com/homenews/administration/6103061-white-house-launches-trump-tv/
1•consumer451•56m ago•0 comments

Anthropic Principle

https://en.wikipedia.org/wiki/Anthropic_principle
1•binyu•1h ago•0 comments

Et Tu, Brute? Economic Misalignment in Personal AI Agents

https://arxiv.org/abs/2609.24927
1•sbulaev•1h ago•0 comments

I said no and Apple said yes

https://dbushell.com/2026/09/22/apple-intelligence/
19•thatslast•1h 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."