jev-test-impact uses an LLM to pick which tests to run from a Git diff

alchemist-301 · reddit · 2026-09-25

A developer open-sourced jev-test-impact, attacking a common inefficiency in the AI coding era: agents modify code fast, but we still run the entire test suite after every change.

The pipeline: Git diff → static dependency analysis → candidate test files → LLM (Jev) scores candidates → only the selected Vitest/Jest files run. Crucially, the model can only pick from tests discovered locally and never generates arbitrary commands or paths.

Original post →

More from coding & agent

coding & agent channel →