BlogsCohere Feature Trails

Cohere logo

Cohere Feature Trails

See how major capabilities shipped, upgraded, and evolved across Cohere's engineering blog.

Feature trails

7

Agentic Workflow Orchestration

Active

Cohere has released North Mini Code, an open-source Mixture-of-Experts (MoE) model optimized for agentic coding tasks. This 30B parameter model with 3B active parameters offers strong software development performance with reduced hardware requirements. It is designed for agentic workflows, including sub-agent orchestration, system architecture mapping, and code reviews. The model is available under Apache 2.0 license and can be deployed locally or on-premise, promoting sovereign AI for developers. Benchmarks show competitive performance in agentic software engineering and terminal tasks, with advantages in output throughput and inter-token latency compared to models like Devstral Small 2.

6 posts

Timeline

AI Total Cost of Ownership (TCO) Analysis

Active

This post introduces the concept of AI Total Cost of Ownership (TCO) for enterprises, detailing the invoiced and hidden costs associated with AI technologies. It emphasizes that token pricing is only one component and that the true cost lies in the entire system producing the token, including infrastructure, model calls, context windows, agent steps, and retries. The post highlights the rising AI TCO driven by increased usage and the need for businesses to understand the trade-offs between owning and renting AI infrastructure. It discusses key cost drivers like throughput, unit price, responsiveness, and utilization, and suggests that model efficiency, routing, and quantization are crucial for reducing inference costs. The analysis includes comparative data on owned vs. rented inference costs, showing significant savings with owned hardware at scale.

1 post

Timeline

Open-Source Speech Recognition

Active

Cohere has released Tiny Aya, an open-weight, lightweight multilingual model supporting over 70 languages, designed for local deployment and practical AI solutions. The 'Expedition Tiny Aya' program fostered innovation across education, safety, accessibility, and language understanding. Projects included a multilingual math solver with transparent reasoning, an offline child-safe AI voice assistant, investigations into multilingual safety under code-mixed prompts and cross-lingual misalignment, and the development of compression techniques, synthetic data pipelines, and privacy-preserving tools for local deployment. Research also demonstrated deep semantic cross-lingual transfer and sensitivity to programming language syntax.

3 posts

Timeline

Dynamic Speculative Decoding

Active

Cohere has developed and contributed Dynamic Speculative Decoding (DSD) to the vLLM inference framework. DSD adaptively controls the number of draft tokens based on hardware constraints (compute vs. memory bandwidth) and model architecture (dense vs. MoE), improving LLM inference speed and efficiency across various batch sizes and workloads, including large-scale RL rollouts. This optimization is compatible with vLLM's asynchronous scheduling and full CUDA Graph features.

1 post

Timeline

Automated Fork Maintenance with AI Agents

Active

This post introduces an AI agent-based system for automating the process of maintaining software forks. The system automates syncing with upstream releases, resolving merge conflicts, running tests and benchmarks, and fixing regressions, significantly reducing the time and manual effort required to keep forks up-to-date. It models fork maintenance as a closed-loop control system, with AI agents acting as the controller to minimize the error (differences between expected and actual behavior) caused by upstream disturbances.

1 post

Timeline

LLM Serving Fairness

Active

Cohere has implemented a "Serving Fairness" system to manage inference requests fairly across tenants on a multi-tenant SaaS platform. This system addresses the "noisy neighbor" problem where one customer's traffic spikes can negatively impact others. It employs a layered approach combining admission control (Rate Limiter) with a series of selectors (Performance Tier, Deficit Round Robin, and Priority) to ensure equitable distribution of GPU resources. The Deficit Round Robin algorithm, with configurable request-based or token-based budgeting, is central to ensuring fair capacity allocation within tiers. Priority and deadline ordering are maintained within each tenant's fair share.

1 post

Timeline

Enterprise AI Translation Model

Active

Cohere collaborated with RWS to build a specialized AI translation model for enterprise use, integrated into RWS's Language Weaver Pro. This model leverages RWS's linguistic expertise and Cohere's LLM foundation, focusing on accuracy, security, and cultural intelligence for complex and regulated environments. Rigorous benchmarking demonstrated superior performance against competitors across numerous languages and domains, with a focus on both sentence and paragraph-level translations. The model is designed to complement human expertise in high-precision translation tasks and is being explored for edge deployment and enhanced capabilities like image and voice translation.

1 post

Timeline