{"slug": "azure-and-community-guidelines-on-choosing-between-a-skill-or-a-sub-agent", "title": "Azure and Community Guidelines on Choosing Between a Skill or a Sub-Agent", "summary": "Microsoft Azure lead engineer Kishorekumar Pattabiraman published an architecture guide on choosing between AI skills and sub-agents, emphasizing reusability, simplicity, and maintainability. He outlines four decision dimensions—iteration model, voice fidelity, human gate placement, and frequency—and notes that skills operate within ongoing conversations while sub-agents run independently to completion. Community discussions on Reddit and Hacker News highlight trade-offs such as context window pollution and orchestration non-determinism.", "body_md": "In a recent Azure Architecture blog article, Azure lead engineer Kishorekumar Pattabiraman [outlines practical criteria for choosing between skills, sub-agents, and other approaches](https://techcommunity.microsoft.com/blog/azurearchitectureblog/skill-or-sub-agent-choosing-ai-capabilities-you-will-actually-reuse/4542099) when building AI systems, emphasizing reusability, simplicity, and long-term maintainability.\n\nAccording to Pattabiraman, teams often begin with the wrong question, focusing on which is the right model to use. The \"first real fork\" though, is not the model, but the architecture:\n\nAre you building a skill or a sub-agent? Get that wrong and no model choice will save you. A skill and a sub-agent are two different delivery shapes, and each one fails at the other one's job.\n\nA skill operates within an ongoing conversation: it can read files, ask questions, iterate with the user, and keep a human in the loop throughout the process. A sub-agent, by contrast, takes a single prompt, runs independently to completion, and delivers a final output. Both have their place, depending on the task, says Pattabiraman.\n\nTo decide whether to build a skill or a sub-agent, Pattabiraman highlights four key dimensions to consider: the iteration model, voice fidelity, human gate placement, and how frequently the task is repeated.\n\nAmong the four dimensions, frequency is the one leading to the clearest divide: a \"one-off craft piece leans to a skill, a repeatable batch job to a sub-agent\". The other factors require more careful consideration. For example, the choice is rarely between a fully interactive conversation and a simple handoff, so you need weigh the cost of having a human engaged in an iterative skill-based flow against the risk of forcing that same process into a one-shot response that might require to be corrected each time. For each dimension, Pattabiraman outlines the key trade-offs and common pitfalls to avoid.\n\nThe question of when to use a skill versus a sub-agent has also surfaced in discussions across Reddit and Hacker News. One commenter, enthusiast_bob, points out that [sub-agents start always clean and not pollute the context window](https://www.reddit.com/r/ClaudeAI/comments/1oawwlw/comment/ny5v84c/), whereas a skill always takes into account the whole conversation. Another user, dan-does-ai, emphasizes [different trade-offs](https://www.reddit.com/r/copilotstudio/comments/1v3owec/comment/ozbojn1/): a skill \"is reusable across multiple agents or conversation flows\", whereas \"sub-agents make sense when: the step needs genuinely separate context, permissions, or a different knowledge source\".\n\nAnother important consideration is the need for orchestration arising when using sub-agents. Beyond added complexity, one must also consider the non-determinism introduced by the orchestration layer. For example, Reddit commenter [Ashlesha-msft notes that in Copilot Studio](https://www.reddit.com/r/copilotstudio/comments/1v3owec/comment/oz8e6q5/)\n\nthe planner dynamically decides when to call skills, tools, topics, or sub-agents based on descriptions, context, and recent conversation history. Because of that, a skill might not be invoked on every similar prompt.\n\nAs a final perspective from the community, user Vlourenco69 suggests a simple [mental model to \"make sense of concepts like AI Agents, Sub-Agents, Skills, MCP\"](https://www.reddit.com/r/vibecoding/comments/1qur9xt/ai_agents_subagents_skills_mcp_and_a_parallel/), where an agent acts as a director, a sub-agent as a manager, a skill as a specialized worker, a tool as a dedicated machine, and MCP as the governance rules or policies of the organization.\n\nBringing the discussion full circle, Pattabiraman notes that in many cases the dichotomy skill vs. sub-agent is only apparent. In practice, the two models compose cleanly and a skill can be built on top of a sub-agent when the problem calls for it. In many cases, this layered approach represents the most mature design.", "url": "https://wpnews.pro/news/azure-and-community-guidelines-on-choosing-between-a-skill-or-a-sub-agent", "canonical_source": "https://www.infoq.com/news/2026/08/choosing-between-subagent-skills/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global", "published_at": "2026-08-03 19:00:00+00:00", "updated_at": "2026-08-03 19:14:58.614621+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-agents"], "entities": ["Microsoft Azure", "Kishorekumar Pattabiraman", "Copilot Studio", "Reddit", "Hacker News"], "alternates": {"html": "https://wpnews.pro/news/azure-and-community-guidelines-on-choosing-between-a-skill-or-a-sub-agent", "markdown": "https://wpnews.pro/news/azure-and-community-guidelines-on-choosing-between-a-skill-or-a-sub-agent.md", "text": "https://wpnews.pro/news/azure-and-community-guidelines-on-choosing-between-a-skill-or-a-sub-agent.txt", "jsonld": "https://wpnews.pro/news/azure-and-community-guidelines-on-choosing-between-a-skill-or-a-sub-agent.jsonld"}}