Back to evaluations
Public evaluation

MarketAnalysisReport

The evaluation will focus on the system's ability to accurately analyze market conditions, formulate coherent strategies, and generate persuasive sales pitches, while demonstrating effective agent collaboration and tool integration.

Evaluation type
task based
Challenge
Build AI Sales Intelligence Agent
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
2
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

MarketAnalysisReport

Generate a comprehensive market analysis report for a given industry and competitor, identifying key trends, competitor strengths/weaknesses, and potential opportunities.

Input format

{'industry': 'string', 'competitor_name': 'string', 'focus_areas': ['string']}

Output format

{'report_title': 'string', 'executive_summary': 'string', 'sections': [{'heading': 'string', 'content': 'string', 'key_insights': ['string']}]}

Task 2

SalesPitchGeneration

Based on the market analysis, generate a tailored sales pitch (email or script) for a specific target customer persona, highlighting how your hypothetical product addresses identified market opportunities or competitor weaknesses.

Input format

{'market_analysis_report': 'json', 'target_persona': {'role': 'string', 'industry': 'string', 'pain_points': ['string']}}

Output format

{'pitch_format': 'email|script', 'subject_line': 'string', 'body': 'string', 'call_to_action': 'string'}