AI Agents Belong In Your Identity Program

identity management and agent visibility, sized for the agents we now have, are not where they needed to be.

How SMEs Unlock Greater Value From AI

Most companies are already experimenting with AI. That part is done. What separates small and medium enterprises (SMEs) now is execution. ​

Why Small, Elite Teams Outperform Big Ones

​There is a misconception in tech that headcount equals progress.

If You Value Online Security Stop Using Public Wi-Fi Hotspots

The GL.iNet’s Mudi 7 is a pocket sized 5G Wi-Fi router with dual SIM slots and and tri-band Wi-Fi 7 networking capability for high=speed internet access almost

Google I/O 2026 Turned Gemini Into An Agent Platform

Google I/O 2026 unveiled Gemini Omni, Gemini 3.5 Flash, Gemini Spark and a reimagined Search, reframing its products around AI agents that act on a user’s behalf.

‘Escape From Tarkov’ Icebreaker Delayed As Current Event Extended

The expected release date for the Escape From Tarkov Icebreaker event has seemingly been pushed back as the current event has been extended.

Cohere cracks lossless quantization and native citations with first full Apache 2.0 licensed open model Command A+

Canadian AI lab Cohere made waves recently by announcing a merger with German AI startup Aleph Alpha, but now it has even more in store for enterprise builders around the globe: today, the firm co-founded by former Googler and “Attention Is All You Need” co-author Aidan Gomez unveiled Command A+, a highly optimized, 218-billion-parameter language model engineered specifically for complex reasoning, multimodal document processing, and agentic workflows.

The most significant aspect of the release is not just the model’s capabilities; it is its accessibility.

By releasing the model weights free on the popular AI code sharing repository Hugging Face under a highly permissive Apache 2.0 open-source license — a first for the company, according to a post by Gomez, now Cohere’s CEO, on X — Cohere is making a calculated bet on “sovereign AI”—the thesis that enterprises, governments, and developers should have the ability to run, control, and adapt frontier-grade AI entirely within their own secure environments, without sacrificing performance.

Sparse architecture with extreme quantization

At the architectural level, Command A+ represents a major evolution from Cohere’s previous dense models. It is a decoder-only Sparse Mixture-of-Experts (MoE) Transformer.

While the model houses a relatively modest 218 billion total parameters, even fewer — only 25 billion — are active during any given generation step. It’s a much lighter footprint and requires far less compute resources to run in inference (serving the model in production environments to end users or via agents) than the proprietary U.S. giants like OpenAI’s GPT-5.5 and Anthropic’s Claude Opus 4.7, which are estimated by third-party observers to be in the trillions of parameters.

This sparse architecture is the key to the model’s efficiency. In plain terms, an MoE model routes incoming queries only to the specific “expert” neural networks best suited to handle them, leaving the rest of the model dormant.

This is a familiar formulation and one followed by most leading LLMs these days, allowing models to retain the vast knowledge base and nuanced reasoning capabilities of a giant, but at the faster speeds and reduced compute and energy requirements of a much smaller model, since only a fraction of parameters are ever activated at any time.

But where Cohere has taken an extra step beyond most for Command A+ is that it has focused heavily on hardware efficiency through quantization—a process that compresses the model’s memory footprint by reducing the precision of its parameters.

Command A+ is available in 16-bit (BF16), 8-bit (FP8), and a highly compressed 4-bit (W4A4) format.

The W4A4 quantization is the technical centerpiece of this release. Typically, reasoning models suffer an outsized “quantization tax,” where compressing the model leads to visible regressions in complex problem-solving.

Cohere mitigated this by only quantizing the MoE experts to 4-bit, while keeping the critical attention pathways at full precision, supplemented by a technique called Quantization-Aware Distillation.

The result is a nearly lossless compression that allows this massive model to run on a single NVIDIA Blackwell B200 GPU or just two NVIDIA H100 GPUs.

The speed gains are equally notable. According to performance data released by the company, the W4A4 quantization at low concurrency achieves 375 tokens per second (TOPS) with a Time-to-First-Token (TTFT) latency of just 113 milliseconds—representing up to a 63% increase in output speed and a 17% reduction in latency compared to the previous Command A Reasoning model.

