What problem does it solve?
This Skill helps developers write and inspect Go code for Ax GEPA optimization workflows without guessing the correct generated-package API or artifact structure.
Core Features & Use Cases
- GEPA Optimization: Configure and run the GEPA optimizer for candidate search, Pareto tradeoffs, and reflection-driven improvement loops.
- Artifact and State Handling: Inspect optimizer state, candidate outputs, metrics, and saved artifacts in a way that matches the generated Go package.
- Practical Go Guidance: Use package examples, no-key local checks, and provider-aware patterns to avoid inventing unsupported call shapes.
- Use Case: A developer tuning prompt and evaluation strategies can use this Skill to seed optimization with Bootstrap Few Shot, run GEPA, and review the resulting artifacts and metric budgets.
Quick Start
Ask the assistant to write or review Go code that uses github.com/ax-llm/ax/packages/go for GEPA optimization, reflection clients, and artifact inspection.