Adding a new content type to my blog-to-newsletter tool
Simon Willison describes how he used a short prompt with Claude Code to add support for "beats" content to his blog-to-newsletter tool. The prompt instructed the AI to clone his blog repository for reference, update the newsletter tool to include beats with descriptions, and test the changes. This resulted in a successful pull request that modified the SQL query and added beat type display logic.