Multi-agent AI

Creator
Creator
Seonglae Cho
Created
Created
2023 Aug 15 15:11
Editor
Edited
Edited
2025 Jul 24 14:21

Inter-AI Communication, AI Social Simulation

Introducing variations to environments for one another, leading to non-stationary environments which can yield emergent behaviors.
A native approach for multi-agent communication is important, not just role-playing with formatted dialogue.
  • Communication not have to be a Natural Language, Vector or Programming Language
  • Like human being,
    Network Effect
    will give a huge leap for AI development
Multi-agent AI Training Notion
 
 
Multi-agent AI Systems
 
 
 
 
Clear role division is most important. It's best to consider the complexity and separability of tasks and only transfer necessary data between agents. Agents cannot handle multiple complex tasks at once and should be assigned one at a time. Additionally, returning results in JSON or Pydantic type formats provides significant
Prompt Complexity
improvements. One approach is to allow agents to generate according to
Stream of consciousness
initially, then have a separate agent for structuring and scheming the output.
 
 
 
 

Recommendations