Part VI: Agentic AI

Chapter 25: Specialized Agents

"A jack of all trades is a master of none, but oftentimes better than a master of one."

Attn Agent X, Versatile AI Agent

Chapter Overview

While the preceding chapters cover general agent principles, specialized agents are purpose-built for specific domains and tasks. This chapter surveys the most impactful agent specializations: code generation agents (Claude Code, Cursor, Devin), browser and web agents (Playwright MCP, Stagehand), computer use agents (Anthropic Computer Use, screenshot-based reasoning), and research and data analysis agents.

The chapter also covers domain-specific agent design patterns for healthcare, legal, finance, and customer service, where compliance constraints, safety requirements, and domain knowledge integration demand careful architectural choices. It concludes with a detailed examination of AI-generated code quality, security vulnerabilities, and trust calibration strategies for human-AI collaboration in software engineering.

Big Picture

While Chapters 22 through 24 cover general agent principles, this chapter focuses on domain-specific agent types: coding assistants, research agents, data analysis agents, and more. Understanding specialization patterns helps you design agents that excel at specific tasks rather than being mediocre generalists.

Learning Objectives

Prerequisites

Sections

What's Next?

In the next chapter, Chapter 26: Agent Safety and Production, we address the safety, reliability, and observability requirements for deploying agents in production.