HardwareOptimizationRecommendation
The system will be evaluated on its ability to generate optimized deployment configurations and code, demonstrate effective agent collaboration, and utilize MCP-enabled tools to achieve specific performance and cost targets for AI model inference on target hardware.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
HardwareOptimizationRecommendation
Evaluates the agents' ability to recommend an optimized hardware configuration and deployment strategy for a given AI model.
{'ai_model_spec': {'name': 'string', 'parameters_count': 'int', 'inference_latency_target_ms': 'int'}, 'available_hardware_profiles': [{'id': 'string', 'type': 'string', 'compute_gflops': 'int', 'memory_gb': 'int', 'cost_per_hour_usd': 'float'}]}
{'recommended_hardware_id': 'string', 'deployment_strategy': 'string', 'estimated_latency_ms': 'int', 'estimated_cost_per_hour_usd': 'float', 'optimization_notes': ['string']}
CodeGenerationForOptimization
Evaluates the 'Code Optimizer' agent's ability to generate relevant code snippets for performance tuning based on identified bottlenecks.
{'bottleneck_description': 'string', 'programming_language': 'string', 'target_hardware_spec': 'dict'}
{'generated_code_snippet': 'string', 'explanation': 'string', 'performance_gain_estimate_percent': 'float'}