All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Experimenting with AI-Powered Research Automation: Applying Karpathy's Autoresearch to Legacy eCLIP Code

By

ykumards

2mo ago· 6 min readenNews

Summary

The author describes experimenting with Andrej Karpathy's Autoresearch framework by applying it to their old eCLIP research code. They set up an LLM agent (Claude Code) to iteratively optimize a training script while they performed household chores. The article documents the process of reviving legacy code, implementing the Autoresearch loop, and observing the AI agent's attempts to improve model performance through automated code modifications. The experiment serves as a practical test of AI-assisted research automation on a familiar problem.

Key quotes

· 5 pulled
Autoresearch is a simple constrained optimization loop with an LLM agent in the middle.
I picked up my old research code from eCLIP, dusted it off the legacy dependencies and gave it to Claude Code.
The agent iteratively improves some eval metric by modifying a single file (train.py), while reading instructions and constraints.
And just let it cook while I did some chores around the house.
This is my journey of applying Autoresearch to a problem I fully understood.
Snippet from the RSS feed
Yogesh Kumar's personal website

You might also wanna read