<//> AI PLUMBER

// Part Two · Chapter 4

Meet the AI Plumber

The Moment of Realization

In 2015, I was working with a major European bank. The technical team built a sophisticated ML model. The demo dazzled executives. Six months later it was a disaster — GDPR violations, no audit trail, regulators asking questions. The problem wasn't the AI. It was the plumbing.

What Is an AI Plumber?

An AI Plumber solves the ugly problems — infrastructure challenges, integration headaches, governance requirements that make AI work in the real world. We're not engineers who build impressive models; we're engineers who make models work in production. We design policy layers, build audit trails, implement controls, and create governance frameworks.

The AI Plumber Manifesto

  1. Infrastructure beats algorithms — the best algorithm is worthless without infrastructure.
  2. Governance is not a bottleneck — it's the foundation for success.
  3. Compliance creates competitive moats — build advantages competitors can't replicate.
  4. Production is harder than prototypes — the gap is where projects die.
  5. Simplicity beats complexity — start simple.
  6. Humans stay in the loop — AI augments, it doesn't replace.
  7. Measure what matters — ROI matters more than accuracy.

The 6 Pipes

The framework is six pipes — the complete set of layers a regulated enterprise needs before AI enters production. The first four are the Non-Negotiables: the moment AI becomes agentic, they are mandatory. The other two make the system survive a real legacy enterprise and improve over time.

The 4 Non-Negotiables

  1. Constrained Identities — every agent runs as a scoped, least-privilege service account; none inherit human privileges.
  2. Attributable Actions — every decision logged with input, reasoning trace, and output; reversible and traceable in under 30 seconds.
  3. Human-in-the-Loop Gates — high-stakes actions mechanically pause for a human authorization token.
  4. Kill Threshold Monitoring — continuous telemetry; automatic suspension on breach.

The 2 Enterprise-Fit Pipes

  1. Legacy Insulation — an API gateway wraps legacy systems so 40-year-old mainframes talk to agents without the core being touched.
  2. Learning Loop — every production incident updates the architecture via ADRs; the system evolves, it isn't patched.
Six pipes; four are non-negotiable for any agentic deployment; the other two make it survive a real enterprise.