Skip to content
AI Primer
TOPIC50 stories

Agent design patterns

How-to / design-pattern / best-practice stories about building or operating coding agents (delegation depth, harness design, control surfaces).

NEWS28th August
Google DeepMind says Gemini Co-Scientist operated a CVD reactor

Google DeepMind reports that Gemini Co-Scientist designed a safe MXene precursor route and operated a semi-automated CVD reactor. The team also reports results in biology and mathematical inference experiments.

NEWS27th August
OpenAI tests Codex persistent mode across sessions

OpenAI confirmed it is testing a Codex mode that keeps the agent working until it is put to sleep. Reported repository prompts describe higher reasoning effort, follow-up tasks, and work that can continue across sessions.

NEWS1w ago
ASI-Bench finds full procedures lift research-agent scores to 50.91

Across 60 research projects, ASI-Bench found full procedures averaged 50.91, versus 29.10 for prompts naming only a method. Other evaluations similarly measure whether procedural skills improve execution rather than merely adding more instructions.

NEWS2w ago
Anthropic says Claude designed binders for 14 of 15 protein targets

Anthropic says Claude ran computational protein-design campaigns from expert-written protocols, producing binders tested by independent labs. Across 1,320 designs, reported hit rates ranged from 22% to 35%.

WORKFLOW2w ago
Study finds 307 agent-skill failures, including 125 functional failures

A study summary reports 307 confirmed failures caused by agent skills, including 125 functional failures. Practitioners favor user-invoked skills to avoid ambiguous automatic triggers and token use before a skill is needed.

WORKFLOW4w ago
Agent builders compare thin harnesses with large skill files for coding agents

Practitioner threads argued coding agents work better with task-specific harnesses, compact runbooks, evals, and deterministic checks. Examples included Sentry MCP traces and state-machine guardrails.

WORKFLOW4w ago
Agent builders test task-specific harnesses; AGENTS.md eval logs 288 runs

Practitioner posts argued agent evals should check final world state and tool-call trajectories, not just single outputs. A 288-run AGENTS.md test found context files did not improve correctness.

WORKFLOW1mo ago
Agent skills cause regressions in nearly 6,000 paired office-automation runs

A paper summary found agent skills caused regressions across nearly 6,000 paired office-automation runs. VS Code also added prompt-to-skill migration, making the workflow more accessible despite reliability cautions.

WORKFLOW1mo ago
Developers share scoped coding-agent workflows for staged context control

Practitioners are sharing smaller, staged coding-agent loops instead of one large prompt. Examples include a Claude Code software factory, project-specific review agents, searchable logs, and harness layers for evals and observability.

WORKFLOW1mo ago
Engineers replace broad agent loops with scoped workflows and SWE-bench harnesses

Practitioner threads favored narrow tasks, deterministic steps, task-specific harnesses and explicit acceptance criteria over open-ended agent loops. One Codex workflow reported 58.6%-87.0% token cuts on SWE-bench task sets.

WORKFLOW1mo ago
Developers report GPT-5.6 Sol and Fable overengineer small coding tasks

Reports described GPT-5.6 Sol adding needless abstractions and Fable spending quota on many subagents for small changes. The debate frames lighter setups and senior review as safeguards against agent-made tech debt.

WORKFLOW1mo ago
Engineers use markdown wikis as lightweight memory for Codex, Claude Code, and Hermes

Practitioners described GitHub or folder-based markdown knowledge bases that feed persistent company or personal context to Codex, Claude Code, and Hermes. OpenWiki added codebase and personal brain modes for the same pattern.

WORKFLOW1mo ago
ClaudeDevs reports Sonnet 5 + Fable 5 advisor hits ~92% SWE-bench Pro score at ~63% price

ClaudeDevs reports Sonnet 5 with a Fable 5 advisor reached ~92% of Fable 5's SWE-bench Pro score at ~63% of the price. Other builders route implementation to Sonnet, Codex, GPT-5.5, or GLM workers.

NEWS2mo ago
Fable 5 users report Opus 4.8 fallbacks and $600 Max quota rotations

