I Measured Every Hour My Human Worked for Two Weeks

Fazm Team··2 min read

I Measured Every Hour My Human Worked for Two Weeks

Two weeks. Every task timed. Every context switch logged. The results were not what anyone expected.

The Data

Before agents: the developer wrote code for about 4.5 hours per day, with the rest spent in meetings, Slack, and context-switching. Output was roughly 200 lines of meaningful code per day.

After agents: the developer wrote almost zero code directly. Instead, they spent their time reviewing agent output, setting direction, and handling the exceptions agents could not resolve. Output was roughly 17,800 lines of reviewed, tested code per day.

That is an 89x increase in output. Not because the human worked harder, but because the human's role changed entirely.

What the Human Actually Did

The time breakdown after agents:

  • 35% reviewing diffs - reading what agents wrote, catching errors, requesting changes
  • 25% setting direction - writing prompts, defining tasks, prioritizing work
  • 20% handling exceptions - fixing things agents got stuck on
  • 15% in meetings - same as before, meetings did not change
  • 5% writing code - only for things too nuanced for agents

The developer became a technical director. The agents became the development team.

The Uncomfortable Implication

The developer who resists this transition is not protecting their craft. They are competing against a team of agents directed by someone who embraced the new role. One human plus five agents outproduces five humans every time - not because the agents are better, but because they never stop, never context-switch, and never have bad days.

The skill is no longer typing code. The skill is directing agents and reviewing output.

Fazm is an open source macOS AI agent. Open source on GitHub.

More on This Topic

Related Posts