The Command Center Is Open: Beta Begins
After an impressive number of midnight commits and one very long infrastructure weekend, CleverThis is live to our first beta cohort. The gateway routes, the agents run, and the coffee is gone.
Jeffrey Phillips Freeman
After what felt like seventeen consecutive Mondays of infrastructure work, we're here: CleverThis is open to its first cohort of beta testers. The platform that started as a whiteboard drawing that refused to stay on the whiteboard is now accepting real traffic from real users doing real work.
We're marking this milestone with appropriate restraint — by which we mean we told our team, pushed the commit, and immediately started on the next feature. This is how we celebrate. We are aware this is a character flaw.
One Endpoint to Route Them All
The core of what we've shipped is the CleverThis gateway: a single OpenAI-compatible HTTP endpoint that routes your requests across over 130 model providers and thousands of individual models from the open models.dev catalog. Point any OpenAI SDK at it, swap your API key for a CleverThis token, and start sending traffic. The gateway handles provider selection, fallover, billing, and audit. You handle the prompts.
Every request carries a frozen pricing snapshot, a provider preference chain, and a complete provenance trail. If your first-choice provider degrades mid-stream, the gateway falls over to the next candidate inside the same streaming response. Failed attempts are not billed. We consider this table stakes, not a feature.
Our first cohort gets full gateway access: model routing, provider fallover, the Endpoints catalog, and wallet + BYOK flows for custom API keys. We're onboarding in deliberate waves to keep quality high. If you're on the waitlist, watch your inbox.
The Numbers at Launch
130+
Model Providersvia models.dev3K+
Models Availableand growing weekly0
Vendor Lock-inby architectural choiceThe Agent Runtime
On top of the raw gateway sits the agent runtime. Hierarchical agents and actors decompose multi-step, multi-hour jobs into isolated subtasks with their own context windows, tool surfaces, and checkpointing. The work that causes single-shot agents to go off the rails — context overflow, lost state, accumulated hallucination — actually finishes here.
You describe a prompt plus tool surface in YAML using the open CleverAgents Actor format. CleverThis compiles it to an immutable, content-addressed identifier and publishes it under a stable name in a namespace. Your callers reference it like any other model ID. You can roll versions forward or back without touching their integration. The control plane speaks A2A JSON-RPC; every operation is a public surface.
What's Coming
On the near-term roadmap:
- Expanded Endpoints catalog with curated model configurations for common workloads
- BYOK flows for every major provider — bring your own keys, pay provider direct
- CleverAgents CLI beta alongside the platform — build locally, push to CleverThis
- Something we've been calling internally the 'Protector Agent' — more soon
If you're not yet on the beta waitlist, signup is open at the link below. If you are on the waitlist and haven't heard from us, you will. We are small, deliberate, and — if the past several months are any indication — constitutionally incapable of sleeping until the thing is finished.

CleverThis is a sustainable AI gateway with hosted Actor endpoints — by the team behind CleverThis.
Join the newsletter
Product updates and engineering notes. No spam, ever.