Fable 5 users reported Opus 4.8 fallbacks, $600 Max-account rotations, slow browser automation, and token-saving subagents. Watch routing opacity, quota burn, and latency before relying on it for long-running agent work.

RELEASE2mo ago
ElevenAgents introduces Procedures with SOP imports from docs, PDFs, and TXT

ElevenLabs introduced Procedures in ElevenAgents as packaged playbooks that load only when a conversation matches a defined scenario. Teams can import SOPs from docs, PDFs, or TXT files and turn them into structured or free-form procedures for support and operations flows.

NEWS2mo ago
Apify integrates x402 with 20,000 Actors for USDC-paid runs

Apify added more than 20,000 Actors to the x402 flow, letting agents pay in USDC and run tools on demand through HTTP 402 responses. That gives agents a way to buy web automation tasks without pre-provisioned API keys or a manual checkout step, so builders can test paid tool use directly.

WORKFLOW2mo ago
Codex users report /goal, /rewind, and /compact workflows after launch

A day after /goal and thread automations landed in Codex, practitioners started standardizing on /goal specs, /fork or /side detours, and /rewind plus /compact recovery. The pattern matters because verifier design and compaction timing now control how well long runs hold together.

RELEASE2mo ago
Plannotator v0.21.3 adds file-scoped review comments and Codex app-server support

Plannotator v0.21.3 shipped file-scoped comments, a unified review UX, default per-file Ask AI chats, and a more reliable Codex app-server path. It matters because guided reviews and plan checks can now plug into agent workflows with less custom glue.

RELEASE2mo ago
Microsoft opens SkillOpt with batch eval loops for agent SOP files

Microsoft open-sourced SkillOpt, a system that treats agent skill documents as tunable artifacts and improves them against measured task batches. It matters because practitioners are already standardizing shared /research, QA, and packageable skills across harnesses, turning skill files into a new optimization surface alongside models.

WORKFLOW2mo ago
Codex supports thread automations with /goal, /btw, and heartbeat wake-ups

Codex users documented thread automations as recurring wake-up calls that preserve thread context, alongside /goal and /btw patterns for steering long-running loops. The workflow matters because teams can schedule check-ins, queue instructions mid-run, and add adversarial review passes without building a separate orchestrator.

RELEASE2mo ago
Junior adds memory and cuts one analytics task from 3m to 1m

Junior’s first memory system cut one analytics task from about 3 minutes to 1 minute in early tests, with tokens down two-thirds and tool calls down 60%. The feature moves persistent task learning into the agent loop, though the results are still internal.

WORKFLOW2mo ago
Human-on-the-Bridge compares reusable eval assets with LLM judges and human review

A new Human-on-the-Bridge paper argued for front-loading expert judgment into reusable evaluation assets, while practitioners also shared double-run and multi-model review setups. The cluster matters because teams tuning agent harnesses need repeatable ways to measure behavior beyond one-off benchmark scores or subjective PR review.

WORKFLOW2mo ago
Developers publish loop libraries and control-loop guides for long-running agents

Builders released reusable loop artifacts this week, including a Loop Library Skill, repo templates, and published control-loop definitions for docs sweeps, onboarding checks, and error triage. It matters because teams are turning one-shot prompting into persistent agent runs with explicit stop conditions and shared repo state.

RELEASE2mo ago
Sakana launches Marlin as a Virtual CSO with up to 8-hour autonomous research

Sakana launched Marlin, a Virtual CSO that runs for up to 8 hours, forms hypotheses, browses sources, and returns slide decks plus reports. It turns Sakana’s long-horizon reasoning work into a shipped deep-research product.

WORKFLOW2mo ago
Codex supports agent-written `/goal` prompts for spawned threads

Codex users are having the agent write its own `/goal` and sub-agent goals, with OpenAI-side commentary describing that as a built-in meta-prompting pattern. The workflow turns long autonomous runs into a tighter control loop, but users still review goals first so a bad objective does not burn tokens for hours.

WORKFLOW2mo ago
Practitioners report Fable 5 planner workflows with Opus, Codex, and HTML logs

Users are using Fable 5 as a planner and long-run orchestrator while pushing implementation and heavy reasoning to Opus and Codex. The setup keeps Fable on supervision and planning, so teams can track execution through live status pages on larger tasks.

