Orchestrator Patterns, Codex Speed, Kitesurf Browser — AI Daily Aug 06
325 messages · 61 active members
Overview
Topics
@jarvisballer and @mb29266 detailed a pattern where the orchestrator reads a rigid SOP markdown, delegates everything to fragmented subagents (writing, editing, formatting kept separate to avoid context poisoning), and enforces 1-hour max runs per coder. Handoff docs at 20% pre-compaction and subagents in separate terminals allow reattachment to fresh orchestrators. Stripping write/edit tools helps but agents still work around via bash.
Multiple builders reported Opus 5 running dog slow with degraded output quality, while Codex feels 2-4x faster than a month ago, possibly linked to Cerebras integration. @jasonakatiff and @scalingfrog swapped back to Codex; @KtargetMedia noted Claude 4.6 is currently faster than 5. /fast mode was suggested as an Opus workaround, and fresh sessions help all models stay usable.
@drcopybymatt flagged Cloudflare's Kitesurf launch — an agent-first browser built in Rust (not Chromium) running in V8 isolates on Workers. @sav310 shared cloudflare-os, an agent workspace for building 'gadget' apps with centralized reporting. A member also shared their own Rust headless screenshot browser project that recently pivoted back to Chromium for stability.
Members compared approaches to split-testing landing pages, with recommendations for Posthog, Funnelish, and Checkout Champ's native functionality. One member shared a detailed hand-rolled Astro implementation using Vercel serverless functions, cookie-stamped variants, and Astro.rewrite to keep a single paid-traffic URL while serving different arms.
@raresmol prefers Fable for long-form but rotates GPT, Grok, and Opus when Fable starts lecturing; @fuckyesiwannatalkbusiness pushed Grok 4.20 in unhinged mode. @jarvisballer spends 2-3 hours upfront on PRDs with full interactive HTML mockups, then leaves builds unattended 16+ hours to reach ~90% completion. Cross-model adversarial review (Codex builds, Opus reviews and vice versa) plus 1-hour run caps prevents drift.
Key Takeaways
- Keep orchestrators 'dumb' — delegate everything to subagents via rigid SOP markdown and check state after each call
- Cap subagent runs at 1 hour and write handoff docs before 20% context compaction to survive orchestrator restarts
- Codex is currently 2-4x faster than Claude Opus 5 for many builders; try /fast mode if you must stay on Opus
- Fragment skills by function (writing / editing / formatting stay separate) to prevent context poisoning
- Cross-model adversarial review (Codex builds → Opus reviews, or vice versa) beats same-model self-review
Hot Threads
Orchestrator + subagent architecture with 1-hour run caps and handoff docs
Fable and Opus slowness — many switching back to Codex
How is everyone running A/B tests on landing pages?