The Curriculum / Reader / 01 — Governance
LEVEL 1 · ESSENTIALS · COMPANY TRACK

01 — Governance

This page compiles 7 files from the repository, verbatim, in reading order. The living version: this folder on GitHub.

level-1-essentials/company/01-governance/README.md

01 — Governance

Governance before tools. Always.

A company with an AUP but no AI beats a company with AI but no AUP. Every incident in the past three years has come from an unstructured deployment.

Files in this folder

  1. acceptable-use-policy.md — the one-page AUP employees actually read
  2. data-classification-matrix.md — which data class goes to which tool
  3. vendor-dpa-checklist.md — DPAs to sign with each vendor
  4. incident-response-addendum.md — what to do when PII leaks
  5. steering-committee-charter.md — who sits on it, what they decide
  6. zero-retention-configuration.md — how to enable no-training on every provider

The sequence

Do these in strict order. Skipping = incident.

  1. Convene the Steering Committee (day 1)
  2. Draft and publish AUP (week 1)
  3. Publish Data Classification Matrix (week 1)
  4. Enable zero-retention on approved providers (week 2)
  5. Sign DPAs with each approved provider (week 2)
  6. Publish Incident Response Addendum (week 2)
  7. Only THEN move to 02-accounts-procurement/

Definition of done

level-1-essentials/company/01-governance/acceptable-use-policy.md

AI Acceptable Use Policy (AUP)

Effective date: [DATE] Owner: Chief AI Officer / Head of AI / Steering Committee Chair Version: 1.0

Purpose

This policy defines what AI tools employees of [COMPANY] may use, what data they may input, and what obligations they carry.

Read this before using any AI tool for company work. Sign the acknowledgment at the end.

Scope

Applies to: - All employees, contractors, and interns - All AI tools — consumer, enterprise, API, open-source, embedded features - All company data — whether accessed at work, at home, or on personal devices

The four rules

Rule 1 — Only approved tools for work

The approved tool list is at company/02-accounts-procurement/platform-account-order.md. Anything else requires Steering Committee approval before use with company data.

Rule 2 — Data classification, then tool

Every piece of company data has a classification: Public, Internal, Confidential, Restricted. Match the classification to the tool tier per data-classification-matrix.md. When in doubt, treat as more sensitive, not less.

Rule 3 — You are responsible for AI output

Rule 4 — Report incidents immediately

If you paste sensitive data into an unapproved tool, receive suspicious output, or suspect a prompt injection, notify [SECURITY EMAIL] within 24 hours. No blame for reporting; blame for not reporting.

Explicit permissions

Employees may: - Use approved AI tools for drafting, summarization, research, code assistance, and analysis - Save prompt libraries locally or in company drives - Build automations with approved tools within their team's remit - Share AI-generated drafts internally for review

Explicit prohibitions

Employees may not: - Paste customer PII into a consumer AI tool (free ChatGPT, personal Claude, personal Gemini) - Paste source code with credentials or unreleased IP into any unapproved tool - Send AI-generated communications externally without human review - Represent AI-generated content as fully human-authored when accuracy matters (client deliverables, legal docs, medical/financial advice) - Use AI tools to circumvent company policy (fabricating evidence, drafting deceptive communications, evading review processes) - Build AI automations that send external communications without a human-in-the-loop approval step - Share their AI account credentials - Use personal AI subscriptions for confidential company work

Consequences

Violations follow standard disciplinary policy. Egregious cases (deliberate data exfiltration, deceptive use) may result in termination and legal action.

Amendments

This policy is reviewed by the AI Steering Committee quarterly and updated as the tool landscape evolves. Changes are communicated via all-hands and require re-acknowledgment.

Acknowledgment

I have read and understood this policy. I understand what I may and may not do, and I understand my obligation to report incidents.

Name: ___ Date: ___ Signature: ___


Plain-language summary (for orientation decks)

  1. Only use tools on our approved list for work.
  2. Confidential data goes only in Enterprise-tier tools with DPAs.
  3. Never paste passwords, keys, SSNs, or client PII into consumer AI.
  4. Review AI output before you use it.
  5. If you mess up, tell Security. Reporting is safe.

level-1-essentials/company/01-governance/data-classification-matrix.md

Data Classification Matrix

The four classes

Class Examples Impact if leaked
Public Marketing collateral, published blog posts, press releases None
Internal Org chart, internal docs, non-sensitive project plans, general Slack Embarrassing, minor
Confidential Financials, roadmaps, customer names, contracts, unreleased features Material business harm
Restricted Customer PII, PHI, payment data, security credentials, legal-privileged, trade secrets Regulatory / legal exposure

The matrix

Rows = data class. Columns = tool tier. Cells = allowed / not allowed.

