Announcement
Open Source

SuperOptiX Is Now Open Source

From a DSPy-first agent framework to a cross-framework optimization engine for the new agent era.

February 9, 2026
8 min read
SuperOptiX, Open Source
SuperOptiX Is Now Open Source

Frameworks

8

Native compile targets

Optimizer

GEPA

Explicit opt-in via --optimize

License

Open

GitHub-first workflow

We are open sourcing SuperOptiX. This is a major milestone in our journey and a practical step for teams building production agentic systems in a fast-moving ecosystem.

Where SuperOptiX Started

SuperOptiX first launched in July 2025 as a DSPy-first framework with additional agentic capabilities for real-world execution. The early goal was straightforward: help builders ship useful agents faster while reducing repetitive glue code around prompts, model setup, tools, and orchestration.

How It Evolved

As more teams adopted multiple frameworks, the same pain points kept appearing: duplicated runtime wiring, framework-specific boilerplate, optimization logic embedded directly in business pipelines, and brittle provider integrations.

SuperOptiX evolved from a framework layer into a shared optimization engine that keeps each target framework native while centralizing the hard parts.

Design Pattern

SuperSpec YAML as source of truth, compiled into framework-native pipelines.

Runtime Model

Keep base pipelines minimal and enable optimization only when explicitly requested.

Cross-Framework Optimization Engine

SuperOptiX now supports multiple frameworks while preserving each framework's native style:

DSPy
Pydantic AI
Google ADK
OpenAI Agents SDK
DeepAgents
CrewAI
Claude Agent SDK
Microsoft Agent Framework

Why GEPA Matters

GEPA is the backbone of SuperOptiX optimization:

  • Base compile produces a clean, runnable pipeline.
  • --optimize enables the optimization and evaluation lifecycle.
  • Optimization behavior remains inspectable and tunable without bloating default runtime code.

Why Open Source Now

Agentic AI is advancing quickly: richer tool use, longer-context reasoning, multi-step planning, and deeper enterprise integration. Closed and rigid stacks cannot keep pace with this rate of change. Open ecosystems, composable tooling, and transparent generated code are now practical requirements.

What Open Source SuperOptiX Enables

Framework-native pipelines with less boilerplate

Explicit GEPA-powered optimization lifecycle

Early RLM support for research patterns (experimental)

Connector-driven workflows including StackOne

Quick Start

terminal — superoptix
uv tool install superoptix
✓ Installed superoptix v2.0.0
super agent pull developer
✓ Downloaded agent spec: developer
super agent compile developer --framework dspy
✓ Compiled to DSPy pipeline
super agent run developer --framework dspy --goal"Design a migration strategy"

Optional: Enable GEPA optimization

terminal — optimize
super agent compile developer --framework dspy --optimize
✓ Compiled with optimization enabled
super agent optimize developer --framework dspy --auto light
⚡ GEPA optimizing prompts, context, memory...

What Comes Next

  • Deeper GEPA-first optimization workflows
  • More connector-first agent capabilities
  • Continued RLM experimentation
  • Minimal, readable, framework-native generated pipelines

Thank You

Thank you to everyone who tested early builds, filed issues, and pushed us toward cleaner framework-native behavior. Your feedback directly shaped this release.

SuperOptiX is now open source, and this is just the beginning.

Get Started with SuperOptiX

Explore the project, read the documentation, and start building optimized agents today.