← use cases

Code review

AI agents are fast. Reviewing what they write is the bottleneck. A common critique of agent managers on HN applies here: "you're just converting typing time into reading time." That critique is fair for tools that make review harder. Pane's goal is to make review fast enough that the net time savings hold.

pane's approach

shorten the review loop

The agent lives in the same pane as the diff. Press ⌘D and the syntax-highlighted diff view opens without leaving the keyboard. Approve, iterate, or commit — all from the same window. No context-switching between terminal, browser, and git client.

iteration without context loss

If the agent's output has a problem, switch from the diff view back to the agent terminal in the same pane. Paste a follow-up prompt. The agent corrects. Press ⌘D again. The diff updates. Review again. The agent and the review state are always in sync because they live in the same place.

walkthrough

how this differs from vs code review

VS Code's built-in source control diff is excellent — but the agent (running in a terminal elsewhere) and the diff view are in different applications. You review in VS Code, iterate in the terminal, go back to VS Code. Each switch costs attention. In Pane, the agent terminal and the diff view are both inside the same pane. The loop is: diff → feedback → diff. No application switch.

what to watch for

- - - - - - - - - - - - - - - -

See also: Pane vs Conductor for a comparison of review workflows across tools.