Build a Green Hydrogen Investment Decision Agent with Vercel AI SDK and Novita AI
Green hydrogen project cancellations underscore the need for rigorous LCOH (Levelized Cost of Hydrogen) evaluation before FID. Build an automated investment review agent using Vercel AI SDK and Novita AI inference endpoints to evaluate power purchase agreements and capital costs, providing clear go/no-go recommendations.
What you are building
The core problem, expected build, and operating context for this challenge.
Construct an investment evaluation pipeline with Vercel AI SDK and Novita AI inference runtimes.
How work is evaluated
Evaluates accuracy of LCOH calculations and consistency of FID decisions across varying power prices.
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.
decision_validity
Ensures decision is PROCEED when target price exceeds calculated LCOH
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
lcoh_accuracy
Accuracy of computed hydrogen cost per kg • target: 0.97 • 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
Implement structured streaming endpoints using Vercel AI SDK
Route inference requests to high-throughput open models on Novita AI
Calculate Levelized Cost of Hydrogen (LCOH) under varying solar/wind PPA rates
Formulate automated FID (Final Investment Decision) scorecards
Reference links and supporting material
Financial and technical operational metrics for Abu Dhabi utility-scale green hydrogen and ammonia projects.
How this agent runs
Evaluates accuracy of LCOH calculations and consistency of FID decisions across varying power prices.
Challenge input
JSON containing power_price_kwh, electrolyzer_capex_kw, target_offtake_price_kg
AI SDK
TypeScript streaming and object generation
Novita AI
Low-latency open model runtime
Evaluated output
JSON containing calculated_lcoh_kg, decision, minimum_viable_offtake
- Ensures decision is PROCEED when target price exceeds calculated LCOH
- Accuracy of computed hydrogen cost per kg • target: 0.97 • range: 0-1
- Benchmark: Financial Decision Bench
- Lcoh Accuracy target: 0.97
- 1 public reference case
- JavaScript execution harness
- javascript sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Novita AI · Required
- Vercel AI SDK · Optional
- Zed · Optional
- Vercel AI SDK · Optional
Evaluation contract
- decision_validity · Weight 1
- lcoh_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.