Basic flow
Detect your hardware
Run On hybrid or integrated-only systems,
hw-detect to inspect your CPU, GPU, available memory, and the best inference backend for your system.hw-detect also surfaces GPU topology explicitly:Get model recommendations
Run
recommend to see the top-ranked models for each category (coding, reasoning, multimodal, and more) based on your hardware profile.Calibration quick start (10 minutes)
Calibration generates routing policy artifacts from a prompt suite so thatrecommend and ai-run can make deterministic, measured decisions instead of relying solely on hardware heuristics.
Generate calibration artifacts
Run This creates two files:
calibrate in dry-run mode to produce both a calibration contract and a routing policy without executing live model calls:./artifacts/calibration-result.json— calibration contract./artifacts/calibration-policy.yaml— routing policy for use withrecommendandai-run

