frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Igalia and Bocoup: Cooperatives Unite

https://www.igalia.com/2026/JoiningForces.html
1•bkardell•57s ago•0 comments

Show HN: Learn to become a Rave Developer for the airline industry

https://olect.github.io/become-rave-developer/
1•olect•1m ago•0 comments

The security program that only works when everyone is at their desk

https://andreafortuna.org/2026/08/12/summer-cybersecurity-stress-test-nis2-dora/
1•speckx•2m ago•0 comments

Show HN: Seisin – a desktop app that turns your job search into analytics

https://getseisin.com
1•LudbaSH•3m ago•0 comments

Sharding a 70B model across 39 Intel laptops

https://github.com/labscommunity/cascadia
2•tatef•4m ago•1 comments

Apache Fory JSON: Fastest Java JSON Serialization, 10x Faster Than Jackson/Gson

https://fory.apache.org/blog/fory_json_fastest_java_json_framework/
1•chaokunyang•4m ago•1 comments

Grok 4.6

https://twitter.com/SpaceXAI/status/2087562800982077492
2•qingcharles•4m ago•1 comments

New Microsoft Defender 'ShieldBreak' zero-day grants SYSTEM privileges

https://www.bleepingcomputer.com/news/security/new-microsoft-defender-shieldbreak-zero-day-grants...
1•Brajeshwar•6m ago•0 comments

Europe's Water

https://riverdata.org/en
1•yread•6m ago•0 comments

Study: Widespread Contaminants, Mislabeling in Personal Care,Cleaning Products

https://pubs.acs.org/ehnea2/article/doi/10.1021/envhealth.6c00181/5252510/Hidden-Hazards-Nontarge...
1•Jimmc414•6m ago•0 comments

Using content-defined chunking to save space on PostgreSQL backups

https://www.plakar.io/posts/2026-07-17/portable-backups-for-managed-postgres-with-pgdump-and-plakar/
1•vcoisne•7m ago•0 comments

Ask HN: What do you think of this new kind of slider puzzle? [full rules, beta]

1•amichail•7m ago•0 comments

Ask HN: How's Everyone Feeling Today?

1•arm32•9m ago•1 comments

Grok 4.6

https://x.ai/news/grok-4-6
9•iLuddite•9m ago•4 comments

DeepSeek-V4-Pro-0813 Publish

https://api-docs.deepseek.com/
3•dares2573•10m ago•0 comments

China-linked hackers hit Taiwan in unprecedented 'autonomous' AI cyber attack

https://www.ft.com/content/7d2ab3e0-9085-48f6-b38a-d90260d58795
1•zczc•10m ago•0 comments

Roku Introduces Fairground AI Creator TV

https://fairground.tv/
1•bookofjoe•11m ago•0 comments

Open source alternative to overpriced agentic IDEs like BridgeMind (Demo Video)

https://www.youtube.com/watch?v=sFqnvY5FG_4
1•PersonalJarvis•12m ago•0 comments

SwipeTris: Free Forever, Nothing to Install

https://swipetris.com/
1•creaktive•12m ago•0 comments

Biology Will Eat the World

https://startupwiki.substack.com/p/analysis-industrial-biomanufacturing
2•skiski•13m ago•0 comments

Why AI models love Japan

https://utkarshx.substack.com/p/why-ai-models-love-japan
1•cuoder•14m ago•1 comments

Show HN: OJCP – an open protocol for agent-consumable job data

https://ojcp.dev/
5•fraywing•15m ago•0 comments

Running DeepSeek V4 Flash on an RTX 5080 with 16GB VRAM Under Linux/WSL2 via DS4

https://github.com/peppe200175/ds4_RTX_5080_cuda
1•peppe200175•15m ago•2 comments

OWASP Top for LLM Apps 2026: Excessive agency risk on the rise

https://www.reversinglabs.com/blog/owasp-top-10-for-llm-apps-excessive-agency
2•mooreds•16m ago•0 comments

Nuclear power push ramps up uranium mill – and tribal health concerns

https://www.npr.org/2026/08/12/nx-s1-5927298/nuclear-power-uranium-health-concerns
2•speckx•17m ago•0 comments

A BSON symbol namespace bypasses MongoDB's authorization check (CVE-2026-18690)

https://hellorecon.com/blog/cve-2026-18690-mongodb-symbol-type-authz-bypass
3•slvnx•18m ago•0 comments

Joining Cursor

https://arslan.io/2026/08/10/joining-cursor/
3•gpi•18m ago•0 comments

See what solar eclipses would look like from other planets

https://benmccarthy.com.au/p/eclipses
3•benmccarthy•20m ago•1 comments

Prisencolinensinainciusol

https://en.wikipedia.org/wiki/Prisencolinensinainciusol
2•mooreds•21m ago•0 comments

Roku's AI slop channel is worse than expected

https://www.theguardian.com/tv-and-radio/2026/aug/12/roku-ai-slop-fairground-creator-tv-channel
2•andsoitis•21m 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."