post: rewrite with kitchen brigade analogy + richer styling (callout boxes, gate badges, 2-col comparison grids)

This commit is contained in:
2026-06-04 21:05:43 +01:00
parent f01036c646
commit a82b1ffc72
2 changed files with 355 additions and 33 deletions
+2 -2
View File
@@ -122,9 +122,9 @@
<div class="blog-list">
<!-- hand-authored HTML posts (not from build.js) -->
<a href="pi-flow-native-brain" class="blog-card">
<span class="blog-card__date">3 June 2026</span>
<span class="blog-card__date">4 June 2026</span>
<h2 class="blog-card__title">How Pi Agents Build, Test, and Ship Game Code with Oracle-Backed Flows</h2>
<p class="blog-card__excerpt">When we ask Pi to build a game feature, it doesn't just write code. It compiles, runs tests, drives the live game, measures feel, fixes CI failures, and ships a green PR — all through composable oracle-backed flows.</p>
<p class="blog-card__excerpt">We type a slash command, agents fan out through five oracle gates, the game-builder fixes 19 red tests while vision judges check the live game — and it all runs as one autonomous flow.</p>
<span class="blog-card__read">Read &rarr;</span>
</a>
{{CARDS}}
Before
After