Build the verification habit
The most common failure mode with coding agents isn't bad output — it's unverified output. The side panel exists so that checking is cheaper than trusting. The habit to build in week one: every time Codex says it did something, find the evidence in a panel before you say "looks good."
After each meaningful Codex action, glance at the relevant tab: edit → Files, claim of success → Terminal output, finished feature → Browser.
Tells you, for each action it takes, exactly which panel shows the evidence.
For the rest of this thread, end every action you take with a one-line "Verify:" pointer telling me which side panel tab shows the evidence and what I should see there. Examples: - Verify: Files → src/app.ts shows the new function highlighted. - Verify: Terminal → test run with 14 passed, 0 failed. - Verify: Browser → reload shows the new header layout. If an action produces no panel-visible evidence, say "Verify: none — take my word for it" so the gaps are visible too. Start now by doing a trivial demonstration: list this folder and point me to where I can see the command output.
