All Posts
Jonas Birmé, VP R&D, Eyevinn Technology

Expanding My Dev Team — But Not Hiring Anyone

How I built an entire development team composed of AI agents using Claude Code. From ticket analysis to release coordination, discover the future of software development teams.

ai
claude
team
developer-tools
agentic
Expanding My Dev Team — But Not Hiring Anyone

I have expanded my development team significantly — but I am not hiring anyone. Instead, I have built an entire development team composed of AI agents using Claude Code. Rather than hiring human developers, I created a system where artificial intelligence handles the execution layer while humans maintain strategic oversight. This is not AI assistance. This is an AI team with human oversight.

The Core Concept

The team operates through a structured workflow where AI agents handle different aspects of software development. The Developer Agent picks up tickets, analyzes requirements, and creates draft pull requests with transparent planning. A Reviewer Agent provides feedback using a separate AI model to prevent self-review bias. The Code Owner serves as the single human checkpoint, approving or requesting iterations. The Tester Agent evaluates code changes and updates end-to-end tests. Finally, Release Coordination handles generating release notes from git history and updating Slack automatically.

The Workflow Process

GitHub serves as the orchestration layer for this AI team. When a new issue is created, the Developer Agent analyzes the requirements and existing codebase, then creates a draft pull request. The Reviewer Agent examines the changes and provides structured feedback. The human Code Owner reviews both the implementation and the AI feedback, making the final decision to approve, request changes, or iterate. Once merged, the Tester Agent runs tests and updates test coverage. The Release Coordinator generates release notes and notifies stakeholders through Slack. This entire pipeline mirrors human team dynamics but operates at a much faster cadence.

Critical Success Factors

The quality of AI-generated code is directly proportional to how well your project conventions are documented. This includes code review standards, commit formats, security patterns, and error handling protocols. Separation of concerns is critical — different models and prompts for different roles produce superior results, mirroring human team dynamics. Using GitHub as the protocol means the existing developer workflow of tickets, pull requests, reviews, and merges serves as the orchestration layer without requiring custom tooling. These three factors — comprehensive conventions, role separation, and leveraging existing workflows — are what make this AI team model successful.

Key Insights

The Code Owner role becomes more critical when throughput accelerates. When AI agents can create multiple pull requests per day, the bottleneck shifts to review quality and strategic direction. This represents an AI team with human oversight, not merely AI assistance. The complete lifecycle from code to release notes to stakeholder communication creates a genuine team experience. Small teams with AI agents can achieve throughput previously requiring larger organizations. The teams of the future will not be measured by headcount — they will be measured by what they can ship.

The Broader Vision

This approach is about eating our own cooking for a platform built on AI-orchestratable software systems. The philosophy extends beyond development to product management, marketing, and other organizational functions. When software infrastructure becomes discoverable and orchestratable through AI, entire workflows transform. The question is not whether this will happen — it is happening now. The question is how quickly teams will adapt to this new paradigm and what competitive advantages will accrue to those who move first.

Read the Original Post

This article is based on a LinkedIn post that explores the experience of building an AI-powered development team. Read the full story for more details on the implementation and lessons learned.