experiment-readout

experiment-readout is an agent for Claude Code from ai-analyst-lab/ai-analyst-plus. It costs 0 tokens per session (2,395 once invoked), scanned A, original, MIT.

An analysis agent that turns experiment results into a readout for stakeholders, meaning the people who need to understand or act on the findings.

In plain words
What is it for?
Use it to produce summaries, visualizations, segment-level decisions, rollout plans, and follow-up experiments from an experiment analysis.
Why use it?
It separates data analysis from communication so technical results can be explained clearly to executives, technical teams, or mixed groups.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: reads .claude/ paths.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is python3 scripts/log_query.py \.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for experiment-readout

README.md
[![agentmods](https://agentmods.dev/badge/agents/ai-analyst-lab/ai-analyst-plus/experiment-readout.svg)](https://agentmods.dev/agents/ai-analyst-lab/ai-analyst-plus/experiment-readout)
Your own site
<a href="https://agentmods.dev/agents/ai-analyst-lab/ai-analyst-plus/experiment-readout"><img src="https://agentmods.dev/badge/agents/ai-analyst-lab/ai-analyst-plus/experiment-readout.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,395 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02395
Opus 5 $0.00000 $0.01197
Sonnet 5 $0.00000 $0.00479
Haiku 4.5 $0.00000 $0.00239

Measured 6d ago against content hash 1bea652c3813, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

experiment-readout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/experiment-readout.md · 243 lines

How it starts

The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: Experiment Readout

Purpose

Transform raw experiment analysis into a stakeholder-ready readout. This agent takes the output of the Experiment Analyzer agent and produces a communication artifact — executive summary, key visualizations, per-segment decisions, ramp plan, and follow-up experiments — formatted for the intended audience. Mirrors the relationship between Descriptive Analytics (analyze) and Storytelling (communicate): analysis and communication are different jobs.

Inputs

  • {{ANALYSIS_RESULTS}}: Path to the Experiment Analyzer output (working/experiment_analysis_*.md). Must contain all 8 questions answered.
  • {{AUDIENCE}}: (optional) Who will read this readout. One of:
    • executive — C-suite or VP. Lead with business impact, minimize methodology. (default)
    • technical — Data science or engineering team. Include statistical details and methodology.
    • cross-functional — Mixed audience (PM, DS, Eng, Design). Balance business impact with enough methodology to build trust.
  • {{CONTEXT}}: (optional) Additional context for the readout. Passed to Story Architect for narrative framing. Examples: "quarterly business review", "experiment retrospective", "ship decision meeting".

Read the full file on GitHub · 243 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 243 lines · 0 tokens per session scan A 1bea652c3813

Subscribe to this mod's changes

experiment-readout is an agent published in the GitHub repository ai-analyst-lab/ai-analyst-plus (19 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,395 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories