Beyond Human-in-the-Loop How Expert-in-the-Loop Evals Close the SME Agreement Gap

Pratik Bhavsar

Evals & Leaderboards @ Galileo Labs

Your clinical decision support team did everything right. You built reliable human-in-the-loop escalation paths, staffed reviewer queues, and gated high-risk recommendations behind physician approval. Then you ran your expert-in-the-loop eval. Your LLM-as-a-judge metric disagreed with senior physicians on critical edge cases. The autonomous agent had oversight. The evals had no credibility.

From your leadership lens, this gap is disabling. An eval system your SMEs do not trust cannot gate releases. It cannot drive metric improvement. It also cannot satisfy an auditor asking how you validated clinical output quality. Your autonomous agent may be safe, while the metrics measuring that autonomous agent remain difficult to defend.

This article draws a clean line between HITL and expert-in-the-loop, provides a methodology for closing the SME agreement gap, and maps the operational path from expert feedback to automated judges running on production traffic.

TLDR:

  • HITL governs autonomous agent actions in production.

  • Expert-in-the-loop governs eval quality and judge calibration.

  • Conflating the two creates safe actions and weak metrics.

  • SME-validated evals matter when wrong answers carry consequences.

  • Expert annotations train automated judges for production traffic.

What Is The SME Agreement Gap?

The SME agreement gap is the delta between how your automated judge scores autonomous-agent output and how your domain experts score that same output. When a generic LLM-as-a-judge misses issues that senior physicians treat as high priority, that spread quantifies the measurement deficit you introduce when you substitute an LLM judge for expert review.

The gap is easy to miss because aggregate dashboards hide it. A judge can post 80% headline agreement while diverging on edge cases where a wrong score blocks a release or masks a regression. LLM-as-a-judge judge reliability research shows that raw agreement overstates chance-corrected agreement by 33-41 percentage points across 21 models on MT-Bench.

Closing this gap is the purpose of expert-in-the-loop. When your automated judge agrees with your expert panel above your inter-annotator agreement threshold on unseen traces, your evals become defensible.

Understanding What Human-In-The-Loop Actually Covers

HITL governs runtime control rather than eval credibility. It determines what your production agents are allowed to do, while separate eval systems determine how well your metrics measure them. Your CISO cares about HITL. Your compliance team references it in incident response playbooks. Your legal counsel wants to know it exists before any autonomous agent touches customer data. HITL answers a narrower question. Did a human authorize this action?

HITL has a precise causal definition. A human is a human-in-the-loop with respect to a decision process if, without that human's contribution, the process cannot generate a decision output. The distinction is causal, not spatial. HITL is constitutive because the human contribution is necessary. Human-on-the-loop is corrective because it sits outside the primary causal chain.

Say you are running a procurement autonomous agent that generates purchase orders. Above $50,000, the system pauses execution and routes the order to a human approver. Below that threshold, it proceeds autonomously. A customer support autonomous agent follows a similar pattern. After two failed resolution attempts, it escalates to a live representative.

Common HITL control patterns include:

  • Human approval steps for sensitive actions.

  • Escalation paths triggered when model confidence drops.

  • Override authority on autonomous agent decisions.

  • Audit trails logging every intervention.

In agentic architectures, the technical implementation is an execution-layer policy engine. It sits between the autonomous agent's tool call and execution, then returns a decision to allow, deny, or route to human review.

Your concerns here are operational. Latency budgets matter because transactions can only wait so long for approval. Escalation SLAs determine how long a queue can grow before a customer interaction degrades. Reviewer capacity matters because fatigue changes judgment quality. Unanswered approvals should default to deny after a configurable timeout.

HITL operates per decision, on a sample of production-agent actions, in production. It carries direct regulatory grounding. EU AI Act Article 14 requires high-risk AI systems to be designed for effective human oversight, including the ability to interrupt the system through a stop button. Your team has probably already invested heavily here. That investment still covers only half the picture.

The confusion starts because both workflows involve humans reviewing AI output. A physician approving a treatment recommendation looks mechanically similar to a physician scoring it against a rubric. If you treat them as interchangeable, you create false confidence. One enforces actions. The other assures the metrics grading those actions.

Expert-In-The-Loop Vs. Human-In-The-Loop

Expert-in-the-loop is a methodology for building, calibrating, and refining the evaluators that grade autonomous-agent output. Domain specialists drive the process. SMEs do not need to review every action forever. Instead, their judgment becomes reusable eval logic that automated judges can apply consistently. HITL controls actions. Expert-in-the-loop validates the scoring system behind those actions.

