Earlier quoted context omitted.
Wrong and short-sighted take given that the LLM explores serially learning along the way, and can tool use and change code arbitrarily. It seems to currently default to something resembling hyperparameter tuning in absence of more specific instructions. I briefly considered calling the project “autotune” at first but I think “autoresearch” will prove to be the significantly more appropriate name.
Out of curiosity, what sort of things have you seen it do that better fit 'autoresearch' than 'autotune' thus far? Optimizations it made that wouldn't be been surfaced by an autotune system, I suppose.
Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
41–50 of 126 posts
Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#42Earlier quoted context omitted.
Have you actually used LLMs for non trivial tasks? They are still incredibly bad when it comes to actually hard engineering work and they still lie all the time, it's just gotten harder to notice, especially if you're just letting it run all night and generate reams of crap. Most people are optimizing for terrible benchmarks and then don't really understand what the model did anyone and just assume it did something g…
Do you realise who you’re replying to?
Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#43Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#44Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#45Earlier quoted context omitted.
Have you actually used LLMs for non trivial tasks? They are still incredibly bad when it comes to actually hard engineering work and they still lie all the time, it's just gotten harder to notice, especially if you're just letting it run all night and generate reams of crap. Most people are optimizing for terrible benchmarks and then don't really understand what the model did anyone and just assume it did something g…
Do you realise who you’re replying to?
Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#46Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#47Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#48Earlier quoted context omitted.
You're speaking in riddles; your communication would be more effective if you didn't do that.
You said "surely", and I asked: > Why surely? Have you never seen an LLM try something new? I'm afraid I can't make it any simpler than this. And I still don't know the answer to how you're so sure. To me there's several explanations, and it seems to you there's only one. I'm pretty happy with my communication style.
Given that this is a common technique and not a novel invention, it’s probably present in the training set.
The “surely” reads like it’s referring to the presence of that information in the training set. But your response casts it as saying “surely the AI has not invented something on its own”.
The original question stands IMO, the burden of proof is on whoever is asserting that the AI has invented something on its own, with or without training data that surely already mentions this approach
Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#49Earlier quoted context omitted.
Wrong and short-sighted take given that the LLM explores serially learning along the way, and can tool use and change code arbitrarily. It seems to currently default to something resembling hyperparameter tuning in absence of more specific instructions. I briefly considered calling the project “autotune” at first but I think “autoresearch” will prove to be the significantly more appropriate name.
Out of curiosity, what sort of things have you seen it do that better fit 'autoresearch' than 'autotune' thus far? Optimizations it made that wouldn't be been surfaced by an autotune system, I suppose.
Here’s a use case that may illuminate the difference, from my own work at Nvidia. Im currently training some large sparse autoencoders, and there are issues with dead latents. Several solutions exit to help here, such as auxk, which I can certainly include and tune the relevant params as you describe. However, I have several other ideas that are much different, each of which requires editing core code (full evaluation changes, initialization strategies, architecture changes, etc.), including changes to parallelism strategies in the multi-rank environment I’m using. Moreover, based on my ideas and other existing literature, Claude can try a number of new ideas, each potentially involving more code changes.
This automated run-and-discover process is far beyond what’s possible with hyperparam search.
Re: Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
#50The most surprising part: the agent had access to both H100s and H200s. Without being told, it noticed H200s scored better and started screening ideas on H100s, then promoting winners to H200s for validation. That strategy emerged entirely on its own.
Why do we think this emerged “on its own”? Surely this technique has been discussed in research papers that are in the training set.