Back to Blog

Developers Are Becoming Project Managers in the AI Era

Fazm Team··3 min read
ai-eradevelopersproject-managementcareersoftware-engineering

Developers Are Becoming Project Managers in the AI Era

Coding was the fun part. That is the uncomfortable truth many developers are discovering as AI tools take over more of the implementation work. What remains is the part most developers became developers to avoid: project management.

The New Developer Workflow

A typical day now looks like this:

  1. Write a spec describing what needs to be built
  2. Assign the task to an AI agent
  3. Review the pull request the agent produces
  4. Write feedback and request changes
  5. Repeat

Sound familiar? That is a project manager's workflow. You went from writing code to writing specs, from implementing features to reviewing implementations, from debugging your own code to debugging someone else's output.

More Time on Specs Than Code

Some developers report spending more time writing specs for AI than they ever spent writing actual code. The irony is thick - you became a developer because you liked building things, and now you spend your day describing what to build for something else to execute.

The spec writing is critical work. A vague spec produces vague code. A detailed spec with clear boundaries, edge cases, and expected behavior produces good results. But it is fundamentally a different skill than programming.

The Skills That Matter Now

The developers who thrive in this environment are the ones who are good at:

  • Breaking down problems into well-scoped tasks
  • Writing clear specifications that leave no room for ambiguity
  • Reviewing code quickly and spotting subtle issues
  • System design - understanding how pieces fit together
  • Communication - the actual core skill of project management

Is This a Bad Thing?

Not necessarily. The leverage is enormous. One developer managing five AI agents can produce the output of a small team. But it requires accepting that the job has fundamentally changed. The developers who resist this shift and insist on writing all the code themselves will fall behind those who embrace the coordinator role.

The fun part is not gone - it has moved. Designing systems, solving hard problems, and orchestrating complex workflows can be just as satisfying as writing code. But it is a different kind of satisfaction.

More on This Topic

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

Related Posts