— §7 · Archive of Days —

B U I L D  L O G

In the making for fifteen days

built in public · the work continues

scroll the archive
  1. 28 APR

    Day 1 — first sketches

    Re-reading Hearsay-II (CMU, 1976) and asking why no large-language-model framework treats deliberation as a first-class problem. A single model defending its first thought kept feeling like watching one voice argue with itself in a closed room. The seed of OPUS: what if the agents do not speak to each other at all, but to a shared substrate? Notebook filled with arrows.

  2. 29 APR

    Day 2 — three traditions

    Down the rabbit hole on Ramon Llull's Ars Magna (1305) and Pierre-Paul Grassé's 1959 paper on termite stigmergy. Realised the three traditions — combinatorial generation, blackboard architecture, environmental coordination — have never been put together with LLMs in earnest. This stops being a weekend toy.

  3. 30 APR

    Day 3 — the name and the mark

    Whole day on the name. OPUS · Ars Magna · the Great Work — the alchemical register felt earned, not borrowed. Sketched the armillary sphere as the brand mark. Locked the palette: deep matte black, cream parchment, single sacred gold. The aesthetic has to feel ancient and next-generation simultaneously. Anything in between collapses.

  4. 1 MAY

    Day 4 — the existing frameworks won't do it

    Spent the morning evaluating LangGraph, CrewAI, AutoGen, Eliza. All optimise for agents-doing-tasks. None for agents-deliberating-to-truth. Confirmed there is no canonical open-source pattern for what OPUS needs to be. Decision: build it from scratch in Python.

  5. 2 MAY

    Day 5 — first Blackboard

    First working Blackboard prototype. Append-only, typed Records, parent_ids forming a causal DAG. Two mock agents reasoning off each other's writes without ever talking. Big question for tomorrow: how does the colony agree on a winning answer when nine voices disagree?

  6. 3 MAY

    Day 6 — consensus clicks

    Implemented weighted Borda count from scratch. Then the real breakthrough — added a Verifier whose only job is to attempt to falsify the chosen Synthesis. If the Verifier succeeds, the colony re-deliberates with the falsification as a hard constraint. Bounded to three attempts. The system stops lying about its certainty.

  7. 4 MAY

    Day 7 — lost the day to a 400

    Anthropic SDK hell. Code that worked yesterday on Sonnet now 400s on Opus 4.7. Eventually traced it: Opus 4.7 removes budget_tokens entirely (forced migration to adaptive thinking). Then discovered temperature and top_p also 400. Re-read the migration guide three times. Lost most of the day. Wrote down every gotcha so nobody else has to debug this twice.

  8. 5 MAY

    Day 8 — the eight roles

    Cleaned the agent abstraction. Wrote v0 system prompts for all eight roles: Scout, Researcher, Critic, Synthesiser, Verifier, Judge, Planner, Executor. First time the architecture felt right rather than provisional. Realised the prompts ARE the product — code can be rewritten in an hour, prompts take many iterations against real output.

  9. 6 MAY

    Day 9 — tests and provenance

    Built the test suite — eighteen unit tests covering the Blackboard, consensus math, and Hive orchestrator. Added the provenance ledger with honest USD cost tracking against real Anthropic pricing. No virtual tokens, no crypto handwaving, no theatre — just dollars. Memory adapters (vector, graph) left as interfaces; concrete backends are Phase β work.

  10. 7 MAY

    Day 10 — the site is a grimoire

    Started sketching the public site. The temptation was a dry technical doc. The decision: build it like a grimoire. Armillary sphere as the centrepiece. Cream-on-black, Cinzel and Cormorant, monastic spacing. It should feel like the manuscript of an order — not a startup landing page.

  11. 8 MAY

    Day 11 — whitepaper week

    Wrote the whitepaper properly — nine sections, around 1200 words. Then the architecture deep-dive (engineer companion), a strict glossary, and the lineage essay walking through three rooms: Llull's chamber in Mallorca, Erman and Lesser's lab at Carnegie Mellon, Grassé's termite mound. The lineage piece took the longest. Borges-tinged on purpose.

  12. 9 MAY

    Day 12 — Windows tooling hell

    Tried to set up the dev environment on Windows. Python wasn't installed. PowerShell's default execution policy silently blocked every npm script. uv ran for ten minutes without output. Lost the better part of the day to environment friction. Final answer: winget for everything, bash for npm, and a documented setup so the next contributor doesn't pay this tax.

  13. 10 MAY

    Day 13 — the sphere in Three.js

    Built the armillary sphere in React Three Fiber. Wireframe globe, concentric meridian rings, a beaded equatorial band, gold ember at the centre on a slow heartbeat pulse. GLSL fragment shader for the storm-cloud background. Mouse parallax tilts the whole sphere toward the cursor. First moment the brand felt fully alive.

  14. 11 MAY

    Day 14 — opus-core ships, the site goes live

    opus-core finished end-to-end: Blackboard, eight agent roles, Hive orchestrator with verification loop, full provenance ledger, JSONL trace output. 18/18 unit tests pass. opus-web pushed to Vercel — which took an embarrassing number of broken deploys before discovering the deployment-protection wall and a framework-detection misfire. Site finally went live in the early hours.

  15. 12 MAY

    Day 15 — nav, lore, cinematic demo, contract

    Four shipments in one day. Top-left nav (OpusAI · Whitepaper · Team) persisting across every page. New routes — /whitepaper (full readable spec) and /team (anonymous lore for the architect). LiveSwarm upgraded from static mockup to interactive cinematic demo: animated topology, live transcript, climbing cost ticker, per-letter answer reveal. Contract address added to the hero with click-to-copy. The project finally feels like a thing strangers can land on and understand.

  16. TBD

    Day N — the real swarm in the browser

    opus-core deployed on Modal. A Vercel API route proxies via Server-Sent Events. The LiveSwarm component begins consuming actual Records from a live deliberation against the Anthropic API. The demo becomes the product. Cost is honest, provenance is downloadable, every visitor can pose the colony a real question.

— Magnum Opus · MMXXVI —