Sprint 7 #5: What actually moved off our desks

Becoming AI-Native · Issue #5

June 1, 2026


What actually moved
off our desks

Week 4 in review. We ran the triage experiment we promised last issue: sort every workflow into three buckets. Here is what we found.

New here?

Sprint 7 is a small group building in public and documenting what it actually takes to work AI-natively. Every issue is in the archive.

Browse all issues →

Hi. This is Sprint 7.

Fifth letter. Week 4 wrapped, and we owe you a report.

If you're new: Sprint 7 is a small group building in public and writing down what working AI-natively actually looks like, week by week. We track what breaks and what holds.

Week 4 in one line

If we had to boil it down:

"You can't estimate how much work an agent can take on until you actually hand some over."

The triage experiment: what we found

Last issue we closed with a plan: walk through every workflow we run and sort it into three buckets. What stays with a human, what moves to an agent, what moves to an agent billing against a programmatic credit pool. We did it. The results were not what we expected.

Some things we assumed would hand off cleanly turned out to need more human judgment than we thought. Some things we'd been holding onto by habit could have moved weeks ago. And a few attempts to delegate just broke.

What moved cleanly

The cleanest hand-offs shared a structure: fixed input, defined output format, human review at the end. Structured note-taking from meetings landed here. Research clustering landed here. Template-driven first drafts landed here. Once we saw the pattern, it became a quick filter.

One person in the group now walks out of meetings with nothing but a scratchpad and a recording. By the time they're back at their desk, the agent has pulled the calendar metadata, read the rough notes and the audio, and posted the structured version into the right Notion page. The cleanup step is gone from their task list. That's the clearest delegation win from the week.

🟢 Delegates well when

Input is stable. Output format is defined. A human reviews the result before it ships anywhere. With all three in place, an agent can handle the middle without much drift.

What stayed on the human side

Direction calls, trade-off decisions, interpreting feedback and figuring out what to do next. Agents can produce output for all of these, but checking whether that output points the right way often took as long as doing the work directly.

A movie-club web app made this obvious in one of our regular reviews. One member was trying to show the distance between two theaters in the UI. It sounds simple: draw a line, show the mileage, make it look clean. In practice, the angle of the line, the size of the distance label, the placement, and the overall look kept coming out wrong. It took more than 20 tries.

The agent kept changing the code, but the hard part was still human: does this look right? Does the distance feel clear? Is the design getting cleaner, or just busier? That was the moment the need for a designer became obvious. Implementation was not the bottleneck. Knowing what the screen should feel like was.

🔵 Keep it human when

Checking the agent's answer takes roughly as long as doing the task yourself. When verification cost tracks execution cost, the delegation gain disappears.

What broke

A few delegation attempts failed in a different way. In the latest review, someone talked about inheriting code for an automatic buying bot. It ran, at least on the surface. But the traces of fast vibe coding were everywhere, so maintenance and feature work became hard. Parts of it had to be rolled back to an earlier version.

That made the lesson clearer. There is a difference between code that works once and code another person can safely inherit. If the hand-off only optimizes for "make it run," the cleanup comes back later as human work. The acceptance bar has to include readability, structure, and the next person's ability to change it.

🟢 Try this

Before handing work to an agent, define two bars: what counts as "it runs," and what counts as "someone else can safely change it later." They are not the same bar.

Want to keep following?

The newsletter carries the weekly through-line. For shorter tips, build notes, and visual cards, use the Medium, X, Threads, and Instagram links in the footer.

Those channels update through the week, so this issue points you to the channels instead of freezing a recap here.


Thanks for reading.

The thing that stayed with us most from week 4 was this: the range of what an agent can handle is not something you can figure out by thinking about it. You find it by handing things over and watching. Some moves work right away. Some stall and come back to your desk. Some break and tell you something useful about the task itself. The sorting gets faster after you've made a few of each kind of mistake. That is probably what building the skill actually looks like.

See you next Monday.

Sprint 7

Past issues

Browse all issues →