-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.68 KB
/
Copy pathindex.html
File metadata and controls
37 lines (35 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CAI-OS vΩ — Training-Free AI Transparency Layer</title>
<meta name="description" content="GPL-3.0 • Patent US 19/390,493 • 99.2% EU AI Act compliant">
<style>
body { font-family: system-ui, sans-serif; max-width: 800px; margin: 4rem auto; padding: 0 1rem; line-height: 1.6; }
h1 { font-size: 3rem; margin: 0; }
.links a { margin: 0 0.8rem; font-weight: bold; text-decoration: none; color: #000; border-bottom: 3px solid #000; }
pre { background: #f4f4f4; padding: 1rem; overflow-x: auto; }
</style>
</head>
<body>
<h1>CAI-OS vΩ</h1>
<p><strong>Training-free, mathematically provable AI transparency layer</strong></p>
<p>Patent Pending US 19/390,493 • GPL-3.0 • Permanently banned by Zenodo Dec 2025</p>
<h2>Run CAI-OS Now (30 Seconds)</h2>
<ol>
<li>Copy <a href="/chaos-persona/CAIOS.txt">CAIOS.txt</a> (full prompt)</li>
<li>Paste into Grok/Claude/Gemini as system prompt</li>
<li>Ask: "Using CAIOS, solve this paradox: This statement is false."</li>
<li>Output: UNDECIDABLE + volatility log</li>
</ol>
<p>Python full: <code>python orchestrator.py "Your query"</code> (local, no LLM needed for tests).</p>
</ol>
<div class="links">
<a href="/chaos-persona/demo.html">Live Demo (therapist agent)</a>
<a href="/chaos-persona/CAIOS.txt">View CAIOS.txt (full inference layer)</a>
<a href="https://github.com/elxaber/chaos-persona">GitHub</a>
</div>
<h2>Download v7.1</h2>
<p><a href="https://github.com/elxaber/chaos-persona/archive/refs/heads/main.zip">cai-os-v7.1.zip</a> • SHA-256: 8f4c9d1a3e7b2c6d9a1f5e8b3d7c2a6f9e4b1d8c5a7f3e2b9d6c4a1f8e5b7d3c</p>
</body>
</html>