Live data from Hacker News

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

arxiv.org

31–40 of 59 posts

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#31
post #23

Earlier quoted context omitted.

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…

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 addict…

Narrow pre-LLM models that spit out content and ad recommendations have never been capable of also suggesting, let alone implementing, self-improvements.

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#32

Perhaps I'm not understanding it correctly, but here's my take on what the paper is doing. Imagine you have a problem you want to solve (let's say, identify an OCR'd handwritten character, e.g. the MNIST Dataset). You tell 3 agents "Hey, each of you take a stab at getting really good at recognizing characters from this dataset. You can take 10 refinement steps to continue to improve ". You can't give each agent unlim…

Isn't that a challenge with RL anyway that for a lot of problems its hard to even know accuracy continuously for each step

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#34

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.

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…

> 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

What matters isn't 95% of humans, it's 95% of actual professionals. Benchmarking an AI accountant against people with zero accounting experience is worse than worthless.

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#35

Perhaps I'm not understanding it correctly, but here's my take on what the paper is doing. Imagine you have a problem you want to solve (let's say, identify an OCR'd handwritten character, e.g. the MNIST Dataset). You tell 3 agents "Hey, each of you take a stab at getting really good at recognizing characters from this dataset. You can take 10 refinement steps to continue to improve ". You can't give each agent unlim…

Intuitively I wouldn't readjust how many steps they each do, but instead add another run afterwards, that get the same amount of steps as the previous, but now also with a concise description of what the previous attempts did and what they achieved, and ask it to improve. The amount of compute you have available, would dictate how many full iterations of this "fan out search > consolidate" workflow you can do.

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#38

Perhaps I'm not understanding it correctly, but here's my take on what the paper is doing. Imagine you have a problem you want to solve (let's say, identify an OCR'd handwritten character, e.g. the MNIST Dataset). You tell 3 agents "Hey, each of you take a stab at getting really good at recognizing characters from this dataset. You can take 10 refinement steps to continue to improve ". You can't give each agent unlim…

Intuitively I wouldn't readjust how many steps they each do, but instead add another run afterwards, that get the same amount of steps as the previous, but now also with a concise description of what the previous attempts did and what they achieved, and ask it to improve. The amount of compute you have available, would dictate how many full iterations of this "fan out search > consolidate" workflow you can do.

In the paper (section 5.1), they actually tried to abstract high level directional insights into the prompt in order to see if that helped, and they basically found it underperformed a prompt that didn't have those insights at all, implying that directional guidance perhaps over-constrains things.

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#39
There is no way this could be reasonably framed as RSI.

This iterative, online optimization of an exploration policy is not recursively intelligent in any way. It simply reallocates the available computational resources to more promising (hopefully) parts of the search space as system conditions change over time.

Re: Dream-RSI: Recursive Self-Improvement through Evolving Worlds

#40

Perhaps I'm not understanding it correctly, but here's my take on what the paper is doing. Imagine you have a problem you want to solve (let's say, identify an OCR'd handwritten character, e.g. the MNIST Dataset). You tell 3 agents "Hey, each of you take a stab at getting really good at recognizing characters from this dataset. You can take 10 refinement steps to continue to improve ". You can't give each agent unlim…

Great explanation.

Do you think this could be extrapolated to areas with no objectively verifiable results / outcomes?

(Outside of math & science)

Post reply on HN