The 6 Levels of
AI Agent Maturity
From Manual Operations to Full Autonomy โ a deep-dive into the Agentic AI Progression Framework
Based on Agentic Artificial Intelligence by Pascal Bornet et al. (2025)
Framework Overview
The framework spans 6 levels (0โ5). Higher is not always better โ the right level depends on context, risk tolerance, and organizational readiness.
No Agency โ Manual Operations
Humans do everything. The baseline against which all automation is measured.
SPAR Profile
Human eyes & ears โ natural language, vision, intuition
Human brain โ strategic thinking, contextual judgment
Human hands โ physical and digital execution
Human learning โ experience, intuition, growth
Technology Stack
Real-World Use Cases
A lawyer reviewing contract language for strategic tone and nuance
A therapist conducting a counseling session requiring deep empathy
A chef creating a new dish based on seasonal ingredients and taste
Claims processor manually reads, enters data, and emails adjusters
โ Strengths
Full creativity & empathy; handles true edge cases naturally
โ ๏ธ Limitations
Slow, expensive, error-prone, impossible to scale
Rule-Based Automation โ Assisted Agency
If-then logic. No reasoning. The backbone of back-office automation for two decades.
SPAR Profile
Predefined structured inputs only (exact formats)
Predetermined if-then logic; no deviation from script
Deterministic, scripted actions triggered by conditions
Basic error logging only โ no genuine learning
Technology Stack
Real-World Use Cases
Auto-transfer of end-of-day balances between accounts on a fixed schedule
Auto-reorder of inventory when stock drops below a defined threshold
Nightly batch upload of patient vitals from monitoring devices to the EHR
Scheduled payroll processing and tax filing based on fixed pay cycles
โ Strengths
Excellent for high-volume repetitive tasks; low cost; reliable
โ ๏ธ Limitations
Extremely brittle โ breaks on any exception or format change
Intelligent Process Automation โ Semi-Automated Agency
AI perceives & understands. The current sweet spot for most enterprises.
SPAR Profile
Can interpret semi-structured data โ PDFs, emails, scanned docs
Weighs multiple decision factors using ML-trained models
Conditional logic; routes exceptions to humans automatically
Performance monitoring and basic learning loops over time
Technology Stack
๐ Documented Results
40%+ cost reduction documented in organizations at this level
Real-World Use Cases
AI reads invoices in any format, extracts line items, reconciles against purchase orders, auto-approves matches
AI triages emails by sentiment & intent, auto-resolves simple queries, routes complex ones to the right team
AI screens resumes, ranks candidates by job fit, auto-schedules first-round interviews
โ Strengths
Handles semi-structured data; adapts to variations; significant gains
โ ๏ธ Limitations
Needs human oversight for complex decisions; domain-specific
Agentic Workflows โ Conditional Autonomy
The "True Agent" threshold. Give it a goal, not a task.
SPAR Profile
Contextual awareness, multi-source data ingestion in real time
Multi-step reasoning, tool chaining, goal decomposition
Executes dynamic tool chains, APIs, and workflows end-to-end
Limited learning, long-term memory storage, self-correction
Technology Stack
Real-World Use Cases
Agent handles all delayed-order complaints: checks APIs, drafts personalized emails, issues refunds within policy, escalates unresolvable cases
Agent scrapes websites, reads earnings reports, synthesizes competitive analysis, delivers a formatted briefing document
Agent reads a bug report, analyzes the codebase, proposes a fix, writes unit tests, and opens a pull request for human review
โ Strengths
Handles natural language goals; dramatically reduces workload
โ ๏ธ Limitations
Can fail on edge cases; needs careful monitoring and alignment
Semi-Autonomous Systems โ Broad Autonomy
Sets sub-goals, self-corrects, and learns from outcomes. The emerging frontier.
SPAR Profile
Comprehensive multi-stream sensing across real-time data environments
Strategic long-term goal optimization, self-directed sub-goal setting
Self-correcting autonomous execution across complex systems
Continuous learning and strategy refinement from outcomes over time
