Technology Overview

The AI technology stack for commerce — foundational models, agentic AI, LLMs, privacy & security, investment costs, and what comes next — based on Book Part 5 of the AI Best Practices for Commerce reference.

Section 2 of 825% complete

Agentic AI

From assistants that suggest to agents that act

Governance for Agentic Systems

Patterns for managing autonomous systems while preserving their benefits evolved rapidly through 2024.

Guardrails define boundaries within which agents operate. These exist at multiple levels: API-level guardrails preventing access to unauthorized systems, logic-level guardrails constraining action types, and value-level guardrails ensuring alignment with organizational priorities. The most sophisticated guardrails are learned rather than programmed, with agents trained on examples of acceptable and unacceptable actions.

Approval workflows balance autonomy with control. Rather than requiring approval for every action, agents operate independently within bounds and escalate exceptions. The approval thresholds often adjust dynamically based on agent performance, agents demonstrating reliability gain increased autonomy, while new agents or those operating in unfamiliar territory face tighter constraints.

Observability dashboards provide visibility into agent decision-making. Traditional monitoring tracked system health: uptime, response times, error rates. Agent observability requires tracking decisions: what goals agents pursue, what actions they take, what reasoning led to those actions, and what outcomes resulted. These dashboards reveal patterns prompting system refinement.

Human-in-the-loop escalation defines when agents defer to humans. Escalation criteria include high-stakes decisions, novel situations, cases where agents have low confidence, and scenarios matching known failure patterns. The sophistication lies in balancing risk with efficiency: Too much escalation negates the value of autonomy, too little creates unacceptable risk.

Continuous evaluation assesses agent performance over time. Unlike deploying a model once and assuming it remains effective, agent systems require ongoing evaluation: success rates, customer satisfaction with agent interactions, accuracy of agent decisions, and business impact of agent actions.

🌐
Source: AI Best Practices for Commerce, Section 5.2
Share

Last updated: March 12, 2026