Tired of googling cryptic stack traces, I built errxplain.
Just pipe any error into it:
npm run build 2>&1 | errxplain
python app.py 2>&1 | errxplain
cargo build 2>&1 | errxplain
It uses an LLM to tell you what went wrong, why, and how to fix it.
Free to use (needs a free Groq API key).
GitHub: https://github.com/EliaGambalunga/Errxplain
Would love feedback!
source & further reading
dev.to — original article
AI Pair Programming in Your Terminal with Aider and Ollama
Build a Unified AI Gateway with LiteLLM and Ollama
While My Friends Were Playing Games, I Was Pressing BREAK