FCC for Beginners¶
Welcome to the FCC Agent Team Framework. This section is designed for users who are new to FCC and want to understand the basics before diving deeper.
Resources¶
- Hello FCC -- Your first FCC program in 5 minutes
- Visual Tour -- A visual tour of the FCC frontend and apps
- Glossary of Essentials -- 30 essential FCC terms defined
- Frequently Asked Questions -- Common questions answered
What is FCC?¶
FCC stands for Find, Create, Critique -- a structured workflow cycle for orchestrating AI agent teams. Think of it as a way to organize different AI "experts" (called personas) to collaborate on tasks, just like a real team of specialists would.
Before You Begin¶
Make sure you have:
- Python 3.10 or higher installed
- Git installed
- A terminal/command prompt you are comfortable using
- About 30 minutes for the first tutorial
No AI API keys are needed for getting started -- FCC includes a "mock" mode that works entirely offline.
Recommended Learning Path¶
- Start with Hello FCC (5 min)
- Read the Glossary to learn the vocabulary (10 min)
- Take the Visual Tour (15 min)
- Check the FAQ for common questions
- Move to GETTING_STARTED.md for the full setup guide
- Explore Notebook
01_fcc_fundamentals.ipynbfor interactive learning
Related Resources¶
- GETTING_STARTED.md -- Full installation and setup guide
- TUTORIALS_INDEX.md -- All learning resources
- SAMPLE_PROMPTS.md -- Beginner prompts (B1-B10)
v1.4.x What's New for Beginners¶
The v1.4.x series (April 2026) adds a SAFe operating model, a dual-bus event architecture, patent and industry-paper delegation workflows, and Zachman coevolution with JV partners. As a beginner, the two most accessible on-ramps are the SAFe inspect-and-adapt walk and the high-level coevolution story — both are framed so no prior FCC experience is needed.
- Guidebook Ch. 31 — SAFe Adoption in FCC — the beginner-friendly view of the three Agile Release Trains and the PI calendar; read this before the other v1.4.x chapters.
- Guidebook Ch. 35 — Zachman Coevolution — short lessons about how the framework grows by absorbing patterns from JV partners.
- Sample Prompts — SAFe Inspect and Adapt (Beginner)
- Sample Prompts — Read a v1.4.x Release Note (Beginner)
- docs/safe/README.md — the authoritative SAFe operating-model doc (skim it, don't memorise it).
- docs/ecosystem/alignment-status.md — the live status dashboard for all ecosystem projects.
- Notebook 39 — v1.4.x Guided Tour — the first beginner-accessible v1.4.x notebook.
See also — other audience tiers and architecture¶
- Teaching FCC? → For Educators
- Using FCC for research? → For Scientists
- Deploying FCC at work? → For Professionals
- Curious about internals? → Architecture / Site Map and the Use-Case Diagram for Beginners