← Back to the comparison

Meta-review: the session that built this

One Claude Code session, 13:19 to 14:25 on 13 Sep 2026. Everything on this site, the repo, the plugin, and the five simulated fellows came out of it. This page is the same kind of artefact the workshop asks you to share, applied to itself.

By the numbers

Human messages30about a third typed while Claude was still mid-task
Median human message~12 wordsthe longest was the pasted brief; most were one line
Assistant messages~300
Tool calls~140file writes, shell, web search, browser, artifact, Vercel
Wall clock66 minof a 3-hour cap
Things built7task repo, probe + checks, skill, share plugin, comparison generator, live site, 5 simulated runs
Things thrown away2a six-field card board, then a web uploader; both replaced by files in a repo

What the human did

Almost every human message was a steering move, not a specification. In order:

Where the AI was wrong, and how it surfaced

Severity: high would have shipped a wrong research claim or exposed private data · medium a broken tool or an invalid exercise · low wasted time or cosmetic.

SeverityMistakeCaught by
highPublished the human's session log with the pasted work-test brief in it, then made the repo public.The human, six minutes later. Repo re-privated, text redacted, git history rewritten, old deployments purged.
highPredicted the probe would learn negation; the first run said template. Later runs said negation and length.Running the check instead of trusting the hypothesis. Both readings kept on the page.
highCopied every skill silently, no consent.The human asking one question.
mediumIntroduced a variable-shadowing bug while adding reply capture.The next run crashed. Fixed in a minute.
mediumWrote a spoiler into the exercise's data generator.Five simulated fellows all "finding" the confound suspiciously fast.
mediumMissed the human's mid-turn messages in the log extractor.Writing this page and noticing the best prompts were absent.
lowRecommended against the human's design.The human. The design was better for this cohort; the AI's idea survived as content.
lowOver-built the sharing mechanism, twice.The human, with one-line prompts.
lowWrote a test with a wrong expected count.The test failing; the code was right.
lowEstimated timestamps instead of reading the clock.A date call. Log corrected.

Sorting by severity says the important thing. All four high-severity errors were caught by a human asking for a check, or noticing, not by the tool. The tool caught its own medium ones by crashing or failing a test. Nothing caught the high ones except someone deciding to look.

The pattern, if you want to copy it

Caveats

The five "fellows" are Claude sessions, not people. All of them could read the docstring that spoiled the confound before it was removed. One had the sanity-check skill available and used it. The human and the AI on this page are the same pair that built the page; take the self-assessment accordingly, and check the raw prompts and replies and the full timestamped process log yourself.