Logs

2025-11-14

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 ergonomics using humanlayer's RPI (research, plan, implement) commands on large codebases to implement complex...

Logs

2025-11-08

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 and searching a domain-specific knowledge base using queries that come to mind when I remember I did...

Logs

2025-10-04

I downgraded Claude Code to standard usage a little while ago and I have to say it's one of the best things I've done recently. Not to say that I think Claude Code is excellent and effective - it is - but when I (occasionally) max out my Claude Code quota, I'm motivated to try a different agent...

Logs

2025-07-29

I made another attempt at using Claude Code to build an LLM-based DJ app, integrated with Spotify. I figure this time, I would use a TUI (like Claude Code and Gemini CLI use) because I hoped it would be more testable. Agent coding tools seem to get much further when they can write tests for...