Agent Workflows & Loops
Episode 1 was about using agents to ship faster. Episode 2 is about the part agents still have not solved: production follow-through.
Writing code by hand is mostly automated now. Shipping to production is not, and shipping means more than getting a PR merged. It is testing the feature live, telling your team and your customers how it works, watching logs and analytics for a few days, and iterating on what you learn. Loops are what finally help with that.
A workflow is not just a clever prompt. It is the shape around the agent. What does it read? What does it ignore? When does it fork? When does it stop? When does it wake you up?
That is the difference between a useful long running agent and an expensive tab that slowly drifts away from reality.
🎥 Watch the episode. This is Episode 2 of my Build with Agents video series. Watch it on Substack.