wiki / entities / wes-mckinney
Wes McKinney
loading…
Wes McKinney
Software engineer and open-source creator (creator of pandas, co-founder of POSIT, Arrow contributor). In 2026, McKinney pioneered high-volume agentic engineering architectures, operating autonomous coding agents across multiple parallel projects generating ~1M lines of code over 6 months at 1.3–1.4B tokens/day. [source: hugo-bowne-anderson-agentic-software-factory-2026]
Agentic Engineering Philosophy
McKinney contrasts “vibe coding” with disciplined agentic engineering:
“The difference between vibe coding and agentic engineering is planning, architecture, and caring about the output.” [source: hugo-bowne-anderson-agentic-software-factory-2026]
When code production outpaces human review capacity, the human role shifts from reading diffs to defining architectural boundaries, managing task decomposition, and supervising automated review harnesses.
Toolchain & Harness Innovations
- RoboRev: An automated daemon running as a post-commit hook that triggers high-reasoning LLM code review on every commit, maintaining an append-only findings ledger.
- Commit-Every-Turn Discipline: Enforcing granular git commits at every agent step to maintain review ledger precision.
- Local Control Plane: Kata (local issue tracking), Middleman (local PR review dashboard), and Agents View (session retrieval across hundreds of agent traces).
Cross-links
- agentic software factory — operating model for autonomous code generation and verification
- agentic code quality — multi-tier verification and constraint-driven backpressure
- generator evaluator loop — separating generator models from reviewer models
- agent harness engineering — system harness orchestration and tooling
| hugo-bowne-anderson-agentic-software-factory-2026 | https://hugobowne.substack.com/p/the-agentic-software-factory | ingested 2026-08-27 sha256:8f02f90117b9… |