AGENCYSCRIPT
CoursesEnterpriseBlog
đź‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

Why AI Governance Documentation Is DifferentAI Systems Are Less TransparentAI Governance Involves Judgment CallsRegulatory Requirements Mandate DocumentationMultiple Audiences Need Different DocumentationThe AI Governance Documentation FrameworkDocument Category 1: Model Documentation (Model Cards)Document Category 2: Decision RecordsDocument Category 3: Testing and Evaluation RecordsDocument Category 4: Risk and Compliance RecordsDocument Category 5: Operational RecordsDocument Category 6: Data Governance RecordsDocumentation Standards and PracticesStandard 1: Contemporaneous DocumentationStandard 2: Version ControlStandard 3: AccessibilityStandard 4: ConsistencyStandard 5: CompletenessStandard 6: ProportionalityCommon Documentation FailuresBuilding a Documentation CultureRegulatory Documentation RequirementsEU AI Act Documentation RequirementsGDPR Documentation RequirementsSector-Specific RequirementsYour Next Step
Home/Blog/14 Months Later, a Discrimination Complaint Demanded the Records
Governance

14 Months Later, a Discrimination Complaint Demanded the Records

A

Agency Script Editorial

Editorial Team

·March 21, 2026·12 min read
documentationai governancecompliance documentationaudit readiness

A 26-person AI agency in Seattle built an AI-powered loan underwriting assistant for a credit union. The system worked well for 14 months. Then a borrower filed a discrimination complaint alleging that the AI system had denied their loan application based on race. The credit union's legal team needed to demonstrate that the system was designed and tested to be fair. They asked the agency for documentation: model design decisions, training data analysis, bias testing results, deployment approval records, and monitoring data. The agency had done most of this work — they had tested for bias, they had reviewed the training data, they had conducted fairness evaluations. But they had not documented any of it systematically. Bias test results were in a Jupyter notebook on a developer's laptop. Training data analysis was in an email thread. Deployment approval was a verbal conversation in a team meeting. The agency spent $130,000 and eight weeks reconstructing documentation that should have been created as the work was done. Even then, the reconstructed documentation was less credible than contemporaneous records would have been.

AI governance documentation is not a bureaucratic burden. It is the evidence that your governance exists. Without documentation, you cannot prove you tested for bias. You cannot demonstrate you reviewed training data. You cannot show you followed an approval process. You cannot satisfy a regulatory inquiry. You cannot defend against a liability claim. Undocumented governance is indistinguishable from no governance.

Why AI Governance Documentation Is Different

AI Systems Are Less Transparent

Traditional software is deterministic — you can read the code and understand what it does. AI systems are probabilistic — you cannot fully explain why a model produces a specific output by reading the model weights. Documentation bridges this transparency gap by recording the design decisions, data characteristics, testing results, and operational context that explain how and why the system works the way it does.

AI Governance Involves Judgment Calls

AI governance requires judgment calls that are not obvious in retrospect. Why was 92% accuracy considered acceptable? Why was a particular fairness metric chosen over alternatives? Why were certain data sources excluded? These decisions are rational at the time but impossible to reconstruct later without documentation.

Regulatory Requirements Mandate Documentation

The EU AI Act explicitly requires documentation for high-risk AI systems — technical documentation, risk management documentation, data governance documentation, and records of conformity assessments. Similar documentation requirements exist under other regulatory frameworks. Your documentation standards need to satisfy these mandated requirements.

Multiple Audiences Need Different Documentation

AI governance documentation serves multiple audiences:

  • Engineers need technical documentation to understand, maintain, and improve the system
  • Clients need governance documentation to trust and oversee the system
  • Regulators need compliance documentation to verify adherence to requirements
  • Auditors need evidence documentation to assess governance effectiveness
  • Legal teams need defense documentation to protect against liability claims
  • Future team members need context documentation to understand decisions made before they joined

The AI Governance Documentation Framework

Document Category 1: Model Documentation (Model Cards)

Model cards are the standard documentation format for AI models. Every production model should have a complete model card.

Model card contents:

Model overview:

  • Model name and version
  • Model type and architecture
  • Intended use cases and users
  • Out-of-scope use cases (what the model should not be used for)
  • Date of last training and deployment

Training data:

  • Description of training data sources
  • Data collection methodology
  • Data size and temporal coverage
  • Known biases or limitations in the data
  • Data preprocessing and feature engineering steps
  • Data quality assessment results

Model performance:

  • Performance metrics (accuracy, precision, recall, F1, etc.) on evaluation datasets
  • Performance breakdown by relevant segments (demographic groups, categories, time periods)
  • Comparison with baseline or previous model versions
  • Known failure modes and edge cases
  • Performance degradation conditions

Fairness and bias:

  • Fairness metrics evaluated and results
  • Demographic groups assessed
  • Known biases and mitigation measures applied
  • Ongoing bias monitoring plan

Limitations and risks:

  • Known limitations of the model
  • Conditions under which the model may underperform
  • Risks associated with model use
  • Recommended human oversight practices

