06-reference

Four Pillars of Agency

2026-06-19·reference·source: Udemy CCA-Foundations course (founder study session, 2026-06-19)
agencyagentscert-studycca-foundations

Agency emerges from a continuous loop over four pillars:

  1. Perception — taking in state from the environment (inputs, context, tool results).
  2. Selection — choosing what to do next given that perception (planning / decision).
  3. Execution — acting on the choice (tool calls, side effects on the world).
  4. Iteration — feeding the result back into perception and going again.

The load-bearing insight: agency is not any single pillar, it is the continuous loop over all four. A system that perceives, selects, and executes once is a pipeline. One that loops over its own output is an agent.

Why it matters / connections