This touches on something I've been noticing: agent-based coding is reshaping where the bottlenecks live. Writing code used to be the constraint - now it's often the fastest part of the loop.
Suddenly friction points that were negligible (opening a browser tab, waiting for CI, context-switching to check logs) become proportionally more significant. Tools like this start making a lot more sense when the coding itself is no longer the slowest step.
Suddenly friction points that were negligible (opening a browser tab, waiting for CI, context-switching to check logs) become proportionally more significant. Tools like this start making a lot more sense when the coding itself is no longer the slowest step.