Mechanism: PR-Sized Vibes — Match Sessions to Reviewable Diffs
PR-sized vibes means sizing each agent session so its output fits a reviewable pull request — diff a human can…
PR-sized vibes means sizing each agent session so its output fits a reviewable pull request — diff a human can…
An MCP tool bridge gives the agent structured, scoped access to external systems — browser, database, APIs, docs — through…
Mode switching is deliberately changing cognitive mode — plan, implement, debug, ask-only — so the agent (and you) do one…
Hooks and automation connect agent work to events — save, commit, PR open, CI fail — so (/mechanism-verify-loop/) and fix…
Best-of-N is running N independent agent attempts on the same goal — separate branches, chats, or models — then choosing…
Branch-per-experiment means each agent attempt, slice, or hypothesis gets its own git branch — so you can compare, abandon, or…
A playground is an isolated environment — branch, directory, sandbox repo, or local-only config — where agent experiments cannot damage…