-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlegal-glossary.html
More file actions
79 lines (64 loc) · 4.06 KB
/
Copy pathlegal-glossary.html
File metadata and controls
79 lines (64 loc) · 4.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">`n <link rel="canonical" href="https://accountability.ai/legal-glossary">
<title>Legal Glossary | The AgDR Standard</title>
<style>
:root { --teal: #2dd4bf; --bg: #050505; --text: #a1a1aa; --border: #1a1a1a; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: sans-serif; line-height: 1.8; }
nav { padding: 1.5rem 2rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; }
header { padding: 8rem 2rem 4rem; max-width: 900px; margin: 0 auto; }
h1 { color: #fff; font-size: 3rem; letter-spacing: -2px; }
main { max-width: 900px; margin: 0 auto; padding: 2rem; }
.glossary-item { margin-bottom: 4rem; border-left: 2px solid #222; padding-left: 2rem; transition: 0.3s; }
.glossary-item:hover { border-left-color: var(--teal); }
dt { color: #fff; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 0.5rem; }
dd { margin: 0; font-size: 1.1rem; color: #888; }
.statutory-ref { display: block; margin-top: 1rem; font-family: monospace; font-size: 0.75rem; color: var(--teal); text-transform: uppercase; letter-spacing: 1px; }
footer { text-align: center; padding: 4rem; font-size: 0.7rem; color: #333; }
</style>
</head>
<body>
<nav>
<a href="/" style="color:#fff; text-decoration:none; font-weight:bold;">ACCOUNTABILITY.AI</a>
<a href="/manifesto"" style="color:var(--teal); text-decoration:none; font-size:0.75rem;">THE MANIFESTO</a>
</nav>
<header>
<h1>Legal Glossary.</h1>
<p>Defining the mechanical intersection of Canadian Law and Autonomous Intelligence.</p>
</header>
<main>
<dl>
<div class="glossary-item">
<dt>Aki 0.95 (Atomic Kernel Inference)</dt>
<dd>The instruction-level intercept gate that enforces a "No-Record, No-Action" protocol. It ensures a 600ns–950ns hermetic seal of intent before any autonomous inference is committed to the system bus.</dd>
<span class="statutory-ref">CEA s.31.2 (System Integrity)</span>
</div>
<div class="glossary-item">
<dt>Force Interrupt</dt>
<dd>The mechanical cessation of an AI process triggered when the AgDR cryptographic seal fails to validate. It moves accountability from a post-facto audit to a pre-facto requirement.</dd>
<span class="statutory-ref">CBCA s.122 (Duty of Care)</span>
</div>
<div class="glossary-item">
<dt>T-0 Second Clock</dt>
<dd>A dedicated, hardware-partitioned temporal stream used exclusively for forensic aggregation. By separating the T-1 execution clock from the T-0 forensic clock, the system prevents the AI from altering its own record of intent.</dd>
<span class="statutory-ref">Canada Evidence Act (Contemporaneous Record)</span>
</div>
<div class="glossary-item">
<dt>PPP Triplet</dt>
<dd>The fundamental unit of the AgDR standard: Purpose, Place, and Person. This metadata must be captured at the point of the Force Interrupt to provide a complete statutory record of autonomous intent.</dd>
<span class="statutory-ref">Bills of Exchange Act (Signature Equivalence)</span>
</div>
<div class="glossary-item">
<dt>Deterministic Finality</dt>
<dd>The technical state where an AI’s output is mathematically bound to its recorded intent. This eliminates the "3.94μs Jitter" and ensures that the system's actions are reproducible and auditable in a court of law.</dd>
<span class="statutory-ref">Standard of Care (Ontario Superior Court)</span>
</div>
</dl>
</main>
<footer>
OSHAWA, ONTARIO · CC0 1.0 UNIVERSAL · FORENSIC LINGUISTICS
</footer>
</body>
</html>