Discussion - Topic: Team of coding agents
Details
This week's topic: Team of coding agents
As described in Thoughtworks Technology Radar Vol. #33.
Team of coding agents refers to a technique in which a developer orchestrates multiple AI coding agents, each with a distinct role — for example, architect, back-end specialist, tester — to collaborate on a development task. This practice is supported by tools such as Claude Code, Roo Code and Kilo Code which enable subagents and multiple operating modes. Building on the proven principle that assigning LLMs specific roles and personas improves output quality, the idea is to achieve better results by coordinating multiple role-specific agents rather than relying on a single general-purpose one. The optimal level of agent is still being explored, but it can extend beyond simple one-to-one mappings with traditional team roles. This approach marks a shift toward orchestrated, multi-step AI- assisted development pipelines.
Zoom link will be added about 5 min before the event starts.
Discussion Resources :
Agentic coding is all about context engineering By Kurtis Welch
https://www.linkedin.com/posts/kurtis-welch_agentic-coding-is-all-about-context-engineering-activity-7346621539837988865-iG8D/
The yellow brick road to agentic AI By Dave Vellante and George Gilbert
https://siliconangle.com/2024/12/21/yellow-brick-road-agentic-ai/
ATHENA: Agentic Team for Hierarchical Evolutionary Numerical Algorithms By Juan Diego Toscano, Daniel T. Chen., and George Em Karniadakis
https://arxiv.org/html/2512.03476v1
How to Properly Use Claude Code Agent Teams By Cole Medin
https://www.youtube.com/watch?v=uvs1Igr4u6g
LangGraph Coding Agent Team with MCP
https://github.com/danmas0n/multi-agent-with-mcp
