What problem does it solve?
This Skill helps developers tune Rust-based Ax agent programs and reusable components without guessing at the correct optimizer, evaluator, or artifact workflow.
Core Features & Use Cases
- Agent Optimization: Configure and run optimization loops for Ax agents and reusable program components in Rust.
- Evaluators and Judges: Build evaluator callbacks to score outputs, validate behavior, and support optimization decisions.
- Artifact Persistence: Save optimizer artifacts so tuning runs can be inspected, reused, or applied later.
- Bounded Optimization Runs: Keep experimentation controlled with explicit budgets and dataset row limits.
- Use Case: A team can improve an Ax agent for structured generation by pairing GEPA or BootstrapFewShot with a Rust evaluator and then exporting the resulting optimizer artifacts.
Quick Start
Ask for a Rust Ax optimization plan that uses axllm, recommends the right optimizer, and shows how to wire an evaluator with bounded budgets.