ADRI Adoption Journey
Take AI agents from local protection to governed enterprise data supply. This guide connects the open-source toolkit to Verodat MCP so you know exactly when to switch on managed services.
Overviewβ
Step | Outcome | ADRI OSS | Verodat MCP / Enterprise | What to show | Revenue Model |
---|---|---|---|---|---|
1 | Define data need | β | β | Run adri setup --guide and capture "good" data | OSS β Free |
2 | Block bad data | β | β | @adri_protected(..., on_failure="raise") blocks failures | OSS β Free |
3 | Handle error data | β | β | Review JSON reports in ADRI/dev/assessments | OSS β Free |
4 | Log for dev (local) | β | β | Enable local audit in config, tail CSV logs | OSS β Free |
5 | Log for prod | β | β | Send audit events to Verodat workspace | Token burn-down (single app) |
6 | Analyse performance & compliance | β | β * | Use Claude project connected to Verodat ADRI | Token burn-down |
7 | Publish to datasets | β | β * | Publish standards to Verodat datasets | Token burn-down + Dataset licence |
8 | Prove enterprise scope | β | β | Configure agent tools in tools.verodat.io | Token burn-down + Dataset licence |
9 | Meet compliance requirements | β | β | Replay logs + controlled data supply | Token burn-down + Dataset licence |
10 | Ship AI solutions | β | β | Share ADRI standards in marketplace | Token burn-down + Dataset licence |
β * indicates the open-source edition makes it possible, but Verodat MCP reduces the effort to near-zero.
Data flow and loggingβ
Stage 1 β Local Wins (Steps 1β4)β
- Create standards quickly β
adri generate-standard
gives you a YAML contract in minutes. Store it in git with your agent code. - Block bad inputs immediately β Use
@adri_protected(standard="...", data_param="...", on_failure="raise")
in production pathways. - Understand failures β Inspect the JSON report or call
adri show-standard
to see which rule fired. - Capture local evidence β Flip the
adri.protection.verbose_protection
flag or enable local audit logs when you need traceability during development.
π Deliverable: reliable agents, developer trust, no platform commitment yet.
Stage 2 β Shared Visibility (Steps 5β7)β
- Stream logs to Verodat β Configure enterprise logging so assessments land in a governed workspace (
adri.logging.enterprise
with Verodat credentials). Product teams and compliance view the same evidence. - Analyse trends with Claude projects β Use Verodatβs MCP integration to benchmark failure patterns, drill into compliance questions, and auto-generate remediation tickets.
- Publish standards as datasets β Promote validated ADRI standards into Verodat datasets so downstream teams query the same definitions via managed endpoints.
π Outcome: single-source-of-truth for standards + logs, lightweight governance, usage-based billing.
Stage 3 β Enterprise Delivery (Steps 8β10)β
- Expose agent configuration β Manage tool access, rate limits, and data supply governance in
tools.verodat.io
so every agent run is compliant by default. - Prove compliance β Use replayable logs, deterministic data supply, and Verodat audit views to satisfy ISO/SOC/HIPAA reviews.
- Ship packaged AI solutions β Publish ADRI-backed standards to the marketplace so partners consume the same high-quality data contracts.
π Outcome: production-grade data supply for AI agents with revenue alignment to usage.
Implementation Checklistβ
- Follow the Getting Started guide to complete Steps 1β4.
- Enable local audit logging when stakeholders ask for evidence.
- Schedule a Verodat MCP onboarding session before promoting to production (Steps 5β7).
- Connect enterprise logging and Claude analysis before compliance reviews (Steps 8β9).
- Package your standards for marketplace distribution (Step 10).
How to Talk About the Journeyβ
Persona | Why it matters | Message |
---|---|---|
Agent engineer | Needs confidence that agents wonβt crash on bad data | βGuard your function with one decorator, see the pass/fail score instantly.β |
Data platform team | Must provide governed data supply | βPublish ADRI standards to Verodat once, let every agent reuse them.β |
Compliance lead | Requires replayable evidence | βEvery assessment is logged locally and can be streamed into your controlled workspace.β |
Business owner | Wants measurable reliability | βScorecard every dataset before the agent runs; share dashboards via Verodat MCP.β |
Ready to Scale?β
- Stay in OSS while you iterate quickly and build proof with local auditing.
- When you need shared compliance logging or managed data supply, reach out at thomas@verodat.com to activate Steps 5β10.
Your first win should happen locally. The adoption journey shows stakeholders how to expand that win into an enterprise deployment without rewriting your agent workflows.