Agentic β Scope
In Scope
The Agentic pillar covers all aspects of autonomous and semi-autonomous AI agent systems:
1. Agent Architectures
-
Single Agent: Individual autonomous agents with clear responsibilities
-
Swarm Architecture: Many homogeneous agents working in parallel
-
Mesh Architecture: Heterogeneous agents with specialized capabilities
-
Coordinator Pattern: Manager/worker patterns for orchestration
-
Hybrid Patterns: Combinations of above patterns
2. Agent Orchestration
-
Agent Coordination: How agents communicate and collaborate
-
Task Delegation: Distribution of work among agents
-
Result Aggregation: Combining outputs from multiple agents
-
Orchestration Tools: Step Functions, Lambda, Kubernetes controllers
3. Human-AI Interfaces
-
Human-in-the-Loop: Approval workflows for sensitive decisions
-
Human Supervision: Monitoring and intervention mechanisms
-
Feedback Loops: Human feedback for agent improvement
-
Alert Escalation: Handoff from agents to human operators
4. Agent Safety
-
Content Filtering: Blocking inappropriate or harmful content
-
Action Boundaries: Limiting what agents can do
-
Alignment: Ensuring agent goals align with organizational values
-
Fail-Safe Mechanisms: Automatic shutdown and recovery
5. Agent Observability
-
Metrics Collection: Token usage, latency, error rates
-
Tracing: End-to-end request tracking
-
Logging: Comprehensive audit trails
-
Dashboards: Visual monitoring and alerting
Out of Scope
The following are explicitly out of scope for the Agentic pillar:
1. Prompt Engineering
-
Single prompt design and optimization
-
Prompt templates for chatbots
-
One-off prompt tuning
-
Related Pillar: Architecture/Operations
2. LLM Training
-
Model training and fine-tuning
-
Dataset curation for training
-
Training infrastructure management
-
Related Pillar: Architecture/Operations
3. Data Engineering
-
Training data preparation
-
Data pipeline infrastructure
-
Feature engineering for models
-
Related Pillar: Architecture/Operations
Brownfield vs. Greenfield
Application Areas
The Agentic pillar applies to:
1. Customer-Facing Agents
-
Support Assistants: Helping customers with inquiries
-
Personal Assistants: Managing user schedules and tasks
-
Sales Assistants: Guiding purchasing decisions
-
Chatbots: Conversation management beyond simple FAQ
2. Internal Productivity Agents
-
Code Assistants: Writing and reviewing code
-
Documentation Assistants: Creating and updating docs
-
Meeting Assistants: Summarizing and action item extraction
-
Research Assistants: Information gathering and synthesis
Agent Deployment Stages
| Stage | What Happens | Controls Applied |
|---|---|---|
Discovery |
Identify use cases for agents |
WAF-AGN-100 (Agent Debt Register) |
Design |
Choose architecture pattern |
WAF-AGN-060 (Multi-Agent Orchestration) |
Development |
Implement agent with guardrails |
WAF-AGN-050 (Safety & Guardrails), WAF-AGN-020 (Tool Use Governance) |
Deployment |
Enable agent in production |
WAF-AGN-010 (Identity & Authentication), WAF-AGN-080 (Human-in-the-Loop) |
Operations |
Monitor and optimize |
WAF-AGN-070 (Agent Observability), WAF-AGN-090 (Cost & Performance) |
Governance |
Review and improve |
WAF-AGN-040 (Memory & State), WAF-AGN-030 (Reasoning Transparency) |
Scope Boundaries
| Boundary | Explanation |
|---|---|
Tool Scope |
Agents may only use tools explicitly defined in their configuration. Wildcard tool access is prohibited. |
Data Scope |
Agents may only access data they have been explicitly granted permission to access. |
Action Scope |
Agents may only perform actions within their defined permission boundaries. |
Time Scope |
Agent sessions and memory retention must be within defined time limits. |
Interactions with Other Pillars
| Pillar | Interaction with Agentic |
|---|---|
Operational Excellence |
Agents require observability, runbooks, and postmortems like any production system. |
Reliability |
SLOs apply to agent responses. Agent failures are incidents requiring SRE response. |
Security |
Agent access must follow least privilege. Agent behavior must be monitored for compromise. |
Cost |
Agent operations represent cloud costs that must be tracked and optimized. |
Architecture |
Agent architecture decisions must follow architectural patterns and standards. |
Governance |
Agent debt register supports governance review. Controls map to compliance frameworks. |
Sustainability |
Agent compute impacts carbon footprint. Model selection affects environmental impact. |
Efficiency |
Agent efficiency (token usage, response time) is measured and optimized. |