Skip to main content
This example treats extension content as an Experiment variable: the same coding agent runs the same batch of real development tasks, and you compare task success rate, cost, latency, and behavior differences.

Two experiments

The Ponytail group is migrated from a third-party plugin’s agentic benchmark, but what this repository actually compares is the content and prompts injected into the agent. It does not prove whether a native plugin wrapper or install protocol is correct. For native Skill/plugin installation and configuration, see Official Adapters.

Experiment design

Every Arm holds the same model, Sandbox, task set, Runs, and budget fixed, and only varies the injected content. The eval doesn’t read which Arm is currently active, and it doesn’t lower its acceptance bar for any experiment group.
Verification looks at final artifacts first: project tests, hidden probes, source code, and diffs. Only treat Skill load or tool calls as a Gate when the underlying events are stable and complete.

Run it

What to reuse from this example

  • Use an Experiment to express the comparison between having the extension and not, without letting the eval know which condition is active.
  • Keep the prompt from leaking the answer; check tests, source code, diffs, and behavior evidence during verification instead.
  • Use task success rate as the primary metric, and tokens, cost, latency, and behavior as explanatory metrics.
  • Evaluation kinds owns the choice between Gate, Soft, and Judge; this page doesn’t duplicate the assertion API.