← Latest papers
🤖 AI

Building Persona-Based Agents On Demand: Tailoring Multi-Agent Workflows to User Needs

This paper proposes a pipeline for dynamically generating on-demand, persona-based agents at runtime to overcome the limitations of fixed, hard-coded multi-agent architectures by tailoring workflows to specific user needs and contexts.

Original authors: Giuseppe Arbore, Andrea Sillano, Luigi De Russis

Published 2026-05-01
📖 5 min read🧠 Deep dive

Original authors: Giuseppe Arbore, Andrea Sillano, Luigi De Russis

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you walk into a restaurant where the kitchen is run by a team of robots. In the current version of this restaurant, the robots have fixed jobs that never change. One robot is always the grumpy chef who only speaks in short, technical commands. Another is always the slow, overly polite waiter. No matter who you are or what you order, the kitchen runs the exact same way. If you want a quick, casual meal, you still have to deal with the grumpy chef. If you want a detailed explanation of your food, you still have to wait for the slow waiter.

This paper argues that this "one-size-fits-all" approach is holding back the potential of AI. The authors, researchers from Politecnico di Torino, propose a new way to build these AI teams (called "multi-agent systems") where the robots can change their personalities and roles on the fly, just for you.

Here is how their idea works, broken down into simple steps:

The Problem: The Rigid Kitchen

Right now, most advanced AI systems are built with a "hard-coded" structure. The designers decide ahead of time: "Agent A will always be the planner, Agent B will always be the researcher, and they will always talk to each other in this specific order."

  • The Issue: If you are an expert who wants a quick answer, the system might still force you through a slow, beginner-friendly process. If you are a beginner who needs a friendly explanation, the system might give you a cold, technical report. The system doesn't know you; it only knows its pre-written script.

The Solution: The "Chameleon" Kitchen

The authors suggest a system where the AI team is built in real-time based on what you need at that exact moment. Think of it like a kitchen where the robots can instantly transform into whatever persona is needed to help you specifically.

If you ask a complex question, the system might instantly create a "strict but brilliant professor" persona to explain the details. If you ask a simple question, it might switch to a "friendly neighbor" persona to give a quick, casual answer.

How It Works: The Four-Step Pipeline

The paper describes a specific process (a pipeline) that happens every time you ask a question. Here is the flow:

  1. Listening and Understanding (Query Analysis):
    First, the system listens to your question. It doesn't just read the words; it tries to figure out who you are (are you an expert or a beginner?) and what you really want (do you need a quick summary or a deep dive?). It breaks your big question down into smaller, manageable tasks.

  2. Creating the Team (Agent Generation):
    This is the magic step. Based on what it learned in step one, the system creates the perfect AI agents on the spot.

    • It doesn't pick from a pre-made list. It writes a new "job description" (a persona) for a robot that fits your needs.
    • Example: If you need a coder, it creates a "precise, no-nonsense coder" persona. If you need a creative writer, it creates a "imaginative, flowery writer" persona.
    • It then "wakes up" these new agents, giving them their specific instructions and personality traits.
  3. The Team Gets to Work (Execution):
    The system assigns the small tasks to the newly created agents. If two tasks can be done at the same time, the agents work in parallel. If one task needs the result of another, the system makes sure the first agent finishes before the second one starts. They work together, but they are all tailored to your specific request.

  4. Serving the Final Dish (Aggregation):
    Once all the agents finish their parts, the system gathers their work. It stitches the pieces together into one smooth, coherent answer. It makes sure the tone is consistent and that the final result matches exactly what you asked for, removing any repetition or confusion.

Why This Matters

The main point of the paper is that we should stop treating AI agents like static tools with fixed personalities. Instead, we should treat them like dynamic performers that can change their act to suit the audience.

  • Current Way: You have to adapt to the AI's fixed style.
  • New Way: The AI adapts its style, role, and team structure to fit you.

The authors believe this makes the technology more useful and less frustrating. It allows the system to be a "chameleon," changing its colors to match the user's expertise, preferences, and the specific situation, rather than forcing every user to fit into a single, rigid mold.

In short: Instead of a robot team that always acts the same, imagine a team that can instantly become the exact experts you need, speaking in the exact way you prefer, every single time you ask for help. That is what this paper proposes.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →