What is Gemba Flow
The word gemba (現場) means “the actual place” — where work happens. Gemba Flow applies the same idea to AI-assisted development: you cannot supervise what you cannot see, and you cannot manage a factory through dashboards alone.
The factory floor problem
In lean manufacturing, a gemba walk is when a manager goes to the factory floor to observe work as it actually happens — not through reports or dashboards, but firsthand. You cannot improve a process you have not seen. You cannot catch problems from a summary.
When agents write code on your behalf, you are the factory manager. If you are not observing the work as it actually happens, you cannot be a responsible supervisor — and you expose yourself to risks you cannot see.
A production line, not just a code editor
Most AI development tools optimize the moment of coding. Gemba Flow optimizes the whole production line — from the first conversation about whether to build something at all, through scoping and review, all the way to last-mile delivery to a real environment.
That shift in scope is the point. A founder using Gemba Flow operates in the affordances of a production manager: pulling work into Ready, watching WIP, walking the line. Not picking nits in a diff.
How Gemba Flow keeps the loop tight
| Practice | What it gives you |
|---|---|
| Short-lived branches | Changes small enough to actually read. |
| Conventional commits | A history you can scan, not a wall of “updates”. |
| Preview environments | See what the change looks like live before merging. |
| CI checks | Quality verified before you spend attention on it. |
| Small, focused PRs | Review is a walk through real work, not a rubber stamp on a report. |
The anti-pattern
The opposite of a gemba walk is the dashboard report. Plausible-looking summaries that hide the messy reality on the floor. Agents amplify this risk because they generate plausible-looking work at machine speed.
Writing code is not the same thing as shipping product. When agents write code, the distinction sharpens.
Gemba Flow’s job is to make sure the work an agent does fits in your head at the moment you review it. If it does not, the system is failing — not you.