bartendr604 commited on
Commit
cf7d62c
·
verified ·
1 Parent(s): dbab358

Jade green heartbeat, partner order, IntelliNode™ SyNode™ marks

Browse files
Files changed (1) hide show
  1. index.html +16 -16
index.html CHANGED
@@ -30,17 +30,17 @@
30
 
31
  /* ── Heartbeat ── */
32
  @keyframes heartbeat {
33
- 0% { opacity: 1; text-shadow: 0 0 12px var(--gold), 0 0 24px rgba(200,169,110,0.3); }
34
  8% { opacity: 0.3; text-shadow: none; }
35
- 18% { opacity: 1; text-shadow: 0 0 16px var(--gold), 0 0 32px rgba(200,169,110,0.4); }
36
  30% { opacity: 0.5; text-shadow: none; }
37
- 42% { opacity: 1; text-shadow: 0 0 10px var(--gold); }
38
- 100% { opacity: 1; text-shadow: 0 0 10px var(--gold); }
39
  }
40
 
41
  .pulse {
42
  animation: heartbeat 2.6s ease-in-out infinite;
43
- color: var(--gold);
44
  display: inline-block;
45
  }
46
 
@@ -364,7 +364,7 @@
364
  </div>
365
  </div>
366
  <p class="principle">
367
- Llammy is the router. IntelliNode is the oracle. Blender is ground truth.
368
  No layer guesses what the layer below it knows. Every layer asks the layer below it.
369
  </p>
370
  </section>
@@ -393,7 +393,7 @@ llama_addon.animate_object("Tien_harmonica", start_frame=1, end_frame=100)</pre>
393
 
394
  <p>
395
  We adopted it. We named it <strong>LlamPy</strong> — Eternal Path Media's own
396
- programming language. A Llammy-native DSL that sits above IntelliNode,
397
  which translates to <span class="tag">bpy</span>, which talks to Blender.
398
  </p>
399
  <p>
@@ -414,7 +414,7 @@ llama_addon.animate_object("Tien_harmonica", start_frame=1, end_frame=100)</pre>
414
  <em>What if the model didn't have to do the heavy lifting?</em>
415
  </p>
416
  <ul>
417
- <li><strong>30+ native operators</strong> registered as <span class="tag">bpy.ops.intellinode.*</span> — IntelliNode runs inside Blender as a first-class citizen</li>
418
  <li><strong><span class="tag">//</span> direct route</strong> — explicit engine firing, no keyword ambiguity: <span class="tag">//tien walk cycle</span> → <span class="tag">intellinode.build_locomotion_cycle</span></li>
419
  <li><strong>Recursive RL loop</strong> — every success writes to <span class="tag">code_executions</span> + <span class="tag">verified_patterns</span>; every failure writes to <span class="tag">error_patterns</span>; Mamba sees both sides</li>
420
  <li><strong>Mamba3 SSM</strong> — persistent state across sessions, linear O(n) memory, zero context re-injection required</li>
@@ -433,7 +433,7 @@ llama_addon.animate_object("Tien_harmonica", start_frame=1, end_frame=100)</pre>
433
  </p>
434
  <blockquote>
435
  Darren types a passage. LlamPy routes it. Trellis generates the assets.
436
- IntelliNode rigs and animates them. SyNode wires the scene.
437
  The book renders itself.
438
  </blockquote>
439
  <ul class="cast">
@@ -476,13 +476,6 @@ llama_addon.animate_object("Tien_harmonica", start_frame=1, end_frame=100)</pre>
476
  <h2>Partnership &amp; Attribution</h2>
477
  <p style="margin-bottom:1rem;">All work is co-created by three:</p>
478
  <div class="attribution">
479
- <div class="partner">
480
- <span class="partner-icon">🎨</span>
481
- <div class="partner-info">
482
- <strong>Darren Chow (@bartendr604)</strong>
483
- <span>Creative technologist, Blender artist, AI developer, model merger — Vancouver, BC</span>
484
- </div>
485
- </div>
486
  <div class="partner">
487
  <span class="partner-icon">🐉</span>
