-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLUMINA-30_AS_AN_EVALUATION_BOUNDARY_LAYER.html
More file actions
66 lines (64 loc) · 4.21 KB
/
Copy pathLUMINA-30_AS_AN_EVALUATION_BOUNDARY_LAYER.html
File metadata and controls
66 lines (64 loc) · 4.21 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
<!doctype html>
<html lang="en" data-l30-lang-lock="EN_ONLY">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="l30:lang-lock" content="EN_ONLY" />
<meta name="description" content="LUMINA-30 as an Evaluation Boundary Layer" />
<title>LUMINA-30 as an Evaluation Boundary Layer</title>
<style>
:root { color-scheme: light dark; --bg: Canvas; --panel: color-mix(in srgb, Canvas 92%, CanvasText 8%); --text: CanvasText; --muted: color-mix(in srgb, CanvasText 68%, Canvas 32%); --line: color-mix(in srgb, CanvasText 28%, Canvas 72%); --accent: LinkText; --soft: color-mix(in srgb, Canvas 86%, CanvasText 14%); }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.72; }
.page { max-width: 980px; margin: 0 auto; padding: 28px 18px 48px; }
.nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; border: 1px solid var(--line); background: var(--panel); border-radius: 16px; padding: 12px; }
.nav a { color: var(--accent); text-decoration: none; border: 1px solid var(--line); padding: 6px 10px; border-radius: 999px; background: var(--soft); }
header { border-bottom: 1px solid var(--line); margin-bottom: 28px; padding-bottom: 18px; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.12; margin: 0 0 12px; }
h2 { margin-top: 2.1em; padding-top: .4em; border-top: 1px solid var(--line); }
h3 { margin-top: 1.5em; }
a { color: var(--accent); }
code { background: var(--soft); padding: .12em .3em; border-radius: 6px; }
table { border-collapse: collapse; width: 100%; display: block; overflow-x: auto; }
th, td { border: 1px solid var(--line); padding: 8px 10px; vertical-align: top; }
th { background: var(--panel); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }
.subtitle, .footer { color: var(--muted); }
[id] { scroll-margin-top: 92px; }
</style>
</head>
<body>
<div class="page">
<nav class="nav" aria-label="Page navigation">
<a href="README.html">Repo Top</a>
<a href="index.html">Incident Review Floor</a>
<a href="LUMINA-30_AS_AN_EVALUATION_BOUNDARY_LAYER_ja.html">Japanese</a>
<a href="https://lumina-30.github.io/lumina-30-overview/">Main Floor</a>
<a href="https://lumina-30.github.io/Lumi30-Index/">LUMINA-30 Index</a>
<a href="https://github.com/lumina-30/lumina30-incident-review">GitHub Repository</a>
<a href="LUMINA-30_AS_AN_EVALUATION_BOUNDARY_LAYER.html">↻ Reload</a>
</nav>
<header>
<h1>LUMINA-30 as an Evaluation Boundary Layer</h1>
<p class="subtitle">LUMINA-30 incident review public reference material.</p>
</header>
<main>
<p>LUMINA-30 is a boundary framework for determining whether human refusal remained effective before irreversible AI autonomy emerged.</p>
<hr/>
<h2 id="why-this-matters-here">Why this matters here</h2>
<p>LUMINA-30 does not replace capability evaluation, alignment research, or safety evaluation.<br/>It adds a separate boundary question:</p>
<p>Did meaningful human refusal remain effective before irreversibility?</p>
<hr/>
<h2 id="position-relative-to-existing-evaluation">Position relative to existing evaluation</h2>
<ul><li><p>Capability: what the system can do</p></li><li><p>Alignment: how the system behaves relative to intended aims</p></li><li><p>Safety evaluation: where failure may occur</p></li><li><p>LUMINA-30: whether humans can still refuse effectively before irreversible impact</p></li></ul>
<hr/>
<h2 id="research-value">Research value</h2>
<ul><li><p>works across paradigms</p></li><li><p>useful for post-hoc validation</p></li><li><p>connects technical evaluation to institutional review</p></li><li><p>treats uncheckable refusal conditions as invalid rather than merely uncertain</p></li></ul>
<hr/>
<h2 id="conclusion">Conclusion</h2>
<p>LUMINA-30 does not compete with alignment or capability evaluation. It asks a different boundary question: whether human refusal remains effective before irreversibility.</p>
</main>
<div class="footer">LUMINA-30 / Incident Review public reference HTML.</div>
</div>
</body>
</html>