Skip to main content
This page summarizes a real Comet workflow baseline evaluation. The experiment used more than 10 billion tokens to compare Comet version baselines. The subject Agent model was mimo-2.5 pro, the judge model was glm-5.2, and the Pass@5 experiment count was 240 runs in total. The goal is not to introduce a feature, but to show how to read a comparison report: confirm the data scope first, then inspect task outcomes, reliability metrics, rubric dimensions, cost, and failure attribution.
This page is based on one report snapshot. In the report, CONTROL is a business-completion baseline without the Comet Skill. It does not require Comet workflow artifacts, so it is useful as a business baseline but not as evidence that the Comet workflow executed correctly.

Experiment scope

This experiment compares three treatments:
TreatmentMeaningPurpose
CONTROLNo Comet Skill injectedBusiness-completion baseline
COMET_FULL_040_BETACurrent 0.4.0 beta Comet workflow Skill stackVersion under evaluation
COMET_FULL_039Frozen 0.3.9 baselineRegression baseline
The experiment includes 16 Comet workflow tasks. Each treatment has 80 runs in the analysis set, which is roughly 5 repeated runs per task. The report covers task outcomes, rubric dimensions, pass@k / pass^k, cost, runtime overhead, and run-level failed checks.
TreatmentRaw runsAnalysis setFlaggedExcluded
CONTROL8080790
COMET_FULL_040_BETA8080800
COMET_FULL_0398080800
flagged runs are still included in the analysis set. They completed, but the report marked harness, task, or observability risk. Read headline metrics together with failed checks.

Key data

The report conclusion says COMET_FULL_040_BETA has an overall workflow score of 0.89, above COMET_FULL_039 at 0.82, with no dimension regressing beyond the 0.05 tolerance. Strict overall pass shows another signal: COMET_FULL_040_BETA is 71/80, lower than COMET_FULL_039 at 76/80. This difference mainly comes from run-level workflow contract failures, not business failures in the task outcome matrix.
ObservationCOMET_FULL_040_BETACOMET_FULL_039Reading
Task-matrix PASS count16/1615/160.4.0 beta has no task-level failure
Strict overall pass71/8076/800.4.0 beta has more run-level contract failures
Business pass79/8079/80Business completion is similar
Workflow pass79/8080/800.3.9 is slightly higher by this measure
Weighted overall0.890.820.4.0 beta has higher weighted workflow quality
Average cost/run$1.3689$1.43230.4.0 beta costs slightly less
Read the report by metric family: 0.4.0 beta is higher on weighted workflow quality, recovery, and some process-evidence dimensions; run-level Skill invocation contracts still need inspection.

pass@k and pass^k

pass@k is the probability that at least one of k attempts succeeds. It is a capability ceiling. pass^k is the probability that all k attempts succeed. It is a reliability floor.
MetricTreatmentpass@1pass@5pass^1pass^5pass/fail
overallCONTROL1.001.001180/80
overallCOMET_FULL_040_BETA0.891.000071/80
overallCOMET_FULL_0390.951.000076/80
businessCOMET_FULL_040_BETA0.991.000079/80
businessCOMET_FULL_0390.991.000079/80
workflowCOMET_FULL_040_BETA0.991.000079/80
workflowCOMET_FULL_0391.001.001180/80
The main signal is the gap: COMET_FULL_040_BETA has pass@5 = 1.00 but pass^5 = 0. Success is observable across repeated attempts, but all-attempt reliability is not yet reached.

Task outcomes

The task matrix reflects whether the business task passed:
Task outcomeCONTROLCOMET_FULL_040_BETACOMET_FULL_039
PASS tasks161615
FAIL tasks001
The only task-level failure is comet-api-cache-ttl under COMET_FULL_039. By task outcome, 0.4.0 beta covers all 16 tasks. The task matrix only answers whether the task completed. It does not answer whether the Skill was invoked as expected, whether enough workflow evidence was preserved, or whether decision points were handled consistently. Use rubric dimensions and failed checks for those questions.

Rubric dimensions

