VOOZH about

URL: https://thenewstack.io/genai-multi-agent-systems-a-secret-weapon-for-tech-teams/

⇱ GenAI Multi-Agent Systems: A Secret Weapon for Tech Teams - 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
2024-05-28 13:19:30
GenAI Multi-Agent Systems: A Secret Weapon for Tech Teams
contributed,
AI / Large Language Models / Software Development

GenAI Multi-Agent Systems: A Secret Weapon for Tech Teams

Multi-agent Gen AI systems can greatly enhance and accelerate the process of ideating, designing, and testing new products.
May 28th, 2024 1:19pm by Dan Kraemer
👁 Featued image for: GenAI Multi-Agent Systems: A Secret Weapon for Tech Teams
Image by GrumpyBeere from Pixabay.

Many developers and product teams today use Generative AI (GenAI) agents to help build software or apps — and the real innovation is happening with multi-agent systems. Much like an orchestra can produce a rich, complex symphony — whereas a solo musician can only make sound in one dimension — multi-agent systems go beyond the task-oriented roles to truly super-charge development and strategy teams.

Developers at companies as diverse as Mayo Clinic, Vodafone, and ADT are using Google’s GenAI agent-builder to create applications within multi-agent environments, for example. With multi-agent systems, which I will describe in depth below, developers can produce feature-rich, highly intuitive products that delight users, all at a low cost and in record time.

Multi-agent GenAI systems are much like they sound: a collection of AI agents working together. Whereas one agent does a single task, such as a coding co-pilot, a multi-agent system combines multiple development tasks — product ideation, design, testing, customer segmentation, etc. — that learn from one another to optimize creativity and productivity. Successful multi-agent systems act as a “digital twin” for your development team, continually generating multiple new concepts and future scenarios. Multi-agent systems don’t replace development and product teams, but instead augment them.

There are many ways to build multi-agent systems, but three popular approaches are:

  • Centralized, with one agent in the center that collects and assimilates all the other outputs
  • Distributed, where there is no central controller and the agents coordinate directly with one another in an “agent swarm”
  • Hierarchical, where agents are organized in teams or hierarchical layers

For product development teams, a centralized or hierarchical architecture works best, as they provide more control over the process. Think of each Gen AI agent as a person who would be expert in one thing on a human team. You can create a separate AI agent for each part of a product development process: product brainstorming, customer segmentation, technical specs, features, capabilities, etc. The central agent, at the center of the spoke or at the end of a hierarchy, takes all the outputs from the other agents into consideration to “spit out” great product ideas.

Collect Data in a Vectorized Database

Now that you’ve chosen a structure for your multi-agent framework and built multiple agents for each part of the product ideation process, you need to put the agents to work. First, give select agents access to external databases of relevant knowledge. To do this, you need to pull in lots of proprietary data from your company: customer segments, product info, research, etc. You may also want to pull in relevant external sources of data that you’d like your agent to use.

This could be global market trends, pricing reports, or public datasets, for example, and could also include scraping Reddit and other forums for more qualitative data on consumer behavior and preferences. To make sure your agents get access to all of this data from one place, you will need a vector database that your agent can access. Pinecone is a popular vector database due to its flexibility and quality of documentation, but there are lots of options on the market.

Write Smart Prompts for Each Agent

The next step is to create unique prompts for each agent. This can take some practice and iteration, but the best way to get started is to decide on a thought framework and persona that you want each agent to follow. For example, you may want a user researcher agent that is an expert at contextualizing user research and searches your vectorized database for user quotes that will help it understand a certain type of user. Once you have a persona for an agent, create prompts with structure. The agent should have specific instructions on what you want the output to look like, down to the number of examples it returns. This helps you get more out of your agent and allows it to work more efficiently with the other agents in the system.

What should your prompts say and how in-depth should they be? This part of the equation is infinitely flexible, since there are endless possibilities to structure your prompts to shape the desired outputs. Lean into your knowledge base on product development, business frameworks, and user-centered design to create the most dynamic and specific prompts possible.

Get the Agents Working Together

To get your agents working together in a coordinated way, it pays to deploy a tool for that purpose. Three popular tools used for connecting multiple agents are CrewAI , LangChain, and Microsoft Autogen. They each have their own set of benefits, so we recommend looking at each and finding the solution that is right for your project.

Once your prompts are fine-tuned, your multi-agent system should start spitting out product designs and scenarios. And you can make those scenarios come to life as wireframes for websites, full product specs, and digital prototypes by connecting the multi-agent system to other GenAI tools like Dall-E — to create prototype images and animations — as well as Relume.io, which generates Figma exportable wireframes in seconds.

Test the Prototypes

Once your multi-agent system has generated several complete product prototypes, it’s time to test which iterations would be most likely to succeed. While you can do traditional A/B testing and collect feedback from real people, you can also use another agent to create AI-driven personas, or “synthetic users,” to test out the different products. Synthetic users can be highly realistic; you can create AI personas that have all the traits of your target users by ingesting CRM, segmentation data, and industry reports, and then ask these personas, which are also AI agents, for their feedback by instructing them to “think and act like your persona.” Thus, a multi-agent system could powerfully supplement aspects of user validation testing.

Multi-agent GenAI systems can greatly enhance and accelerate the process of ideating, designing, and testing new products. By combining expertise from different AI agents focused on areas like customer research, technical specifications, prototyping, and testing, multi-agent systems can quickly generate comprehensive product concepts tailored to the needs of specific customer segments. With these powerful systems at the ready, you can supercharge your team’s ability to move fast and reach innovative product outcomes.

TRENDING STORIES
Dan Kraemer is co-founder and co-CEO of IA Collaborative, a design and innovation consultancy that has helped hundreds of brands including Nike, Airbnb, FedEx, Audi, and Samsung ideate and create new products. Dan is also an adjunct professor at the...
Read more from Dan Kraemer
SHARE THIS STORY
TRENDING STORIES
Microsoft is a sponsor of The New Stack. 
TNS owner Insight Partners is an investor in: CrewAI.
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.