Real-time Weather Prediction Agents
This challenge requires you to build a multi-agent system using CrewAI for real-time weather forecasting. Your system will simulate processing continuous streams of satellite telemetry and sensor data via Apache Kafka. A team of specialized agents, powered by Gemini 2.5 Pro for data analysis and reasoning, will collaborate to perform data ingestion, pattern recognition, predictive modeling, and alert generation. The focus is on orchestrating complex, asynchronous workflows where agents manage data integrity, learn from historical patterns, and provide actionable weather insights with low latency.
What you are building
The core problem, expected build, and operating context for this challenge.
This challenge requires you to build a multi-agent system using CrewAI for real-time weather forecasting. Your system will simulate processing continuous streams of satellite telemetry and sensor data via Apache Kafka. A team of specialized agents, powered by Gemini 2.5 Pro for data analysis and reasoning, will collaborate to perform data ingestion, pattern recognition, predictive modeling, and alert generation. The focus is on orchestrating complex, asynchronous workflows where agents manage data integrity, learn from historical patterns, and provide actionable weather insights with low latency.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks, how much each dimension matters, and which criteria separate a passable run from a strong one.
KafkaDataIngestion
Verify that the agent system successfully consumes data from the specified Kafka topic.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
ForecastCompleteness
Ensure a 24-hour forecast is generated without missing data points.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
ForecastAccuracy (RMSE)
Root Mean Square Error for temperature predictions compared to ground truth, lower is better. • target: 1.5 • range: 0-5
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
ProcessingLatency
Average time taken from data ingestion to forecast output, lower is better. • target: 200 • range: 0-500
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Master CrewAI for defining roles, goals, tasks, and tools for collaborative AI agents.
Implement real-time data ingestion pipelines using Apache Kafka for high-throughput sensor data.
Design a 'Data Analyst' agent leveraging Gemini 2.5 Pro's capabilities for complex pattern recognition in meteorological data.
Develop a 'Predictive Modeler' agent responsible for running forecasting models and updating predictions based on new data.
Integrate Weights & Biases (W&B) for tracking model experiments, managing different forecasting models, and monitoring their performance.
Deploy a simulated inference endpoint using Cerebras Inference for serving weather prediction models with low latency.
Orchestrate an end-to-end workflow where agents automatically detect anomalies, generate forecasts, and publish alerts.
[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.