Hoarding is a job, not a hobby
ai software productivitySimon Willison’s great collection of Agentic Engineering Patterns includes an excellent post called “Hoard things you know how to do”. The short version is that you should collect examples of how to solve problems, in code preferably, so you can show your AI agent later. One line in particular is worth pulling out:
“The key idea here is that coding agents mean we only ever need to figure out a useful trick once.”
Read more...