Implementing Enterprise AI in 2026: Objectives, Constraints, Principles
A previous post laid out a maturity framework for assessing how far along an organization is on its AI journey. As you proceed along the implementation journey through the stages of Crawl, Walk, Run, Fly, what are you optimizing for, and what should you never lose sight of along the way?
The maturity model attempts to break down the enterprise AI journey into stages.
Stage 1: Crawl — Ungoverned experimentation (where we usually start by default)
Individuals begin using consumer AI tools with no enterprise protections. The business begins to gain AI literacy and use-case discovery, but the cost is shadow AI and uncontrolled data exposure, regulatory and reputational risks. The goal is to exit the Crawl stage as quickly as possible by giving staff governed equivalents of what they’re already reaching for, while blocking ungoverned usage.
Stage 2: Walk — Structured deployment, enterprise chat as the default interface
A governed assistant for every knowledge worker, on infrastructure with observability, and enterprise protections built in. Additionally:
-
Connectors / tools to internal systems
-
Single-turn agents / projects
-
Basic prompt repo
-
Structured user training
-
Pilot projects for both vertical and horizontal use cases, using a mix of internal development and third-party applications.
-
Agentic prereqs: data pipelines, access controls, logging/observability/evals.
Stage 3: Run — Complex AI agents with a human in the loop
Agents begin doing multi-step work, with a human gating consequential decisions/actions.
-
Multi-turn automations (e.g. skills)
-
Complex workflow / execution-graph automations
-
AI coding
-
Measure business value against KPIs
Agents start completing tasks, not just answering questions; humans stay in the approval path.
Stage 4: Fly — Well-governed agents with a graduation path to full autonomy.
-
Agents run within guardrails and surface to a human only by exception.
-
Complex citizen agents, with a defined graduation path from casual automation → supported enterprise workflow
-
Autonomous agents that progressively reduce human involvement in enterprise workflow until they alert only when something needs attention, graduate to human-by-exception
As an AI-native org, the automation surface grows organically as work is AI-enabled and citizen-built automations graduate into enterprise ones.
Organizations often focus first on models, vendors, and tooling. In practice, long-term success depends less on model selection than on:
Establishing clear business objectives, strong foundations, robust governance, and a repeatable, disciplined path from experimentation to production.
- Foundations: Security, data platforms, data quality
- Disciplined iteration: Observability, evals and KPIs allowing continuous improvement, well-grounded in what is succeeding and what is not.
- Knowledge diffusion: Citizen developer and professional dev with strong frameworks, CI/CD, knowledge tools to iterate rapidly.
- Governance: well-established objectives, constraints, and principles consistently applied.
Technologies will change rapidly. Objectives, constraints, and operating principles are likely to endure.
As we progress through the 4 stages, here are lists of objectives to maximize, the constraints or invariants that must always hold, and the operating principles for resolving the inevitable tension between objectives. Consider it a starting inventory of concerns to revisit at every milestone, from POC to full production.
Strategic AI Objectives - Maximize:
Universal Knowledge Access
- Apply AI to any authorized data source
- Permission-aware RAG search to find anything with semantic understanding
- Create and maintain searchable institutional memory
- Reduce time-to-information
- Eliminate knowledge silos
- Make expertise available independent of organizational hierarchy
Universal Content Creation
- First draft of anything (reports, decks, spreadsheets, code)
- Increase quality and consistency of communication
- Scale expert output without scaling headcount
Universal Automation
- Automate any repeatable process
- Convert workflows into reusable agents
- Reduce human effort on low-value pain point activities
- Increase output and quality of high-value, high-leverage activities
- Shift labor toward judgment, creativity, and relationship management
Software & Technical Velocity
- Accelerate coding and software delivery
- Reduce time from idea to production and increase experimentation velocity
- Improve software quality and maintainability
- Increase infrastructure and CI/CD automation
Human Amplification
- Make every employee more effective
- Compress learning curves
- Increase decision quality
- Increase individual leverage
- Scale expertise beyond the original expert
- Turn average performers into good performers and good performers into exceptional performers
Resilience
- Detect problems early and redirect resources when there is an issue
- Reduce institutional memory loss and key-person risk
- Improve business continuity and recovery from disruption
Business Agility
- Shorten decision cycles and increase organizational responsiveness
- Improve execution speed and adapt more rapidly to changing markets
- Reduce coordination overhead
- Build value and durable competitive differentiation
Constraints - Always ensure:
Legal & Regulatory Compliance
- Compliance with all applicable laws and regulations - no violations
- Regulatory and business reporting remains accurate and timely
Security
- Sensitive data protected at all times: IP, MNPI, PII, client information
- Strong authentication and identity controls; all actions logged and attributable to a properly verified identity
- Least-privilege access enforced for humans and agents
- Data usage respects permissions, ownership, and retention requirements
Observability and accountability
- AI usage and actions are traceable
- Decisions are explainable
- Required records are retained and discoverable
- Humans remain accountable for outcomes; material decisions have a designated owner
- Processes are designed to provide human-in-the-loop approvals for high-stakes actions, with soft guardrails as well as hard, bulletproof prevention of undesirable actions
Reliability
- Critical services meet defined availability objectives
- Recovery procedures tested to meet defined recovery point objectives
- Single points of failure are minimized
- Critical processes have checks and fallback mechanisms, are designed to degrade gracefully and avoid cascading failures
Model Risk
- AI outputs are evaluated under realistic conditions before deployment
- Model drift is expected and degradation is continuously monitored and evaluated in production
- High-risk use cases receive additional controls
Governance
- Ownership exists for systems, data, and agents
- Policies are documented; exceptions are approved and tracked; controls are periodically reviewed
- Governance remains proportional to risk
- Cost controls and limits exist so risk-adjusted return remains positive
- All project deployments are gated to ensure they appropriately manage risk and measure return
Reputation
- AI use must not damage trust
- External communications remain accurate
- Customers, team members and external partners are treated equitably
- AI behavior remains aligned with organizational values
Operating Principles (how to balance objectives when they conflict)
-
Measure everything: Usage, cost, performance, quality, risk, and business outcomes must be observable for data-driven decision-making.
-
Safety, reproducibility, explainability over autonomy and creativity: AI autonomy increases only when evidence demonstrates acceptable risk. (With explicit exceptions for e.g. brainstorming and other creative tasks).
-
Governance proportional to risk: All deployments must follow checklists to ensure fitness and minimize risk; more control for high-risk use cases, less control for low-risk use cases.
-
Human review proportional to impact: The greater the consequence, the greater the required oversight.
-
Automate the control environment: Compliance by default: Controls should be embedded in systems rather than dependent on user behavior.
-
Continuous improvement: Every workflow, agent, model, and policy is subject to ongoing evaluation and optimization.
-
Buy before build: Commodity capabilities should generally be purchased; differentiation should be built.
-
Data gravity wins: Move models to data, do not duplicate or move sensitive data unnecessarily.
-
Humans focus on judgment: Machines handle scale and repetition; humans handle accountability, ethics, relationships, and strategic decisions.