You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
site+docs: expand landing Highlights text; add Vortex mark/logo to docs
- Landing Highlights: add explanatory lead-ins (idea->deployed, many agents
many algorithms, autonomous compounding) alongside the figures.
- Docs: add the Vortex mark as the furo sidebar logo (light+dark) and favicon;
track docs/_static/*.png despite the global *.png ignore.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
<h2class="sec-title reveal">Agents discover sparse attention — and it actually runs faster</h2>
258
-
<pclass="lead reveal">AI agents generate and refine diverse sparse-attention algorithms with Vortex, and every one is benchmarked <strong>end-to-end in a real serving stack</strong>. The headline results:</p>
258
+
<pclass="lead reveal">AI agents generate and refine diverse sparse-attention algorithms with Vortex, and every one is benchmarked <strong>end-to-end in a real serving stack</strong> — so these are measured throughput gains, not paper estimates. The headline results:</p>
259
259
260
+
<pclass="lead reveal" style="margin-top:26px"><strong>From idea to deployed algorithm.</strong> A researcher or agent writes a flow over Vortex's page-centric tensor abstraction, and it compiles into fused kernels that plug straight into SGLang. The payoff is immediate: across agent-generated variants, the best reaches up to <strong>3.46×</strong> the throughput of full attention while preserving accuracy.</p>
260
261
<figureclass="fig show reveal">
261
262
<divclass="figrow">
262
263
<imgsrc="assets/fig1_workflow.png" alt="The Vortex workflow: papers and agents to vFlow, vTensor, and a serving system" style="width:40%" />
@@ -265,6 +266,7 @@ <h2 class="sec-title reveal">Agents discover sparse attention — and it actuall
265
266
<figcaption><b>(a)</b> A workflow to study sparse attention with Vortex. <b>(b)</b> Agent-generated sparse attention (Qwen3-1.7B, AIME, NVIDIA H200) — the best reaches up to <strong>3.46×</strong> the throughput of full attention while preserving accuracy.</figcaption>
266
267
</figure>
267
268
269
+
<pclass="lead reveal" style="margin-top:26px"><strong>Many agents, many algorithms.</strong> This isn't one hand-tuned kernel. Claude Opus 4.7, Claude Sonnet 4.6, and GPT-5 each independently discover <em>structurally diverse</em>, Pareto-efficient designs — full-attention accuracy at 2–3.1× higher throughput across three benchmarks.</p>
268
270
<figureclass="fig show reveal">
269
271
<divclass="shots">
270
272
<imgsrc="assets/fig10_inno_a.png" alt="Agent-generated algorithms on RULER" />
@@ -274,6 +276,7 @@ <h2 class="sec-title reveal">Agents discover sparse attention — and it actuall
274
276
<figcaption>Performance of AI-agent-generated algorithms across <b>(a)</b> RULER, <b>(b)</b> AMC23, and <b>(c)</b> AIME24 — Claude Opus 4.7, Claude Sonnet 4.6, and GPT-5 all produce Pareto-efficient designs with full-attention accuracy and substantially higher throughput.</figcaption>
275
277
</figure>
276
278
279
+
<pclass="lead reveal" style="margin-top:26px"><strong>And it compounds.</strong> Given only the framework and a goal, an agent runs a long-horizon loop — proposing, benchmarking, and refining four variants per round. Over 18 hours (23 iterations, 92 submissions) it steadily pushes the accuracy–throughput frontier outward, entirely on its own.</p>
277
280
<figureclass="fig show reveal">
278
281
<divclass="shots">
279
282
<imgsrc="assets/fig11_iter_a.png" alt="mean@16 per iteration" />
0 commit comments