
Rudresh
4.6K posts

Rudresh
@vrudresh
🇮🇳🇨🇦 Engineer at heart, Cyber Security, IIMB, Space enthusiast, Endurance Cyclist, Trekker & a Yogi.. Opinions my own, maybe sarcastic 🤷♂️





I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then: - the human iterates on the prompt (.md) - the AI agent iterates on the training code (.py) The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc. github.com/karpathy/autor… Part code, part sci-fi, and a pinch of psychosis :)

AI has automated software engineering. What you would expect is that there would be no more work left to do for software. But instead what has happened is that the leverage of doing software has increased so much, that doing anything else is a waste of time

The problem is that you don't know what you want to do, and figuring out what you want to do requires learning, experimentation, and effort - so you do nothing.








default openclaw: workspace/ ├── SOUL.md ├── IDENTITY.md ├── USER.md ├── TOOLS.md └── skills/ that's it. a chatbot with personality. my openclaw after 3 weeks: workspace/ ├── SOUL.md (customized) ├── IDENTITY.md ├── USER.md ├── TOOLS.md ├── BRAIN.md — live working memory ├── MEMORY.md — long-term memory ├── HEARTBEAT.md — autonomous thinking loop ├── CLIENTS.md — client profiles ├── PLAYBOOK.md — decision frameworks ├── VOICE.md — writing voice guide ├── AGENTS.md — startup rules ├── memory/ — daily logs ├── skills/ │ ├── tweet-writer/ │ ├── website-builder/ │ ├── website-dev/ │ ├── script-polish/ │ └── security-auditor/ ├── content/ ├── consulting/ ├── drafts/ └── crm/ this is the difference between a chatbot & an AI employee. none of this is built in. i added every file. your setup is your moat.








