Coinbase builds enterprise AI agents: six-week sprint to standardize agentic automation for internal workflows
Coinbase internal teams ran manual, time-consuming, decision-heavy workflows in Institutional support, Onramp onboarding, and Listing legal review, with no standardized way to build, host, or audit AI agents at enterprise scale.
Low-code tools proved unsuitable for long-running operational flows because loading more tools and instructions into a prompt introduced context noise, making outputs harder to reproduce and individual steps harder to unit test or gate in CI.
Two automations reached production with more than 25 hours saved per week; new agent build time fell from 12+ weeks to under a week, and more than half a dozen engineers were able to self-serve on the patterns.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Two automations reached production with more than 25 hours saved per week; new agent build time fell from 12+ weeks to under a week, and more than half a dozen engineers were able to self-serve on the patterns.
What tools did this team use?
LangGraph, LangChain, LangSmith, Python.
What results were reported?
Automations in production: two; Weekly time saved from production automations: more than 25 hours saved per week; New agent build time reduction: from 12+ weeks to under a week; Time to build a new agent: dropped from quarters to days (source-reported, not independently verified).
What failed first in this deployment?
Low-code tools proved unsuitable for long-running operational flows because loading more tools and instructions into a prompt introduced context noise, making outputs harder to reproduce and individual steps harder to…
How is this legal ops AI workflow structured?
Manual work identified in automation domains → LLM nodes run within code-first graph → Evaluation harness and LLM-judge validation → Human review of agent output → Immutable audit record created.