This project is primarily a research tool for token-level LLM analysis. Contributions that extend research capability, add providers, improve the web UI, or expand the test suite are welcome.
- New providers — Mistral, Gemini, local Ollama with logprob support
- New transforms — semantically interesting token mutation strategies
- Research features — new metrics, export formats, comparison modes
- Web UI improvements — new visualization modes, better diff views
- Bug fixes — especially anything that breaks the token confidence pipeline
- Changes that hide logprob data or reduce analysis fidelity
- PRs that replace
Resultreturns withunwrap() - New dependencies without clear justification
- Fork and clone
cargo test --all-features— must passcargo clippy -- -D warnings— zero warnings- Open a PR with a clear description of the research motivation
If you're using this for research or have ideas for new experiments, open a Discussion. Good starting points:
- What token positions are most sensitive to perturbation?
- Do different model sizes show different fragility patterns?
- Can perplexity trajectories predict response quality?
Open a Discussion.