Close Menu
AI News TodayAI News Today

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Today’s NYT Strands Hints, Answers and Help for Aug. 8 #888

    Google’s AI shake-up: What’s next for Demis Hassabis and DeepMind

    Grab the entire Lord of the Rings trilogy on 4K Blu-ray for $50

    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    Facebook X (Twitter) Instagram Pinterest Vimeo
    AI News TodayAI News Today
    • Home
    • AI News
    • AI Reviews
    • AI Tools
    • AI Tutorials
    • Chatbots
    • Free AI Tools
    • Artificial Intelligence
    AI News TodayAI News Today
    Home»AI Tutorials»a small eval suite for evaluating models, prompts, and harnesses
    AI Tutorials

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

    By No Comments3 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Screenshot of an evaluation dashboard for a haiku-writing benchmark, testing whether models can reply with exactly three non-empty lines. A header describes the eval, with panels below showing a leaderboard ranking three GPT models by score, lists of recent runs and recent grades, tag pass rates, the two haiku prompts that were tested, and details of the graders used with a 0.8 pass threshold.
    Share
    Facebook Twitter LinkedIn Pinterest Email

    31st July 2026 – Link Blog

    smevals – a small eval suite for evaluating models, prompts, and harnesses. I’ve been working with Jesse Vincent’s Prime Radiant applied AI research lab building out this evals framework to help answer questions about the capabilities of different models.

    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:

    1. Tell your coding agent to run uvx smevals docs to learn the tool (this outputs the README)
    2. Then tell it to build you an eval suite

    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.

    The most time-consuming part of this project was figuring out the vocabulary for it! Here’s what I settled on, quoted from the announcement:

    • An eval is a collection of challenges designed to answer a question about a model, for example, how good is that model at generating SVGs?
    • Each eval is a collection of tasks. A task is a specific challenge, for example “Generate an SVG of a pelican riding a bicycle”.
    • When you run the eval you do so against one or more configs. Each config specifies a model to be evaluated, but may also include other parameters to test, such as different system prompts, model parameters, or agent harnesses.
    • A run records what happened when a specific config was used to execute a specific task. A runner is the script that executes a run.
    • Once you have collected one or more runs, you need to evaluate the results to see how well the model (or config) did. This is done by a grader, which produces a grade.
    • Each grader runs a sequence of checks. These can be simple operations, like checking for a specific string in the output, or confirming that the output is valid XML. They can also be more complicated custom operations (implemented as scripts called checkers), including using other models to answer questions about the run.

    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.

    eval Evaluating Harnesses Models prompts small suite
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleApple’s new AirTags are back down to their best price
    Next Article With Switch 2, iPhone, and laptop tricks, the Sharge Disk Pro 2 is finally a worthy EDC
    • Website

    Related Posts

    AI Tutorials

    Now we have a timeline of the OpenAI accidental attack against Hugging Face

    AI Tutorials

    Moonlight & Mayhem (Raccoon Heist by Codex + GPT-5.6 Sol Ultra)

    AI News

    Large genome models used to design new viruses

    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Today’s NYT Strands Hints, Answers and Help for Aug. 8 #888

    0 Views

    Google’s AI shake-up: What’s next for Demis Hassabis and DeepMind

    0 Views

    Grab the entire Lord of the Rings trilogy on 4K Blu-ray for $50

    0 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews
    AI Tutorials

    Quantization from the ground up

    AI Tools

    David Sacks is done as AI czar — here’s what he’s doing instead

    AI Reviews

    Judge sides with Anthropic to temporarily block the Pentagon’s ban

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Most Popular

    Today’s NYT Strands Hints, Answers and Help for Aug. 8 #888

    0 Views

    Google’s AI shake-up: What’s next for Demis Hassabis and DeepMind

    0 Views

    Grab the entire Lord of the Rings trilogy on 4K Blu-ray for $50

    0 Views
    Our Picks

    Quantization from the ground up

    David Sacks is done as AI czar — here’s what he’s doing instead

    Judge sides with Anthropic to temporarily block the Pentagon’s ban

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Contact Us
    • Terms & Conditions
    • Privacy Policy
    • Disclaimer

    © 2026 ainewstoday.co. All rights reserved. Designed by DD.

    Type above and press Enter to search. Press Esc to cancel.