1
Loop engineering is a misleading rebrand of the software development lifecycle — the loop is just one control-flow construct among many (conditions, exceptions, branches) and naming it 'engineering' obscures the full picture.
2
There are three actors of value creation: engineers, agents, and code. Code is the most reliable and costs zero tokens; engineers and agents complete the triad. Knowing when and where to deploy each is the core skill of agentic engineering.
3
Engineers should appear only at the two ends of a workflow — planning/prompting at the start and reviewing/validating at the end — with agents and code handling everything in between at scale.
4
As workflows mature, they evolve from simple agent+linter loops into full software factories: parallel agent sandboxes, specialised agents (scout, plan, build, test, hotfix), Kanban routing, and CI/CD integration.
5
Separate code from agent skills deliberately — running a linter inside an agent skill is not the same as running it as an isolated code node. Separation enables testability, reliability, and proper information flow between steps.