Projects
Things I’ve built and open-sourced.
-
glin-ml
A CLI tool and Python library that equips AI agents with an instant, statistical "gut feeling." It trains an Explainable Boosting Machine on a CSV and exposes it to LLM agents over MCP — locally over stdio, or remotely over streamable-http. Every prediction comes with an exact, zero-approximation breakdown of which features drove it, straight from the model's own additive structure (no SHAP/LIME approximation).