New stories

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

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

50 pointsby 1h agoarxiv.org
10 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

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

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

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

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

6m agoHN ↗

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