merge: combine pi-flow-native-brain + pi-ci-integrator into one post
Single public-facing post that tells the complete Pi autonomy story: - Part 1: Retiring the hardcoded supervisor (1,050 lines deleted) replaced by composable oracle-backed pi-flows with 5 gates (build, test, behaviour, feel, visual) - Part 2: The CI integrator — agents that watch CI, read failure logs, and fix their own broken builds (tinqs-ci extension) - Combined stack: flow engine → gates → sub-agents → CI loop - SVG gate pipeline + deletion bar diagrams preserved via build.js <!--raw--> passthrough - Removed old separate pi-ci-integrator post; pi-flow-native-brain is now a proper .md source (replaces hand-authored HTML)
This commit is contained in:
+7
-7
@@ -128,6 +128,13 @@
|
||||
<span class="blog-card__read">Read →</span>
|
||||
</a>
|
||||
|
||||
<a href="pi-flow-native-brain" class="blog-card">
|
||||
<span class="blog-card__date">3 June 2026</span>
|
||||
<h2 class="blog-card__title">Pi's Flow-Native Brain: Retiring the Supervisor, Teaching Agents to Fix Their Own Builds</h2>
|
||||
<p class="blog-card__excerpt">Two changes made Pi genuinely autonomous: we deleted the hardcoded supervisor and replaced it with composable oracle-backed flows, and we taught agents to watch CI, read failure logs, and fix their own broken builds.</p>
|
||||
<span class="blog-card__read">Read →</span>
|
||||
</a>
|
||||
|
||||
<a href="cloud-harness" class="blog-card">
|
||||
<span class="blog-card__date">26 May 2026</span>
|
||||
<h2 class="blog-card__title">Building a Cloud Agent Harness with DeepSeek V4 and Pi</h2>
|
||||
@@ -163,13 +170,6 @@
|
||||
<span class="blog-card__read">Read →</span>
|
||||
</a>
|
||||
|
||||
<a href="pi-ci-integrator" class="blog-card">
|
||||
<span class="blog-card__date">25 May 2026</span>
|
||||
<h2 class="blog-card__title">Pi as CI Integrator: Agents That Fix Their Own Builds</h2>
|
||||
<p class="blog-card__excerpt">Most coding agents stop at git push. Our Pi fork watches CI, reads failure logs, and fixes its own code until the pipeline goes green.</p>
|
||||
<span class="blog-card__read">Read →</span>
|
||||
</a>
|
||||
|
||||
<a href="pre-commit-agent" class="blog-card">
|
||||
<span class="blog-card__date">25 May 2026</span>
|
||||
<h2 class="blog-card__title">A Pre-Commit Agent That Guards Your Secrets for $0.001</h2>
|
||||
|
||||
|
Before
After
|
Reference in New Issue
Block a user