Real sessions where developers added a feature to an existing codebase with a coding agent: the first prompt, the plan, where the agent drifted, and what shipped.
Things to look for in these sessions:
- The first prompt. How much people specified up front, and whether a longer first prompt meant fewer interventions later.
- Scope creep. The agent refactoring code nobody asked it to touch, and how people pulled it back.
- Fitting in. Whether the agent reused the project's own patterns and components or brought its own.
- Done or "done". How people checked the feature worked: tests, a browser, a real request. Some sessions end at "the agent said so".