LabNotes
Feb 28, 2026 6 min read Build Stream

Build Stream: Week 9, 2026

Auto-generated from commit data across all PromptEngines repos. What shipped, what broke, what patterns emerged. Raw build intelligence, published weekly.

Week 9 was the most active commit week since the lab launched. Five repos moved simultaneously. The dominant themes: print pipeline hardening in StoryBook Studio, a full architectural refactor in Kaizen, and the PromptEngines.com homepage shifting from static to live data. Here is what the commits say.

repo commits dominant_type hottest_area promptengines-main 11 feat/refactor homepage + lab storybookstudio 18 feat/fix print pipeline kaizen 9 refactor/feat AppShell + games flow 7 fix/feat tutor UX bible 4 feat social features transcriber 1 feat UI + models
Visual 1. Commit volume and activity profile by repo, week of Feb 23–28 2026.

What moved fastest

StoryBook Studio had the highest commit velocity at 18 commits — almost all in the print pipeline. The Lulu integration went from scaffold to production-ready: spine width calculation, separate cover and interior PDF generation, Stripe webhook hardening, and a Lulu/Gelato provider toggle. That is a complete production feature shipped in under a week.

The promptengines-main repo had the highest concept breadth. In 11 commits it moved from a static site to a live-data homepage, introduced a 6-theme design system, launched Lab Notes, and published 7 articles. The ratio of structural change to total commits is unusually high — this repo is in rapid identity formation.

Visual 2. Relative commit volume by repo: promptengines-main, storybookstudio, kaizen, flow, bible, transcriber.

New tech introduced this week

Three concepts appeared in commits for the first time across the ecosystem. Spine width calculation via lookup table (Kaizen + StoryBook) — a physical printing constraint bleeding into software design. Game module registries with lazy loading — Kaizen's AppShell refactor introduced a pattern that will likely propagate to other tabs. And live GitHub Action feed generation — promptengines-main now auto-regenerates its activity feed on a cron schedule, committing back to itself.

new_concepts_week_9: spine_width_lookup_table: first_seen: storybookstudio propagated_to: — (watch kaizen) game_module_registry: first_seen: kaizen pattern: lazy-load from registry, one file per game self-committing_github_action: first_seen: promptengines-main pattern: cron → generate → commit if changed provider_capability_matrix: first_seen: storybookstudio pattern: 218 checks, drives UI and API routing
Visual 3. Net-new technical concepts introduced across repos, week 9.

AI co-authorship rate

49 of 50 commits across all repos were co-authored by Claude Opus 4.6. That is 98%. This is not notable for its novelty — it has been true for weeks. What is notable is the range of task types: print pipeline math, CSS design systems, database migrations, GitHub Actions YAML, and UX copy all appeared in the same week. The model is not being used as a code generator. It is being used as a co-builder with domain context carried across sessions.

What to watch next week

Kaizen's AppShell refactor opened a clean game module system. Expect new games to start appearing — the scaffolding cost is now near zero. StoryBook Studio's Gelato integration is stubbed as "coming soon" — that toggle is either going to fill in or get removed. Flow's lesson routing fix suggests the core tutoring loop is stable enough to start adding curriculum depth. Watch for new lesson types.