ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
AI Governance Log
2
One template from Norrsken VC's Trust Infrastructure initiative - norrsken.vc
3
4
A running record of significant AI-related decisions, incidents, and changes - the evidence trail that shows your AI governance is real, not just documented.
5
6
DecisionA significant AI-related choice: switching a model, changing a data source, expanding to a new user group, adding or removing a human review step, deciding not to do something. Log the rationale, not just the outcome.
7
Incident / Near-missSomething went wrong or nearly went wrong. What happened, who was affected (if anyone), what was done about it. A well-documented incident with a clear resolution is a governance green flag.
8
UpdateA change to policy, strategy, data practices, monitoring, or governance structure. What changed and why. Keeps the document stack current.
9
10
DateTypeWhat happened / what was decidedPrinciple(s) affectedLogged byStatusNotes / follow-up
11
2025-03-14DecisionExample: Switched primary LLM provider from GPT-4 to Claude 3.5. Previous provider's terms did not permit use for commercial training. New provider terms reviewed and confirmed acceptable.P2: Technical IntegrityCTOClosedUpdated data processing agreement signed. Stored in /legal/AI/
12
2025-04-02IncidentExample: Output generation failure during peak load - 340 users received blank responses over 22 minutes. Root cause: rate limit hit on API. Users notified via status page. No personal data involved.P3: Output ReliabilityHead of ProductClosedRate limit monitoring added to dashboard. Retry logic implemented in v2.4.1
13
2025-05-19UpdateExample: Added prohibited use cases section to Responsible AI Policy following investor DD request. Three use cases documented: hiring decisions, debt collection, content moderation for under-18s.P5: Accountability CultureCEOClosedPolicy v1.2 published internally. Shared with legal counsel for review.
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100