Claude Agents Heat Tracker: Parametric Thermal Risk Policy Engine
Chronic extreme heat in Europe threatens agricultural assets and infrastructure, requiring automated parametric payout triggers. Build a Claude Agents SDK system powered by Llama 3.3 70B to evaluate high-resolution Copernicus weather feeds and verify parametric triggers with 98% precision.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an agentic parametric monitoring tool using Claude Agents SDK and Llama 3.3 70B to track European urban/agricultural heat indices and automate claim payouts.
How work is evaluated
Evaluates parametric heat index calculation and automatic claim trigger execution accuracy.
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 and which criteria separate a passable run from a strong one.
trigger_logic_correctness
Ensures parametric triggers fire strictly when weather thresholds are met.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
precision
Precision of parametric policy execution actions. • target: 0.98 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Configure Claude Agents SDK extended thinking capabilities for numerical logic.
Incorporate Llama 3.3 70B for cost-efficient weather telemetry extraction.
Define parametric trigger metrics (e.g., >40°C for 3 consecutive days).
Validate policy payout actions with zero false positives.
Reference links and supporting material
Time-series daily temperature dataset across 50 European agricultural zones spanning summer heatwave periods.
How this agent runs
Evaluates parametric heat index calculation and automatic claim trigger execution accuracy.
Challenge input
JSON containing region_id, daily_max_temps_c (array), policy_threshold_temp, policy_required_days
Claude Agents SDK
Anthropic agent SDK for multi-step logical operations.
Llama 3.3 70B
Open-source high-performance LLM for structural data parsing.
Evaluated output
JSON containing trigger_met (boolean), consecutive_days_exceeded, payout_amount_usd
- Ensures parametric triggers fire strictly when weather thresholds are met.
- Precision of parametric policy execution actions. • target: 0.98 • range: 0-1
- Benchmark: Parametric Climate Trigger Benchmark
- Precision target: 0.98
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Llama 3.3 70B · Required
- Featherless AI · Optional
- DeepSeek R1 · Optional
Evaluation contract
- trigger_logic_correctness · Weight 1
- precision · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.