Vibe Kanban reframes engineering work
- Louis Knight-Webb used a new talk and Vibe Kanban’s own product pitch to argue software engineering is shifting from typing code to supervising agents. (youtube.com) - The key claim is simple: code generation scales, but planning and review do not, so human throughput now depends on specs, decomposition, and checks. (gitnation.com) - That matters because Vibe Kanban itself is now sunsetting as a company while the workflow idea lives on as open source. (vibekanban.com)
Software engineering is starting to look less like typing and more like air traffic control. The code still matters, obviously. But the scarce thing is changing. W(youtube.com)el, the bottleneck moves upstream to deciding what should be built and downstream to checking whether the result is actually good. That is the core argum(gitnation.com)anban’s product copy. (youtube.com) ### What is the actual claim? The clai(vibekanban.com)w code output” stops being the main limiter on team speed. Vibe Kanban’s site says the engineering bottleneck has shifted and that the new constraint is “planning and review.” The talk version says basically the same thing in a cleaner sentence — code generation scales, but planning and review do not. (vibekanban.com) ### Why does AI change the bottleneck? Because agents can work on many tasks at once. In the old setup, one engineer moved through tasks mostly sequentially. In th(youtube.com)inite tasks in parallel,” but a human still has to break work down, decide priorities, inspect outputs, and merge the right changes. More machine output does not remove that human queue. It makes that queue more important. (vibekanban.com) ### So what does the engineer do now? More of the job moves into three buckets. First, scoping — turning a fuzzy reque(vibekanban.com)orchestration — assigning work across agents, tools, and branches without losing the thread. Third, review — checking correctness, edge cases, maintainability, and whether the code matches the intent. The talk summary leans hard on detailed planning and efficient review as the skills that now drive throughput. (gitnation.com) ### Why call it “Vibe Kanban(vibekanban.com)k management more than solo craftsmanship. Kanban is the obvious metaphor — break work into cards, move multiple items in parallel, and keep humans focused on flow control. The “vibe” part is the AI era twist: you are not just tracking human tasks, you are steering coding agents, reviewing their branches, and feeding them better prompts and constraints. The software is trying to be a control plane for that loop. (vibekanban.com) ### What skills(gitnation.com)project into pieces small enough for an agent to execute cleanly. Review discipline matters more too, especially when generated code looks plausible but hides subtle mistakes. In this model, seniority looks less like “I type faster” and more like “I preserve system intent while many things happen at once.” That is the real reframing. (gitnation.com) ### Is this just one founder’s sales pitch? Par(vibekanban.com)is is a worldview attached to a product. But it is not just empty marketing copy, because the product features line up with the thesis: parallel agents, issue breakdowns, review flows, worktrees, and QA around AI-generated changes. The company is even sunsetting while keeping the project open source, which makes the underlying workflow idea feel bigger than one startup’s business model. (vibekanban.com) ### What is the catch(gitnation.com) You cannot as easily spawn more good judgment. If teams flood themselves with cheap code, they may just create a larger verification problem. That means the winning teams may not be the ones with the most AI output, but the ones with the cleanest systems for deciding, checking, and integrating that output. That last part is an inference from the sources, but it follows directly from the bottleneck they describe. (vibekanban.com) ### Bottom line? The(vibekanban.com)now.” We already knew that. The more useful idea is that software work is being reorganized around intent and verification. If that holds, engineering teams will train less for keystrokes and more for judgment. (vibekanban.com)