sub-agents
TrialTechniques
Secondary agent processes that handle delegated parts of a larger agent workflow.
Why it's here
Placed in Trial: 7 article(s) of evidence from 6 source(s), led by research-stage coverage, with 6 in the last 30 days. Confidence 82%.
Evidence (7)
- 7The New Stack·8/5/2026model_releaseMeta releases Muse Code beta and Muse Spark 1.2
Meta announced Muse Code, a beta terminal coding agent designed for complex software engineering work across large codebases. The release is paired with Muse Spark 1.2, a coding-focused model update that emphasizes code generation, debugging, repository understanding, and long-horizon developer workflows.
- 4Hacker News·8/4/2026researchHarness Engineering for Self-Improving AI
This article discusses how AI harnesses — the surrounding system that manages workflows, tools, memory, and evaluation — can contribute to recursive self-improvement. It highlights design patterns such as workflow automation, file-system-based persistent memory, and sub-agent/backend jobs, using coding agents like Claude Code and Codex as examples.
- 3InfoQ·8/3/2026framework_updateAzure Guidance on Choosing Skills vs. Sub-Agents
An Azure Architecture blog post by Azure lead engineer Kishorekumar Pattabiraman gives practical guidance on when to use skills, sub-agents, or other patterns in AI system design. The article focuses on reusability, simplicity, and long-term maintainability rather than introducing a new product or model.
- 6Hacker News·7/31/2026researchWhy AI session portability is fading
The article argues that inference APIs are increasingly returning provider-bound state instead of a fully portable transcript. It says features like encrypted reasoning tokens, hidden subagent messages, server-side response IDs, and non-portable search or cache references make AI sessions harder to inspect, export, replay, audit, or delete independently of the provider.
- 4Martin Fowler·7/28/2026researchThe Hidden Cost of Orchestrator Context in Multi-Agent Work
This article argues that in long-running multi-agent sessions, the main value of subagents is not speed but reducing the amount of information the orchestrator must keep in context. It describes an incident in a Claude Code workflow where polling subagents pulled large raw transcripts into the main thread, making the session harder to reason about and revealing the importance of delegation rules.
- 6Hacker News·7/14/2026securityCodex encrypts sub-agent prompts
OpenAI Codex is reportedly changing how it handles sub-agent prompts by encrypting them. The update appears aimed at improving privacy or reducing exposure of internal prompt data within the agent workflow.
- 5Cloudflare Blog·6/18/2026researchHow to build a model-agnostic vulnerability harness
Cloudflare describes an architecture for large-scale vulnerability discovery that treats AI models as interchangeable components. The post focuses on using a harness to coordinate multi-phase security audits, reduce false positives, and triage findings across repositories and dependencies. It argues that persistence, deduplication, and cross-model validation are more important than any single model or prompt.