Furthermore, Cohere has overhauled the model’s tokenizer. Tokenizers break text down into the fragments that AI models process. The new tokenizer is highly optimized for global enterprise use, featuring native support for 48 languages.

More importantly, it dramatically improves tokenization efficiency for non-European languages, reducing the number of tokens required to generate responses in Arabic by 20%, Japanese by 18%, and Korean by 16%. Because inference costs are calculated per token, this translates directly to lower operational costs for global, multilingual or non-English deployments.

Agentic workflows and high benchmarks on math, specialized fields

While raw speed and size dictate deployment, a model’s utility is defined by its product capabilities. Command A+ was built specifically for “agentic” tasks — workflows where the AI operates autonomously or semi-autonomously, uses external tools, queries databases, and synthesizes information across multiple steps.

The benchmark leaps over the previous generation are stark.

On 𝜏²-Bench Telecom, which tests complex reasoning, the model jumped from a 37% score to 85%. On Terminal-Bench Hard, which measures agentic coding performance, it climbed from 3% to 25%. In complex mathematics, it scored 90% on AIME 25, up from 57%.

Command A+ punches above its weight class (25B active parameters) in pure reasoning and mathematics, competing directly with much larger models like DeepSeek V4 Pro on math benchmarks. However, for deep agentic coding and general broad-scale intelligence indexing, it currently trails behind the latest generations from Chinese open source rivals like DeepSeek, Z.ai (GLM), and MiniMax.

That said, comparing them directly ignores Cohere’s core value proposition: hardware efficiency.

Beyond the benchmarks, Command A+ introduces deep integrations for enterprise trust and verification. The model supports conversational tool use via standard chat templates, allowing developers to connect it seamlessly to internal APIs, search engines, or SQL databases.

Crucially, Command A+ features native citation generation. When Command A+ retrieves information from an external tool, it doesn’t just synthesize the answer; it generates explicit “grounding spans.” Using special tags embedded in the output, the model directly links every factual claim it makes to the specific source document or database row it pulled the information from.

For enterprises heavily regulated industries like finance, healthcare, or legal, this traceability is the difference between an interesting prototype and a production-ready application. If a user asks for a daily sales report, the model will output the total sales amount and explicitly cite the database query result that provided that number, minimizing the risk of undetected hallucinations.

Additionally, Command A+ is fully multimodal, capable of processing both text and images natively within its massive 128K input context window, making it highly effective for complex document processing, such as analyzing scanned invoices, charts, or technical manuals.

The first fully Apache 2.0 licensed Cohere AI model

In the current AI landscape, “open source” has become a fraught term. Many leading AI companies release their model weights under restrictive commercial licenses or acceptable use policies that explicitly forbid large enterprises from using the models for commercial purposes, or prohibit the models from being used to train competing AI systems.

Indeed, Cohere’s prior models, including Command R and Command R+, were released under a CC-BY-NC 4.0 (Creative Commons NonCommercial) license. While their model weights were open for researchers and developers to download, tinker with, and evaluate, they were strictly prohibited from being used for commercial purposes without purchasing a separate enterprise license from Cohere or going through its application programming interface (API), similar to the arrangement many enterprises use for accessing AI models from OpenAI, Anthropic, Google and other leading labs.

Cohere has changed up its approach by releasing Command A+ under the Apache 2.0 license. This is a critical distinction for the developer community. Apache 2.0 is a true, OSI-approved open-source license. It allows anyone—from independent developers to Fortune 500 corporations—to use, modify, distribute, and commercialize the model without paying licensing fees or adhering to restrictive non-compete clauses.

As Gomez wrote on X, the decision was championed by fellow Cohere co-founder Nick Frosst, who posted a two-minute long overview calling it “the best model we’ve ever put out.”

For the enterprise, this license means total vendor independence. A company can download the Command A+ weights, fine-tune them on highly classified internal data, and deploy them on their own private servers or air-gapped networks. They are not tethered to Cohere’s infrastructure, pricing changes, or API uptime. It is the ultimate realization of sovereign AI.

The release was met with immediate traction across the AI developer ecosystem, driven heavily by its day-one integration with major open-source inference frameworks like Hugging Face and vLLM.

What’s next?

