The most valuable asset at one of the world’s largest shipping companies is not a model. It is a corpus of standard operating procedures that is roughly twenty times larger than the runtime that executes against it. Dmitry Buykin, an engineer building AI agent systems for Maersk’s global shipping operations, calls the source material “tribal dungeons” — operational knowledge that exists inside the organization but in a form no agent can execute safely. Speaking on the AI Engineer podcast, Buykin delivered a blunt calibration for anyone who thinks production AI is a model problem: “The agent loop is not the system. The refining loop around the agent is the system and it’s the most complex part.”

That distinction matters now because the AI industry is drowning in demos and starved for deployments. Meta’s Project OT collapsed after AI-generated code changes caused a 40% rise in major technical incidents while visible user features grew just 36%. Best Buy’s agentic commerce lead admits fully autonomous payments are still not happening. Against that backdrop, Maersk is running over 200 concurrent agent instances in production across global shipping operations. The difference is not a better model. It is a methodology.

The translation gap: what a person sees is not a process

The core problem Buykin identifies is representational. In regulated industries, legacy SOPs explain what a person sees and clicks — often “a bunch of screenshots organized in sequence.” But screenshots are not a process. An agent SOP requires a fundamentally richer structure: preconditions, decision points, identifiers, backend calls, validation steps, recovery paths, and evidence of successful execution.

“Legacy SOPs explain what a person sees and clicks. And an agent SOP needs a more complex setup, preconditions, decisions, identifiers, back end calls, validation, recovery, and evidence of successful execution,” Buykin noted.

The translation is not a technical exercise; it is a negotiation. Experts and engineers must align on “common sense” — what constitutes a successful outcome, what counts as a recoverable failure, and what should halt the process entirely. The SOP corpus becomes an asset in its own right, a form of “process memory” modified and aligned with each country’s conditions. The scale disparity is stark: the corpus is roughly 20 times larger than the runtime that executes against it.

This is the part of AI implementation that never appears in vendor slide decks. The “easy majority” of operational workflows is already automated at most companies. What remains is the long tail of exceptions, and that tail is where the cost lives. In global shipping, every shipment is an orchestration of parallel state machines. When any one drifts from the happy path, exception work begins — and that work is bottlenecked not by model capability but by expert time and legacy system latency.

See also  Why Is BJ’s Wholesale Stock Gaining Friday? - BJ's Wholesale Club Hldgs (NYSE:BJ)

The architecture: agent loop, refining loop, and the feedback that binds them

Buykin lays out the production architecture in three components: SOP memory organized as a corpus, an execution runtime, and a theme feedback capture loop.