
1Autonomy & Control
Agent writes files and runs browser commands without confirmation
What’s wrong
After the user submits a single prompt, the agent immediately writes market-data.ts, globals.css, layout.tsx, growth-chart.tsx, calculator.tsx, and page.tsx, then runs agent-browser commands, all without pausing for approval. No confirmation step names what is about to be written or asks whether to proceed.
What to fix
Before the first file write, show a plan listing the files to be created and the browser actions to be taken, with a Proceed button. Subsequent writes in the same run can be batched, but the initial scope must be confirmed.