Data class Consumer AI (free tier) Consumer AI (paid personal) Enterprise / Business tier with DPA Enterprise API with zero-retention + DPA Self-hosted / local model
Public
Internal ⚠️ discouraged ⚠️ discouraged
Confidential
Restricted ⚠️ case by case ✅ w/ BAA if PHI

Specific data types

Data Class Notes
Customer name only (no other data) Internal
Customer name + email Confidential PII
Customer name + full contact + purchase history Restricted PII
Employee salary Restricted
Employee name + role Internal
Contract terms Confidential
Signed contract with parties named Restricted
Product roadmap (draft) Confidential
Product roadmap (published) Public
Source code (open source) Public
Source code (proprietary, no secrets) Confidential
Source code with credentials Restricted Never — scrub first
SSN, DOB, tax ID Restricted
Payment card data Restricted PCI applies
Medical / health data Restricted HIPAA — BAA required
Legal-privileged Restricted Attorney-client protected
Financial statements Confidential
Financial statements (public co, filed) Public
Board minutes Restricted
Slack DMs Internal / Confidential Content-dependent
Emails to/from customers Confidential / Restricted Content-dependent

When in doubt

Treat as more sensitive. Downgrading later is cheap. Cleaning up an incident is expensive.

Enforcement

Amendments

The Steering Committee reviews this matrix quarterly. Additions to the "restricted" list require CISO approval.

level-1-essentials/company/01-governance/incident-response-addendum.md

Incident Response Addendum — AI

This addendum extends the company's existing IR plan for AI-specific incidents.

Incident classes

Class Definition Example
A1 — Data exposure Sensitive data pasted into unapproved tool Client PII into ChatGPT free tier
A2 — Model output leak AI output published containing sensitive data Hallucinated PII appears in customer email
A3 — Prompt injection Adversarial input hijacked an AI agent Malicious doc caused agent to exfiltrate
A4 — Agent action error AI took a wrong action (sent, deleted, purchased) Agent sent draft as final
A5 — Model misuse Employee used AI to violate policy Deceptive AI-generated content sent externally
A6 — Vendor incident Vendor breach affecting our data Provider notifies us of security event
A7 — Bias / harm AI output caused discriminatory or harmful outcome Screening tool produced biased scores

Response by class

A1 — Data exposure

  1. Reporter contacts Security via [SECURITY EMAIL] within 24 hours
  2. Security confirms: what data, what tool, when, who else has access
  3. Security requests deletion from vendor (if enterprise) or notes as unrecoverable (if consumer)
  4. Legal assesses regulatory notification duty (GDPR: 72 hours to DPA; HIPAA: 60 days for large; state laws vary)
  5. Affected parties notified per legal guidance
  6. Employee coaching (not punitive on first report)

A2 — Model output leak

  1. Recall or retract the leaked output where possible
  2. Investigate: was it a hallucination, or actual data in the model context?
  3. If context-sourced, treat as A1
  4. If hallucinated, note as a quality issue; add to eval set

A3 — Prompt injection

  1. Isolate the affected agent immediately (kill switch)
  2. Determine blast radius: what tools did the agent have access to?
  3. Preserve logs
  4. Rotate any credentials the agent could have touched
  5. Root cause: what input carried the injection? How did it evade defenses?
  6. Publish an incident report to the Steering Committee within 5 business days

A4 — Agent action error

  1. Stop the agent
  2. Undo the action if reversible (recall email, restore deleted data)
  3. Notify the affected party if action reached outside the org
  4. Investigate the decision path
  5. Add a HITL checkpoint or guardrail before re-enabling

A5 — Model misuse

  1. Preserve evidence
  2. Follow HR/legal escalation
  3. Steering Committee reviews for policy gap

A6 — Vendor incident

  1. Acknowledge vendor notification
  2. Assess: is our data affected? What data?
  3. Legal reviews vendor's breach report against contract commitments
  4. Follow through on any downstream customer notifications required

A7 — Bias / harm

  1. Suspend the affected workflow
  2. Convene bias review (Steering Committee + Legal + Ethics if applicable)
  3. Assess root cause: model, prompt, eval gap, data drift
  4. Remediate before restart

Communication tree

Tabletop exercise

Run a tabletop at least annually:

  1. Choose an incident class
  2. Announce the scenario to Security, Legal, IT, an AI Champion, and an executive
  3. Time the response
  4. Document gaps

Post-incident

Every material incident produces: - Incident report — timeline, root cause, blast radius, remediation - AUP update if a policy gap contributed - Eval set update — the incident scenario added as a regression test - Training update — the case incorporated into next quarterly refresh

Reporter protection

Reporters are protected from retaliation. First-time honest reports do not trigger discipline. Cover-ups do.

level-1-essentials/company/01-governance/steering-committee-charter.md

AI Steering Committee — Charter

Purpose

