In Code view, the agent never touches your files directly. Every change arrives as a diff — what's added, what's removed, per file — and you accept or reject it. Rejected work vanishes without a trace.
Claude writes the code on every build. Verification runs separately, so the check never comes from the thing being checked.
Plans with you, builds only after you approve, and narrates in plain words. Every build ends with a verification receipt, never a claim.
Works your open project through reviewable diffs and ⌘K inline edits. It proposes; you decide; the gate re-verifies.
Verification runs independently of whichever model wrote the code — the builder never grades its own work.