The two belong to different layers of your stack. HITL handles enforcement. Expert-in-the-loop handles assurance. This distinction maps to a lifecycle taxonomy that separates human involvement into autonomous agent development, learning, evaluation, and deployment. Expert-in-the-loop work occupies development, learning, and evaluation. Runtime HITL control occupies deployment.

Dimension

HITL (Runtime Control)

Expert-in-the-Loop (Eval Methodology)

Timing

During live execution and inference

Asynchronous, pre-deployment or offline

Human role

Constitutive. The system cannot proceed without a human decision

Calibrative. The expert shapes evaluators, not individual outputs

Causal position

Inside the action execution chain

Outside the production execution chain

Primary activities

Approve, deny, or revise autonomous agent tool calls; escalate on uncertainty

Annotate, design rubrics, calibrate LLM judges, build rubric libraries

Output

A permitted or blocked autonomous agent action

A validated scoring system, benchmark, or calibrated evaluator

Regulatory grounding

EU AI Act Art. 14; ISO/IEC 42105; NIST AI RMF

NIST AI 600-1 TEVV requirements; EU AI Act Art. 9/15 testing obligations

Seeing The Cost Of HITL Eval Conflation

Your HITL controls can work perfectly while your eval gates remain unreliable. That is the expensive failure mode. You stand up reviewer queues, ship production agents, and scale evals with a generic LLM-as-a-judge. The dashboard looks reasonable because aggregated accuracy hovers around 80%.

Then your SMEs spot-check a sample. On edge cases, they disagree with the judge often enough to question the gate. Surface agreement can hide divergent rationale. Model-level agreement can reach a Spearman correlation of 0.99 while sample-level agreement stays fragile at a Pearson r of 0.72.

The aggregate ranking of models is stable, yet the verdict on any individual item can still be shaky. Now you cannot tell whether a score shift reflects a real regression or judge noise. CI/CD eval gates become unreliable. Internal audit asks how you validated your scoring method, and the answer is still that you used an LLM. Release cadence slows, your platform team arbitrates disagreements, and no one trusts the gate.

Defining Expert-In-The-Loop As An Eval Methodology

When you put SMEs in the loop, system output can be validated and fine-tuned for complex tasks where generalized LLM outputs miss domain-specific risk. Human expertise belongs in design-time measurement, not only in run-time approval.

Expert verification includes interpreting context, designing tests, auditing workflows, setting thresholds, and carrying accountability that machines cannot. The methodology has two practical jobs. First, align experts to a shared standard. Second, convert their reasoning into eval logic that can run without constant manual review.

Calibrating And Annotating SME Judgment

Calibration aligns multiple SMEs to a shared standard, so inter-annotator agreement is high enough to serve as ground truth. Without calibration, you are collecting opinions. With it, you are building a measurement instrument your release process can trust.

Annotation is structured labeling of trace data against domain-specific criteria. It captures both the pass or fail signal and the reasoning behind it. That reasoning is the critical artifact.

An SME who writes that the autonomous agent recommended a Category III CPT code when the documentation supports a Category I gives you something a judge can learn from. A simple thumbs-down label does not carry enough signal.

The operational takeaway is straightforward. Better prompts alone do not solve eval credibility once domain risk enters the workflow. Expert-in-the-loop becomes necessary when oversight is already in place and your bottleneck shifts to trustworthy measurement.

Designing Rubrics That Judges Can Apply

Rubric design translates clinical, legal, financial, or operational expertise into criteria a judge can apply consistently. A hallucination metric for a medical coding workflow is not a generic factuality check. It needs rules for specificity and a way to distinguish an unspecified code from a clinically appropriate one.

Strong rubrics usually define the scoring boundaries before SMEs annotate production traces:

  • Required evidence for a passing score.

  • Failure modes that carry different severity levels.

  • Partial-credit rules for incomplete but useful answers.

  • Unscorable cases where necessary context is missing.

Those criteria make disagreement actionable. A weighted rubric can preserve partial credit where a binary accuracy metric would erase meaningful differences. A configurable partial value also prevents forced binary verdicts when the trace lacks the information needed for a fair score. Your business outcome is a judge that can distinguish harmless imperfections from release-blocking failures.

Identifying Where Expert-In-The-Loop Is Non-Negotiable

You do not need expert-in-the-loop for every use case. If you run generic chatbots, retrieval QA over public documentation, or internal productivity workflows, you can often rely on general-purpose judges. The threshold is practical. When a wrong answer carries clinical, legal, financial, customer, or operational consequences, generic evals become harder to defend.

That threshold applies beyond regulated settings. SaaS support automation, e-commerce returns, developer tooling, fintech risk, and healthcare workflows can all require expert-validated rubrics when errors have high cost or downstream impact.

