
Connor @ CodeStrap
79 posts













Uber's CTO told @LauraBratton5 that AI coding tools—particularly Anthropic’s Claude Code—has already maxed out its 2026 AI budget 📈 “I'm back to the drawing board, because the budget I thought I would need is blown away already,” Neppalli Naga said. theinformation.com/newsletters/ap…


The US social mood is turning dramatically negative on AI



Here’s the truth: we’ve already reached AGI — we just haven’t implemented it broadly. Millions of jobs are being lost as we speak. Entire careers will be retired. The rich and powerful investors and founders who implement AGI will get bizarrely rich beyond what makes sense. It will break people's brains on both sides. It’s gonna suck for a lot of our friends and family, who aren’t obsessed with their careers, because things are moving so fast they won’t have even left the starting gate by the time the awards are handed out. We’re gonna have to solve for a lot of second- and third-order effects, some of which will suck (job loss) and some of which will be awesome. AI will create free/cheap energy, free education, cheaper and better food, homes that build themselves and medicine that makes you as healthy as a 30-year-old when you’re 100. … change is hard, but humans are the most adaptable species nature has ever created. We can figure it out.




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 :)




