Model Hardware Profiler: AI SDK & OpenAI o3 Accelerator Selection Engine
Deploy an automated accelerator selection profiler using Vercel AI SDK and OpenAI o3 to evaluate hardware specifications across H100, Trainium2, and TPU v5p accelerators for LLM workloads. Build a constraint-matching router that selects optimal hardware architectures, targeting a 95% accuracy on workload cost-throughput optimization.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an AI SDK-powered profiling agent using OpenAI o3 reasoning to dynamically match LLM inference workloads with optimal accelerator hardware specifications.
How work is evaluated
Evaluates the precision of hardware recommendation profiles against known benchmark workloads.
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.
schema_conformance
Ensures the engine output conforms to MHS accelerator recommendation spec.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
recommendation_accuracy
Measures agreement with optimal hardware cost-throughput Pareto frontier. • target: 0.95 • 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 multi-accelerator profiling logic using Vercel AI SDK with OpenAI o3 integration
Parse public hardware spec sheets (Nvidia H100, AWS Trainium2, TPU v5p) into standardized MHS constraint formats
Build dynamic routing algorithms to optimize cost per token and request latency under SLA constraints
Validate workload resource estimates against empirical vLLM baseline runs
Reference links and supporting material
Simulated hardware specifications and token profiling dataset derived from open benchmarking specs of Nvidia, AWS, and Google Cloud accelerators.
How this agent runs
Evaluates the precision of hardware recommendation profiles against known benchmark workloads.
Challenge input
JSON object with request rate, prompt length, output length, and latency budget.
AI SDK
Used for standardizing model orchestration and structured schema generation in TypeScript.
OpenAI o3
Provides deep reasoning over hardware constraints and trade-offs.
Evaluated output
JSON object containing selected accelerator, estimated latency, calculated cost, and architectural justification.
- Ensures the engine output conforms to MHS accelerator recommendation spec.
- Measures agreement with optimal hardware cost-throughput Pareto frontier. • target: 0.95 • range: 0-1
- Benchmark: MLPerf Inference 4.0
- Recommendation Accuracy target: 0.95
- 1 public reference case
- JavaScript execution harness
- javascript sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- OpenAI · Required
- OpenAI o3 · Optional
- o3 · Optional
Evaluation contract
- schema_conformance · Weight 1
- recommendation_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.