evidence / Engineering depth
Solo Human Architect, Directing an Agent Fleet -- how this system was actually built
This repo was built mostly by AI agents under one person's direction. About 91% of the commits are authored by the agent identity (GSD Executor), and a reviewer can recount that in one git command below. That is stated up front as the point, not buried as a confession: the engineering judgment, the ship/reject gates, and the validation methodology are the human's; the keystrokes are mostly the fleet's. The single truth-source for any figure below is docs/JOB_EVIDENCE_PACKET.md.
strongest single receipt
the claim
One person -- Neel Shah -- directed a fleet of Claude agents to build and validate a production sports-forecasting system across 3,200+ commits (Mar-Jul 2026). He did not hand-type those commits, and he does not claim to have. The role is architect and director: a planner model orchestrates cheaper executor models under hard, automated ship gates that the agents cannot override. The load-bearing human contributions are the ones a fleet cannot supply on its own -- the validation methodology, the ship/reject decisions, and the honesty rails that make an agent's output trustworthy. The share of agent-authored keystrokes (~91%, and rising) is the feature: it is what proves the workflow scaled without the human becoming the bottleneck.
receipts
| claim | committed artifact |
|---|---|
| ~91% of commits agent-authored; 3,200+ commits Mar-Jul 2026 | git log (recount command below); JOB_EVIDENCE_PACKET s4 |
| Fail-closed 5-criterion ship gate (walk-forward all-folds, permutation z>=3, ablation-vs-full, BH-FDR, held-out-once) | src/loop/gate.py |
| LLM-free signal proposer | src/loop/discovery.py |
| Orchestration / checkpoint-resume loop driver | src/loop/orchestrator.py, scripts/loop/run_loop.py |
| Protected-tree enforcement (agents cannot edit `src/`, `api/`) | scripts/bot_guards/pre_edit_check.py |
| No-edge / honesty language enforcement | governance/honesty_linter.py; [docs/HONESTY_SYSTEM.md](../HONESTY_SYSTEM.md) |
| 513 recorded REJECT/DEFER verdicts per JOB_EVIDENCE_PACKET s2 (a 2026-07-22 recount reads 804 full-history rows resolving to 68 distinct buried signals -- see the graveyard disclosure) | scripts/platformkit/reject_ledger.py; scripts/platformkit/analytics_showcase/out/reject_graveyard.json |
| Orchestration playbook (described; local-only, gitignored) | .claude/commands/workday-loop.md -- not committed; machinery it drives is the row above |

why this matters
The current-era senior signal is not "can you write code" -- a fleet writes the code. It is whether you can direct that fleet so the output is trustworthy: route work by cost, run executors in parallel without corrupting the repo, and gate every result behind validation strict enough to reject your own best ideas. This repo is the artifact of exactly that skill. The human wrote the gate, the guardrails, and the methodology; the agents wrote the implementation; and the split is recorded in git, not asserted. For an AI-engineering or agent-orchestration role, the honest ~91% is the resume line, not the fine print.
This site reports calibration and sharpness only, never a dollar edge, ROI, or bankroll result. An honest null is a success.