# How I delegate work to a team of AI agents

DevFeed: [How I delegate work to a team of AI agents](<https://devfeed.tech/articles/how-i-delegate-work-to-a-team-of-ai-agents-18314.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-i-delegate-work-to-a-team-of>)

Author: Owain Lewis

Published: 2026-03-19T14:42:29Z

Content type: tutorial

Language: en

Sources: [The AI Engineer](<https://devfeed.tech/sources/the-ai-engineer.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [bug](<https://devfeed.tech/tags/bug.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [latency](<https://devfeed.tech/tags/latency.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

The article describes a proof-of-concept TypeScript worker that polls a task management system, delegates smaller tasks to headless Claude Code, runs checks, and opens pull requests. It presents this as an agent control plane and explains why a pull-based design can reduce internet exposure, with latency as the trade-off.

## Source excerpt

Building systems for delegating work to AI agents