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.
Learn how to create a code review agent using the Claude Agent SDK, which allows developers to build custom AI agents capable of analyzing codebases for bugs and security issues. The guide provides step-by-step instructions, from setting up the environment to implementing structured output and handling permissions.