David Ondrej and Thorsten Ball argue that capable coding agents change the developer's main constraint. Producing code becomes easier, so the harder work is deciding what should be built, describing the desired behavior and judging whether a large generated change is actually correct and useful.
Thorsten Ball recommends giving an agent high-quality task context and then allowing it to work asynchronously in an isolated environment. The developer can review several completed attempts instead of watching each token or repeatedly steering the model. This makes proof, tests and clear success conditions more important than conversational supervision.
David Ondrej and Thorsten Ball describe a workflow in which each task receives its own temporary environment, dependencies and verification steps. Agents can investigate unfamiliar code, run tests and delegate bounded research to other agents. Humans remain responsible for architecture, product tradeoffs and the final decision to accept a change.
Thorsten Ball expects software to become more personal and remixable as implementation costs fall. Existing tools can be adapted to a team's exact workflow, but fast generation does not remove the need for taste or accountability. The durable advantage is a development process that supplies good context and demands evidence before generated work is trusted.
Watch the original on YouTube