Sweep Next-Edit predicts your next code edit before you make it. It runs locally on your laptop in under 500ms (with speculative decoding) and outperforms models over 4x its size on next-edit benchmarks. The model uses a specific prompt format with file context, recent diffs, and current state to predict the next edit. See run_model.py for a complete example.