
Owain Lewis is a UK-based AI engineer and engineering director whose YouTube channel walks through the agent infrastructure he builds and open sources.
Facts below verified as of 2026-09-24.

**He is the category's build-and-ship voice: every video is a working system (a software factory, a coding agent, a personal agent gateway) with the repo linked in the description, which makes him the member to clone from, and the boundary is that his scope is one-person and consultancy scale.**

## What it is

A YouTube channel (18.7K subscribers as of 2026-09-24) run by Owain Lewis, who describes himself as a principal AI engineer and engineering director with 20 years in software, now running his own AI consultancy.
Coverage is practical agentic engineering: agent loops, nested subagents, software factories, coding agents built from scratch, and Claude Code and Codex workflows.
Each video pairs with open source he maintains: Machinist (factory infrastructure, 455 stars), blueprint (agent skills, 403 stars), Push (a coding-agent gateway, 196 stars), Neo (a minimal multi-agent harness, 144 stars), and a youtube-tutorials companion repo.
Uploads run about weekly, and descriptions read like engineering writeups that state token costs, failure modes, and when he would not use his own build.

## Status

Active and steady at modest scale as of 2026-09-24.
The channel was created 2014-07-20 and shows 18.7K subscribers; the RSS feed shows 15 uploads between 2026-05-15 and 2026-09-21, roughly one per week.
The latest upload (2026-09-21, "Inside OpenAI's Agentic Software Factory") had 12,960 views and 180 ratings within three days.
Reach concentrates in the factory videos: "I Built an Agentic Software Factory" (2026-07-25) is his biggest recent at 68,787 views, while most uploads land between 3,000 and 20,000.
Trajectory is upward without a breakout, and his roughly 1.2K combined GitHub stars across the pinned repos carry more durable weight than the sub count suggests.

## Strengths

- Every claim comes with a repo: the factories, agents, and gateways he demonstrates are runnable open source, not concept demos.
- Descriptions carry the numbers creators usually cut: around $2 of API spend in two days on the DeepSeek harness test, and explicit statements of when a build is the wrong tool.
- His testing surfaces findings the vendors announce differently: he nested Claude Code subagents roughly 30 levels deep after the announced cap was five, and showed Codex's max_depth guardrail as the fix.
- The weekly cadence follows one coherent thread (factory thinking applied to a single engineer's workflow), so older videos stay usable instead of expiring.

## Cautions

- Every description funnels to his aiengineer.co email capture, pitched with "$1M+ in software deals" credits, so treat the free-skills funnel as the business model it is.
- The scope is one-person consultancy scale: his factory runs his backlog, not a regulated enterprise codebase, so transplant the patterns rather than the numbers.
- No critical community filter exists: Hacker News has zero threads on his channel content (searched 2026-09-24), so his techniques have not been stress-tested in public argument.
- View counts are modest, so the community surface for catching errors in his techniques is thin.

## Compared to

- [IndyDevDan](../indydevdan/index.md): both build software factories in public, but Dan publishes weekly concept frameworks with louder packaging while Owain publishes quieter end-to-end builds you clone directly.
- [AI Jason](../ai-jason/index.md): both walk through complete working workflows, but Jason's builds target everyday app use cases while Owain's target the engineering loop itself.
- [Caleb Writes Code](../caleb-writes-code/index.md): use Caleb for same-week release explainers and Owain when you want to see a system built and open sourced around one.

## Bottom line

**Recommended for engineers who learn by cloning: his value is the linked repos and the stated tradeoffs, not the watching.**
Not for someone who wants model-release news, enterprise-scale case studies, or a large community already testing the techniques.

## Top 5 recommended reading

- [Agent Loops: Complete Guide (Claude Code + Codex)](https://www.youtube.com/watch?v=RVEaDvh6f5A) - The most complete single artifact of his method: manager and worker loops over GitHub issues, including the guardrails and evals most people skip.
- [I Built an Agentic Software Factory with Codex and Claude Code](https://www.youtube.com/watch?v=AbpyqAfxZ8c) - His biggest recent video (68,787 views) and the clearest statement of the factory pattern, ticket to pull request with worktree isolation plus the limits he states himself.
- [Build Your Own Coding Agent Like Pi (With 1 Prompt)](https://www.youtube.com/watch?v=QER-0DaC-Gk) - Demystifies harness engineering by building a working coding agent in one Go file, then names what a minimal agent still lacks.
- [I Built A Self-Improving AI Software Factory](https://www.youtube.com/watch?v=ZDOTYfJBuLw) - Shows the measurement layer (run data, evals, model comparison) that turns a factory from a demo into a system that improves.
- [Claude Code's New Subagent Feature](https://www.youtube.com/watch?v=ZdXsRn9w0VE) - The nested-subagent video with the 30-level finding and the orchestrator, worker, sub-worker pattern he uses day to day.

## Changes

- 2026-09-24 - Created.

## See also

- [IndyDevDan](../indydevdan/index.md) - the louder weekly counterpart building the same factory concepts
- [Machinist](../../software-factory/machinist/index.md) - the software factory infrastructure he demonstrates on the channel
- [AI Jason](../ai-jason/index.md) - the other complete-workflow builder in this category
- [Pi](../../harnesses/pi/index.md) - the open coding agent his Neo build and factory videos build around

## References

- https://www.youtube.com/@owainlewis - the channel: identity and 18.7K subscribers as of 2026-09-24
- https://www.youtube.com/feeds/videos.xml?channel_id=UC08YjBHjjPFu8T1KbHGomnQ - the RSS feed grounding cadence, titles, dates, view counts, and the 2014-07-20 channel creation
- https://github.com/owainlewis - the GitHub profile linking this channel, with bio, location, and pinned repo star counts
- https://owainlewis.com - the personal site: positioning, newsletter, and community links
- https://aiengineer.co/start - the free starter pack and email funnel behind every video description
- https://hn.algolia.com/api/v1/search?query=%22owain%20lewis%22&hitsPerPage=8 - zero Hacker News hits for the name, the missing critical coverage
- https://hn.algolia.com/api/v1/search?query=owainlewis&hitsPerPage=5 - 82 hits with the oldest visible from 2014 to 2015 (Forth links, awesome lists, early startups), grounding his long engineering history and the absence of current channel discussion