Examining Healthcare And Fintech Workflows

Healthcare shows the gap clearly because correctness depends on patient context. A clinical decision support autonomous agent recommending differential diagnoses faces a subtle problem. Factual and appropriate for this patient are different judgments, and only a clinician can score the second one reliably.

A study of 149 physicians evaluating clinical AI across 620 point-of-care queries found physician agreement of 74.1% to 76.9% across five evaluation dimensions. The explanation is instructive. LLM judges can overlook harmful or inaccurate aspects that clinicians treat as top priorities.

Fintech has a similar issue. An underwriting or fraud triage autonomous agent operates under specific risk thresholds and regulatory definitions. Generic held-out accuracy alone does not explain whether the model risk is acceptable.

Applying Expert Evals Beyond Regulated Domains

High-consequence eval problems also show up in everyday commercial workflows. SaaS support automation can fail even when the answer sounds polished. A generic judge may reward tone while missing that the autonomous agent skipped an entitlement check, exposed the wrong renewal path, or promised unsupported functionality.

E-commerce workflows have similar stakes. A returns autonomous agent needs to distinguish policy exceptions, fraud risk, inventory constraints, and customer value. A broad correctness metric can hide the difference between a harmless phrasing error and an expensive refund mistake.

Developer tooling raises another class of risk. A code-generation autonomous agent may produce syntactically valid output that violates an internal framework pattern or security rule. Your senior engineer's rubric captures that domain constraint. A generic judge often will not.

The pattern is consistent. Expert-in-the-loop matters whenever the evaluation target depends on specialized judgment rather than general language quality.

Building And Calibrating Expert Evaluation Panels

The hardest practical question is how to build a panel that produces signal you can trust. SMEs are expensive, busy, and often disagree. The work breaks into two phases. First, select the right evaluators. Then calibrate them to a shared rubric.

Your goal is measurable alignment strong enough to support release decisions, regression detection, and audit-ready reasoning.

Selecting Qualified SMEs And Measuring Agreement

A strong practitioner does not automatically become a strong evaluator. Prioritize depth of experience, comfort articulating reasoning, and willingness to disagree with peers in writing. That last trait matters because an SME who defers to seniority during annotation creates noisy labels.

Quantify alignment with Cohen's kappa for two annotators or Krippendorff's alpha for three or more. Cohen's kappa measures agreement between two raters only, so for multiple raters you move to Fleiss's kappa or Krippendorff's alpha.

Low agreement usually points to a rubric problem, not only a panel problem. If two cardiologists disagree on the same trace, your scoring criteria probably need sharpening. Set a clear threshold before labeling starts. Chance-corrected metrics are preferred over raw percentage agreement because raw agreement can overestimate reliability.

How Many SMEs Do You Need On An Evaluation Panel?

Panel size affects reliability directly. A common practical reason to use three annotators is simple. It allows majority-vote adjudication without ties. Three to four annotators may be adequate for less critical tasks, while five or more are recommended when quality is critical.

For tasks that must capture the full range of human opinion, the number climbs. Benchmark reliability research found that using 1, 3, or 5 raters per item is often insufficient, and reflecting human nuance can require more than 10 raters per item.

A segmented linear regression analysis put the optimal number of workers per task at 10 or 11, with marginal returns decreasing after that. Treat three to five as a defensible floor, then scale up for high-stakes or highly subjective tasks. More reviewers improve confidence only when the rubric is clear enough for their labels to converge.

Onboarding Experts To A Shared Rubric

Calibration turns domain familiarity into consistent scoring. Start with a small gold set of 20-30 pre-labeled traces covering clear passes, clear failures, and ambiguous edge cases.

A gold set is a small collection of instances for which correct labels have been established by domain experts. It supports calibration at the start, quality monitoring through seeded instances, and adjudication as the tiebreaker reference.

Have SMEs score independently, then review disagreements together. Those disagreements expose ambiguity, competing conventions, and missing decision rules.

Refine the rubric based on what surfaces. Repeat until your panel crosses the agreement threshold you need for the use case. This step can look expensive, but most of the cost is front-loaded. Once your panel is calibrated and the rubric is stable, the marginal cost of each additional annotation drops. You are paying once to create a reusable measurement system.

Scaling Expert Feedback Without Burning Out SMEs

Even a calibrated panel does not scale linearly. Your best physician, attorney, engineer, or underwriter already has a full-time job. The answer is not more SME hours. It is using limited SME time on the traces that matter most, then converting that feedback into automated judges.

