Update index.html
Browse files- index.html +5 -2
index.html
CHANGED
|
@@ -7,10 +7,13 @@
|
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
|
|
|
|
|
|
|
|
|
| 10 |
<div class="card">
|
| 11 |
-
<h1>
|
| 12 |
|
| 13 |
-
<p class="intro">
|
| 14 |
|
| 15 |
<p class="section-title">How does it work? A three-agent system (Generator, Reflector, Curator) builds a "playbook" of strategies autonomously:</p>
|
| 16 |
|
|
|
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
+
<div class="banner">
|
| 11 |
+
<img src="Screenshot 2025-10-22 at 17.04.10.png" alt="KAYBA" />
|
| 12 |
+
</div>
|
| 13 |
<div class="card">
|
| 14 |
+
<h1>We open-sourced Stanford's "Agentic Context Engineering" implementation - agents that learn from execution</h1>
|
| 15 |
|
| 16 |
+
<p class="intro">We shipped an implementation of Stanford's "Agentic Context Engineering" paper: agents that improve by learning from their own execution.</p>
|
| 17 |
|
| 18 |
<p class="section-title">How does it work? A three-agent system (Generator, Reflector, Curator) builds a "playbook" of strategies autonomously:</p>
|
| 19 |
|