Skip to main content

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​

StepOutcomeADRI OSSVerodat MCP / EnterpriseWhat to showRevenue Model
1Define data needβœ…β€“Run adri setup --guide and capture "good" dataOSS – Free
2Block bad dataβœ…β€“@adri_protected(..., on_failure="raise") blocks failuresOSS – Free
3Handle error dataβœ…β€“Review JSON reports in ADRI/dev/assessmentsOSS – Free
4Log for dev (local)βœ…β€“Enable local audit in config, tail CSV logsOSS – Free
5Log for prodβœ…βœ…Send audit events to Verodat workspaceToken burn-down (single app)
6Analyse performance & complianceβœ…βœ…*Use Claude project connected to Verodat ADRIToken burn-down
7Publish to datasetsβœ…βœ…*Publish standards to Verodat datasetsToken burn-down + Dataset licence
8Prove enterprise scopeβœ…βœ…Configure agent tools in tools.verodat.ioToken burn-down + Dataset licence
9Meet compliance requirementsβœ…βœ…Replay logs + controlled data supplyToken burn-down + Dataset licence
10Ship AI solutionsβœ…βœ…Share ADRI standards in marketplaceToken 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)​

  1. Create standards quickly – adri generate-standard gives you a YAML contract in minutes. Store it in git with your agent code.
  2. Block bad inputs immediately – Use @adri_protected(standard="...", data_param="...", on_failure="raise") in production pathways.
  3. Understand failures – Inspect the JSON report or call adri show-standard to see which rule fired.
  4. 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)​

  1. 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.
  2. Analyse trends with Claude projects – Use Verodat’s MCP integration to benchmark failure patterns, drill into compliance questions, and auto-generate remediation tickets.
  3. 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)​

  1. Expose agent configuration – Manage tool access, rate limits, and data supply governance in tools.verodat.io so every agent run is compliant by default.
  2. Prove compliance – Use replayable logs, deterministic data supply, and Verodat audit views to satisfy ISO/SOC/HIPAA reviews.
  3. 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​

PersonaWhy it mattersMessage
Agent engineerNeeds confidence that agents won’t crash on bad dataβ€œGuard your function with one decorator, see the pass/fail score instantly.”
Data platform teamMust provide governed data supplyβ€œPublish ADRI standards to Verodat once, let every agent reuse them.”
Compliance leadRequires replayable evidenceβ€œEvery assessment is logged locally and can be streamed into your controlled workspace.”
Business ownerWants 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.

πŸ“¦ Package Consumer Documentation | Documentation for ADRI v3.0.1 | Stable release documentation | Built on 9/24/2025