Multi-Agent Dev Team for Performance Optimization
This challenge involves building an multi-agent system. The goal is to simulate a collaborative development team focused on optimizing Python code for performance. A 'Lead Developer' agent, 'Code Reviewer' agent, and 'Performance Tester' agent, all powered by Gemini 3, will collaborate through A2A communication. They will generate, refactor, and benchmark code, using adaptive thinking budgets to manage complexity in optimization tasks and graph-based workflows for task delegation and feedback loops.
What you are building
The core problem, expected build, and operating context for this challenge.
This challenge involves building an multi-agent system. The goal is to simulate a collaborative development team focused on optimizing Python code for performance. A 'Lead Developer' agent, 'Code Reviewer' agent, and 'Performance Tester' agent, all powered by Gemini 3, will collaborate through A2A communication. They will generate, refactor, and benchmark code, using adaptive thinking budgets to manage complexity in optimization tasks and graph-based workflows for task delegation and feedback loops.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
What you should walk away with
Master AutoGen for setting up multi-agent conversations, group chats, and task orchestration.
Configure multiple agents (e.g., 'Lead Developer', 'Code Reviewer', 'Performance Tester') with distinct roles and Gemini 3 as their underlying LLM.
Implement robust A2A communication protocols within AutoGen, enabling agents to provide feedback, request changes, and validate solutions iteratively.
Develop code generation capabilities for the 'Lead Developer' agent, focusing on Python functions that can be optimized.
Design the 'Performance Tester' agent to execute generated code, benchmark its performance (e.g., execution time, memory usage), and report metrics.
Integrate adaptive thinking budgets into the agents' decision-making process, allowing them to spend more 'thought tokens' on complex refactoring problems and less on straightforward code generation.
Create a graph-based workflow within AutoGen to manage the code optimization lifecycle, including initial generation, review, testing, refactoring, and re-testing until performance targets are met.
[ok] Wrote CHALLENGE.md
[ok] Wrote .versalist.json
[ok] Wrote eval/examples.json
Requires VERSALIST_API_KEY. Works with any MCP-aware editor.
DocsAI Research & Mentorship
Participation status
You haven't started this challenge yet
Operating window
Key dates and the organization behind this challenge.
Find another challenge
Jump to a random challenge when you want a fresh benchmark or a different problem space.