AUTOMOAT — FILED ON THE RECORD
HOME / METHOD / THE 5-LAYER ARCHITECTURE
ARCHITECTURE — TECHNICAL REFERENCE

What an AI-native operating system actually is.

Five layers. Every install ships all of them. Skipping any of them is the difference between AI that lifts the P&L and AI that sits in a license agreement. This page is the technical reference; if you want the operator-fluent overview, the Method page is shorter.

THE ARCHITECTURE

Five layers, top to bottom.

LAYER 01
ModelsThe compute substrate.
LAYER 02
KnowledgeYour firm's IP, made retrievable.
LAYER 03
AgentsModels that act, not just talk.
LAYER 04
WorkflowsThe business processes themselves — rebuilt.
LAYER 05
Observability + GovernanceProductivity that isn't measured isn't productivity. Compliance that isn't logged isn't compliance.
LAYER 01 · MODELS

The compute substrate.

WHAT IT IS

Frontier models (Claude, GPT, Gemini) for high-judgment work. Self-hosted Llama-class models for high-volume, low-margin work. Vertical-specialty models (CoCounsel, Harvey, Med-PaLM) where they meaningfully beat frontier for the domain.

WHY IT MATTERS

Model selection is the substrate of everything above. Wrong model for the job and every layer above suffers — agents hallucinate more, knowledge retrieval fails on edge cases, governance gets harder to defend.

WITHOUT IT

Most firms run on whatever ChatGPT or Copilot defaults to. That works for the easy 60% and silently breaks on the hard 40% where the workflow actually pays back.

TYPICAL TOOLS
  • Anthropic Claude Opus/Sonnet
  • OpenAI GPT-5
  • Llama 3.3 (self-hosted)
  • Domain models (CoCounsel, Harvey, etc.)
LAYER 02 · KNOWLEDGE

Your firm's IP, made retrievable.

WHAT IT IS

Proprietary knowledge bases built from your engagement files, working papers, historical decisions, partner workproduct, and operating playbooks. Embedded into a vector store, retrieval tuned to your domain's terminology, scoped per-user via your existing permission model.

WHY IT MATTERS

Without your knowledge in retrieval, models hallucinate around your firm's positions, partners stay the bottleneck for substantive questions, and new staff take twice as long to ramp. The knowledge layer is what makes generic AI specifically valuable to your firm.

WITHOUT IT

You're paying frontier-model prices for generic answers your firm's senior people would never have given. The model layer alone can't fix this.

TYPICAL TOOLS
  • Pinecone / pgvector
  • LlamaIndex
  • Anthropic file API
  • Custom embedding fine-tunes
LAYER 03 · AGENTS

Models that act, not just talk.

WHAT IT IS

Autonomous routines that execute named workflows end-to-end — drafting a memo, processing intake, reconciling a close, answering inbound. Each agent has a defined tool surface, evaluation suite, and human-review checkpoints where the workflow demands them.

WHY IT MATTERS

Without agents, the model is a research assistant. With agents, the model is a junior associate who works 24/7 and never forgets. The agent layer is what moves the P&L — chat doesn't.

WITHOUT IT

Productivity lift caps out at ~5–10% — the share of work where a senior person was happy to use a chatbot. The rest stays manual.

TYPICAL TOOLS
  • Anthropic Computer Use
  • Vercel AI SDK + tool use
  • Inngest / Trigger.dev (orchestration)
  • LangGraph (when state machines warranted)
LAYER 04 · WORKFLOWS

The business processes themselves — rebuilt.

WHAT IT IS

The actual operational workflows in scope, rebuilt around the agent layer. Some workflows get fully encoded; some get reshaped into hybrid human+agent loops; a few stay manual because the math doesn't favor automation. The Install spec says which, by name.

WHY IT MATTERS

Layers 1–3 don't matter if the workflow underneath is broken. A poorly-designed process automated is still a poorly-designed process — just faster. The workflow layer is where most consultants stop and most install attempts fail.

WITHOUT IT

You've automated yesterday's workflow. The productivity lift is real but capped at the ceiling of the old design.

TYPICAL TOOLS
  • Internal workflow rebuild playbook
  • Vertical workflow templates (CPA close, law intake, HVAC dispatch, etc.)
  • BPMN modeling (for complex re-designs)
LAYER 05 · OBSERVABILITY + GOVERNANCE

Productivity that isn't measured isn't productivity. Compliance that isn't logged isn't compliance.

WHAT IT IS

Instrumentation for every workflow's KPIs. Audit logging for every model interaction. Data-routing controls for regulated workloads. Audit-trail evidence for peer review, regulatory exam, or just internal sanity. The dashboard your operations team actually checks.

WHY IT MATTERS

Without observability, you have no idea whether the install is working. Without governance, you can't defend the install in a regulatory exam or peer review. These aren't afterthoughts — they're the layer that lets the install actually live in a real firm.

WITHOUT IT

You're flying blind on a system that touches client data. That posture works until the first incident, at which point it doesn't.

TYPICAL TOOLS
  • Sentry / Datadog (observability)
  • Custom KPI dashboards
  • Audit-log pipelines to SIEM
  • Governance memo template (legal-ready)
HOW THE LAYERS INTERACT

Why the order matters.

The numbering is the dependency order. Layer 5 depends on Layer 4 (you can't instrument a workflow that doesn't exist). Layer 4 depends on Layer 3 (you can't rebuild a workflow around agents you haven't built). Layer 3 depends on Layer 2 (agents without your knowledge are generic). Layer 2 depends on Layer 1 (knowledge retrieval that uses the wrong model is just slow).

Most firms stop at Layer 1. Some make it to Layer 2 (Copilot + a SharePoint search). The few that ship Layers 3+ in-house do so over years and at multiples of the externally-driven Install cost.

WHAT WE USE TODAY

Named, by layer.

The stack is selected per-engagement. This is the current default.

LAYER 01 · MODELS
  • Anthropic Claude Opus/Sonnet
  • OpenAI GPT-5
  • Llama 3.3 (self-hosted)
  • Domain models (CoCounsel, Harvey, etc.)
LAYER 02 · KNOWLEDGE
  • Pinecone / pgvector
  • LlamaIndex
  • Anthropic file API
  • Custom embedding fine-tunes
LAYER 03 · AGENTS
  • Anthropic Computer Use
  • Vercel AI SDK + tool use
  • Inngest / Trigger.dev (orchestration)
  • LangGraph (when state machines warranted)
LAYER 04 · WORKFLOWS
  • Internal workflow rebuild playbook
  • Vertical workflow templates (CPA close, law intake, HVAC dispatch, etc.)
  • BPMN modeling (for complex re-designs)
LAYER 05 · OBSERVABILITY + GOVERNANCE
  • Sentry / Datadog (observability)
  • Custom KPI dashboards
  • Audit-log pipelines to SIEM
  • Governance memo template (legal-ready)

Book an Ops Call.

30 minutes. Operator-to-operator. No deck. No follow-up nurture sequence designed to wear you down.

Book an Ops Call →