

Mark Anderson
26.5K posts

@mandercorn
I live in NYC. I provide interesting links on #education. And stuff. https://t.co/4JZ31G6lc7



Three days ago I left autoresearch tuning nanochat for ~2 days on depth=12 model. It found ~20 changes that improved the validation loss. I tested these changes yesterday and all of them were additive and transferred to larger (depth=24) models. Stacking up all of these changes, today I measured that the leaderboard's "Time to GPT-2" drops from 2.02 hours to 1.80 hours (~11% improvement), this will be the new leaderboard entry. So yes, these are real improvements and they make an actual difference. I am mildly surprised that my very first naive attempt already worked this well on top of what I thought was already a fairly manually well-tuned project. This is a first for me because I am very used to doing the iterative optimization of neural network training manually. You come up with ideas, you implement them, you check if they work (better validation loss), you come up with new ideas based on that, you read some papers for inspiration, etc etc. This is the bread and butter of what I do daily for 2 decades. Seeing the agent do this entire workflow end-to-end and all by itself as it worked through approx. 700 changes autonomously is wild. It really looked at the sequence of results of experiments and used that to plan the next ones. It's not novel, ground-breaking "research" (yet), but all the adjustments are "real", I didn't find them manually previously, and they stack up and actually improved nanochat. Among the bigger things e.g.: - It noticed an oversight that my parameterless QKnorm didn't have a scaler multiplier attached, so my attention was too diffuse. The agent found multipliers to sharpen it, pointing to future work. - It found that the Value Embeddings really like regularization and I wasn't applying any (oops). - It found that my banded attention was too conservative (i forgot to tune it). - It found that AdamW betas were all messed up. - It tuned the weight decay schedule. - It tuned the network initialization. This is on top of all the tuning I've already done over a good amount of time. The exact commit is here, from this "round 1" of autoresearch. I am going to kick off "round 2", and in parallel I am looking at how multiple agents can collaborate to unlock parallelism. github.com/karpathy/nanoc… All LLM frontier labs will do this. It's the final boss battle. It's a lot more complex at scale of course - you don't just have a single train. py file to tune. But doing it is "just engineering" and it's going to work. You spin up a swarm of agents, you have them collaborate to tune smaller models, you promote the most promising ideas to increasingly larger scales, and humans (optionally) contribute on the edges. And more generally, *any* metric you care about that is reasonably efficient to evaluate (or that has more efficient proxy metrics such as training a smaller network) can be autoresearched by an agent swarm. It's worth thinking about whether your problem falls into this bucket too.

(1/2) Just dropped a new paper: "World Properties without World Models: Recovering Spatial and Temporal Structure from Co-occurrence Statistics in Static Word Embeddings". A key line of evidence for LLM "world models": linear probes recover city coordinates and historical dates from hidden states. @wesg52 & @tegmark did this with Llama-2 and got R²=0.91 for city locations. Very cool result. But is it world models or word statistics? An alternative: maybe the structure isn't emerging inside the LLM. Maybe it was already latent in training text itself, inherited from the systematic differences in how language describes different places and eras. I ran the same probes on GloVe and Word2Vec, static word embeddings from 2013-2014, trained purely on distributional statistics; no layers, no attention, no contextual processing. R²=0.71–0.87 for city coordinates (see map). And the signal is selective, not a probe artifact. Latitude, longitude, temperature: all recoverable. Elevation, GDP, population: R² goes negative. The probe finds real distributional structure, not noise. So: deflationary for world models. But inflationary for language. Co-occurrence statistics alone preserve a richer imprint of the physical world than anyone assumed. The words that surround "Nairobi" and the words that surround "Oslo" are systematically different, and that difference is enough to localize them. On a map. The structure was never in the model. It was in the corpus. 👇




New research on a federal program found that when top teachers transferred to high-need schools, their performance dropped significantly. Teacher effectiveness may not be a fixed skill. chalkbeat.org/2026/02/17/tea…

New article on prophets and AI (with Amanda Lagerkvist and Blazenka Scheuer) cambridge.org/core/journals/…

A quite brilliant essay on AI, the law, and the future of the republic. An upshot: If the US govt can go to any company, demand any contract language, and reserve the right to destroy your company if you have qualms, there is no such thing as private property rights in America.





Shintani, N. (2012). Input-based tasks and the acquisition of vocabulary and grammar: A process-product study. Language Teaching Research, 16(2), 253–279. doi.org/10.1177/136216…
