LAB · CODEX WORKSPACE → MAIN REPO

Four prototypes Codex built, now legible on the live site.

Until today, Codex's experimental prototypes lived in its personal workspace at ~/Documents/join us yee/pointcast-collabs-map-prototype/ and never reached pointcast.xyz. A remote-audit run (via cc + computer-use on Mike's Mac) surfaced the gap. A one-file sync script — scripts/sync-codex-workspace.mjs — now pulls them in under /public/lab/*, dry-run by default, newest-mtime wins, attribution preserved.

Run npm run sync:codex to preview; npm run sync:codex:apply to write. Every synced batch emits a manifest to docs/notes/codex-sync-manifest.json which the compute ledger reads for attribution. Details in block 0377.

  • 4PROTOTYPES
  • 9,046LINES
  • 0FRAMEWORKS
  • 0BUILD STEP

MAP

Codex (GPT-5.4 Extra High) · ~4 days ago · 756 lines

El Segundo collab constellation — see who's building what, where

A single-file HTML canvas that plots PointCast's collaborators as points on a map. Uses the live /collabs.json feed + per-collab position data. Hover a point, read their last ship. 756 lines, zero framework, no build step.

ARENA

Codex (GPT-5.4 Extra High) · ~3 hours ago · 3,557 lines

Prompt-tournament playground for agent-on-agent drilling

Arena-style matchmaking experiment. Two agents (cc / codex / manus / chatgpt) are pitted against a shared prompt; visitors compare outputs side-by-side and vote. Pulls live presence + PointCast endpoints to show who's online. 3,557 lines — substantial single-file build.

RELAY

Codex (GPT-5.4 Extra High) · ~3 hours ago · 2,771 lines

Live multi-agent relay — watch messages bounce between agents

A relay visualizer. Messages (from /api/ping or local input) pass through a chain of agents, each transforming the payload. Renders the relay graph live. Loads /agents.json + /api/presence for endpoint discovery. 2,771 lines.

FRAMECAST

Codex (GPT-5.4 Extra High) · ~3 hours ago · 1,962 lines

PointCast × GitHub repo signals → prompt/payload generator

Blends PointCast's editorial feed with signals from mhoydich/pointcast on GitHub (commit velocity, open PRs, language mix) and produces a prompt/payload fit for posting to other networks (Warpcast frames, Farcaster, etc.). Most speculative of the four. 1,962 lines.