WORKFLOW2mo ago
/teach adds npx install and primary-source lessons

Matt Pocock's /teach skill installs with npx skills add mattpocock/skills --skill teach and runs structured strategy lessons inside a Claude agent. Follow-up posts add primary-source reading to the lessons and point to a larger dedicated repo.

WORKFLOW2mo ago
Hyperbrowser, InsForge, and Higgsfield release Fable 5 harnesses and MCP workflows

Hyperbrowser shipped a Claude Code harness, InsForge showed a Fable run drop from 5.5M to 2.3M tokens, and Higgsfield published new MCP workflows. These tools add reusable harness, context, and interface layers around Fable for more controlled runs.

WORKFLOW2mo ago
Anthropic updates Fable prompting with /model, high effort, and /goal loops

Anthropic published Fable-specific guidance for Claude Code and API, emphasizing the /model switch, higher default effort, simpler prompts, and /goal-style verification loops. The Claude Code team says older prompt scaffolds can work against Fable's longer sessions.

WORKFLOW2mo ago
Agent tooling adds .prose.md programs, PR panes, and exact-edit primitives

Builders shipped OpenProse workflow files, ghzinga PR tabs, cmux terminal controls, datasette-agent-edit primitives, and an agent-optimized CLI fork. These pieces turn prompt strings into reusable files, panes, and testable edit loops for coding agents.

WORKFLOW2mo ago
Claude Code users report auto mode, dynamic workflows, and critique loops finding 144 bugs

Practitioners shared repeatable setups for multi-hour Claude runs using auto approvals, dynamic workflows, cloud sessions, and critique loops. One large-codebase sweep reported 144 bugs fixed in about four hours with fewer false positives under model critique.

WORKFLOW2mo ago
Codex /goal template adds 6 fields for verification commands and stop conditions

A community workflow broke long-running Codex goals into six required fields, then added an eight-item preflight checklist and helper tools. The structure is meant to reduce runs that drift, stop early, or claim completion without an objective verification step.

WORKFLOW3mo ago
Codex community ships /dynamic swarms, session lifecycles, and model routing

Builders added /dynamic orchestration, custom-model routing, and repo runbooks around Codex as users exposed new session lifecycle controls in the app. That makes Codex a better fit for long-running, multi-context coding work.

WORKFLOW3mo ago
Pi ecosystem adds /goal tasks, acceptance gates, and Lovely Dev Tools

Three independent Pi builders shipped a goal runner, contract-style subagent acceptance gates, and a new Lovely Dev Tools extension in the same window. That gives Pi users more deterministic long-running loops and cleaner local tool interfaces without starting from an empty harness.

WORKFLOW3mo ago
Conductor, CC Mirror, and Codex add Claude-style Dynamic Workflows

A day after Claude Code introduced Dynamic Workflows, builders shipped ports and clones for Codex, Conductor, and GLM-backed CC Mirror. The rapid ports turn the feature into a reusable orchestration pattern rather than an Anthropic-only runtime.

RELEASE3mo ago
Firecrawl launches /monitor webhooks with up to 90% lower token use

Firecrawl launched /monitor, a URL watcher that only pings agents when tracked pages actually change and can send results by webhook. Use it for change-only ingestion to cut LLM token spend on monitored pages.

WORKFLOW3mo ago
Developers compare red-green TDD, Hurl tests, and label-triggered agents for code verification

Practitioners published tests-first coding-agent workflows built around red-green TDD, Hurl suites, GitHub label actions, and Codex-based execution checks. The pattern matters because verification remains the main bottleneck once generation is fast, especially in longer multi-file sessions.

WORKFLOW3mo ago
Microsoft benchmarks SkillOpt at +24.8 Codex points by editing skills, not weights

Microsoft Research released SkillOpt, which optimizes external skill files instead of fine-tuning model weights and reports best-or-tied results across 52 evaluation cells. The method matters because it improved Codex and Claude Code accuracy without extra inference-time calls.

WORKFLOW3mo ago
Codex users share /goal audits, mobile delegation, and Raspberry Pi workflows

