























Jun 16, 2026
I've been thinking about why some teams get dramatically more out of coding agents than others, and I'm increasingly convinced the answer has less to do with the actual models than people think.

I've been thinking about why some teams get dramatically more out of coding agents than others, and I'm increasingly convinced the answer has less to do with the actual models than people think.
Last week, right before an hour-long call, one of our engineers told Claude to implement a feature she'd designed that morning — remote tool calling across remote agents. By the end of the call it was running: ten agent instances running on ten Kubernetes clusters, one querying the others. And while she'd put time into the initial plan, she didn't need to nudge the agent along after that — it one-shot the whole thing.
This only works because her Claude Code can deploy large amounts of test infrastructure on its own, hit the edge cases we hadn't designed for, fix them, and verify each fix live — so it just kept going until the feature actually worked, without stopping for a human.
We call this machinery a harness1 — the environment that lets an agent spin up our full stack, exercise a feature end to end, take screenshots and actually look at them — or do whatever else a human would need to do to verify the work. Building harnesses is easy, so long as you're persistent. Run the agent, watch where it stops, and fix that stop — but the right way: instead of running the command or pasting in the error yourself, give the agent the visibility to find the problem on its own, so next time it gets there without you. Then run it again. There are always more stops than you think, and you don't get the fast autonomous loop until you've worked through them all. A prerequisite for all this is running Claude Code (or your own favorite coding agent) in a sandboxed environment where you can safely auto-approve every tool call.
A few examples of what this looks like for us:
For startups like us, competing and winning against bigger, established players, velocity is everything — and in 2026, velocity has one major variable: how often a human has to step in and unblock the agent. Every time the agent stops and waits for a person, the loop runs at human speed — minutes or hours per turn, orders of magnitude slower. Take the human out and the same loop runs all night, without you.
Here's a tip for getting started: the next time you're about to copy-paste something to the agent — an error, a log, a screenshot — stop and ask what it would take for the agent to see that itself. There are usually several missing pieces. Pick the easiest one and build that first. Then keep doing that until you're out of the loop — and you'll be done. Good luck, and happy looping.
1 Technically the harness is Claude Code, but we're misappropriating the term in a way we find useful.

Natan Yellin, CEO — Natan has been writing software for over 15 years. He regularly posts on LinkedIn.
Work emailTell us about your infrastructure
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。