README / README.md
phranzia's picture
Update README.md
9b1341d verified
|
Raw
History Blame Contribute Delete
2.32 kB
metadata
title: README
emoji: πŸ“Š
colorFrom: blue
colorTo: indigo
sdk: static
pinned: false

Quantiles

Open-source, local-first evaluation infrastructure for applied AI systems, designed for developer and coding-agent workflows.

Quantiles gives developers a CLI and Python SDK for creating, running, analyzing, and comparing AI evaluations from their existing development environment. It records metrics, sample-level outputs, execution traces, and run history locally, making it easier to measure system behavior, detect regressions, validate changes, and ship higher-quality, more reliable AI systems.

With Quantiles, developers can:

  • Run built-in benchmarks or create custom evaluations from configuration or Python.
  • Debug individual samples with step-level inputs, outputs, metrics, and errors.
  • Resume interrupted runs and reuse completed steps.
  • Compare models, prompts, datasets, and configurations from the CLI.
  • Run evaluation workflows with coding agents using the Quantiles agent skill.

Quickstart

Install the CLI and run SimpleQA Verified:

curl -fsSL https://cli.quantiles.io/install.sh | bash
qt run simpleqa-verified
qt show 1 --json

This first run uses the built-in demo model, so it requires no model API key and incurs no inference cost. Use it to verify the workflow, then configure a provider-backed model for a real evaluation.

Documentation & Resources

  • Documentation β€” Everything needed to use Quantiles.
  • Quickstart β€” Install Quantiles and run your first evaluation.
  • GitHub β€” Explore the source code and contribute.
  • Agent skill β€” Run and analyze AI evaluations with a coding agent.

Articles

Quantiles is available under the Apache License 2.0.