frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Modeling the US-Europe Paradox

https://paulkrugman.substack.com/p/modeling-the-us-europe-paradox-very
1•vquemener•37s ago•0 comments

Building a Local AI Workspace Inside VS Code

https://jsdevspace.substack.com/p/building-a-fully-local-ai-workspace
1•javatuts•1m ago•0 comments

In-Kernel Broadcast Optimization: Co-Designing Kernels for RecSys Inference

https://pytorch.org/blog/in-kernel-broadcast-optimization-co-designing-kernels-for-recsys-inference/
1•gmays•2m ago•0 comments

ChatGPT adoption broadened in early 2026

https://openai.com/signals/research/2026q1-update/
1•Brajeshwar•2m ago•0 comments

Company behind GLiNER model released open source model for running LLM guardrail

https://pioneer.ai/blog/gliguard-16x-faster-safety-moderation-with-a-small-language-model
1•neon_share1•2m ago•0 comments

Dependencies Are Someone Else's Attack Surface

https://quodeq.ai/blog/supply-chain-attack-surface/
2•VictorPurMar•3m ago•0 comments

AI Is Starting to Build Better AI (Recursive self-improvement)

https://spectrum.ieee.org/recursive-self-improvement
1•marojejian•5m ago•0 comments

AI overlay that stays invisible to screen recorders

1•unviewable•5m ago•0 comments

Are LLM Useful for Solo Founders

1•sinsudo•6m ago•1 comments

US budget watchdog estimates Golden Dome will cost $1.2T

https://www.reuters.com/business/aerospace-defense/us-budget-watchdog-estimates-golden-dome-will-...
2•OutOfHere•7m ago•0 comments

What Is RTSP Streaming and Why It Is Still Relevant in 2026

https://www.red5.net/blog/4-reasons-rtsp-streaming-is-still-relevant/
1•mondainx•7m ago•0 comments

Show HN: Mealplannr – turn YouTube chef videos into weekly meal plans

https://mealplannr.io
1•nullandvoid•7m ago•0 comments

GitLab Outage

https://status.gitlab.com/
2•Sparkle-san•8m ago•1 comments

New Project

https://nebulad-studios.gt.tc
1•dom_kom•8m ago•1 comments

Show HN: Awesome Stars- render github awesome list with live star/fork badges

https://awesome-stars.github.io
1•arashbehmand•9m ago•0 comments

A code (reformatting) conundrum in Python, and heuristics

https://utcc.utoronto.ca/~cks/space/blog/python/CodeFormattingBlockHeuristics
1•speckx•10m ago•0 comments

Cook a Django project well, the agent-skill take on cookiecutter

https://github.com/RobustaRush/seedkit
2•kmmbvnr_•14m ago•0 comments

Elon Musk went to court. The judge wasn't amused

https://www.washingtonpost.com/technology/2026/05/02/musk-altman-openai-trial/
3•1vuio0pswjnm7•17m ago•0 comments

French Defenestration

https://darkomulej.substack.com/p/french-defenestration
3•Darius-BC•19m ago•0 comments

Learnings from Building an Ecommerce Chatbot for a Hardware Store

https://www.tommyjepsen.com/blog/building-an-ecommerce-chatbot-for-jemfix
2•tommyjepsen•20m ago•0 comments

Ask HN: Do people still pay for simple utility tools, or use ChatGPT/Claude now?

3•kamscruz•20m ago•0 comments

High-Quality Chaos

https://daniel.haxx.se/blog/2026/04/22/high-quality-chaos/
2•akyuu•20m ago•0 comments

After extensive work with agents, the non-technical sentence is the shape I see

https://sdocs.dev/s/qtIcZCIL#k=sHoAJ4Syfkv25404v5a3Ft4gJBPZwj7aAhquWmdzDPM
2•FailMore•20m ago•0 comments

How the World Became a Casino

https://www.404media.co/how-the-world-became-a-casino/
2•Brajeshwar•21m ago•0 comments

Show HN: Game evolves itself with your wishes

https://aion.quest/
2•xkoda•23m ago•0 comments

Notepad++ v8.9.5 Release

https://notepad-plus-plus.org/news/v895-released/
3•neustradamus•23m ago•0 comments

Studio Kylemcdonald.net

https://kylemcdonald.net/
2•rolph•23m ago•0 comments

Lies, damned lies, and Elastic's benchmarks

https://www.gouthamve.dev/lies-damned-lies-and-elastics-benchmarks/
2•valyala•25m ago•0 comments

E3 started 31 years ago and gaming was never the same

https://nichegamer.com/e3-started-31-years-ago-today-and-gaming-was-never-the-same/
2•HelloUsername•27m ago•0 comments

Unauthorized Anthropic stock sales and investment scams

https://support.claude.com/en/articles/13704655-unauthorized-anthropic-stock-sales-and-investment...
3•Nrbelex•27m ago•1 comments
Open in hackernews

The Unreasonable Effectiveness of Reasonless Intermediate Tokens

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

Comments

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