Logs

I've fallen behind on blog things. In the past few weeks, I've been experimenting with claude-agent-sdk, equipping the agent with MCP and prompting to use a CLI measure trade-offs and...

I built a Claude Code slash command that given a prompt, analyzes the ongoing chat and captures to insight or learning from the conversations. This seems like it's going to be useful for capturing...

I learned about the TOON input data format for language models. I wonder if this could be useful at all for the prompt built by DSPy.

I played around with the idea of using a language model as a sort of generic response engine for any request using any protocol. That plan was to write a system prompt that the language model would...

I've been finding that pairing with someone to help them get familiar with building with agents to be a very effective way to help them get started successfully. Everyone enters the process with a...

Shipped the escape room today. Just needed to fix a few small bugs with image imports and display. The code is not great but it generally works. Saw an interesting performance issue with one of the...