Loop Engineering Isn't Just for Coding Agents — Recruiters Have Been Doing It for Years
If you've spent any time on tech Twitter or in a Silicon Valley Slack channel this summer, you've probably run into the phrase "loop engineering." It's the term everyone from Google engineers to Anthropic's own Claude Code team has been using to describe the next stage after prompt engineering — and it's spreading fast enough that even crypto trading blogs are [covering it as a market signal](https://www.kucoin.com/news/flash/prompt-engineering-dethe assistants-as-loop-engineering-gains-momentum-in-silicon-valley).
Here's my confession: when I first read the definition, my reaction wasn't "wow, that's new." It was "wait, isn't this just what good recruiters have been doing for years — just without the name?"
What Loop Engineering Actually Means
For the past two years, the dominant skill in AI was prompt engineering: asking the model a better question so it gives you a better answer. That worked fine for one-shot tasks. But it falls apart the moment you need production-grade output — an AI agent that misses a clause in a contract, calls the wrong tool, or hands back a report that looks complete but is quietly missing a field.
That's the gap loop engineering fills. Instead of asking a model for one good answer, you build a closed loop: generate, check, correct, repeat — until the output clears an explicit quality bar. The idea crystallized almost overnight in June 2026, when developer Peter Steinberger argued that the real skill was no longer prompting coding agents but designing the loops that prompt them. The very next day, Google's Addy Osmani published the essay that gave the practice its name, describing it as the fourth layer sitting above prompt engineering, context engineering, and toolchain engineering (AI Builder Club, Tosea.ai).
Even inside Anthropic, the framing has shifted at the top. As the creator of Claude Code put it: "I don't prompt Claude anymore. I have loops that are running. They're the ones that are prompting Claude and figuring out what to do."
A working loop generally has three roles:
- Maker — the generator. It produces the draft, the code, the first pass.
- Checker — independent from the Maker, holding a fixed standard the output must clear.
- Kill switch — held by a human. If the loop drifts, burns budget, or touches sensitive data, a person can stop it cold.
And the verification side is where the real engineering effort is going in 2026. Research on "Agent-as-a-Judge" checkers — systems that audit an entire reasoning trajectory rather than just a final answer — is quickly overtaking simple single-pass LLM judges, precisely because a generator that runs cheaply and repeatedly is only as valuable as the checker deciding whether its output ships (arXiv survey on Agent-as-a-Judge). The generator got cheap. The checker became the bottleneck. That single sentence might be the most important sentence in AI engineering right now — and it happens to be exactly the sentence that describes good hiring.
Recruiters Have Been Running This Loop for Years — We Just Never Named It
"Begin with the end in mind" — Stephen Covey wrote that decades before anyone coined "loop engineering," and it's a near-perfect description of what disciplined recruiting already looks like. I've broken hiring down into seven stages before: intake, sourcing, screening, interviewing, offer negotiation, onboarding, and retention review. Each one is its own small loop, with its own Checker built in — a hiring manager's sign-off checks the intake brief, response rate checks the outreach message, on-the-job performance checks the interview process months later.
The stages compound. Upstream quality is the only thing that guarantees downstream quality — exactly the logic behind Osmani's layered model, just applied to people instead of pull requests.
Here's how the Maker/Checker split actually looks across a real recruiting workflow, based on how my team currently allocates work between humans and AI:
| Stage | Human | AI | What AI mainly does |
|---|---|---|---|
| Intake / role definition | 70% | 30% | Structured questioning, first-draft briefs |
| Sourcing | 40% | 60% | Channel scanning, talent mapping, outreach copy |
| Resume screening | 20% | 80% | First-pass filtering, tagging, match scoring |
| Interviewing | 80% | 20% | Question bank generation, note-taking |
| Offer negotiation | 90% | 10% | Comp benchmarking |
| Onboarding | 70% | 30% | Document prep, process reminders |
| Retention review | 50% | 50% | Data attribution, funnel analysis |
The pattern is clean: wherever AI dominates, the task is fundamentally information processing — scanning, matching, ranking, summarizing. Wherever humans dominate, the task is fundamentally trust-building — reading real intent, judging potential, closing an offer both sides won't regret. AI converges the information. Humans converge the person.
The Chip Fab Math Nobody Wants to Do
Here's the part of loop engineering that recruiters underrate, and it's a numbers problem more than a philosophy one. A modern chip goes through a thousand-plus fabrication steps. If each step runs at a 99% yield rate — which sounds excellent — compound that over a thousand steps and you land near 0.004%. Effectively zero. That's why chip fabs don't survive on any single brilliant step; every single step has to clear 99.99%+ for the whole thing to scale.
Hiring runs on the same math. Seven stages at 90% quality each compound to roughly 48% — a failing grade. The same seven stages at 98% each compound to about 87% — a genuinely respectable delivery. The gap in hiring outcomes was never about one dazzling interview. It's the compounding yield of every ordinary step.
Where the Loop Tightens Next
If I hold my own recruiting workflow up against the loop-engineering literature, three gaps stand out:
- Build an eval set for every stage. Thirty historical intake briefs as a baseline. Interview question banks back-tested against who actually performed after hire. Outreach copy A/B-tested and archived. Iterate on samples, not gut feel.
- Separate the Maker from the Checker. Let AI grade its own job description and it goes soft on itself — the same failure mode the Agent-as-Judge research is racing to fix with independent, trajectory-level checkers rather than the model marking its own homework. The person who writes the JD and the person who scores it need to be different roles, with different standards. Interviewers need to cross-calibrate, not grade their own exam.
- Version everything. Scripts, job descriptions, scorecards — versioned like code. If a candidate outreach template's reply rate drops from 18% to 11%, you need to know which version did it before the pipeline dries up, not after.
The kill switch, notably, doesn't need to be engineered. Recruiters already have it instinctively: screening can be automated, ranking can be automated, but whether an offer goes out is always a human call.
The Real Requirement, Restated
Strip away the new vocabulary and the requirement for a recruiter in this world is exactly one thing: you have to be able to define what "good" looks like. If you can't write the evaluation criteria, the AI has nothing to check itself against. If you can't set the quality gate, the loop just spins in place. A loop with no definition of success optimizes toward noise — which is as true for a coding agent as it is for a sourcing funnel.
You also don't need to start by learning to code. A five-step path that works reasonably well in practice:
- Map your own workflow into a flowchart and find the seams.
- Pick the single stage where a mistake is most expensive.
- Write an explicit pass/fail bar for it, backed by twenty or thirty test cases.
- Build the smallest possible generate-and-check loop and let it run.
- Review weekly, and use every failure to improve both the AI's instructions and the standard itself.
Even with fewer than 10% of organizations running agents at meaningful scale two years into the AI-agent conversation, the underlying discipline — defining quality, checking it, and iterating — is durable in a way specific tools aren't. Tools will keep changing month to month. The craft of defining good, checking well, and iterating honestly does not go out of style in ten years.
The loop belongs to the machine. The steering wheel still belongs to the person holding it.
XIN Recruiting is a Shanghai-based recruiting practice exploring how AI reshapes talent acquisition workflows.