All posts

Cohere Open-Sourced a Real Agent Model. Build With It.

Cohere released Command A+ under full Apache 2.0. No usage caps, no restrictions, no legal fog for commercial use. For builders tired of API bills, it's a real escape hatch

May 21, 20263 min read
Heavy black punk-zine style illustration of a stamp machine crushing legal clutter while a blocky AI agent escapes onto an open assembly line with thick forward arrows, using a raw

Most "open" AI models come with a catch. You can download the weights, but try embedding them in a commercial SaaS product and the legal team starts sweating. Cohere changed that this week. They released Command A+, a 218-billion-parameter model for complex reasoning, multimodal documents, and agentic workflows, under a full Apache 2.0 license. No hidden clauses, no revenue caps, no vague "acceptable use" traps. You can fork it, modify it, and ship it inside a product you charge money for.

This is a serious model. It handles multimodal document processing, so PDFs, scans, and mixed-format files are fair game. It also includes native citations. When it answers based on a source, it tells you exactly where it pulled the fact. For anyone building customer support bots, legal document analyzers, or internal research agents, that citation feature alone saves weeks of guardrail engineering.

Why Full Apache 2.0 Changes the Game

Aidan Gomez co-authored the original Transformer paper at Google and later co-founded Cohere. He has seen firsthand how quickly frontier models turn from infrastructure into landlords. By putting Command A+ under Apache 2.0, Cohere bets that enterprise and indie developers will choose ownership over convenience. They are probably right.

Apache 2.0 gives you the model weights. You can host them on your own GPU cluster, shave them down with quantization, or route certain tasks to a local instance while keeping others on a cloud API. The freedom is practical, not philosophical. If your startup serves hospitals, banks, or any client with data residency rules, self-hosting stops being a nice-to-have and becomes a requirement.

Cohere also merged recently with Aleph Alpha, a German AI startup focused on European enterprise and sovereign AI. That move makes more sense now. A truly open model with a European backbone challenges the closed API stacks coming out of San Francisco. Builders in the EU have waited months for something they can deploy inside their own regions without routing data overseas.

Lossless quantization means you can run a smaller version of the model without shredding its accuracy. Cohere cracked that specifically for Command A+, which brings down the hardware barrier for bootstrapped teams. You do not need a row of H100s to get enterprise-grade reasoning. A single high-end workstation or a modest cloud instance can handle the quantized version for many real-world tasks.

What This Means for Shipping Real Products

Command A+ handles agentic workflows. Cohere designed it to plan multi-step tasks, call tools, and reason across sessions. If you are building an app that reads a user’s uploaded documents, extracts structured data, and then kicks off downstream actions, this model fits that exact chain.

You still need a backend that can keep up. A 218-billion-parameter model can reason, but it cannot remember your user’s state, handle real-time sync, or manage vector search across thousands of documents. That is where your stack matters. With Botflow, you wire a frontend, a Convex backend with built-in vector search, and your self-hosted Command A+ instance into one coherent system in minutes. The model does the thinking. Your backend does the remembering, syncing, and shipping.

The AI market is splitting. Closed APIs rent you intelligence by the token and raise prices whenever they want. Open weights hand you the engine but expect you to build the chassis. Botflow targets builders who choose the second path. You describe the app you want, and we generate the full stack: Vite for the web, Expo for mobile, Convex for the reactive database, and GitHub-native code you actually own. Drop Command A+ into that stack and you own the product end to end.