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.
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.
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.
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.