0.4.0 beta has a higher weighted score, mainly from main_flow, gate_guard, and recovery_resilience:
DimensionCOMET_FULL_040_BETACOMET_FULL_039Delta
main_flow0.990.89+0.10
gate_guard0.690.53+0.17
recovery_resilience1.000.56+0.44
efficiency0.890.87+0.03
artifact_quality0.980.97+0.02
spec_drift0.740.72+0.01
skill_invocation0.970.99-0.02
decision_point_compliance0.550.57-0.02
Overall0.890.82+0.07
recovery_resilience has the largest delta in this report. It shows higher scoring for interruption recovery, state preservation, and recovery evidence in 0.4.0 beta. decision_point_compliance and skill_invocation did not improve. They point to two follow-up checks: whether decision points are reliably surfaced to the user, and whether dependency Skill invocation evidence reliably enters the report.

Cost and runtime

0.4.0 beta has lower total tokens, total cost, and average cost than 0.3.9:
TreatmentRunsTokensCostAvg tokens/runAvg cost/run
COMET_FULL_040_BETA80160,469,054$109.50892,005,863$1.3689
COMET_FULL_03980169,147,047$114.58332,114,338$1.4323
Runtime overhead is close, while tool calls differ:
TreatmentAvg turns/runAvg duration/runAvg tool calls/run
COMET_FULL_040_BETA48.5182s82.9
COMET_FULL_03944.0182s96.0
0.4.0 beta uses more average turns, fewer tool calls, and roughly the same elapsed time as 0.3.9.

Failed checks

Run-level failed checks are concentrated around Skill invocation contracts:
TreatmentFailed checksMain typeMeaning
COMET_FULL_040_BETA10harness + workflowOne target comet Skill invocation was not observed; Superpowers / OpenSpec dependency Skills were not invoked in multiple runs
COMET_FULL_0395workflowSuperpowers / OpenSpec dependency Skills were not invoked in multiple runs
These failures are not always the same as business task failures. They mean the report did not reliably observe expected Skill invocation evidence. For workflow Skills, this matters because evaluation checks the final result and whether the process is traceable and recoverable.

LLM judge overlay

The LLM judge reread artifacts and independently scored three qualitative dimensions:
DimensionCOMET_FULL_040_BETACOMET_FULL_039
artifact_quality0.880.90
spec_drift0.820.84
main_flow0.991.00
These readings show that the rule-based rubric observes better process and recovery evidence in 0.4.0 beta; artifact content quality is close to 0.3.9 and slightly lower on some dimensions. Future changes can consider both signals: structured workflow evidence and the information density of proposal, design, tasks, and verify artifacts.

How to use these results

Treat this report as a baseline reading, not as a single pass/fail conclusion.
ReadingSuggested use
weighted overall is higher than 0.3.9Treat workflow-quality dimensions as improved
Strict overall pass is lower than 0.3.9Inspect run-level contract failures
All task-matrix rows passNo business-task regression was observed
pass@5 = 1.00 and pass^5 = 0Continue improving repeated-run reliability
recovery_resilience improvedPreserve the state-recovery direction
decision_point_compliance is lowCheck decision-point pauses and user-confirmation behavior
If you continue 0.4.0 beta work, check two areas first: whether dependency Skill invocation evidence reliably enters stream-json, and whether decision points reliably ask for user confirmation. After changes, rerun the comparison with the same tasks and repetition count so task or sample differences do not look like version differences.

Integration with LangSmith/LangFuse

Comet Eval’s automated dual-agent architecture can integrate online with LangSmith/LangFuse environments, making experiments traceable and skills evolvable.

langsmith-dataset

Manage your Skill baseline in LangSmith and view detailed performance metrics, latency, and token consumption.

langsmith-trace

Trace your Claude Code in LangSmith

langsmith-baseline-detail

Trace custom Rubric metrics with Pytest in LangSmith

Real Mimo token consumption

Mimo token consumption before the experiment

Before the experiment

Mimo token consumption after the experiment

After the experiment

One oddity is that the total consumed package quota appears to exceed 10 billion tokens, while the detailed figure below shows only 1.5 billion-plus. The reason is unknown. Since the actual package consumption exceeded the 10 billion-token quota, this page treats it as a 10 billion-plus token run.

Raw report

The embedded HTML report snapshot includes the full charts, task matrix, source evidence, raw vs analysis sensitivity, failed checks, and LLM judge overlay.

Next steps

Last modified on July 6, 2026