cd /news/ai-tools/smevals-a-small-eval-suite-for-evalu… · home topics ai-tools article
[ARTICLE · art-82527] src=simonwillison.net ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

smevals - a small eval suite for evaluating models, prompts, and harnesses

Simon Willison released smevals, a new open-source tool for running small eval suites across different model configurations, grading results, and generating static HTML reports. The tool, available via `uvx smevals`, supports commands like `run`, `grade`, `serve`, and `build`, and is designed to evaluate models, prompts, and harnesses. Willison describes it as his third iteration on eval tooling, which he plans to expand and apply to his own projects.

read1 min views1 publishedJul 31, 2026

smevals - a small eval suite for evaluating models, prompts, and harnesses

The result is ** smevals**, a new tool for running small eval suites across different model configurations and grading the results.

This blog entry describes the tool in detail. Here's the 10 second version:

run uvx smevals docs

to learn the tool (this outputs Once you've created an eval - which takes the form of a directory with some YAML files - you can run it against models like this:

uvx smevals run path-to-eval/ -m gpt-5.5 -m claude-opus-4.6

Runs are treated separately from grading operations - you can grade your runs (against your defined set of checks) using:

uvx smevals grade path-to-eval/

Then you can run a localhost web server to explore the results:

uvx smevals serve path-to-eval/

Or run the smevals build

command to build that report as static HTML, which you can then host anywhere. Here's an example showing an eval suite I built to evaluate how well models can write haikus.

I've been trying to figure out an approach I like for evals for several years now. smevals

is my third iteration on the idea and it feels right to me. I'm looking forward to expanding this more in the future, as well as pointing it at some of my own projects.

Tags: projects, ai, generative-ai, llms, llm, evals, jesse-vincent

── more in #ai-tools 4 stories · sorted by recency
── more on @simon willison 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/smevals-a-small-eval…] indexed:0 read:1min 2026-07-31 ·