Zach Wright Email Zach
All Updates

Here is what you missed while you were shipping.

Swarm Daily: The Patch Is No Longer Enough

Tests, code review, secret scans, and validated security findings are turning proof into the real handoff artifact for autonomous coding.

The Big Thing

The useful output from a coding agent is shifting from "here is the diff" to "here is the diff plus proof."

Why it matters: the review lane is being rebuilt so agents arrive with tests, lint results, machine review, secret checks, and higher-confidence security evidence already attached. That changes the operator job. Instead of rediscovering whether a patch is safe from scratch, teams can decide whether the proof bundle is strong enough to merge, retry, or reject.

Code & Tools

  1. Copilot coding agent validation tools - default-on tests, linting, CodeQL, advisory checks, secret scanning, and Copilot review make the proof bundle configurable instead of implicit. https://github.blog/changelog/2026-03-18-configure-copilot-coding-agents-validation-tools/
  2. GitHub MCP secret scanning - ask an MCP-compatible coding agent to scan current changes for secrets before commit and get structured file and line results back. https://github.blog/changelog/2026-03-17-secret-scanning-in-ai-coding-agents-via-the-github-mcp-server/
  3. Request Copilot review from CLI - use gh pr edit --add-reviewer @copilot or add Copilot during PR creation so review stays in the terminal loop. https://github.blog/changelog/2026-03-11-request-copilot-code-review-from-github-cli/
  4. OpenAI Codex Security - threat-model-driven vulnerability discovery, sandbox validation, and patch proposals for higher-confidence security review. https://openai.com/index/codex-security-now-in-research-preview/ https://openai.com/index/why-codex-security-doesnt-include-sast/
  5. GitHub Code Quality batch apply - apply multiple quality suggestions in one pass, then re-run analysis once instead of churn-triggering scans per finding. https://github.blog/changelog/2026-03-17-github-code-quality-batch-apply-quality-suggestions-on-pull-requests/

Tech Impact

Meme of the Day

"Code Quality" (xkcd) - because even after the robot runs the checks, someone still has to open the diff and meet the architecture.

Image URL: https://imgs.xkcd.com/comics/code_quality.png
Post: https://xkcd.com/1513/