Click any tag below to further narrow down your results
Links
The author describes a pattern of prototyping workflows with AI agents then refactoring into code-driven processes, using agents only for tasks that require human-like judgment. A security vulnerability alert system illustrates how webhooks filter and route high-priority issues, delegating owner identification to an agent and formatting alerts via a second agent for reliable Slack notifications.
Claude Bootstrap is an opinionated system designed for initializing projects with a focus on test-driven development (TDD), security, and simplicity. It automates iterative coding loops, ensures mandatory code reviews, and helps maintain clarity and security in AI-generated code. The framework encapsulates best practices learned from numerous AI-assisted projects across various programming environments.