
Yuka Ooka, author of the bestselling React series Riakuto!, has released Juju-chu!, a practical guide to the Jujutsu version control system designed for developers who work with AI coding agents.
The book teaches Jujutsu—a Git-compatible VCS with automatic snapshots, undo via operation log, and safe history rewriting—through dialogue between a senior and junior engineer.
It matters because AI agents generate code far faster than Git's three-state workflow can handle, causing developers to lose work and spend time managing commits; Jujutsu solves this friction, and the guide shows how to adopt it on existing projects without requiring teammates to switch from Git.
What happened
Yuka Ooka, author of the React series Riakuto! (which sold over 40,000 copies), has published Juju-chu!, a 163-page book teaching Jujutsu—a Git-compatible version control system—alongside AI coding agents like Claude Code. The book uses dialogue between a senior and junior engineer to explain Jujutsu's core concepts: automatic snapshots, universal undo, and safe history rewriting.
Why it matters
Developers working daily with AI coding agents face friction that Git wasn't designed for—agents generate and discard large code volumes in minutes, leaving users managing commits and untangling history. Jujutsu solves this by eliminating staging, preserving all work in an operation log, and making history rewriting feel safe. The book bridges the gap between Git's mental model and Jujutsu's, so developers who lose AI-generated work or struggle to split sprawling agent output into clean changes can adopt the tool without asking their entire team to switch.
What to watch
The book covers Jujutsu v0.43.0 (released July 2026) and includes free config files to direct AI agents toward Jujutsu instead of Git. It is available DRM-free as PDF and EPUB on Leanpub, on Kindle, and in print (163 pages, 6 × 9 inches); Ooka will update sections if breaking changes in Jujutsu render instructions inaccurate, with no extra charge to Leanpub readers.
Ask the AI about this article →
Yuka Ooka brings twenty years of Git-based development and authorial success (Riakuto! exceeded 40,000 copies sold) to a problem that only recently became acute: the mismatch between how Git was designed and how AI coding agents work. Where Git assumes human-paced, deliberate commits, agents generate, rewrite, and discard large volumes of code in minutes. Ooka's own workflow shifted when she began using AI agents daily; staging became a bottleneck, commit archaeology through reflog became routine, and history rewriting—already risky—felt paralyzing when an agent had just rewritten major sections. Jujutsu's design answers this directly: automatic snapshots mean nothing is ever lost, the operation log replaces reflog archaeology, and rewriting history stops being something to brace for.
The book's pedagogical choice—dialogue between a senior engineer and a junior who asks the questions readers form in their heads—draws on proven teaching method (Socrates, The Little Schemer) and on Ooka's own success with Riakuto!. It targets not Git masters but working developers who feel friction: those whose AI agents have caused them to lose uncommitted work, those who dread rebasing, and those who spend hours splitting sprawling agent output into clean, reviewable changes. Critically, adoption is low-risk: Jujutsu sits on top of Git, so a developer can switch alone, push ordinary commits to GitHub, and let teammates remain on Git. That reversibility—and the fact that the decision is purely individual—removes institutional barriers to trying the tool.
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
Israeli startup DataAgent Ltd
Chinese large-model developer Z.ai says it can now support large-scale inference using roughly 100,000 domesti…

OpenClaw creator Peter Steinberger and co-developers announced OpenClaw 2.0 over the weekend, describing it as…

Broadcom announced VMware AI Factory, a software-defined foundation for VMware Private AI Cloud, at VMware Exp…

AI coding has moved through three stages—prompt engineering, context engineering, and now harness engineering—…

Workday is integrating its AI agents with Google Cloud's Gemini Enterprise, letting employees start tasks like…