2026-05-16 / PRIMITIVE CONVERGENCE

/GOAL

Three teams. Three tools. One primitive — and the convergence that makes AI composition possible.

What matters isn't that any one of them shipped /goal; it's that three different teams converged on the same primitive, and that convergence is what makes it possible to compose them.

Dan Denney / TIL 2026-05-16

PRIMITIVE

THREE TOOLS, ONE INTERFACE

/GOAL

CODEX

Implementation worker: strong when given a clear spec. /goal is how you give it that spec — the artifact that moves the task from intention to execution.

SUBMIT /goal → IMPLEMENT SPEC

/GOAL

CLAUDE CODE

The inverse of Codex: finding what's wrong with code that looks right — spec compliance, safety issues, error states, security holes. /goal points it at the target.

SUBMIT /goal → REVIEW CODE

/GOAL

HERMES

Not a coding worker but an orchestrator. /goal is how Dan tells Hermes what he wants, and how Hermes hands off tasks to whichever tool fits the job.

SUBMIT /goal → ORCHESTRATE WORKERS

The real primitive lives inside an interactive worker session: launch the CLI, submit /goal, and walk away.

NOTE: /goal as a session-level directive is different from writing "goal:" inside a one-shot prompt — the primitive requires an interactive session.

ORCHESTRATION

WHEN AGENTS EARN THEIR KEEP

Multi-agent orchestration helped with multi-draft requests that previously ran serially — each draft adding 20–30 seconds. Running drafts through multiple agents made them faster and cut costs by about a third, because cheaper models could do part of the work.

The trade-offs are real:

  • 01

    Coordination overhead limits speed gains

  • 02

    Debugging becomes harder — a weak draft may come from the coordinator agent or the writer agent

  • 03

    Multi-agent does not automatically mean faster or cheaper

MEMORY

DREAMING

Anthropic's "dreaming" feature is a background process that reviews an agent's past sessions and memory stores, finds patterns, and rewrites memory so the agent improves between runs.

Input → up to 100 past sessions

Duplicates merged

Contradicted entries replaced

New insights extracted

Output → reorganized memory store

OpenClaw introduced a similar feature in April, but Anthropic's version is focused on what teams of agents learn collectively — not just what one agent remembers about individual interactions.

Memory that organizes itself.

FROM FORMATION.DEV

ASYNC CORRECTNESS IS NOT PATTERN MATCHING

Thick clients — Figma, Linear, Spotify, Google Docs — deal with significant client-side logic, real-time collaboration, and offline usage. The hard part isn't component assembly.

AI leans on pattern matching from training data. But async correctness requires handling all possible orderings, not just the common ones:

Race Conditions

Competing requests resolving in unpredictable order

Dependent Operations

Coordinating dependent and independent operations together

Partial Failures

Operations that fail mid-chain, leaving state partially updated

Rollback Logic

Undoing state changes across multiple concurrent updates

This is where human-led frontend engineering retains high leverage.

Design Notes

YIL 2026-05-16 — Convergence by Primitive

Three AI tools independently converged on /goal as their delegation interface, revealing a primitive that may define how AI workers are composed.

accent-1 / convergence
accent-2 / orchestration
accent-3 / memory
accent-4 / thick-clients

The Bugatti reference is the most restrained luxury-auto brand surface in the category: pure black canvas, white uppercase display type at weight 400 (never bold), wide letter-spacing as the sole form of emphasis, and no accent color save a single ice-blue (#c3d9f3) reserved for inline links. This visual language maps with unusual precision to a day about convergence in AI tooling — both share a "machined precision" quality: no ornamentation, no color spectacle, just the artifact held in generous dark space. The three-typeface system mirrors the three-tool convergence story. Saira Condensed substitutes for Bugatti Display; Cormorant Garamond for Bugatti Text Regular; JetBrains Mono for Bugatti Monospace. The "photograph" that anchors a Bugatti hero band becomes the /GOAL command rendered at full-bleed scale — the primitive IS the visual.