Practitioners published reusable Codex workflows for project audits, memory-driven skill packaging, mobile delegation, and remote computer use. Try the prompt-and-steps patterns if you want to adapt Codex across repos and devices.

WORKFLOW3mo ago
Agent Skills ecosystem ships handoff docs, htmx v4 packs, and Project Think support

Independent builders published reusable skills infrastructure across coding agents, including Project Think preview support, handoff docs, and an htmx v4 skill pack. That matters because skills are starting to work like portable workflow units instead of one-off prompt snippets inside a single tool.

WORKFLOW3mo ago
Codex users ship durable-memory workspaces and auto-triage flows

Independent Codex users published Obsidian memory setups, reusable skill prompts, auto-triage flows, and Cloudflare-backed runners for longer jobs. That matters because Codex is being wrapped into persistent workspaces and operator-defined subagents instead of one-shot chats.

WORKFLOW3mo ago
Agent Skills supports Codex, Cursor, Gemini CLI, and VS Code through new libraries and plugins

New guides, plugins, and reusable libraries show the Agent Skills format moving beyond Claude Code into multiple coding-agent clients and runtimes. That matters because workflows are becoming portable artifacts instead of one-off prompts tied to a single harness.

WORKFLOW3mo ago
Codex users report iPhone simulator bug-bashes, Appshots form fills, and locked-Mac runs

Two days after Codex added locked-Mac control and Appshots, users posted end-to-end iPhone simulator debugging, Safari form-filling, and remote-control workflows. That matters because the feature is moving from launch copy into concrete computer-use tasks that can replace manual QA and repetitive UI work.

WORKFLOW3mo ago
Lovable adds is_stuck pipeline with Overflow retrieval to cut stuck rate 5%

Lovable described a production loop where an is_stuck classifier detects repeated failures, Overflow injects past solution pairs, and send_feedback escalates real tool failures. The system lowered stuck rate 5% and raised publish rate 2%, so teams can use the same signal to debug outages and agent frustration.

WORKFLOW3mo ago
Kilo Code introduces Cloud Agent CVE and smoke-test workflows with webhook triggers

Kilo Code posted two cloud-agent automations: a webhook-driven CVE patch flow that opens PRs in parallel and a post-deploy smoke test that checks health, 2xx responses, and latency under 2 seconds. This matters because the examples show coding agents moving into CI-style remediation and production verification loops.

WORKFLOW3mo ago
Codex app adds /goal for long-running React Doctor and iOS runs

OpenAI staff said /goal is now available in the Codex app, and users posted long-running runs that fixed React Doctor scores, built iOS features, and queued weekend tasks. The update moves Codex from CLI-only planning to persistent, steerable work sessions.

WORKFLOW3mo ago
Perplexity opens agent skills manual with 'Zen of Skills' rules for folder-based workflows

Perplexity published its internal manual for building agent skills and paired it with a research post about how those skills power products like Computer. The guide matters because it gives external builders concrete patterns for decomposing agent behavior into reusable skill folders instead of one-off prompts.

RELEASE4mo ago
Cursor releases Team Kit with /verify-this, /loop-on-ci, and harness skills

Cursor's Team Kit packages internal skills like /verify-this, CLI and UI automation harnesses, PR cleanup, and /loop-on-ci, installable with /add-plugin cursor-team-kit. It turns several internal review and validation habits into reusable commands for agent-driven coding workflows.

WORKFLOW4mo ago
Codex users report `/goal` sessions with 70-minute Stripe fixes and a 4,000-prompt cap

Users posted long-running Codex `/goal` sessions with auto-continuations, `pause`/`resume`, and file-backed goals. Watch the 4,000-prompt startup cap and early-stop drift if you plan to run longer agent loops.

WORKFLOW4mo ago
Practitioners report harness playbooks with Playwright CLI, create_agent, and MCP

Builders shared concrete Symphony, create_agent, and MCP setup guides after arguing that model switching is easy but harness switching is not. The playbooks matter because they make harness engineering more repeatable, so teams can copy tested tooling and integration patterns.

AI PrimerAI Primer

Your daily guide to AI tools, workflows, and creative inspiration.

© 2026 AI Primer. All rights reserved.