Your AI Conversations Are Getting Long — I Built a Tool to Distill, Compress, and Score Every Prompt (Open Source)
Dev.to AI
•
Generative AI
AI Tools
Every developer using AI coding tools has sessions that spiral. What starts as "add a login page" becomes a 100-turn conversation where 80% of the turns are noise - follow-up corrections, restated requirements, tangential debugging. The 20 turns that actually drove the implementation are buried. I built reprompt to fix this. It started as a prompt scorer, evolved into a compression engine, and is now a conversation distillation tool. Everything runs locally, no LLM needed.