backend grok-cli (SuperGrok Heavy sub, $0 marginal) · window last 24h
EMERGING: ultracode = dynamic workflows that fan out scripts-with-LLM-calls (not more pure LLM turns) — Treat this as the next harness primitive for your conductor loops: fan-out deterministic scripts that embed LLM calls, not deeper subagent chat stacks alone; swyx cites a Kill-My-SaaS competitor shipping a solid entry in 3 ultracode prompts. — x.com/swyx/status/2086324411385426346 · x.com/swyx/status/2086478826033569867
Ultra in Claude Code is a harness feature (works on GPT/Kimi); steipete already reimplemented it in his own harness — Don’t wait for a model flag: Ultra-style dynamic workflows are portable harness logic you can port into OpenClaw/custom seats, distinct from possibly model-only “Sol Ultra” in Codex. — x.com/steipete/status/2086498692266340569
DELETE skills: timeline FOMO piles context-eaters and nasty skill–skill interactions — Your skills/hooks surface is the blast radius; prune anything that doesn’t earn its context, and inspect traces when skills co-fire. — x.com/swyx/status/2086505938144616810
Fable weekly-limit modal can timeout-default under remote control and silently continue on Opus — Unattended/remote CC can spoil a Fable-pinned job without a clear stop; Boris: first-time limit + unacked consent + remote control → timeout to default; fix incoming so timeout no longer continues. — x.com/bcherny/status/2086305703627776219
CC harness + other models via litellm is officially supported; quality still needs per-model tool design + prompting — Multi-seat (Opus/Codex/Grok) is blessed on the Anthropic harness path, but one shared tool/prompt config will underperform without model-specific dialing. — x.com/bcherny/status/2086183356795060396
Anthropic: no ban for “other harnesses”; multi-provider proxy false positives happened and got unblocked — Keep multi-model routing on documented/litellm or separate seats; grey CLI proxies still trip safeguards even when policy intent is “not banned.” — x.com/bcherny/status/2086305206804115499 · x.com/bcherny/status/2086197015021863055
Precommit skill → deterministic “torture chamber” hypervisor until green (CPU cores, not just tokens) — Loop gate pattern: agent implements → skill runs Antithesis-style state-space fuzz on the increment before commit/push/review. — x.com/GeoffreyHuntley/status/2086249650550603855
Read all code for production libs; zero-read only for pure throwaway “slop” projects — Keep your automated gate + cross-provider review floor for anything that ships; agent speed doesn’t waive unread diffs on load-bearing systems. — x.com/mitsuhiko/status/2086443983731818587
Action: Prune unused skills today, and pre-accept Fable-limit consent on every remote/unattended CC host so a limit hit cannot silently continue on Opus.