Skip to Content
DocsGuidesInsights (Amplification)

The Insights tab in the dashboard is part of Aigon Pro. It builds on the telemetry data that the free Reports tab already collects, adding quality metrics, token analytics, efficiency trends, and AI-powered coaching.

Prerequisite: Aigon Pro must be installed and linked. See the Pro page for setup instructions.

Overview metrics

Three headline cards give you a quick read on quality and efficiency:

MetricWhat it measuresBetter is…
First-Pass Rate (No Rework)% of features completed without triggering rework flags (thrashing, fix cascades, scope creep)Higher
Median Cost / FeatureMedian AI compute cost per feature at API list pricesLower
Median Tokens / Line ChangedMedian billable tokens per line of code changedLower

Screenshot coming soon

Insights overview cards showing first-pass rate, median cost, and token efficiency

Pro summary cards showing quality and cost metrics

Two sparkline trend panels show 7-day and 30-day direction:

  • Cost per Feature — is each feature getting cheaper to deliver?
  • Tokens per Line Changed — are agents getting more efficient with tokens?

Screenshot coming soon

Sparkline trends for cost per feature and tokens per line changed

Pro charts showing token and cost trends over time

Token analytics

When features have billable token data, the Insights tab shows a full token analytics section:

  • Summary cards — mean, median, P90, and max tokens per feature
  • Token Distribution — histogram showing how token spend is distributed across features
  • Tokens per Feature Over Time — scatter plot showing token spend trends
  • Token Usage by Agent Over Time — stacked bar chart with daily/weekly bucketing
  • Token Usage by Activity & Agent — stacked area chart breaking down implement vs. evaluate vs. review tokens

Agent Efficiency table

A per-agent breakdown showing features completed, median tokens, median cost, and median tokens per line changed. Use this to compare agent efficiency and decide role assignments.

AI insights & coaching

The insights panel analyses your recent workflow data and surfaces observations and actionable recommendations about your workflow patterns, agent performance, and cost optimisation opportunities.

Updated Pro insights view

How data flows

Agent sessions → Telemetry parsers → .aigon/telemetry/ → Reports tab (free) ↘ Insights tab (Pro)

The Insights tab reads the same normalized telemetry that the free Reports tab uses. No additional data collection is required — if Reports shows data, Insights can analyse it.

Setting up Pro

  1. Install the Pro package:
cd ~/src/aigon-pro npm link cd ~/src/aigon npm link @aigon/pro
  1. Verify Pro is detected:
aigon doctor

Look for the “Aigon Pro” line in the output.

  1. Restart the dashboard to load the Insights tab:
aigon server restart

When Insights is most useful

The Insights tab shines when you have enough data to spot trends:

  • After 10+ features — metrics become statistically meaningful
  • With 2+ agents — the Agent Efficiency table reveals comparative strengths
  • Over time — sparkline trends need at least a week of data to show direction

For new projects with few features, the free Reports tab provides everything you need.

Next steps

Last updated on