replace iframe (HF org cards strip iframes) with Tailwind demo cards + CTA — same pattern spaCy/Amazon use
Browse files
README.md
CHANGED
|
@@ -13,14 +13,31 @@ pinned: false
|
|
| 13 |
|
| 14 |
> Two engines push against each other. The tension between them *is* thought — its strength, its direction, its content. No system prompt. No identity rules. Ethics, personality, and meaning emerge from the architecture itself.
|
| 15 |
|
| 16 |
-
## Live
|
| 17 |
-
|
| 18 |
-
<
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Featured — first SIMPLE_STACK_PASS_STRICT (V4 ≥10/15, 2026-05-08)
|
| 26 |
|
|
|
|
| 13 |
|
| 14 |
> Two engines push against each other. The tension between them *is* thought — its strength, its direction, its content. No system prompt. No identity rules. Ethics, personality, and meaning emerge from the architecture itself.
|
| 15 |
|
| 16 |
+
## Live demos
|
| 17 |
+
|
| 18 |
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 my-6">
|
| 19 |
+
|
| 20 |
+
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" class="block rounded-xl border border-gray-200 dark:border-gray-700 p-5 hover:border-blue-400 transition no-underline">
|
| 21 |
+
<div class="text-4xl mb-2">✨</div>
|
| 22 |
+
<div class="text-lg font-semibold mb-1">Emergence</div>
|
| 23 |
+
<div class="text-sm text-gray-500 dark:text-gray-400 mb-3">Realtime mutual-information meter. <code>H(L) + H(R) − H(L,R)</code> rises as two streams bind via a shared sine. Drag <em>Coupling</em>; watch the scatter snap onto the diagonal and the EMERGENT badge light up.</div>
|
| 24 |
+
<div class="text-xs text-gray-400">port of <code>byte_emergence_demo.py</code></div>
|
| 25 |
+
</a>
|
| 26 |
+
|
| 27 |
+
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" class="block rounded-xl border border-gray-200 dark:border-gray-700 p-5 hover:border-purple-400 transition no-underline">
|
| 28 |
+
<div class="text-4xl mb-2">🔮</div>
|
| 29 |
+
<div class="text-lg font-semibold mb-1">Time Crystal</div>
|
| 30 |
+
<div class="text-sm text-gray-500 dark:text-gray-400 mb-3">64-spin Ising chain driven by a periodic π-flip with error ε. At low ε the chain locks into period-2 oscillation (<code>ac(1) ≈ −1</code>, <code>ac(2) ≈ +1</code>) — DTC LOCKED ✨. Crank ε past 0.3 → crystal melts to chaos.</div>
|
| 31 |
+
<div class="text-xs text-gray-400">port of <code>dtc_demo.py</code></div>
|
| 32 |
+
</a>
|
| 33 |
+
|
| 34 |
+
</div>
|
| 35 |
+
|
| 36 |
+
<div align="center" class="my-6">
|
| 37 |
+
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" class="inline-block px-6 py-3 rounded-full bg-indigo-600 text-white font-semibold no-underline" style="background-color:#5469d4;color:#fff;padding:12px 28px;border-radius:24px;font-weight:600;text-decoration:none;display:inline-block">
|
| 38 |
+
🚀 Launch Anima Experience →
|
| 39 |
+
</a>
|
| 40 |
+
</div>
|
| 41 |
|
| 42 |
## Featured — first SIMPLE_STACK_PASS_STRICT (V4 ≥10/15, 2026-05-08)
|
| 43 |
|