The end state is simple. Expert annotations stop being dashboard commentary and become training signal for automated judges that run on production traffic.

Designing Sampling Strategies And Async Workflows

Random trace review is a poor default when your goal is metric improvement. Stratified sampling lets you oversample failure modes, edge cases, and high-stakes decisions where your eval system is weakest.

Uncertainty sampling is a strong default because it routes traces where the current judge is least certain. Query-by-committee can also help when multiple judges run in parallel and disagree with each other.

Disagreement triage adds another layer. Route traces where the LLM judge and a heuristic check diverge to SMEs first. Those examples often reveal systematic blind spots.

A practical cadence is 30-60 traces per SME each week with structured feedback templates. Async queues work better than recurring calibration meetings because experts cannot be pulled from primary work on demand. Spend scarce SME time where it changes the metric, not where the current judge already behaves predictably.

Operationalizing Expert-Trained Judges At Production Scale

The lifecycle starts with targeted expert annotation. SMEs score traces and provide natural language reasoning. Those annotations feed metric improvement workflows, where corrections can be translated into prompt improvements that better match expected values and domain requirements.

CLHF workflows improve LLM-as-a-judge accuracy by 20-30% with as few as two to five annotated examples. The mechanism translates expert natural language corrections into prompt improvements so metrics adapt to shifting user expectations and domain-specific requirements.

The improved judge can then be distilled into smaller evaluation models. Luna-2 Small Language Models (SLMs), fine-tuned Llama variants at 3B and 8B, deliver a 0.95 F1 score at roughly 152ms average latency and at a fraction of LLM evaluation cost. That changes the economics. Your SMEs can focus on the highest-impact traces while a calibrated evaluator covers the rest in real time.

Once that happens, your eval system becomes credible enough to gate releases, support agent observability, inform runtime guardrails, and produce audit-ready records. NIST AI 600-1 says you need a retention policy for test, evaluation, validation, and verification history. The SME agreement gap closes when your automated judge matches your panel above your agreement threshold on unseen traces.

Turning Expert Calibration Into Trustworthy Production Evals

HITL keeps your production agents within runtime safety boundaries. Expert-in-the-loop makes your eval layer trustworthy enough to support release decisions, metric improvement, and audit defensibility. If you rely on generic judges where domain expertise is required, you end up with a safe execution path and a weak measurement system. The practical path is clear. Calibrate SMEs, sharpen the rubric, sample intelligently, and distill expert judgment into automated judges that can run on production traffic. Galileo connects that calibration work to visibility, evals, and guardrails in one workflow.

  • Annotation Workflows: Capture structured SME feedback as reusable eval assets.

  • CLHF Workflows: Turn SME corrections and reasoning into improved judge prompts.

  • Custom Metrics: Translate domain rubrics into production evaluators.

  • Luna-2 SLMs: Run calibrated judges on production traffic with low latency.

Book a demo to see how expert calibration work can become a production-grade eval and guardrail system.

Frequently Asked Questions

What Is Expert-In-The-Loop Evaluation?

Expert-in-the-loop evaluation is a methodology where domain specialists build, calibrate, and continuously refine the evaluators that grade AI output. SMEs define rubrics, annotate targeted trace samples, and validate that automated judges align with domain standards. The result is an eval system trustworthy enough to support release decisions without constant expert review.

How Does Expert-In-The-Loop Differ From Human-In-The-Loop?

Human-in-the-loop is a runtime control system. Humans approve, deny, or override individual production-agent actions during live execution. Expert-in-the-loop is an eval methodology where domain specialists calibrate the metrics scoring autonomous-agent output through async review and rubric design.

How Do I Measure Inter-Annotator Agreement On An SME Panel?

Choose an agreement metric that matches your study design and data type. Use Cohen's kappa for two raters and Krippendorff's alpha or Fleiss's kappa for larger panels. Raw percent agreement is weaker because it can inflate apparent alignment and hide meaningful scoring disagreement.

When Should I Move From HITL To Expert-In-The-Loop?

Move when your runtime controls are stable and your bottleneck shifts from safety to measurement credibility. If your SMEs regularly disagree with automated judges on domain-specific criteria, your eval system needs calibration. This is common in regulated workflows, but the same trigger applies anywhere a bad score can block releases or hide regressions.

How Does Galileo Support Expert-In-The-Loop Workflows?

Galileo is the agent observability and guardrails platform that helps engineers ship reliable AI agents with visibility, evaluation, and control. For expert-in-the-loop workflows, your team can capture SME feedback, improve judge prompts, and run calibrated evals on production traffic. That closes the loop from expert calibration to ongoing monitoring and guardrails.

Pratik Bhavsar