Maturity Matrix
Capability 03 of 04 · Infrastructure

Build System

Build tooling optimized for agent-scale throughput - caching, incrementality, and speed.

5
maturity levels
15
practices
15
guides
L1 · Stage 01Ad-hoc
L2 · Stage 02Guided
Criteria - what to measure
  1. 01Build caching is implemented (dependency cache, compilation cache)
  2. 02Parallel build steps are configured (test and lint run concurrently)
  3. 03Dedicated CI resources are allocated (not shared across all teams)
  4. 04Cache hit rate exceeds 60%
  5. 05Build time has improved by at least 30% compared to uncached baseline
L3 · Stage 03Systematic
Criteria - what to measure
  1. 01Advanced build system (Bazel, Buck2, or Pants) is adopted for primary codebase
  2. 02Remote execution (EngFlow or equivalent) distributes build steps across multiple machines
  3. 03Incremental builds run only changed targets (not full rebuild)
  4. 04BUILD file maintenance is assigned to specific team members or automated
  5. 05Remote cache hit rate exceeds 80%
L4 · Stage 04OptimizedMost teams aim here
Criteria - what to measure
  1. 01Any change gets build feedback in under 2 minutes
  2. 02Agent-specific build profiles exist (optimized for agent iteration patterns - fast feedback over comprehensive build)
  3. 03Build system understands agent iteration patterns and pre-caches likely next builds
  4. 04Build profiles are auto-selected based on invoker (agent vs. human vs. CI)
  5. 05Pre-caching hit rate exceeds 70% for agent iterations
L5 · Stage 05Autonomous
Criteria - what to measure
  1. 01Build is a commodity: near-instant feedback for agents regardless of codebase size
  2. 02Codebase is structured into self-contained modules/crates to eliminate compilation bottleneck (Cursor lesson)
  3. 03Disk I/O is optimized for concurrent agent workloads (parallel reads/writes across modules)
  4. 04Build latency is under 30 seconds for 90%+ of changes
  5. 05Module dependency graph is automatically maintained and optimized

From the Field

Recent releases, projects and discussions the AI Radar classified into this capability.

Which level is your team at in Build System?

The criteria above are what we check in a facilitated assessment. Run it yourself to place this capability, see which gates you have passed, and compare it against the other 3 in Infrastructure.

Start the assessment →