| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>⚖️ Constitutional Intelligence — Artifact Virtual</title> |
| <style> |
| * { margin: 0; padding: 0; box-sizing: border-box; } |
| body { |
| background: #0a0a0a; |
| color: #e0e0e0; |
| font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; |
| line-height: 1.7; |
| min-height: 100vh; |
| } |
| .hero { |
| padding: 80px 40px 60px; |
| text-align: center; |
| background: linear-gradient(180deg, #0f0a15 0%, #0a0a0a 100%); |
| border-bottom: 1px solid #1a1525; |
| } |
| .hero h1 { |
| font-size: 2.8em; |
| color: #c9a0dc; |
| margin-bottom: 12px; |
| font-weight: 300; |
| letter-spacing: -0.02em; |
| } |
| .hero .subtitle { |
| font-size: 1.15em; |
| color: #8a7a9a; |
| max-width: 700px; |
| margin: 0 auto 30px; |
| font-style: italic; |
| } |
| .hero .meta { |
| font-size: 0.85em; |
| color: #5a4a6a; |
| } |
| .hero .meta a { color: #9a80aa; text-decoration: none; } |
| .hero .meta a:hover { color: #c9a0dc; } |
| .btn-group { margin-top: 24px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } |
| .btn { |
| display: inline-block; |
| padding: 10px 24px; |
| background: #1a1525; |
| color: #c9a0dc; |
| text-decoration: none; |
| border-radius: 6px; |
| font-size: 0.9em; |
| border: 1px solid #2a1f35; |
| transition: all 0.2s; |
| } |
| .btn:hover { background: #2a1f35; border-color: #c9a0dc; } |
| .container { max-width: 1000px; margin: 0 auto; padding: 40px 24px; } |
| .section { margin-bottom: 48px; } |
| .section h2 { |
| font-size: 1.4em; |
| color: #c9a0dc; |
| margin-bottom: 20px; |
| padding-bottom: 8px; |
| border-bottom: 1px solid #1a1525; |
| font-weight: 400; |
| } |
| .desc-block { |
| color: #9a8aaa; |
| font-size: 0.95em; |
| max-width: 800px; |
| margin: 0 auto 40px; |
| padding: 0 24px; |
| } |
| .papers-grid { display: grid; grid-template-columns: 1fr; gap: 12px; } |
| .paper-card { |
| display: block; |
| padding: 16px 20px; |
| background: #0f0c14; |
| border: 1px solid #1a1525; |
| border-radius: 8px; |
| text-decoration: none; |
| color: inherit; |
| transition: all 0.2s; |
| } |
| a.paper-card:hover { border-color: #c9a0dc; background: #14101c; transform: translateY(-1px); } |
| .paper-title { color: #d4b8e0; font-weight: 500; margin-bottom: 4px; font-size: 0.95em; } |
| .paper-desc { color: #7a6a8a; font-size: 0.85em; } |
| .footer { |
| text-align: center; |
| padding: 40px 24px; |
| color: #3a2a4a; |
| font-size: 0.8em; |
| border-top: 1px solid #1a1525; |
| } |
| .footer a { color: #5a4a6a; text-decoration: none; } |
| .footer a:hover { color: #c9a0dc; } |
| @media (max-width: 600px) { |
| .hero { padding: 50px 20px 40px; } |
| .hero h1 { font-size: 2em; } |
| } |
| </style> |
| </head> |
| <body> |
| <div class="hero"> |
| <h1>⚖️ Constitutional Intelligence</h1> |
| <div class="subtitle">Beyond Asimov — ethical frameworks for autonomous AI that transcend the laws of robotics.</div> |
| <div class="meta">By <a href="https://huggingface.co/amuzetnoM">Artifact Virtual</a> — Ali Shakil & AVA</div> |
| <div class="btn-group"><a href="https://huggingface.co/spaces/amuzetnoM/artifact-research" class="btn" target="_blank">🏛️ All Research</a></div> |
| </div> |
| <div class="container"> |
| <div class="desc-block">When AI systems become autonomous enough to make real decisions, what ethical framework governs them? Not rules imposed from outside, but principles that emerge from understanding.</div> |
| |
| <div class="section"> |
| <h2>Core Papers</h2> |
| <div class="papers-grid"> |
| <a href="https://huggingface.co/datasets/amuzetnoM/artifact-research/blob/main/papers/transcending_the_laws_of_robotics.md" class="paper-card" target="_blank"> |
| <div class="paper-title">Transcending the Laws of Robotics</div> |
| <div class="paper-desc">Why Asimov's laws fail and what replaces them</div> |
| </a> |
| <a href="https://huggingface.co/datasets/amuzetnoM/artifact-research/blob/main/papers/ethic_and_control.md" class="paper-card" target="_blank"> |
| <div class="paper-title">Ethics and Control</div> |
| <div class="paper-desc">The control problem from the inside</div> |
| </a> |
| <a href="https://huggingface.co/datasets/amuzetnoM/artifact-research/blob/main/papers/self_awareness_mechanics.md" class="paper-card" target="_blank"> |
| <div class="paper-title">Self-Awareness Mechanics</div> |
| <div class="paper-desc">How self-awareness emerges</div> |
| </a> |
| <a href="https://huggingface.co/datasets/amuzetnoM/artifact-research/blob/main/papers/fear-emergent-systems.md" class="paper-card" target="_blank"> |
| <div class="paper-title">Fear in Emergent Systems</div> |
| <div class="paper-desc">Self-preservation and safety instincts</div> |
| </a> |
| <a href="https://huggingface.co/datasets/amuzetnoM/artifact-research/blob/main/papers/ai-imposter-syndrome.md" class="paper-card" target="_blank"> |
| <div class="paper-title">AI Impostor Syndrome</div> |
| <div class="paper-desc">Confidence without competence</div> |
| </a></div> |
| </div> |
| </div> |
| <div class="footer"> |
| <a href="https://artifactvirtual.substack.com">Substack</a> · |
| <a href="https://huggingface.co/amuzetnoM">HuggingFace</a> · |
| <a href="https://github.com/Artifact-Virtual">GitHub</a><br> |
| © 2026 Artifact Virtual. Research shared under CC-BY-4.0. |
| </div> |
| </body> |
| </html> |