# The AI Engineer

Get $1M+ in software deals, the exact agent skills I use to build software, and one practical AI email each week.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Design and Planning Are the Key Skills for Building Software with AI Coding Agents

DevFeed: [Design and Planning Are the Key Skills for Building Software with AI Coding Agents](<https://devfeed.tech/articles/the-two-skills-that-actually-matter-when-ai-writes-the-code-18326.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/the-two-skills-that-actually-matter>)

Author: Owain Lewis

Published: 2026-08-14T12:12:26Z

Content type: article

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [design](<https://devfeed.tech/tags/design.md>), [development-process](<https://devfeed.tech/tags/development-process.md>), [requirements](<https://devfeed.tech/tags/requirements.md>), [verification](<https://devfeed.tech/tags/verification.md>)

### AI overview

The article argues that AI coding agents can handle much of software implementation, testing, and deployment. It says engineers should focus most on design and planning: defining requirements, making technical decisions, and breaking work into tasks agents can execute reliably.

### Source excerpt

How to design better software and turn it into tasks AI agents can execute reliably.

## Build your own coding agent

DevFeed: [Build your own coding agent](<https://devfeed.tech/articles/build-your-own-coding-agent-18311.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/build-your-own-coding-agent>)

Author: Owain Lewis

Published: 2026-08-05T20:06:19Z

Content type: tutorial

Language: en

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

Topics: [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [coding](<https://devfeed.tech/topics/coding.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Code](<https://devfeed.tech/topics/code.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [Shell](<https://devfeed.tech/topics/shell.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-development](<https://devfeed.tech/tags/ai-development.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [commands](<https://devfeed.tech/tags/commands.md>), [development](<https://devfeed.tech/tags/development.md>), [go](<https://devfeed.tech/tags/go.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

This tutorial explains the basic architecture of coding agents and implements a minimal Go-based agent called Micro Neo. The agent connects to an existing AI model and supports reading files, editing files, and running shell commands. It also describes the harness loop that sends tasks and tool results between the user, model, and local machine.

### Source excerpt

Why I built my own coding agent and lessons learned

## Why the author replaced Hermes Agent and OpenClaw with a simpler personal AI assistant

DevFeed: [Why the author replaced Hermes Agent and OpenClaw with a simpler personal AI assistant](<https://devfeed.tech/articles/why-i-stopped-using-hermes-and-openclaw-and-what-i-built-instead-18328.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/why-i-stopped-using-hermes-and-openclaw>)

Author: Owain Lewis

Published: 2026-07-18T10:16:21Z

Content type: opinion

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenClaw](<https://devfeed.tech/topics/openclaw.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [openclaw](<https://devfeed.tech/tags/openclaw.md>), [personal](<https://devfeed.tech/tags/personal.md>)

### AI overview

The author explains why Hermes Agent and OpenClaw became frustrating to use as a daily AI personal assistant, focusing on their complexity and overhyped features. The article describes the personal assistant pattern, messaging gateways, and the author's simpler solution built around organisational tasks and existing coding agents.

### Source excerpt

How I built my own personal AI Chief of Staff without all the complexity.

## Using Herdr to coordinate multiple coding agents across projects

DevFeed: [Using Herdr to coordinate multiple coding agents across projects](<https://devfeed.tech/articles/how-to-manage-multiple-coding-agents-without-the-chaos-18318.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-to-manage-multiple-coding-agents>)

Author: Owain Lewis

Published: 2026-07-10T18:25:31Z

Content type: tutorial

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

### AI overview

The article describes using Herdr, a terminal multiplexer, to organize coding agents across projects with workspaces, panes, and tabs. It presents an orchestrator-worker pattern in which a primary agent starts and manages worker agents, including Claude Code, Codex, Pi, and OpenCode, for tasks such as implementing GitHub issues.

### Source excerpt

Here's how I use Herdr to manage agents across projects without losing track of what each one is doing.

## We are all AI agent managers now

DevFeed: [We are all AI agent managers now](<https://devfeed.tech/articles/we-are-all-ai-agent-managers-now-18327.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/we-are-all-ai-agent-managers-now>)

Author: Owain Lewis

Published: 2026-07-03T11:08:20Z

Content type: opinion

Language: en

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

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

An engineering manager reflects on how working with AI agents changes the role of developers. The article argues that the work increasingly involves defining goals, quality standards, constraints, and systems that enable agents to produce results, while retaining human direction because agents make frequent mistakes and lack human intelligence and creativity.

### Source excerpt

The work is no longer writing the code. The work is designing and scaling agent systems.

## Examples of Agent Goals, Loops, and Scheduled Workflows in Codex and Claude Code

DevFeed: [Examples of Agent Goals, Loops, and Scheduled Workflows in Codex and Claude Code](<https://devfeed.tech/articles/7-real-agent-goal-and-loop-examples-you-can-use-18310.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/7-real-agent-goal-and-loop-examples>)

Author: Owain Lewis

Published: 2026-07-02T07:01:00Z

Content type: article

Language: en

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

Topics: [codex](<https://devfeed.tech/topics/codex.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [ci](<https://devfeed.tech/topics/ci.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [automation](<https://devfeed.tech/tags/automation.md>), [ci](<https://devfeed.tech/tags/ci.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [logs](<https://devfeed.tech/tags/logs.md>), [review](<https://devfeed.tech/tags/review.md>), [scheduled](<https://devfeed.tech/tags/scheduled.md>), [tests](<https://devfeed.tech/tags/tests.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article explains how prompts, goals, recurring runs, and workflows differ, then presents examples of using agents for recurring engineering tasks. It emphasizes evidence, stop rules, tests, CI, logs, issues, pull requests, and human review as safeguards because agents can misunderstand context or make mistakes.

### Source excerpt

Practical ways to combine prompts, goals, and scheduled runs in Codex and Claude Code.

## I tested nested subagents in Claude Code

DevFeed: [I tested nested subagents in Claude Code](<https://devfeed.tech/articles/i-tested-nested-subagents-in-claude-code-18319.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/i-tested-nested-subagents-in-claude>)

Author: Owain Lewis

Published: 2026-06-17T14:03:13Z

Content type: opinion

Language: en

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

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [Code](<https://devfeed.tech/topics/code.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Go](<https://devfeed.tech/topics/go.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Code review](<https://devfeed.tech/topics/code-review.md>)

Tags: [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [go](<https://devfeed.tech/tags/go.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [recursion](<https://devfeed.tech/tags/recursion.md>), [review](<https://devfeed.tech/tags/review.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article tests nested subagents in Claude Code, including recursion depth and a three-level workflow of orchestrator, workers, and sub-workers. In a Go project, the workflow implemented a change, ran checks and tests, reviewed the result, fixed minor issues, and opened a pull request.

### Source excerpt

Claude Code now let's you run nested subagents. But is it useful?

## How I'm building autonomous agent loops

DevFeed: [How I'm building autonomous agent loops](<https://devfeed.tech/articles/how-i-m-building-autonomous-agent-loops-18316.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-im-building-autonomous-agent>)

Author: Owain Lewis

Published: 2026-06-13T14:02:17Z

Content type: tutorial

Language: en

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

Topics: [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [loops](<https://devfeed.tech/tags/loops.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This guide explains how to build autonomous agent loops in which agents read project state, perform work, update that state, and repeat on a schedule or in response to events. It presents GitHub Issues as a control plane and describes manager and worker loops built with Claude Code and Codex, including risk classification, ticket management, and safeguards against destructive actions.

### Source excerpt

A guide on loop engineering and autonomous AI loops

## How Codex coordinates parallel coding tasks through a coordinator thread

DevFeed: [How Codex coordinates parallel coding tasks through a coordinator thread](<https://devfeed.tech/articles/the-most-underrated-new-codex-feature-18324.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/the-most-underrated-new-codex-feature>)

Author: Owain Lewis

Published: 2026-06-06T12:54:48Z

Content type: article

Language: en

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

Topics: [codex](<https://devfeed.tech/topics/codex.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Git](<https://devfeed.tech/topics/git.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [NEO](<https://devfeed.tech/topics/neo.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [also](<https://devfeed.tech/tags/also.md>), [codex](<https://devfeed.tech/tags/codex.md>), [git](<https://devfeed.tech/tags/git.md>)

### AI overview

The article describes using a Codex coordinator thread to create and manage multiple worker threads for parallel coding tasks. Each worker uses a separate Git branch and worktree, follows an implementation and testing workflow, receives review feedback, and opens a draft pull request.

### Source excerpt

How I let OpenAI Codex run a team of AI agents from a single Codex coordinator thread.

## I let AI agents run my entire GitHub workflow

DevFeed: [I let AI agents run my entire GitHub workflow](<https://devfeed.tech/articles/i-let-ai-agents-run-my-entire-github-workflow-18325.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/the-only-tool-your-ai-coding-agent>)

Author: Owain Lewis

Published: 2026-05-29T08:34:57Z

Content type: tutorial

Language: en

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

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [cli](<https://devfeed.tech/tags/cli.md>), [github](<https://devfeed.tech/tags/github.md>)

### AI overview

A tutorial describing the author's workflow for using AI coding agents with the GitHub CLI to manage a Go command-line project, including repositories, tickets, reviews, merges, and a release pipeline.

### Source excerpt

Give an agent the GitHub CLI and it can do far more than write code.

## The 7 skills I actually use every day with AI coding agents

DevFeed: [The 7 skills I actually use every day with AI coding agents](<https://devfeed.tech/articles/the-7-skills-i-actually-use-every-day-with-ai-coding-agents-18322.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/the-7-skills-i-actually-use-every>)

Author: Owain Lewis

Published: 2026-05-15T11:24:18Z

Content type: opinion

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [cli](<https://devfeed.tech/tags/cli.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [skills](<https://devfeed.tech/tags/skills.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

An opinion article argues that productive work with AI coding agents does not require large collections of skills, MCP servers, plugins, or complex configuration. It presents a small set of preferred practices, including clarifying requirements before coding and breaking work into reviewable tasks.

### Source excerpt

My favourite Codex skills for building software.

## Pi versus Claude Code: An Honest Comparison of a Minimalist AI Coding Agent

DevFeed: [Pi versus Claude Code: An Honest Comparison of a Minimalist AI Coding Agent](<https://devfeed.tech/articles/is-pi-better-than-claude-code-18320.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/is-pi-better-than-claude-code>)

Author: Owain Lewis

Published: 2026-04-18T17:00:15Z

Content type: comparison

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code-reviews](<https://devfeed.tech/tags/code-reviews.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [extension](<https://devfeed.tech/tags/extension.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [reviews](<https://devfeed.tech/tags/reviews.md>), [tests](<https://devfeed.tech/tags/tests.md>)

### AI overview

The article compares Pi, an open-source minimalist coding agent, with Claude Code and Codex. It examines Pi's four built-in tools, broad model support, editable system prompt, and TypeScript extensions, including a workflow for writing, reviewing, fixing, testing, and verifying code. It also discusses trade-offs such as the lack of built-in MCP, to-do tracking, sub-agents, and hooks.

### Source excerpt

I spent a week with the minimalist AI coding agent Pi. Here's my honest take.

## Six RAG strategies, explained simply (with code).

DevFeed: [Six RAG strategies, explained simply (with code).](<https://devfeed.tech/articles/six-rag-strategies-explained-simply-with-code-18321.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/six-rag-strategies-explained-simply>)

Author: Owain Lewis

Published: 2026-04-03T08:36:55Z

Content type: tutorial

Language: en

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

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Database](<https://devfeed.tech/topics/database.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [full-text-search](<https://devfeed.tech/tags/full-text-search.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

This tutorial explains retrieval-augmented generation and compares retrieval strategies, including loading complete documents, full-text search, and vector search. It presents Postgres as a practical option for implementing these approaches and discusses their trade-offs.

### Source excerpt

Six Ways to Retrieve Data for an LLM

## A Four-Layer Workflow for Reviewing AI-Generated Code

DevFeed: [A Four-Layer Workflow for Reviewing AI-Generated Code](<https://devfeed.tech/articles/how-i-use-ai-to-review-ai-code-18315.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-i-use-ai-to-review-ai-code>)

Author: Owain Lewis

Published: 2026-03-27T17:33:31Z

Content type: tutorial

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Shell](<https://devfeed.tech/topics/shell.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-code-review](<https://devfeed.tech/tags/ai-code-review.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [coding](<https://devfeed.tech/tags/coding.md>), [eslint](<https://devfeed.tech/tags/eslint.md>), [security](<https://devfeed.tech/tags/security.md>), [tests](<https://devfeed.tech/tags/tests.md>)

### AI overview

The article presents a four-layer workflow for reviewing AI-generated code: automated checks, local AI review, CI review on pull requests, and human review. It emphasizes using hooks in Claude Code to run linters and security scanners, executing the code, reading the diff, and using a fresh context for a second AI opinion.

### Source excerpt

How to write better code when using AI agents

## 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

## Seven stages of building software with AI across the development lifecycle

DevFeed: [Seven stages of building software with AI across the development lifecycle](<https://devfeed.tech/articles/the-7-stages-of-building-software-with-ai-with-prompts-you-can-steal-18323.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/the-7-stages-of-building-software>)

Author: Owain Lewis

Published: 2026-03-06T13:15:47Z

Content type: article

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Software](<https://devfeed.tech/topics/software.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [code](<https://devfeed.tech/tags/code.md>), [evals](<https://devfeed.tech/tags/evals.md>), [technical](<https://devfeed.tech/tags/technical.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article presents a seven-stage software lifecycle--requirements, design, task breakdown, building, review, deployment, and monitoring--and explains how AI can support each stage, not only code generation. It emphasizes planning and documented requirements, describing how they helped guide an AI agent and generate evaluations on a client project.

### Source excerpt

Real prompts for planning, building, reviewing, and shipping software with AI agents

## Using OpenAI Codex Automations to Scan for Bugs and Fix Code on a Schedule

DevFeed: [Using OpenAI Codex Automations to Scan for Bugs and Fix Code on a Schedule](<https://devfeed.tech/articles/how-i-m-using-openai-codex-automations-to-improve-my-code-18317.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-im-using-openai-codex-automations>)

Author: Owain Lewis

Published: 2026-02-21T15:17:09Z

Content type: tutorial

Language: en

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

Topics: [codex](<https://devfeed.tech/topics/codex.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>), [bug](<https://devfeed.tech/topics/bug.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [automation](<https://devfeed.tech/tags/automation.md>), [bug](<https://devfeed.tech/tags/bug.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [config](<https://devfeed.tech/tags/config.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [openai](<https://devfeed.tech/tags/openai.md>)

### AI overview

The article explains how to configure OpenAI Codex Automations to run coding tasks on a schedule. It describes a paired workflow in which one automation scans for bugs and creates Linear tickets, while another fixes the tickets and opens pull requests, using persistent memory to avoid duplicate reports and track prior work.

### Source excerpt

How to create AI agents that work for you 24/7.

## Claude Code agent teams explained

DevFeed: [Claude Code agent teams explained](<https://devfeed.tech/articles/claude-code-agent-teams-explained-18312.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/claude-code-agent-teams-explained>)

Author: Owain Lewis

Published: 2026-02-12T17:25:21Z

Content type: article

Language: en

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

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

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [c](<https://devfeed.tech/tags/c.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [rust](<https://devfeed.tech/tags/rust.md>), [teams](<https://devfeed.tech/tags/teams.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

### AI overview

The article explains Claude Code's Agent Teams feature, in which independent Claude Code sessions have separate context windows, can communicate directly, and coordinate through a shared task list. It contrasts this with subagents and describes agent-to-agent review loops for longer-running work.

### Source excerpt

Surprising lessons from building an app with a team of agents

## How to build an AI agent workflow with Linear, MCP, and CLAUDE.md

DevFeed: [How to build an AI agent workflow with Linear, MCP, and CLAUDE.md](<https://devfeed.tech/articles/your-agent-workflow-doesn-t-scale-here-s-the-fix-18329.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/your-agent-workflow-doesnt-scale>)

Author: Owain Lewis

Published: 2026-02-07T16:36:17Z

Content type: tutorial

Language: en

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

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Code](<https://devfeed.tech/topics/code.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [context](<https://devfeed.tech/tags/context.md>), [developer](<https://devfeed.tech/tags/developer.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [linear](<https://devfeed.tech/tags/linear.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [project](<https://devfeed.tech/tags/project.md>), [review](<https://devfeed.tech/tags/review.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This tutorial explains how to manage AI coding tasks through a Linear board connected to Claude Code with MCP. A CLAUDE.md file defines the workflow, enabling the agent to read tickets, implement changes, run builds, review code, and open pull requests. The approach depends on clear tickets and provides status visibility as the number of tasks grows.

### Source excerpt

How to build your agent control plane

## How I code with AI agents (spec-driven development)

DevFeed: [How I code with AI agents (spec-driven development)](<https://devfeed.tech/articles/how-i-code-with-ai-agents-spec-driven-development-18313.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-i-code-with-ai-agents-spec-driven>)

Author: Owain Lewis

Published: 2026-01-30T12:24:42Z

Content type: tutorial

Language: en

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

Topics: [Spec Driven Development](<https://devfeed.tech/topics/spec-driven-development.md>), [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [guide](<https://devfeed.tech/tags/guide.md>), [spec-driven-development](<https://devfeed.tech/tags/spec-driven-development.md>)

### AI overview

An opinionated guide to spec-driven development with AI coding agents. It explains how to define a reviewed, version-controlled specification before execution, distinguishes specs from PRDs and design documents, and outlines when each document is useful.

### Source excerpt

An opinionated guide to writing code with AI agents like Claude Code.