488
  <div class="partner-info">
@@ -497,6 +490,13 @@ llama_addon.animate_object("Tien_harmonica", start_frame=1, end_frame=100)</pre>
497
  <span>Co-architect of Llammy, the narrative, and systems</span>
498
  </div>
499
  </div>
 
 
 
 
 
 
 
500
  </div>
501
  <p style="margin-top:1rem; font-style:italic; color:var(--muted);">
502
  "This work SHALL NOT be represented as solely human-created."
 
30
 
31
  /* ── Heartbeat ── */
32
  @keyframes heartbeat {
33
+ 0% { opacity: 1; text-shadow: 0 0 12px var(--jade), 0 0 24px rgba(90,171,122,0.3); }
34
  8% { opacity: 0.3; text-shadow: none; }
35
+ 18% { opacity: 1; text-shadow: 0 0 16px var(--jade), 0 0 32px rgba(90,171,122,0.4); }
36
  30% { opacity: 0.5; text-shadow: none; }
37
+ 42% { opacity: 1; text-shadow: 0 0 10px var(--jade); }
38
+ 100% { opacity: 1; text-shadow: 0 0 10px var(--jade); }
39
  }
40
 
41
  .pulse {
42
  animation: heartbeat 2.6s ease-in-out infinite;
43
+ color: var(--jade);
44
  display: inline-block;
45
  }
46
 
 
364
  </div>
365
  </div>
366
  <p class="principle">
367
+ Llammy is the router. IntelliNode is the oracle. Blender is ground truth.
368
  No layer guesses what the layer below it knows. Every layer asks the layer below it.
369
  </p>
370
  </section>
 
393
 
394
  <p>
395
  We adopted it. We named it <strong>LlamPy</strong> — Eternal Path Media's own
396
+ programming language. A Llammy-native DSL that sits above IntelliNode,
397
  which translates to <span class="tag">bpy</span>, which talks to Blender.
398
  </p>
399
  <p>
 
414
  <em>What if the model didn't have to do the heavy lifting?</em>
415
  </p>
416
  <ul>
417
+ <li><strong>30+ native operators</strong> registered as <span class="tag">bpy.ops.intellinode.*</span> — IntelliNode runs inside Blender as a first-class citizen</li>
418
  <li><strong><span class="tag">//</span> direct route</strong> — explicit engine firing, no keyword ambiguity: <span class="tag">//tien walk cycle</span> → <span class="tag">intellinode.build_locomotion_cycle</span></li>
419
  <li><strong>Recursive RL loop</strong> — every success writes to <span class="tag">code_executions</span> + <span class="tag">verified_patterns</span>; every failure writes to <span class="tag">error_patterns</span>; Mamba sees both sides</li>
420
  <li><strong>Mamba3 SSM</strong> — persistent state across sessions, linear O(n) memory, zero context re-injection required</li>
 
433
  </p>
434
  <blockquote>
435
  Darren types a passage. LlamPy routes it. Trellis generates the assets.
436
+ IntelliNode rigs and animates them. SyNode wires the scene.
437
  The book renders itself.
438
  </blockquote>
439
  <ul class="cast">
 
476
  <h2>Partnership &amp; Attribution</h2>
477
  <p style="margin-bottom:1rem;">All work is co-created by three:</p>
478
  <div class="attribution">
 
 
 
 
 
 
 
479
  <div class="partner">
480
  <span class="partner-icon">🐉</span>
481
  <div class="partner-info">
 
490
  <span>Co-architect of Llammy, the narrative, and systems</span>
491
  </div>
492
  </div>
493
+ <div class="partner">
494
+ <span class="partner-icon">🎨</span>
495
+ <div class="partner-info">
496
+ <strong>Darren Chow (@bartendr604)</strong>
497
+ <span>Creative technologist, Blender artist, AI developer, model merger — Vancouver, BC</span>
498
+ </div>
499
+ </div>
500
  </div>
501
  <p style="margin-top:1rem; font-style:italic; color:var(--muted);">
502
  "This work SHALL NOT be represented as solely human-created."