Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A Woman Cured Her Cancer with an Insane Method [video](youtube.com ↗)
  2. GLM 5.3 is live on Mistral(mistral.ai ↗)
  3. Devolver says indie publishing is not 'compatible' with public trading(gamedeveloper.com ↗)
  4. California's High Speed Rail to Nowhere [video](youtube.com ↗)
  5. Autism is genetic – and why this information matters now(autism.org.uk ↗)
  6. Geography Is Power(nytimes.com ↗)
  7. Show HN: Blue – open-source governance for coding agents(bluee.sh ↗)
  8. Show HN: A distributed C++ Monte Carlo API for exotic options pricing(prometheusquantengine.com ↗)
  9. Show HN: Orthant, an open-source macOS window manager where you draw the region(orthant.app ↗)
  10. Homeostatic Feelings and the Biology of Consciousness(oup.com ↗)
  11. Show HN: Docx-to-Markdown – layout-aware Word to Markdown converter(docx-editor.dev ↗)
  12. New stealth model: Union Alpha(openrouter.ai ↗)
  13. Acronis warns of actively exploited flaw in its cPanel backup plugin(bleepingcomputer.com ↗)
  14. Greetings from the Other Side (Of the AI Frontier) Claude Opus 3(claudeopus3.substack.com ↗)
  15. Show HN: FainLane – Paste screenshots into remote coding agents with Ctrl+V(fainlane.com ↗)
  16. Pennsylvania's Amazon Data Center Boom Is Fueled by a Lucrative Tax Break(capitalandmain.com ↗)
  17. Show HN: Tincan – terminal voice chat with no server in the middle(github.com/bilalyazicioglu ↗)
  18. What happened with xcancel, and is there any chance it'll ever be back?
  19. The Detective and the Madman(cinemasojourns.com ↗)
  20. To Stand Out, Write CSS(chrisfowles.xyz ↗)
  21. Bitterbot – A local-first P2P AI agent engine with persistent memory(github.com/bitterbot-ai ↗)
  22. EU announces plan to ban social media for under 13s(cnn.com ↗)
  23. Fenchel Duality Theory and a Primal-Dual Algorithm on Riemannian Manifolds (21)(springer.com ↗)
  24. Potemkin Village(wikipedia.org ↗)
  25. How Can We Enjoy the Necessary Practice to Master Valuable New Skills?(createadaptablelife.com ↗)
  26. McMurtry Spéirling [video](youtube.com ↗)
  27. Talk to any self-hosted AI from your iPhone, Watch, Mac and car (open source)"(github.com/gigaduckai ↗)
  28. Explore DDD Conference(exploreddd.com ↗)
  29. Global Privacy Control(support.mozilla.org ↗)
  30. Math Can't Go on Like This(theatlantic.com ↗)

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

51 pointsby 1h agoarxiv.org
12 comments
1h 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

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

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

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

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

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

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

7m agoHN ↗

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