The release of Command A+ marks a maturing of the open-source AI ecosystem. By combining frontier-level reasoning, robust agentic tool use, and multimodal capabilities with an architecture specifically designed for hardware efficiency, Cohere is changing the calculus for enterprise AI adoption.

The requirement of massive, centralized compute clusters has long been a bottleneck for companies prioritizing data privacy and cost control. By democratizing access to a model of this caliber under a true open-source license, Cohere has provided the enterprise market with exactly what it has been asking for: the power of the cloud, capable of running securely in the server room down the hall.

Cerebras says its chips run a trillion-parameter AI model nearly 7 times faster than GPU clouds

Less than a week after completing the largest tech IPO of 2026, Cerebras Systems is making its most aggressive play yet to dominate the fast-growing AI inference market. On Monday, the Sunnyvale-based chipmaker announced that it is now running Kimi K2.6 — a trillion-parameter open-weight model developed by Beijing-based Moonshot AI — for enterprise customers at nearly 1,000 tokens per second, a speed no GPU-based provider has come close to matching.

The result, independently verified by benchmarking firm Artificial Analysis, clocked in at 981 output tokens per second, making Cerebras 6.7 times faster than the next-fastest GPU-based cloud provider and 23 times faster than the median. For a standard agentic coding request involving 10,000 input tokens, Cerebras delivered the full response — including prompt processing, reasoning, and 500 output tokens — in 5.6 seconds, compared to 163.7 seconds on the official Kimi endpoint. That’s a 29-fold improvement in time to final answer.

“We’re really wanting to be very clear and show that we can do the largest models,” James Wang, Cerebras’ director of product marketing, told VentureBeat in an exclusive interview ahead of the announcement. “In this case, Kimi K2.6 — a trillion-parameter MoE model on the wafer-scale architecture — and it runs also at this same incredible speed that we’re famous for.”

The announcement marks a critical inflection point for Cerebras, which has long battled a perception that its unorthodox wafer-scale chips, while blindingly fast, could only handle small and mid-sized models. Kimi K2.6 is the first trillion-parameter open-weight model the company has ever served in production. And with a freshly minted $95 billion market cap and $5.55 billion in IPO proceeds burning a hole in its balance sheet, Cerebras is signaling to Wall Street that it intends to compete not just at the frontier of speed, but at the frontier of model scale.

Why Cerebras chose a Chinese-built model as its trillion-parameter flagship

The choice of Kimi K2.6 reflects both a technical milestone and a commercial calculus. Released on April 20 by Moonshot AI — a Beijing-based company founded in 2023 by Tsinghua University alumni and dubbed one of China’s “AI Tiger” companies — K2.6 is a trillion-parameter Mixture-of-Experts model that has rapidly established itself as the most capable open-weight model available for coding and agentic tasks. The model tops SWE-Bench Pro at 58.6, outperforming Claude Opus 4.6 and matching GPT-5.4, while posting leading scores on agentic benchmarks like Humanity’s Last Exam and DeepSearchQA. Its architecture uses 32 billion activated parameters per token out of a total of 1 trillion, with 384 experts, of which 8 are selected plus 1 shared per forward pass, operating over a 256,000-token context window.

In practical terms, K2.6 is one of the first open-weight models that enterprises can plausibly use as a drop-in replacement for expensive, capacity-constrained closed-source APIs from Anthropic and OpenAI — particularly for the coding and agentic workloads that have become the highest-value application of large language models. The version 2.6 release extends K2.6’s capabilities from front-end design into full-stack workflows, including authentication, database operations, and long-horizon agent execution.

Wang was blunt about what is driving enterprise interest. “They’re very motivated, first of all, to have an alternative to Anthropic,” he told VentureBeat. “Anthropic’s models are fantastic. I use them. I’m sure you probably use them. But they’re quite expensive, and they’re constantly running out of capacity.” He described a personal experience in which an application running on Anthropic’s API failed over a weekend because it ran out of capacity — an anecdote that, he said, resonates deeply with enterprise buyers.

The geopolitical dimension of this arrangement is worth noting, however. Kimi K2.6 is a Chinese-developed model being served by an American chipmaker to American enterprise customers. Moonshot AI operates out of Beijing, and K2.6’s adoption in the West arrives during a period of heightened scrutiny of Chinese AI companies in the U.S. market. Enterprise buyers with strict compliance requirements — particularly those in financial services, healthcare, and defense — will need to evaluate this dimension alongside the model’s technical capabilities.

