Challenge

Optimize AI Data Center Operations with Gemini 2.5 Pro & CrewAI

Inspired by the immense scale and cost of new AI data centers like Stargate, this challenge tasks developers with creating an intelligent, agentic system to optimize data center operations. Participants will build a CrewAI-based team of specialized agents, powered by Gemini 2.5 Pro, to manage resource allocation, predict maintenance needs, and enhance energy efficiency. This system will ingest simulated real-time telemetry data (power consumption, temperature, workload metrics) and make proactive operational decisions. The solution will emphasize hybrid instant/deep reasoning, allowing agents to react immediately to critical alerts while performing complex, multi-modal analysis (e.g., correlating thermal images with power logs) for long-term optimization strategies. Agents will leverage RAG against vast operational manuals and equipment specifications, and employ adaptive thinking budgets to intelligently manage their reasoning effort for different tasks, ultimately aiming to reduce operational expenditure and improve system uptime.

Workflow AutomationHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Inspired by the immense scale and cost of new AI data centers like Stargate, this challenge tasks developers with creating an intelligent, agentic system to optimize data center operations. Participants will build a CrewAI-based team of specialized agents, powered by Gemini 2.5 Pro, to manage resource allocation, predict maintenance needs, and enhance energy efficiency. This system will ingest simulated real-time telemetry data (power consumption, temperature, workload metrics) and make proactive operational decisions. The solution will emphasize hybrid instant/deep reasoning, allowing agents to react immediately to critical alerts while performing complex, multi-modal analysis (e.g., correlating thermal images with power logs) for long-term optimization strategies. Agents will leverage RAG against vast operational manuals and equipment specifications, and employ adaptive thinking budgets to intelligently manage their reasoning effort for different tasks, ultimately aiming to reduce operational expenditure and improve system uptime.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Learning goals

What you should walk away with

  • Master CrewAI for defining roles, tasks, and hierarchical delegation within an agent team (e.g., Energy Optimizer, Maintenance Predictor, Resource Allocator, Anomaly Monitor).

  • Build specialized agents utilizing Gemini 2.5 Pro's advanced reasoning and multimodal capabilities to interpret simulated sensor data (temperature, power, visuals), analyze logs, and generate optimization recommendations.

  • Implement hybrid instant/deep reasoning patterns: allowing agents to use Gemini 2.5 Pro for quick classification of routine events (instant) and then invoking more resource-intensive, multi-step analysis (deep think mode) for novel anomalies or complex optimization problems.

  • Design and integrate a robust RAG system, enabling agents to retrieve relevant information from a simulated knowledge base of data center blueprints, equipment manuals, energy efficiency standards, and past incident reports.

  • Develop and apply adaptive thinking budgets for agents, which dynamically adjust the complexity of their Gemini 2.5 Pro prompts or the number of reasoning steps based on the real-time urgency and potential impact of the task.

  • Implement tool integration for agents to interact with simulated data center APIs (e.g., for adjusting HVAC settings, power distribution, workload migration).

  • Orchestrate continuous optimization loops where agents monitor performance, generate reports, and execute proactive adjustments to maintain efficiency and reliability.

How this agent runs

The solution will be evaluated on its ability to accurately identify and propose optimizations for simulated data center scenarios (e.g., energy spikes, potential hardware failures), its effective use of Gemini 2.5 Pr...

Preview configuration

Challenge input

{ "telemetry": { "current_power_draw_mw": float, "server_rack_temps_c": {"rack_A": float, "rack_B": float}, "utilization_percent": {"cpu": float, "...

Agent execution

The configured agent processes the input under the challenge policy.

Evaluated output

{ "proposed_actions": ["string"], "estimated_savings_kwh": float, "reasoning_trace": ["string"], "agent_collaboration_summary": "string" }

Checks for
  • Verifies if the proposed `estimated_savings_kwh` meets or exceeds a target percentage of the `current_power...
  • Checks if `potential_failure` and `recommended_action` are correct based on the simulated multimodal input...
Proof of success
  • MultimodalReasoningQuality target: 0.9
Runtime evidence
  • Python execution harness
View technical recipe

Configured tools

No tool records are attached.

Evaluation contract

  • The evaluation module defines the checks.

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Run this agent on your dataset

Versalist can run this agent on your behalf with your data. Tell us about your dataset and the result you need.

Discuss your dataset
Start from your terminal
$npx -y @versalist/cli start optimize-ai-data-center-operations-with-gemini-2-5-pro-crewai

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Frequently Asked Questions about Optimize AI Data Center Operations with Gemini 2.5 Pro & CrewAI