Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Small Programming Tricks(will-keleher.com ↗)
    7comments
  2. Code Is Crap(googleblog.com ↗)
    6comments
  3. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    22comments
  4. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    112comments
  5. Introducing System One Models and Jev(typesafe.ai ↗)
    459comments
  6. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    221comments
  7. Can we stop with the uptime percentages?(jim-nielsen.com ↗)
    32comments
  8. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    16comments
  9. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    103comments
  10. How Big Are Factorials?(thegreenplace.net ↗)
    12comments
  11. Measuring Gauss-Seidel loop-carried dependency and fixing it via loop unrolling(loiseaujc.github.io ↗)
    discuss
  12. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    265comments
  13. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
    5comments
  14. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
    37comments
  15. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  16. Salesforce Global Outage(salesforce.com ↗)
    121comments
  17. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
    44comments
  18. An update on Wayback Machine access(blog.archive.org ↗)
    340comments
  19. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
    229comments
  20. Anatomy of a Texture(agentlien.github.io ↗)
    4comments
  21. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    19comments
  22. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    184comments
  23. Doing Everyone Else's Job(yosefk.com ↗)
    77comments
  24. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    312comments
  25. OpenAI expands ChatGPT ads with Sponsored Agents(openai.com ↗)
    104comments
  26. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    464comments
  27. DeepSeek v4.1 Flash Is Now Our Best Hacking Model(enclave.ai ↗)
    24comments
  28. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    40comments
  29. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    98comments
  30. A software thing I built: GPS on a 25MHz 486-SX(vcfed.org ↗)
    19comments

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

87 pointsby 2h agoarxiv.org
20 comments
2h agoHN ↗

Would be very glad if anyone explained to me if and why this is revolutionary.

2h agoHN ↗

Here you go:

"Across algorithm engineering, mathematical optimization, and GPU kernel engineering, Dream-RSI achieves competitive or improved discovery quality while substantially reducing discovery cost in several settings."

2h agoHN ↗

Probably isn't by virtue of it being publicly released

1h agoHN ↗

Fairly certain all the labs are doing this (RSI) at this point. It's a question of how public their proclamations are about it and how they're positioning PR etc.

Even today's lighter weight models know how to write kernels and optimize them. I've had DeepSeek 4.1 Flash tune the crap out custom CUDA kernels on my own codebase and it was entirely competent at it. And cheap.

The innovation pieces will be in the harnesses to support this. Which I guess is partially what's going on here.

1h agoHN ↗

It's not really RSI if you are just using the AI as a tool to help make it better. It has to be doing it itself, no? Otherwise self-hosted compilers are RSI.

1h agoHN ↗

Why would you assume it is revolutionary?

1h agoHN ↗

Because “recursive self-improvement” is widely understood, even at labs, as having a non-trivial chance of eradicating human life.

This is like asking why a paper called “I discovered God. This is the specific proof.” is revolutionary. Just tedious levels of incredulity.

28m agoHN ↗

Anyone who seriously believe that and isn’t being hyperbolic for shock purpose is delusional. It’s a pretty standard research paper, you cannot assume any research that contains the terms RSI to be revolutionary

1h agoHN ↗

Unless I'm misunderstanding, calling this RSI seems misleading?

This looks like an optimization of current training methods, and a good one, but not "RSI" in the sense of a system that can perpetually improve itself forever.

1h agoHN ↗

Does RSI actually mean anything specific anymore? RSI, AGI, at this point seem like buzzwords. Sure AGI has definition that are measurable, say "better than 95% of humans on 95% of intellectual tasks" but if we used that definition we already have AGI and almost no one thinks we have achieved AGI. We use AIs to train AIs which we use to train AIs, why is that not RSI? How much human intervention means that is not RSI?

24m agoHN ↗

So few terms in AI are well defined. We will get ASI via AGI because of RSI but neither of those three things have any definition except pure vibes.

I struggle with the argument that RSI doesn't already exist like you say, it's existed since before the term LLM (hey, one that can be defined!) was common parlance. Though the biggest use for those is not superintelligence, it's to serve you ads and get your kids addicted to TikTok.

15m agoHN ↗

RSI has always being a well defined name, and you can only have RSI if you have an intelligence capable or creating itself.

It has technically existed for a long time (for longer than the name), but only on academical applications for extremely limited intelligences that could only create something like themselves. And that is still the only form that exists today.

It was never powerful enough to optimize ads distribution, and all the claims people are pushing around today are plain bullshit.

55m agoHN ↗

Yeah, this is absolutely not what anyone reasonable is thinking about when they say recursive self-improvement.

I'd say it's much closer to the concept of continual learning, but I'm only a few pages deep and haven't groqued it fully yet.

17m agoHN ↗

Agreed, what I understand from RSI would be models creating new models, or at least upgrading their own weights/architecture. It does not seem to be the case here.

1h agoHN ↗

This is a solid and very interesting paper! The authors were kind enough to publish the complete prompt for it (appendix B.1 on page 18), so anyone can try their approach with any LLM and see the results.

1h agoHN ↗

So its more like a harness (like Codex etc) on top of any existing LLM?

58m agoHN ↗

I ended up building a simplified version of this as /self-improve in https://github.com/DanMcInerney/orchflows. History is the state ledger, memory and RSI just cite the history as evidence and can be rewritten. I feel like strong immutable state is the missing piece of the puzzle for most of these memory libraries.

55m agoHN ↗

I might be wrong but is this really a solution for RSI? I interpret it's as a way to reducing wasted tokens and compute on paths that don't yield better results. It's an optimization. It's a faster way to get to RSI though. what's wrong?

43m agoHN ↗

The replay simulator from history for off-policy eval is clever - avoids expensive rollouts. Curious how they prevent the policy from overfitting to already-discovered branches and going stale as the search space expands?