How wafer-scale chips solve the trillion-parameter speed problem that GPUs cannot

Understanding why Cerebras can achieve these speeds requires understanding what makes its hardware fundamentally different from anything else on the market. Most AI inference today runs on clusters of Nvidia GPUs — typically organized in racks of 72 GPUs, what Nvidia markets as the NVL72 configuration. In these setups, the model’s parameters are distributed across many discrete chips connected by high-speed networking fabric. Data must constantly shuttle between chips, and the interconnect bandwidth between GPUs becomes a bottleneck, particularly for large models with hundreds of billions or trillions of parameters.

Cerebras takes a radically different approach. Its Wafer-Scale Engine 3 is a single chip the size of an entire silicon wafer — roughly the size of a dinner plate — containing 44 gigabytes of on-chip SRAM. Unlike the high-bandwidth memory used in GPUs, SRAM sits directly on the processor die, offering dramatically lower latency and higher bandwidth for data access. For Kimi K2.6, Cerebras stores the model’s weights in their original 4-bit precision while performing computation at 16-bit floating point. The weights are distributed across multiple wafers in a cluster of approximately 20 CS-3 systems, with activations streamed between them. Critically, all the experts for a given MoE layer are placed on the same wafer, meaning the all-to-all communication required for expert routing happens at SRAM speeds. According to Cerebras’ technical description, the on-wafer network fabric delivers over 200 times the bandwidth of NVLink on NVL72.

Wang explained the architecture using an analogy. “Our single units are much larger and much higher capacity — they’re on the order of 20 racks, as opposed to 72 GPUs,” he said. Each layer in the transformer can, in effect, serve a separate user simultaneously. “They’re just like a queue, like you’re queuing for bagels or something — they’re all occupying a different part of the hardware. But because they move across so fast, the actual experience, tokens per second, single user, on your end is still what you’re used to.” Combined with custom kernels and speculative decoding, this allows Cerebras to serve the trillion-parameter MoE model at close to 1,000 tokens per second — a speed the company calls a world record achievable only with wafer-scale hardware.

Fortune 500 companies are already testing Cerebras’ trillion-parameter inference in production

Cerebras is not opening K2.6 to the general public. Instead, the company is positioning this as an enterprise-first offering, with Fortune 500 companies in software, financial services, and healthcare currently running cloud trials of their production workloads on the platform. “These are logos that you’ve definitely heard of,” Wang said, though he declined to identify specific customers due to confidentiality agreements.

The enterprise-first approach is deliberate. Cerebras has historically prioritized its largest customers over its consumer-facing API, in part because of hardware capacity constraints. “Everyone is in a capacity crunch. We prioritize our enterprise customers, so we don’t show it in the consumer-facing gateway or the API, where you get very unpredictable traffic, where a single user can, in effect, take over your whole cluster,” Wang explained. Serving K2.6 also limits the company’s ability to simultaneously offer other large models. “We can’t simultaneously, you know, have six other models,” he acknowledged. “It’s just kind of a mutual constraint of reality.”

On pricing, Wang said that while the enterprise deployment does not carry public pricing, the company’s costs are broadly competitive with GPU-based providers. “On all the models we have served with pricing, the pricing is very comparable — maybe in the middle, kind of middle-upper range of GPU pricing,” he said. “It’s not like, because we run fast, it costs many, many fold more.” He drew a line, however, at the lowest end of the market: if you are willing to run K2.6 at 20 tokens per second on bargain GPU infrastructure, Cerebras will not try to compete on price. “We’re an automaker in the pickup truck market. We don’t do that market,” Wang said. For speed-sensitive workloads — particularly agentic coding, where developers wait in real time for the model to generate and iterate on code — the value proposition is straightforward: comparable per-token cost, but an order of magnitude faster delivery.

The competitive threat from Nvidia’s $20 billion Groq acquisition looms large

Cerebras’ announcement arrives at a pivotal moment in the AI chip industry, one in which the inference market is rapidly overtaking training as the most commercially important compute workload. As AI agents proliferate in enterprise software, the speed of inference directly determines how useful those agents are in practice — and the competitive pressures are intensifying accordingly.

