
Corey Adjusted for Spin Quinn @QuinnyPig ‘s slinging a new substack
jazure
5.6K posts

@thejazure
photographer | software pro | native alaskan | stanford | builder

Corey Adjusted for Spin Quinn @QuinnyPig ‘s slinging a new substack





Fuck it, we just made Fizzy completely free. The open source installable version was always free, but the SaaS version was pay. No more. Basecamp and HEY's largess will subsidize Fizzy for all. So go grab your account at Fizzy.do. It's Kanban the way it should be, not the way it has been. Fresh, fun, light, fast, and perfect for working with agents, too. An official CLI is coming soon as well. Stay tuned for that. The native iOS app should be out once Apple approves it (it's in approval right now...). Android is already out, you can get it on the Play store. (and BTW if you were a paying customer, you will no longer be charged moving forward)

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






Introducing: built-in git worktree support for Claude Code Now, agents can run in parallel without interfering with one other. Each agent gets its own worktree and can work independently. The Claude Code Desktop app has had built-in support for worktrees for a while, and now we're bringing it to CLI too. Learn more about worktrees: git-scm.com/docs/git-workt…

