
Getting started with the Anthropic Cookbook and Marimo
The Anthropic Cookbook is an excellent resource for learning how to write LLM code and it’s continually being updated, most recently with example code for agents. The Cookbook comes as a set of Jupyter notebooks. I prefer Marimo to Jupyter, mainly because it supports reactive cell reloading i.e. if you change an earlier notebook cell that a later cell depends on, the chain of dependencies is calculated and everything is re-run correctly which saves a lot of mental energy and stupid mistakes when working with notebooks. ...