Intelligent test selector for CI based on code change graph
Engineers running large test suites manually pick test paths or just run everything and waste minutes per push. The HN 2026 dev-tool wishlist surfaced specific demand for an LLM-assisted tool that proposes the relevant test subset given a diff, plus an estimate of how many iterations are needed to catch flakes. Existing solutions (Launchable, BuildPulse) are enterprise-priced and require pre-existing test history at scale.
Don't pitch this as ML predictive testing, that name is taken and people associate it with enterprise contracts. Pitch it as 'an MCP server your coding agent already uses' so the test selection happens inline with the agent already touching the code.
landscape (3 existing solutions)
Predictive test selection has been an enterprise category for years. AI coding agents now make a 'just give me a diff and I'll pick the tests' workflow feasible for a single-person OSS project. The gap is a free/cheap, agent-friendly tool that small projects can adopt without a sales call.