# Designing a team of agents

DevFeed: [Designing a team of agents](<https://devfeed.tech/articles/designing-a-team-of-agents-18919.md>)

Original publisher: [Read original article](<https://blog.frankel.ch/design-team-agents/>)

Author: Nicolas Fränkel

Published: 2026-05-03T00:00:00Z

Content type: opinion

Language: en

Sources: [Nicolas Fränkel](<https://devfeed.tech/sources/nicolas-frankel.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [agentic-engineering](<https://devfeed.tech/tags/agentic-engineering.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [technical](<https://devfeed.tech/tags/technical.md>)

## AI overview

The author describes experimenting with AI for software engineering by designing a team of autonomous agents to implement features from design through implementation. The article discusses coding assistants, agentic engineering levels, Claude Code's experimental Agent Teams feature, and subagents.

## Source excerpt

I continue to experiment with AI in the context of software engineering. I'm fortunate that my team supports me in exploring different ways to improve our daily work. This week, I designed a team of autonomous agents to implement features, from design to implementation. Why autonomous agents? A long time ago, we were delighted when the IDE offered auto-completion. In the previous two years, things have changed. A lot. Coding assistants have become our primary interfaces for coding.