Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
Maintaining a work log with records and experiences of applying AI agents, autocomplete and other mechanisms as I work through my day. Using this to think through how to leverage AI for building, different patterns and ways I've applied AI or seen people applied it -- and thinking through both tools and models I wish existed for this.
Taking stock of the different ways to apply AI for development that I've tried so far, thinking through where things can go, and exploring ideas for what I wish existed.
Trying to use Gemini for cleaning up the markdown files used in this notebook: it got stuck in an infinite loop and used a ridiculous amount of tokens reading all the files.
All of Gemini, Claude and Codex aren't very CLI friendly -- they're fancier tools that rely on access to tools in the terminal, but don't necessarily integrate well with other tools. I have a lot of ideas to implement here.
The thing I have to watch out for is getting frustrated when AI agents aren't as magical as I'd like to be and have reasonable expectations not driven by LinkedIn.
Claude generated my Github actions to publish this site in 2 shots, which is much faster than the number of times it generally takes me to get it right.
sudo rm -r ~/.nvm/versions/node/v22.14.0
npm cache clean --force
sudo npm cache clean --force
npm install -g @anthropic-ai/claude-code --verbose
— Kunal