Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. In the Age of AI, Some in China Wonder If Learning English Is Worth the Trouble(nytimes.com ↗)
  2. Show HN: Rockbox and Doom on iPod nano 3rd gen(twitter.com/freemyipod ↗)
  3. Show HN: KiwiDesk – Tiling that feels like it shipped with macOS(github.com/kiwicanopy ↗)
  4. Show HN: Stopping AI agent swarms from hacking our systems(inwom.com ↗)
  5. Cracking a 500-Year-Old Vatican Cipher with Simulated Annealing(simonklee.dk ↗)
  6. Apple weighs Nvidia technology for potential server market return(reuters.com ↗)
  7. The Armored Sarcophagus Saving Ukrainian Soldiers(theatlantic.com ↗)
  8. OpenAI weighs funding round at $1.2T valuation before IPO(ft.com ↗)
  9. AI memory shortage: Fairphone says RAM is now 60% of materials cost(tomshardware.com ↗)
  10. OrbiChat – Danish Startup creating a chat and event app(orbichat.io ↗)
  11. Show HN: Round 1 of a vibe-coder ladder, judged by an LLM that only sees the UI(vibeladder.dev ↗)
  12. Amazon to launch Ring 'neighbourhood watch' app in UK amid US privacy fears(theguardian.com ↗)
  13. An Introduction to HTML Streaming for Interactive Web Applications(github.com/eliasdejong ↗)
  14. How Tailscale Works(tailscale.com ↗)
  15. Run DeepSeek v4.1 Flash on your Mac(github.com/sqliteai ↗)
  16. Small Programming Tricks(will-keleher.com ↗)
  17. 'Godfather of AI' says tech regulation is nearing Covid-style pivot moment(theguardian.com ↗)
  18. Django: Django-mcpz, for making MCP servers(adamj.eu ↗)
  19. NSF memo implementing Trump's 'golden age' of science unsettles researchers(science.org ↗)
  20. Is Anthropic the New Netscape?(deadneurons.substack.com ↗)
  21. DiffusionGemma: It Generates Text in Parallel (From Scratch in PyTorch)(youtube.com ↗)
  22. The New Internet(dntls.substack.com ↗)
  23. Wikivibes – Write the encyclopedia you wished existed(wikivibes.org ↗)
  24. What we changed to make one node serve 4.3M cached queries per second(readyset.io ↗)
  25. EU Chief Backs Canada's Push to Become Bloc's First Associate Member(wsj.com ↗)
  26. Red-teaming my own credential broker: 231 attacks, and the five that worked(github.com/walex4 ↗)
  27. The AI Wait Equation(xendo.bearblog.dev ↗)
  28. Show HN: Why is a fly so hard to swat?(flyswat.win ↗)
  29. Media execs sound alarm on AI(axios.com ↗)
  30. Show HN: SeasonMap – when to travel where? visualized with climate data(seasonmap.app ↗)

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

74 pointsby 2h agoarxiv.org
18 comments
2h agoHN ↗

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

1h 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."

1h 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?

45m 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.

10m 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.

44m 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?

6m 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.

38m 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.

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.

50m agoHN ↗

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

40m 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.

37m 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?

26m 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?