The Backlog Is the Orchestrator: An Autonomous Test → Plan → Implement Agent Pipeline

I have a project that four AI agents work on while I’m not at my computer. One drives the application end to end and files bugs. One reads a bug and proposes how to fix it. I approve or push back. One implements the approved plan and opens a pull request. A fourth runs a long-horizon soak overnight, looking for drift that no short session can see. There is no orchestrator. No message queue, no coordinator agent, no shared database, no framework. The agents never talk to each other and none of them holds state between runs. ...

July 27, 2026 · 15 min · Tyler

AI-Powered QA Testing with playwright-cli and GitHub Copilot

Most AI-assisted QA workflows assume you have access to everything: Playwright MCP configured in VS Code, Copilot Vision enabled, the embedded browser panel working. In an enterprise environment, those assumptions often don’t hold. Security policies restrict which tools can connect to which services. Features get disabled. The standard setup isn’t available. This post documents a different approach that factors in certain constraints. The combination: playwright-cli for browser interaction, GitHub Copilot CLI for the agent loop, and a plain natural language prompt describing what to test. No MCP. No generated test files. No vision model. Just a coding agent running shell commands against a real browser. ...

April 9, 2026 · 6 min · Tyler

How a Simple Power Automate Workflow Automated 250+ Hours of Work Per Month

Not every automation has to be sophisticated to matter. This one is a form, an AI analysis step, and a spreadsheet output. It runs on about ~1,500 products a month. Each run saves about 10 minutes of manual work. That adds up to ~250 hours per month and an estimated ~$500,000 per year in labor cost that no longer exists. This is a post about how it works, what made it possible, and what the experience taught me about where AI automation actually pays off. ...

February 20, 2026 · 6 min · Tyler