VOOZH about

URL: https://thenewstack.io/the-future-of-agentic-coding-is-multiplayer/

⇱ The Future of Agentic Coding Is Multiplayer - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-09-09 11:00:46
The Future of Agentic Coding Is Multiplayer
sponsor-aviator,sponsored-post-contributed,
AI Agents / AI Engineering / Operations

The Future of Agentic Coding Is Multiplayer

Building software with AI agents isn’t a solo sport, especially when projects touch multiple repos, services and prompt engineering knowledge.
Sep 9th, 2025 11:00am by Ankit Jain
👁 Featued image for: The Future of Agentic Coding Is Multiplayer
Image from alphaspirit.it on Shutterstock.
Aviator sponsored this post.

Whether you love it or hate it, by now most software developers have tried out some version of AI-coding tools. However, once we look beyond the vanity metrics of daily or weekly AI-tools usage, the adoption in enterprise is all over the place.

There are developers who swear by it and report 10x productivity (except when they run out of token usage), and there are those skeptical of whether this even adds any value or just increases the tech debt.

The truth is, both of these behaviors can be experienced at the same company.

Problems With Enterprise AI Adoption

There are a few problems with the current approach of AI adoption in enterprises:

  1. Lack of context: Working in large, messy code bases of enterprises is far from “vibe coding.” No matter how good the models get or how well we design the next coding agent, we cannot make progress without providing correct and complete context to the large language model (LLM) agents.
  2. Learning curve: Using coding agents effectively requires at least certain training that most organizations don’t provide today. This leads to varying usage and success with these tools. Some developers who have tried and tested various approaches now have their handy cookbooks on how to get the best out of these tools, while others are still dipping their toes with limited success.
  3. Tribal knowledge: Enterprises are not built overnight. People come and go, sending a lot of tribal knowledge out the door regularly. When we think about context, we always think of docs and specifications of what and how. A lot of tribal knowledge revolves around the “why.” The evolution of an organization involves thousands of micro-decisions made every day, forming the decision trees that are reflected in the code. Understanding why the product is built in such a way is just as important as how it’s built. This information may sometimes not even be captured in the product specs.

Remote Agentic Environments

Recently, I talked about the rise of AI-coding environments that code autonomously. These coding agents can take instructions from the developers and execute them with little hand-holding. This means that, unlike the coding agents tied to your IDE, these can scale exponentially, performing hundreds of parallel operations, only limited by the amount of work that can be assigned to them, and of course, the LLM budgets of your organization.

However, this is just the infrastructure side of the equation. The problems of the lack of context, lost tribal knowledge and varying levels of engineers’ familiarity with AI remain.

Ultimately, the engineers who know how to work well with the IDE-based agents would get value out of this, but remote agents themselves don’t solve the real enterprise problem: lack of developer-AI collaboration.

Spec-Driven Development

Spec-driven development represents perhaps the most significant paradigm shift from traditional “vibe coding” to structured, specification-first AI development. This approach treats specifications as “super prompts”: Version-controlled, human-readable documents that serve as comprehensive context for AI agents. Think of these documents as detailed product specs that act as a contract between humans and AI agents that cover business context, edge cases with clear guidance of how to navigate the code.

With that in mind, specs become more critical and binding than the code. If that’s the case, it’s time we treat these specs as first-class citizens.

Stop Reinventing Prompts

I also wrote about the value of code reviews. More than finding bugs, code reviews help with knowledge sharing. This is how tribal knowledge gets pushed out from one person to another. I’m also a big fan of occasional pair programming as an alternative that helps align ideas quickly. However, if we look at our patterns of AI-coding, we do everything the opposite way:

We work on the prompts in our IDEs, provide feedback to the coding agents back and forth, generate the code, submit the code for review and then throw away the prompts.

These prompts are the context, these prompts are the tribal knowledge. It’s time we start preserving these prompts.

Multiplayer Remote Agentic Environments

This is where the concept of runbooks comes in. Runbooks for agentic AI are a way to save the context, collaborate on prompts, share execution workflows and maintain audit trails and pre-configured remote agentic environments.

The real power of runbooks shows when more than one engineer is involved. Building software with AI agents isn’t a solo sport, especially when projects touch multiple repos, services and prompt engineering knowledge.

Runbooks let teams switch from single-player to multiplayer mode to:

  • Collaborate on prompts
  • Share execution workflows
  • Maintain audit trails

These runbooks bridge the gap between product specs and the code:

  • You can take someone’s runbook and build on top of it.
  • Apply context from one code path or repository to another.
  • Create your own specs and get feedback from the team.
  • Collaborate with all stakeholders in a single session with the coding agents.

Version Controlled

Reusable Runbooks capture the team’s AI prompting knowledge and execution patterns that evolve. If these are living, breathing documents, it’s important to maintain versioning.

There are several benefits:

  • Understand how the specs evolved.
  • Track any code change to the exact version of the runbook.
  • Let others fork the runbooks to create their custom versions and contribute back.
  • Roll back changes when AI goes wrong (and it will go wrong).

Specs are the new code. Once we learn to collaborate on the specs the way we have learned to collaborate on the code in the last few decades, we will be able to fully use the power of AI agentic tools. Try Runbooks and turn AI coding from individual experiments into team-wide engineering projects.

Aviator is a developer productivity platform used by modern engineering teams to ship AI-generated code at scale. Shared context, faster reviews, deterministic verification, and merge-to-deploy automation built for the volume AI creates.
Learn More
The latest from Aviator
Hear more from our sponsor
TRENDING STORIES
Ankit Jain is a cofounder and CEO of Aviator, a developer productivity platform used by modern engineering teams to ship AI-generated code at scale. He also leads The Hangar, a community of senior DevOps and senior software engineers focused on...
Read more from Ankit Jain
Aviator sponsored this post.
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.