Show HN: PhaseProbe – Find simulation transitions and turn them into tests PhaseProbe 0.1.0, a new open-source tool for finding qualitative transitions in simulations and converting them into pytest regression tests, was released on 2026-08-01. The tool, which requires Python 3.10+ and has no third-party runtime dependencies, performs bounded deterministic searches and generates executable tests without needing an API key, LLM, GPU, Docker, account, telemetry, or network connection. It includes built-in examples such as the logistic map, Lorenz system, predator-prey model, and genetic toggle switch, and provides stable exit codes for CI integration. Find a simulation behavior boundary. Preserve it as a replay. Turn it into a test. Maintaining a simulation is risky when a tiny parameter or initial-condition change can cross a qualitative boundary while ordinary numeric assertions still look plausible. PhaseProbe runs a bounded, deterministic search, records exactly what it tested, and emits an offline report plus an executable pytest regression. bash $ python -m pip install . $ phaseprobe scan --example logistic QUALITATIVE TRANSITION FOUND Model: logistic-map Search dimension: r Baseline regime: period-2 Changed regime: period-4 Replay: .phaseprobe/runs/