Technical details:

  • Hyperparameters and training configuration
  • Infrastructure requirements for inference
  • Dependencies (libraries, frameworks, services)
  • API specifications (for model serving)

Document Category 2: Decision Records

Decision records capture the governance decisions made throughout the AI lifecycle.

What to document:

  • Design decisions — Why this model architecture? Why this training approach? Why these features?
  • Data decisions — Why this data source? Why exclude that data? How were data quality trade-offs resolved?
  • Threshold decisions — Why this accuracy threshold? Why this fairness metric? Why this confidence cutoff?
  • Risk decisions — What risks were identified? What risks were accepted? What mitigations were applied?
  • Deployment decisions — Who approved deployment? Based on what evidence? With what conditions?
  • Change decisions — Why was the model updated? What changed? Who approved the change?

Decision record format:

  • Decision title — Clear, descriptive title
  • Date — When the decision was made
  • Decision makers — Who was involved in the decision
  • Context — What situation required the decision
  • Options considered — What alternatives were evaluated
  • Decision — What was decided
  • Rationale — Why this option was chosen
  • Trade-offs accepted — What downsides were accepted as part of this decision
  • Review triggers — Under what conditions should this decision be revisited

Document Category 3: Testing and Evaluation Records

Testing documentation provides evidence that the AI system was properly evaluated before deployment and continues to be evaluated in production.

Testing documentation contents:

  • Test plan — What was tested, how, and what constituted pass/fail
  • Test data description — Characteristics of the test data, including size, composition, and how it was selected
  • Test results — Complete test results with metrics for all evaluation dimensions
  • Result analysis — Interpretation of test results, including any concerns or caveats
  • Approval — Who reviewed and approved the test results
  • Regression test results — Comparison with previous versions showing improvement or maintained performance

Document Category 4: Risk and Compliance Records

Risk and compliance documentation demonstrates that governance processes were followed and regulatory requirements were met.

Risk documentation:

  • Risk assessments — Comprehensive risk assessments conducted for each AI system
  • Privacy impact assessments — PIAs or DPIAs for systems processing personal data
  • Bias assessments — Fairness evaluations and bias mitigation records
  • Security assessments — Security evaluation results and remediation records

Compliance documentation:

  • Regulatory mapping — Which regulations apply and how each requirement is met
  • Compliance evidence — Specific evidence demonstrating compliance with each requirement
  • Audit reports — Internal and external audit findings and remediation
  • Regulatory correspondence — Any communication with regulatory authorities

Document Category 5: Operational Records

Operational documentation covers the ongoing operation of AI systems in production.

Operational documentation:

  • Deployment records — When the model was deployed, to what environment, by whom, with what configuration
  • Monitoring records — Performance metrics, drift detection results, and quality monitoring data
  • Incident records — AI-specific incidents, their investigation, root cause, remediation, and lessons learned
  • Change records — All changes made to production systems, including model updates, prompt changes, configuration changes, and infrastructure changes
  • Maintenance records — Retraining events, model updates, data refreshes, and system maintenance activities

Document Category 6: Data Governance Records

Data documentation tracks the data used throughout the AI lifecycle.

Data documentation:

  • Data inventory — All datasets used for training, evaluation, and operation
  • Data provenance — Sources, collection methods, and chain of custody for each dataset
  • Data quality records — Quality assessments, cleaning procedures, and quality metrics
  • Data sharing agreements — Signed agreements governing data shared between parties
  • Data retention records — What data is retained, where, for how long, and what has been destroyed
  • Data access logs — Who accessed what data, when, and for what purpose

Documentation Standards and Practices

Standard 1: Contemporaneous Documentation

Document governance activities when they happen, not after the fact. Contemporaneous documentation is more credible, more accurate, and less expensive to produce than reconstructed documentation.

Implementation:

  • Make documentation a required step in every governance process
  • Use templates that guide documenting the right information
  • Integrate documentation into workflows (deployment checklists that include documentation steps)
  • Do not consider a governance activity complete until it is documented

Standard 2: Version Control

All governance documentation should be version-controlled.

Implementation:

  • Store documentation in version-controlled repositories (Git for technical documentation, document management systems for policy documents)
  • Track changes with dates, authors, and descriptions
  • Maintain the ability to retrieve any historical version of any document
  • Never overwrite documentation — create new versions

Standard 3: Accessibility

Documentation must be findable and accessible to those who need it.

Implementation:

  • Organize documentation in a logical, consistent structure
  • Use consistent naming conventions
  • Maintain an index or catalog of all governance documentation
  • Ensure appropriate access controls (some documentation is sensitive)
  • Provide search capability across documentation

Standard 4: Consistency

Documentation should follow consistent formats and conventions across the organization.

Implementation:

  • Create and maintain templates for each document type
  • Define mandatory fields and optional fields for each template
  • Train team members on documentation standards
  • Review documentation for consistency periodically

Standard 5: Completeness

Documentation should cover all aspects of AI governance without significant gaps.

Implementation:

  • Use checklists to verify documentation completeness at each lifecycle stage
  • Conduct periodic documentation audits to identify gaps
  • Map documentation against regulatory requirements to verify coverage
  • Include documentation completeness in project completion criteria

