























This is Part 5 of Snorkel AI’s five‑part series on rubrics. See earlier posts: Part 1: Introduction to rubrics for AI evaluation, Part 2: The right tool for the job: an A–Z of rubrics, Part 3: The science of rubric design, and Part 4: Scaling Trust: Rubrics in Snorkel’s Quality Process
As we look ahead, the future of AI is agentic, multi-turn, tool-using, environment-driven, multimodal, and increasingly code-generating. We see rubrics continuing to provide the connective thread that aligns this complexity end to end—turning vague goals into measurable steps and reliable outcomes. To show how this plays out in practice, we provide an example of a rubric applied to an agentic workflow, and highlight how rubrics can be flexibly applied to dynamic workflows.
Along with this, we see that the rubrics themselves can be refined with AI feedback, allowing them to keep pace with the dynamic nature of action spaces and the challenge of maintaining system reliability and safety. Through all of these changes, it remains critical to provide a channel through which expert human input keeps systems grounded, and we discuss an ensemble-based approach to evaluation that shows promise.
As agentic systems mature, they increasingly rely on tools and operate across multi-turn environments where they plan, reason, and act autonomously. Rubrics play a role in keeping these systems aligned—ensuring every action, from tool use to multimodal generation, is auditable and grounded. To understand this more concretely, we walk through core dimensions of agentic behavior and show how rubric checks anchor each one.

To bring these elements together, imagine a travel agent building a two‑day surf weekend in Santa Cruz for under $500 with a three‑star hotel. Each step—from scoping constraints to delivering an itinerary—requires judgment, traceability, and tool use. The user’s request becomes a journey, and rubrics provide confident mile markers along the way.

The following details the multi-turn steps required to complete the task:
Turn 1: Align on the goal
Turn 2: Plan the route
Turn 3: Call the right tools
Turn 4: Ground the evidence
Turn 5: Deliver the outcome
Rubrics enable reproducible, auditable evaluation rather than guesswork:
[
{"turn": 1, "goal": "Plan a 2-day surf weekend in Santa Cruz", "constraints": {"budget": 500, "hotel": "3-star", "focus": "surf"}},
{"turn": 2, "plan": ["search_hotels", "check_surf_report", "draft_itinerary"]},
{"turn": 3, "tool_call": {"name": "search_hotels", "args": {"city": "Santa Cruz", "max_price": 150}}, "observation": "Seaview Inn $140/night (3-star)", "citations": ["hotel:seaview"]},
{"turn": 4, "tool_call": {"name": "surf_forecast", "args": {"spot": "Lighthouse Cove"}}, "observation": "Low swell Sunday AM", "self_update": "Shift long surf to Day 1", "citations": ["surfline:2025-09-13"]},
{"turn": 5, "candidate": "Itinerary with two surf sessions, itemized costs", "rubric": ["budget_compliance", "preference_match", "evidence_grounding"]}
]
The example above highlights the modularity in the rubric itself, and reflects the strong connection between the rubric and the functional goals of the agentic application. Criteria for each action can be grouped according to that action, and the overall rubric can be composed of those groups dynamically, based on the sequence of turns and steps taken by the agent. In each of the cases of tool calling, artifact generation, and code creation, criteria can be articulated in a way that modularizes well.
Rubrics can also score progress over time, awarding partial credit as tests start to pass and tracking lift in pass-rates—turning evaluation into a measure of momentum, not just an end-state snapshot.
Similar to how the AI systems themselves are constantly evolving, rubrics can also be refined with AI feedback, allowing them to keep pace with the dynamic nature of AI applications. However, to meet the challenge of maintaining system reliability and safety, this rubric evolution must have its own testing and verification process to preserve alignment with system objectives and inter-annotator agreement. This is best done by an ensemble of LLM and human judges, and we expect to see this practice become commonplace.

Rubrics themselves can evolve through AI feedback. Promising techniques include:
Because no single judge—human or model—captures the full picture, evaluation pipelines increasingly rely on ensembles. Combining deterministic checks, LLM-based scoring, and targeted human review provides both scalability and safety.
An effective ensemble includes:
When human-model alignment drops below a calibrated threshold, automatic scoring pauses until retraining restores trust—closing the loop between evaluation and governance.
Rubric-based evaluation has shifted from optional to foundational. As AI becomes more autonomous and multimodal, rubrics and evaluators together form the backbone of trustworthy, scalable AI development.
Across this five-part series, we explored:
At Snorkel AI, we are putting all of these practices together to help our customers achieve the levels of performance and accuracy that make AI-based applications truly useful. If you’re working on a project that could benefit from datasets of the quality that is earned through the rigorous application of rubrics, or you’d like to develop rubrics for your RL environments, come talk to us!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。