Skip to content

Book 1: Understanding FCC

Level: Beginner | Chapters: 8 | Words per chapter: 1,000--1,500

Preface

The FCC framework exists because building reliable AI-agent systems is hard -- not because the models are incapable, but because orchestrating multiple agents toward a shared goal requires structure. Without structure, you get agents that talk past each other, produce inconsistent artifacts, and resist quality control.

FCC provides that structure through a deceptively simple cycle: Find the right information, Create the deliverable, Critique what was created. Repeat until the quality gates pass. This book teaches you the mental models behind that cycle and every subsystem that supports it.

No code is required until Chapter 7. By the time you get there, you will understand why the code works the way it does, which makes everything that follows in Books 2 and 3 far more productive.

Who This Book Is For

  • Engineers evaluating FCC for the first time
  • Technical leads assessing persona-driven orchestration
  • Contributors who want conceptual grounding before diving into code
  • Anyone who has looked at the source tree and wondered where to start

Chapter Listing

# Chapter Estimated Time
1 What Is FCC? 10 min
2 The Persona Mental Model 12 min
3 Workflow Thinking 12 min
4 Quality and Governance 10 min
5 The Collaboration Model 10 min
6 Ecosystem Overview 12 min
7 Getting Started 15 min
8 Where to Go Next 8 min

How to Read This Book

Read Chapters 1 through 6 in order. They build on each other: the FCC cycle motivates personas, personas motivate workflows, workflows motivate governance, governance motivates collaboration, and the ecosystem ties them all together.

Chapter 7 is a hands-on walkthrough. Chapter 8 maps out your learning path from here.

Companion Resources


Next: Chapter 1 -- What Is FCC? →