Standard 6: Proportionality

Documentation depth should be proportional to the risk and importance of the AI system.

Implementation:

  • Define documentation tiers aligned with risk tiers (lightweight documentation for low-risk systems, comprehensive documentation for high-risk systems)
  • Focus documentation effort on the dimensions that matter most for each system
  • Do not require the same documentation depth for an internal experiment as for a production deployment in a regulated industry

Common Documentation Failures

Failure 1: Documentation as afterthought. Documentation is planned for "after the project" but never gets done because the team moves on to the next project. Fix: Make documentation a required step within each process, not a follow-up activity.

Failure 2: Too much documentation. Drowning in documentation nobody reads. Fix: Focus on documentation that serves a clear purpose (regulatory compliance, audit readiness, operational knowledge). If nobody would ever read it, do not write it.

Failure 3: Documentation rot. Documentation is created but never updated, becoming increasingly inaccurate over time. Fix: Link documentation reviews to system change processes. When the system changes, the documentation changes.

Failure 4: Inaccessible documentation. Documentation exists but is scattered across personal drives, email threads, Slack messages, and notebooks. Fix: Centralize documentation in a single, searchable, accessible repository.

Failure 5: Missing rationale. Documentation records what was done but not why. Fix: Require decision rationale in all decision records. The "why" is often more important for audits and future maintainability than the "what."

Failure 6: Undocumented negative decisions. Documentation records what was decided but not what was considered and rejected. Fix: Include options considered and reasons for rejection in decision records. Showing that alternatives were evaluated demonstrates thorough governance.

Building a Documentation Culture

Documentation quality ultimately depends on culture. A team that views documentation as a tax will produce minimal, low-quality documentation. A team that views documentation as a professional discipline will produce documentation that genuinely serves its purposes.

Culture-building practices:

  • Lead by example. Technical leads and managers should produce high-quality documentation themselves, not just require it from others.
  • Celebrate good documentation. Recognize and highlight documentation that prevented a problem, enabled a smooth audit, or helped a new team member get up to speed quickly.
  • Include in reviews. Include documentation quality in code reviews, project reviews, and performance reviews.
  • Reduce friction. Make documentation easy. Provide templates, tools, and examples. Reduce the time between doing the work and documenting it.
  • Show the value. Share examples of where documentation saved time, prevented incidents, or satisfied regulatory requirements. Make the ROI of documentation tangible.

Regulatory Documentation Requirements

EU AI Act Documentation Requirements

For high-risk AI systems, the EU AI Act requires:

  • Technical documentation describing the system, its purpose, and its design
  • Risk management system documentation
  • Data governance documentation (training, validation, and testing data)
  • Logging and monitoring documentation
  • Instructions for use documentation
  • Quality management system documentation
  • Documentation of conformity assessment

GDPR Documentation Requirements

For AI systems processing personal data:

  • Records of processing activities
  • Data Protection Impact Assessment documentation
  • Legal basis documentation
  • Data sharing agreement documentation
  • Data retention policy documentation

Sector-Specific Requirements

  • Healthcare (FDA): Software documentation, clinical evaluation documentation, post-market surveillance documentation
  • Financial services (SEC/FINRA): Model risk management documentation, validation documentation, audit trail documentation
  • Employment (EEOC): Selection procedure documentation, adverse impact analysis documentation, validation documentation

Your Next Step

Audit the documentation for your most critical production AI system. Check every document category in this framework: model card, decision records, testing records, risk and compliance records, operational records, and data governance records. Score each category as complete, partial, or missing.

For missing documentation, create it now — it is harder and more expensive to reconstruct later. For partial documentation, fill the gaps. For complete documentation, review for accuracy and currency.

Then create documentation templates for each category and integrate documentation requirements into your project delivery processes. Make documentation a checklist item at each governance gate, not an afterthought at project end.

The Seattle agency spent $130,000 reconstructing documentation that would have cost $15,000 to create contemporaneously. The math is simple: document as you go, or pay much more to document later. Governance documentation is not overhead — it is the evidence that your governance is real.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

Governance

Complete EU AI Act Compliance Guide — What Every AI Agency Needs to Know and Do

The EU AI Act is the most comprehensive AI regulation on the planet. Here is exactly what it requires from AI agencies, which of your systems are affected, and a step-by-step compliance roadmap you can start executing today.

A
Agency Script Editorial
March 21, 2026·15 min read
Governance

HIPAA Compliance Guide for AI in Healthcare — Building AI Systems That Protect Patient Data

Healthcare AI is booming, but one HIPAA violation can end your agency. Here is the complete guide to building HIPAA-compliant AI systems, from BAAs to technical safeguards to breach response.

A
Agency Script Editorial
March 21, 2026·15 min read
Governance

Question 14 Cost a Chicago Agency Its Fortune 500 Deal

ISO 27001 certification is becoming a prerequisite for enterprise AI contracts. Here is the complete implementation guide from gap analysis to certification audit, tailored for AI agencies.

A
Agency Script Editorial
March 21, 2026·14 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification