Part 2: Applied General Agent Workflows
You understand the paradigm. You know the Seven Principles. You've seen what General Agents can do.
Now it's time to use them on real problems.
This part is a progressive skills lab. Each chapter tackles a specific problem domain — organizing files, synthesizing research, analyzing data, generating documents, and managing versions. By the end, you combine everything into a working AI Employee that operates autonomously on your behalf.
The Progressive Arc
Each chapter solves a real-world problem while explicitly applying the Seven Principles from Chapter 6.
Two Interfaces, One Agent
Throughout this part, you'll use your General Agent through two interfaces:
- Code (Claude Code): For precise operations — file processing, data analysis, version control, automation scripts
- Cowork (Claude Desktop): For iterative work — research synthesis, document generation, planning strategies
Each chapter specifies which interface suits the problem. By Chapter 10, you'll fluidly switch between both.
A Note on Mindset
The most important thing you'll develop in this part isn't tool proficiency — it's the ability to decompose real problems into agent-solvable tasks.
Each chapter starts with a problem you recognize from your own work. The solution always follows the same pattern:
- Describe what you need (not how to do it)
- Verify the agent understood correctly
- Execute in small, reversible steps
- Persist the output for future reuse
This is the General Agent workflow. By Chapter 11, it will be second nature.