The Editorial Agent.
An editorial agency, run as agents — end to end. It senses demand, plans briefs, researches primary sources, produces pages and diagrams, verifies itself adversarially, publishes through CI, cuts its own distribution creative, and grades the results against targets it registered in advance.
This site writes a lot about accountability infrastructure — versioned constraints, adversarial checks, append-only measurement. The Editorial Agent is that argument running in production on the site itself: the rules live in versioned rubrics, an adversarial gate stands between drafts and the public, and a measurement loop the system cannot edit decides whether the work is working.
The loop, station by station
- Sense
A zero-dependency fetcher pulls GA4 and Search Console — clicks, impressions, CTR, position, query-by-page for the standards library — on a weekly GitHub Actions cron.
- Plan
Demand becomes briefs: striking-distance pages, decaying essays, query clusters nobody owns. The monthly review turns the snapshot into a ranked action list.
- Research
Each brief gets a research agent that works from primary documents — release notes, standards PDFs, platform docs — and returns a fact base with a citation per claim.
- Produce
Builder agents own one file each: the page, its signature SVG, its schema. Parallel waves, no shared-file collisions, structured returns between stages.
- Verify
An adversarial gate re-checks the builders: facts against sources, schema validity, house conventions, leak and regression sweeps. It fixes what it finds and reports what it fixed.
- Publish
Green gate, one commit, CI to the edge. Sitemap lastmod, llms.txt, and the internal-link mesh update in the same change.
- Distribute
Carousel decks and video loops render from the live pages themselves — same pixels the site serves, captured and cut for the feed.
- Measure
Snapshots commit to the repo; the review rubric grades results against pre-registered targets at fixed checkpoints. The loop closes where it started.
The gate is the product
Anyone can chain agents. The part that earns trust is the station that assumes the others are wrong. The verify gate re-derives claims from primary sources, validates every schema block, sweeps for leaks and regressions — and fixes what it finds before a human ever reviews. Its first production day caught a mis-attributed study, a wrong fee basis, and a standard listed as draft that had gone final. Those corrections shipped; the errors never did.
What A2A looks like when it ships work
Agent-to-agent is easy to demo and hard to operate. Five mechanics make this loop hold together:
- Structured handoffs: every agent returns typed output the next stage consumes — a fact base, a build report, a verdict table.
- File ownership: one writer per file per wave; shared surfaces (indexes, maps, feeds) belong to a single integration agent.
- Adversarial pairing: the verifier is a different agent with a different job — refute, not confirm.
- Constitution over prompts: the durable rules live in versioned skill rubrics the agents answer to, not in one-off instructions.
- Human at the top of the loop: briefs in, approvals out. The byline — and the mistakes — belong to a person.
Running in the open
The measurement half is public plumbing: a weekly pulse every Wednesday, a monthly content review on the 3rd, snapshots committed to the repo, reports filed as GitHub issues, and checkpoint targets written down before the results arrive — so the system is graded against what it promised, not what it got. In its first full production day the loop shipped twelve research-verified reference pages, upgraded eight diagrams to signature grade, and cut a queue of carousel decks and video loops from the live pages — every claim carrying its citation.
Where it connects
- Fire the Dashboard, Hire the Agent →
The tutorial essay — building the measurement half of this loop, step by step.
- AI Growth Operator →
The sibling build: the same bounded-autonomy pattern pointed at SMB growth instead of editorial.
- Agentic Transformation →
The operating playbook this system is a working specimen of — pilots to governed workflows.
- The Standards Library →
The loop’s primary output surface — reference pages the gate keeps honest.
- Right Now →
The weekly cadence in public: the Friday Thought Experiment the loop publishes around.
Describes the system as it runs today: weekly and monthly crons live, gate mechanics as operated, production-day counts as shipped. Agents draft and verify; a human editor approves, publishes, and owns the result.