The most significant competitive development in recent months was Nvidia’s acquisition of Groq for $20 billion, a deal that gave the GPU giant access to proprietary inference technology built around specialized Language Processing Units. Wang referenced the deal directly. “I think Nvidia is now sensing fast inference is an extremely important market,” he told VentureBeat. “That’s why they’re willing to spend $20 billion on acquiring a company like that.”

But Wang expressed confidence that Cerebras’ architectural advantages are durable. Both Nvidia and Cerebras operate on roughly annual hardware refresh cycles. “We refresh our hardware on a periodic cycle. You will hear some news about that from us soon,” Wang said, hinting at a forthcoming hardware announcement without providing details. On the software side, Wang pointed to the company’s track record of rapidly adapting to the fast-evolving open-weight model ecosystem. “We started with Llama, we supported all the Qwen models, and then when developers told us they wanted GLM, we brought GLM online. And now they’re telling us Kimi is the best — so we’re giving them Kimi,” he said. “At the same time, we’ve also supported the best companies in running their closed models — OpenAI, Cognition, Mistral.”

The mention of OpenAI underscores one of the most unusual business relationships in the AI industry. OpenAI and Cerebras struck a deal in early 2026 reportedly worth more than $20 billion for computing capacity and related services. Wang confirmed that Cerebras serves OpenAI’s “internal coding models forthcoming” but declined to disclose specifics, as neither party has publicly detailed the technical arrangement.

Inside Cerebras’ plan to serve the smartest AI models faster than anyone else

Wang framed the K2.6 deployment as a stepping stone, not a destination. Cerebras started serving inference in late 2024 with relatively small models and has spent over a year scaling from 70 billion parameters to 1 trillion-plus. “We couldn’t have launched that in November 2024,” he said. “But we’re there now.”

The company’s next challenge is to move from serving the best open-weight frontier model to serving the best frontier models, period — including closed-source models from the likes of Anthropic and OpenAI that sit at the absolute top of the intelligence leaderboards. “This is the first open-weight frontier one that we now have clear demonstrated evidence for,” Wang said. “I think over the course of the year, you will see us serving true frontier, frontier at the speed that we’re famous for. And you should hold us up for that.”

When asked whether the current rollout would be overtaken by the pace of hardware improvement at Nvidia and others, Wang was unfazed. “Nvidia has a very clear roadmap. They publish every year at GTC. They’re roughly on a yearly product cycle, and so are we. You will hear some news about that from us soon,” he said, hinting at new hardware without offering details.

He also addressed the question of vendor lock-in — a concern that any CTO evaluating a single-vendor inference provider would raise. “These enterprises rarely commit fully to one vendor,” Wang said. “They have strategies to make sure that some traffic can go to us, some traffic can go to someone else, and there’s load balancing between the two. This is not a new problem. This is just generally how you manage cloud resources.”

The pitch, ultimately, is about more than speeds and feeds. Wang sees the AI industry converging on a world in which autonomous agents — not human developers — are the primary consumers of inference compute, and in which the speed of those agents determines competitive outcomes for the companies that deploy them. “The world economy is kind of getting rebuilt on agents,” Wang said. “Speed will determine who wins or loses.”

It is a bold claim from a company that, until last week, had never traded on a public exchange. But for Cerebras, the logic is straightforward: if the future of enterprise software is built by AI agents that think at the speed of their hardware, then the company that provides the fastest hardware provides the fastest thinking. And in a market where enterprises are spending billions to shave seconds off their AI response times, a company that can serve a trillion-parameter model in the time it takes to pour a cup of coffee might just have the most compelling pitch in Silicon Valley.

Why Infrastructure Modernization Is The Real Enabler Of AI

Many organizations are trying to leverage modern technology on infrastructure that was built decades ago.

NASA Releases Technology Priorities to Energize Space Industry
NASA Releases Technology Priorities to Energize Space Industry

NASA released the 2026 Civil Space Shortfall Ranking list on Wednesday, which integrates more than 400 responses from stakeholders including industry organizations, government agencies, and academia. Shortfalls refer to technology areas requiring further development to meet future exploration, science, and other mission needs. The goal of this document is to rank the space community’s most pervasive shortfalls to […]