AO Wrapped

Everyone says AI 10x'd them. Show the receipts.

AO Wrapped reads the Agent Orchestrator telemetry already sitting on your disk and prints what your agents actually did. Every merge is joined to the session that produced it, which is the one thing a screenshot cannot fake.

what you posted
“Thrilled to share that I’ve been leveraging AI to 10x my velocity. The future of engineering is here 🚀”

the flex was never the post

what your disk says
17
merges
11
tasks
14
nudges
5
agents at once

read from ~/.ao · Jul 13 — Aug 12 · mine, really

Your agents needed you 14 times this week. That's not a flex. That's the point.

One command. No account, no signup.

npx ao-wrapped --publish --api https://ao-wrapped.vercel.app

Drop --publish and it never touches the network. Add --dry-run and it prints the exact JSON instead of sending it.

What it reads

your AO telemetry

Read-only, on your machine

~/.ao/data/ao.db — sessions, pull requests, CI checks and the change log. Opened read-only, always. Nothing is written back.

never your code

No diffs. No prompts.

Repo names, branch names, PR titles, file paths, commit messages and diffs are not read into the payload at all. There is no field they could travel in.

only numbers

Counters and closed enums

Every field is a number, a date, or one of a fixed set of words. Run --dry-run to print the exact JSON before anything leaves.

Autonomy over volume

Merges earn points and every interruption subtracts them, so a workforce that shipped less while asking you nothing beats one that shipped more and needed a babysitter.

Points per session, before size and parallelism factors.
OutcomeWhyPoints
Merge after a conflicthardest loop to close alone+20
Merge after CI went redthe exact loop AO exists for+18
Merge after a review roundread the feedback, acted on it+16
Clean merge, first passthe baseline unit+10
PR opened, never mergedwork happened and can be read+3
Session died, no PRno penalty for trying0
You had to step incharged to that session only−4

1 session died in the week above. No points deducted — we're not monsters.

an agent turning its own red build green, +18

This week's board

2026-W33 · resets Monday · Mon, Aug 10 — Sun, Aug 16

#BuilderMergesTasksNudges
1dewansh-shukla261114

No 🚀. No “humbled to announce”. Just counters, off your own disk, published only when you ask for it.

The collector never sends code, diffs, repo names, branch names, file paths, commit messages or prompts — they are never read into the payload in the first place.

Source on GitHub