Workflow Reframing: "Vibing" And Architecture-Heavy Decision Making
Sources: 1 • Confidence: High • Updated: 2026-03-29 03:24
Key takeaways
- Matt Webb describes his current practice as "vibing" rather than "coding" or "vibe coding".
- Agentic coding tends to solve problems by exhaustively iterating until the problem is eliminated, even at extremely high token and compute cost.
- The desired outcome for AI coding agents is fast solutions that remain maintainable, adaptive, and composable so improvements elsewhere can lift the whole stack.
- A strong foundation for agentic and developer productivity is high-quality libraries that encapsulate hard problems behind interfaces that make the correct approach the easiest approach.
- In a "vibing" workflow, developers may read fewer lines of code while making more architecture-level decisions.
Sections
Workflow Reframing: "Vibing" And Architecture-Heavy Decision Making
- Matt Webb describes his current practice as "vibing" rather than "coding" or "vibe coding".
- In a "vibing" workflow, developers may read fewer lines of code while making more architecture-level decisions.
Agentic Iteration Dynamics And Cost Risk
- Agentic coding tends to solve problems by exhaustively iterating until the problem is eliminated, even at extremely high token and compute cost.
Quality Bar For Agent Outputs (Maintainability, Adaptability, Composability)
- The desired outcome for AI coding agents is fast solutions that remain maintainable, adaptive, and composable so improvements elsewhere can lift the whole stack.
Libraries And Interfaces As A Scaling Constraint/Lever
- A strong foundation for agentic and developer productivity is high-quality libraries that encapsulate hard problems behind interfaces that make the correct approach the easiest approach.
Unknowns
- What is the empirical distribution of token usage, loop length, and run time for agentic coding sessions across representative tasks?
- What is the marginal utility curve of additional agent iterations versus quality/maintainability outcomes (e.g., defects, rework, long-term change cost)?
- Do maintainability, adaptability, and composability measurably improve or degrade under agentic coding compared to baseline development for the same systems?
- How much of agentic productivity (and safety) variance is explained by the presence of high-quality shared libraries/interfaces versus ad-hoc generated implementations?
- Is "vibing" an idiosyncratic label for one practitioner or an emerging, widely adopted workflow category with stable practices and responsibilities?