The AI Steering Committee sets policy, approves tools, oversees rollout, reviews incidents, and steers investment for AI at [COMPANY].

It is a governance body, not a build team. Build teams execute; the Committee decides scope, guardrails, and priorities.

Members

Seat Role Responsibility
Chair Chief AI Officer or Head of AI (may be dual-hat with CTO/COO) Runs the committee, breaks ties
Executive sponsor CEO or COO Political cover, budget authority
Legal General Counsel or designee Contract, regulatory, IP
Security CISO or Security Lead Data protection, IR, vendor risk
IT / Platform Head of IT or Platform Engineering Identity, integrations, cost, deployment
AI Champion — Engineering Senior engineer trusted with agent builds Technical practicality
AI Champion — Business Rotating seat from a business team (Sales, Support, Ops, etc.) Business context, user voice
Data / Analytics (optional) Head of Data Data quality, evals
HR (advisory) HRBP Workforce impact, training

Size cap: 8 voting members. Rotating seats change every 6 months.

Cadence

Decision types

Decision Owner Approval needed
New AI tool addition to approved list Committee Majority + Security + Legal veto rights
Data classification of a new data type Committee Consensus
Rollout to a new department Committee Chair + Executive Sponsor
Incident classification and response Chair + Security + Legal Chair signs off
Budget above $50k / quarter Executive Sponsor Exec sponsor
Policy amendment Committee 2/3 majority
Emergency tool suspension Chair or Security Individual, ratified next meeting

Standing agenda

Every meeting:

  1. Incident review (5 min)
  2. Approved-tool list changes (5 min)
  3. Pilot progress (10 min)
  4. Budget / cost review (5 min)
  5. Policy / process items (15 min)
  6. New requests intake (10 min)
  7. Action items (5 min)

Intake

Anyone in the company can submit a request: - New tool approval - New use-case sanction - New data type classification - Policy question

Submit via [FORM URL]. Committee triages within 5 business days.

Public commitments

The Committee publishes internally: - Approved tool list (up to date) - Data classification matrix - Policy changelog - Quarterly summary (wins, incidents, spend)

Committee lifecycle

Escalation from Committee

level-1-essentials/company/01-governance/vendor-dpa-checklist.md

Vendor DPA Checklist

A Data Processing Agreement (DPA) must be signed with every AI vendor that processes company data. Do this before rollout, not after.

What to require in every AI DPA

Provider-specific notes

OpenAI (Enterprise / Team)

Anthropic (Claude for Enterprise)

Google (Gemini for Workspace / Vertex AI)

Microsoft (Copilot for M365 / Azure OpenAI)

Perplexity (Enterprise Pro)

xAI / Grok

Groq / OpenRouter / Together / Fireworks

DPA request template

Send to vendor:

Subject: DPA request for [COMPANY] AI deployment

Hello [VENDOR],

We are preparing to deploy [PRODUCT] across [COMPANY]. Before rollout, we need: 1. Your current Data Processing Agreement (executable form) 2. Confirmation of zero-retention on [SERVICE TIER] 3. SOC 2 Type II report (under NDA) 4. BAA if we process PHI [yes/no] 5. Sub-processor list 6. Data residency options

Please share these and route to our legal team at [EMAIL].

Thank you.

Tracking

Maintain a register:

Vendor Product / tier DPA signed date Zero-retention? Sub-processors reviewed? Renewal date Owner
OpenAI Enterprise
Anthropic Claude Enterprise
Google Gemini Workspace
Microsoft Copilot 365
Perplexity Enterprise Pro

Owned by: Legal or Vendor Management. Reviewed quarterly by Steering Committee.

level-1-essentials/company/01-governance/zero-retention-configuration.md

Zero-Retention Configuration Guide

For each approved provider, this is how you configure "no training, no retention beyond request lifetime."

Verify after configuring; screenshot the settings for the audit file.

OpenAI

ChatGPT Enterprise / Team

ChatGPT Business (SMB tier)

OpenAI API

Anthropic

Claude for Enterprise / Team

Anthropic API

Google

Gemini for Google Workspace

Google AI Studio / Vertex AI (paid tier)

Microsoft

Copilot for Microsoft 365

Azure OpenAI Service

Perplexity

Perplexity Enterprise Pro

Perplexity API

xAI Grok

Groq / Together / Fireworks / OpenRouter

Local / self-hosted (Ollama, vLLM, TensorRT-LLM)

Verification checklist per provider

After configuring, save these to the audit file governance/audits/YYYY-MM/:

Quarterly re-verification

The Steering Committee's quarterly agenda includes: - Walk through this document - Confirm every provider still configured correctly - Note any changes to vendor defaults (which happen)

If a vendor changes defaults in a way that increases retention or training, they must renotify per DPA; escalate immediately.

← Rituals 02 — Accounts & Procurement →