Cerevisor Insights
Research and perspectives on AI adoption for CEOs and funded founders.
New: AI Adoption Trend Dashboard. A monthly meta-view of every business-adoption post, with dual-verified figures and source links to every claim.
AI agent memory now ships with a retention policy. Your reviewers' memory does not.
Vendors have started attaching explicit retention windows to the record of what an agent did. Nobody has attached anything to the memory a reviewer forms by approving that work, and a fifty-year-old r
What survives when a multi-agent system architecture loses the app mid-run
Cerevisor 2.3.0 makes agent runs survive an app restart, and deliberately does not restart the agents. Here is the failure that forced the change, what the record now keeps, and why restored work stay
AI agent orchestration frameworks report success. Almost none of them define it.
Every tool that runs multiple AI agents ends a run with a status, and in most of them that status only means the process reached the end. Here is what a run result has to distinguish before any produc
Alibaba Priced Its Biggest Open Model and Gave Away the One Teams Actually Run
In one five-day stretch, Alibaba put a revenue-share clause on its flagship open model and shipped its locally-runnable sibling under plain Apache 2.0. The split shows which model actually matters for
The attention budget your AI agent orchestration plan is missing
Coding agents just stopped asking for permission, and the pitch is now fleets of them running while the laptop is closed. Research on attention residue says every delegated agent is an open loop in so
How to set up an MCP server for a real agent workflow
A reproducible guide to connecting an MCP server to an agent workflow: the six steps in order, working configs, what happens to the credential you paste in, the four failures I hit while building the
A private LLM is an audit result, not a download: what still left the machine after we brought the model home
Moving an open-weight model on premise does not make the workflow private by itself. An egress audit of our own local-first harness found six kinds of outbound connection, and the most surprising one
AI code review does not get cheaper as the agent gets better
Reviewers approve more agent-written pull requests the longer they review them, and leave fewer comments doing it. The research calls that habituation, not calibration, and this week's harness release
Ollama tool calling is the local-model risk no benchmark measures
Every open-weight model card reports reasoning and coding scores. None report whether the model can still ask for a tool correctly once it has been shrunk to fit the hardware you own. That gap is wher
The AI agent guardrails I had to build before letting one spend money unattended
Cerevisor 1.9.0 ships two features that spend real money without a human pressing Run. The interesting engineering was not the agent. It was the budget wall, the review queue, and the agent that turns
Kimi K3 ships a 1M LLM context window. Your agent gets 32,768.
Kimi K3's open weights landed with a 1,048,576-token context window on the model card and a 32,768-token limit on its own reference serving recipe. Here is how four layers spend a local model's contex
LLM pricing and capability matrix: the provider table I route agents against
A maintained provider matrix for routing AI agents: context window, tool use, price per 1M tokens, latency, and MCP support, with every figure sourced to the provider's own docs and a published method
What a No Coding AI Agent Actually Removes (and What It Quietly Hands Back)
Meta will meter its no-code business agent at roughly a nickel a message starting August 1. The same week, Anthropic and Blackstone were building a $1.5 billion company full of engineers to handle eve
Claude Code Security Just Got a New Line Item: The Vendor Itself
China's regulator flagged Claude Code for undisclosed location tracking this week, and Anthropic confirmed it. Here is what a vendor telemetry admission means for an engineering org's code-risk checkl
What Claude Code Pro limits actually cap, in a week Anthropic kept moving them
In five days Anthropic reset Claude Code's rate limits, extended Fable 5's in-plan window to July 12, and left the temporary weekly-limit boost set to expire July 13. Same sticker price, different cap
Open weight vs open source: the distinction your board is about to get wrong
A 1.6-trillion-parameter model shipped this week labeled open source, under an MIT license, with the weights initially pending. That gap is the whole lesson: open weight and open source are not the sa
vLLM speculative decoding: the free speedup with a batch-size catch
Speculative decoding can make a self-hosted model 2 to 3 times faster on the right traffic and 1.4 to 1.8 times slower on the wrong traffic. Here is how batch size and acceptance rate decide which one
The best AI coding agents are rarely the most capable ones
This week's platform data shows enterprises routing coding work to the cheapest model that clears the bar, not the smartest one. Picking the best AI coding agents is a routing-and-verification decisio
GitHub Copilot vs Claude Code: the decision that stopped being about which one is smarter
This week GitHub put its Copilot desktop agent on every plan and shipped its first open-weight model to enterprises, while Claude Code spent the same days hardening background runs. Here is how an eng
GGUF vs safetensors: which model format to download before you run locally
GGUF or safetensors is not a quality contest, it is a question about what the file is for. Here is how to route by format, size the download, and test the quant you actually run.
The Claude Code pricing question to ask before your next engineering budget review
Claude Code pricing looks like a plan menu and behaves like a meter. Pro, Max, Team, Enterprise, and pay-as-you-go all bill differently, and the flagship model now runs on usage credits. The cost side
Which open-weight model to run when the release feed goes quiet
No new open-weight model shipped this week, which makes the choice a stable one: license, VRAM fit, and your one task decide it, not the leaderboard.
The board question AI-powered code review tools don't answer: who owns what ships
AI-powered code review tools are now standard issue, and this week the harnesses got more careful by default. The board's real question is not which tool catches more bugs. It is who is accountable wh
Ollama vs vLLM vs llama.cpp: which serving engine should run your model
The serving-engine decision gets framed as a seniority ladder, and that framing is wrong. Ollama wins at low concurrency, vLLM pulls ahead under load, llama.cpp is the engine Ollama already runs, and
A free AI coding assistant just exposed the gap in your evaluation checklist
A Beijing lab shipped ZCode this week, a free, open-weight, genuinely agentic coding environment that scores near the frontier. The zero price strips away the usual filter and exposes the two question
How to run a small language model on a laptop without a GPU
The open-weight release feed went quiet again, which turns local AI into a selection question instead of a shopping trip. Here is how to pick and run a small language model on the laptop already on th
Your team adopted the coding agent. Did they adopt the delegated workflow?
The first days of July, Claude Code and GitHub Copilot spent nearly every release fixing background agents that quietly died. That plumbing is the difference between a team that adopted a coding agent
KV cache quantization: how far to compress before long context breaks
Long context is expensive because of the KV cache, not the weights. Q8 and FP8 halve it for almost no quality cost, but Q4 quietly breaks the value cache and long-horizon tasks first. Here is how far
The data-sovereignty question to settle before EU AI Act enforcement lands in one month
Self-hosting an open-weight model changes who controls the stack and whose law reaches your data, not whether you are automatically private, license-clean, or cheaper. With one month to EU AI Act GPAI
Your coding agent's control plane just became an org-chart question: who owns it?
Three coding-agent vendors shipped admin and org-console governance knobs this week, and each one now maps to a team boundary. The org-design question is who owns that mapping before it silently lands
The coding-agent security question for your board: which controls got harder to bypass this week, and is your team on that version?
Two coding-agent vendors quietly hardened permission and MCP controls this week. The board question is no longer whether you have controls, but whether your team is running the version where they actu
Fast mode landed for your AI coding agent this week. Is the speed worth the premium?
GitHub Copilot shipped a faster, pricier tier of Claude Opus 4.8 this week with the same intelligence and quicker tokens. Here is how to decide whether a team should turn it on, and who owns the call.
The week no model shipped is the week to fix your self-hosted LLM in production
No open-weight model shipped in the last three days, and that is exactly why it is a good week to look at the operational stack around a self-hosted LLM. A fresh build guide and an Ollama release cand
The self-hosted LLM to run is the one the VRAM tier already fits
A fresh hardware-tier matching matrix lines up 2026 open-weight coders against the GPU a team actually owns. The model to self-host is set by the VRAM tier on hand and a real task eval, not the leader
How to measure AI coding agent productivity after GitHub shipped a merge-count metric
GitHub just added a merge-count-by-adoption-phase metric to the Copilot admin console. It is a great input and a dangerous board number. Here is how engineering leaders measure real coding-agent produ
Self-hosted LLM cost vs the API: the utilization number your board never sees
GPU rental prices barely moved this year, so the build-vs-buy decision is not really about the hourly rate. It is about one number most teams never measure: how busy the card actually stays.
Cerevisor: A Local-First AI Agent Orchestration Platform for Multi-Agent Workflows
Cerevisor is a local-first, provider-agnostic AI agent orchestration platform: a desktop app to visually build and natively run multi-agent workflows across major AI agent providers. Here is everythin
GGUF vs AWQ vs GPTQ: which quantization format should you actually deploy?
The quantization format for a self-hosted open-weight model is a hardware-and-task decision, not a leaderboard one. Here is how to read the GGUF, AWQ, GPTQ, and FP8 tradeoffs without getting fooled by
Which AI coding agent do you commit to when the best one keeps changing?
The model leaderboard flipped again this week and the top-scoring model is export-suspended and unrunnable. Here is how to pick an AI coding agent to standardize an engineering org on when the thing u
How to Run an Open-Weight LLM in Production With vLLM
Serving an open-weight model in-house is a sizing and operations job, not a download. A five-step playbook for budgeting VRAM, pinning a vLLM version, and running the break-even before you buy a singl
Engineering hiring held up. Your org chart still changed underneath it
New hiring data shows engineering is the most resilient tech job function in the agent era. That resilient headcount number is an average, and the average is hiding which roles grew and which thinned
Self-hosting an open-weight model: the data-sovereignty question your board is actually asking
Self-hosting an open-weight model changes who controls the stack and which jurisdiction reaches your data, not automatically your bill. Here is the calm version of the sovereignty conversation for the
Your coding agent holds a credential. The board question is which one you actually locked down
This week three harness vendors quietly shipped credential and permission fixes, not features. The board question underneath the patch notes is which single access your coding agent holds that nobody
The AI agent security question a board should ask before the next credential leak
Anthropic spent this week quietly hardening Claude Code's permissions and credential handling, in the same month attackers proved a single public key can hijack a coding agent. Here is the one AI agen
The Best Local LLM for Coding Is the One That Fits Your GPU, Not the Leaderboard
The open-weight coding model topping SWE-bench is usually the one almost nobody can run on a single box. Here is how to pick a local coding model by fit to your task and your GPU, with the named model
Self-hosting an open-weight LLM this quarter: who should own the memory?
GPU rental prices are flat year over year while the memory you would buy to self-host is spiking hard. The build-vs-buy question this quarter is really about who absorbs the repriced asset, and a volu
When Amazon is mandating AI code review, who actually owns the merge?
Amazon is mandating AI code review after a run of high blast radius outages, and the harnesses are hard-coding their own refusals in parallel. But the incident that cost thirteen hours was an authorit
The coding agent adoption number that stopped meaning anything
Metered billing has quietly turned coding-agent adoption from a free headcount stat into a variable cost line. Here is why high adoption is no longer a sign of winning, and what belongs on the slide i
The LLM quantization myth: a good benchmark does not mean a safe quant for your task
A quant that scores well on the leaderboard can still break the one task you ship. Here is why averages hide the failure, and the small eval that catches it before your users do.
What Actually Breaks When You Self-Host an LLM in Production
Self-hosting an open-weight model in production rarely breaks on the model. It breaks on the operations around it: KV-cache sizing, CUDA out-of-memory, cold-start latency, and the volume line below wh
How to Evaluate an AI Coding Agent When the Control Plane Changes Weekly
In three days this week the major coding-agent harnesses shipped almost no new model capability and a wave of governance primitives instead. Here is how to evaluate an AI coding agent when the surface
What this week's open weight models are quietly telling founders
A read on the June open-weight release wave for technical founders: the frontier is moving weekly, but the headline models keep shipping without verifiable benchmarks and with memory floors no single
GLM-5.2 Tops the Open-Weight Leaderboard. Your GPU Probably Can't Run It.
Zhipu's GLM-5.2 open weights went live with a 1M-token context and a memory floor most teams can't run. Picking an open-weight model is a fit-to-your-GPU-and-task call, not a leaderboard download.
The board asked if AI coding agents shrink your engineering team. PwC just said the opposite.
PwC's 2026 Global AI Jobs Barometer found the most AI-exposed companies grew headcount faster than their peers, not slower. Here is how to answer the board question coding agents keep provoking, and t
What 'open weight' actually buys a regulated company, and what self-hosting really does for data sovereignty
Open weights are not automatically license-clean, private, or sovereign. Here is what an open-weight LLM license actually permits a regulated company, and what self-hosting changes about whose law rea
The AI coding agent cost change that did not happen, and the productivity number it just exposed
Anthropic paused its June 15 Agent SDK billing split on the day it was due to land, so the variable-cost meter every engineering leader braced for never arrived. Here is why that pause is a borrowed q
What LLM Quantization Actually Does to the One Task You Run
Published quantization benchmarks make 4-bit look almost free, with average scores barely moving. The capability that breaks first is rarely the one the benchmark measures, which is why a 50-example t
Your harness lost its best model overnight by government order. What does the board ask now?
A US export-control order pulled Anthropic's two most capable models three days after launch, and every harness that had wired them in lost access the same afternoon. Here is the continuity question y
Your AI coding agent's automation just got its own meter. What breaks on June 16?
On June 15, Anthropic moved automated Claude usage (the Agent SDK, headless runs, and GitHub Actions) off the flat subscription onto a separate metered credit, while GitHub shipped new controls for au
Should you buy GPUs for local inference while memory prices spike?
The memory shortage made GPUs more expensive to own, but a live tracker on June 15 shows cloud rental prices barely moved. For a board weighing local inference, the real question this quarter is not l
How to Run an LLM Locally When the Best Model Won't Fit
A new 1-trillion-parameter open-weight model landed this week that almost no team can actually run. Here is how to run an LLM locally as a sizing decision, so the model you pick fits the hardware and
5 questions that pick your AI coding agent (not 'which is best')
The top coding models have converged, so 'which AI coding agent is best' no longer picks a winner. Here are five questions that choose the agent that fits how a team works, what it costs, and how chea
When coding-agent usage drops after the meter, read it as a cost signal, not an adoption failure
Two weeks after usage-based billing went live, engineering teams are watching coding-agent usage dip and reading it as an adoption failure. This week's data says it is a cost-visibility signal instead
Salesforce cut staff weeks after a record AI quarter. Should the board cut engineers next?
Salesforce trimmed 86 roles days after its Agentforce AI business crossed $1.2 billion, and every board will read that as permission to cut engineers. The defensible answer separates a selective trim
AI-powered code review tools got faster this week. The bottleneck didn't move.
This week Cursor, GitHub, and CodeRabbit all upgraded their AI code review tools for speed, cost, and polish. None of those were the part of the review bottleneck that protected production, and here i
AI coding tools are Patch Tuesday line items now. The board question that follows
Microsoft's June Patch Tuesday carried CVEs for GitHub Copilot, M365 Copilot, and Copilot Chat, and some were fixed in the cloud before anyone could patch them. The board pack now needs two different
How to choose a coding-agent harness that outlives the next model release
Three small releases this week showed the harness decision is no longer about the benchmark winner. Here is a five-step way to pick a coding agent that still fits after the next model ships.
When agents write the code, who owns verifying it?
Tech layoffs hit their worst month in two years this week with AI as the top cited reason, and named companies are redrawing the engineering org chart around agent fleets. The box most reorgs forget t
Why your harness adoption rate stopped being a real number on June 1
When AI coding tools billed as flat seats, adoption rate was a fair proxy for value. Now that the harness is a meter and Uber's usage leaderboard has ended in a spending cap, here is the number execut
Only 11% of AI agents pass the security bar. Here's the board conversation behind the number.
An independent assessment this week scored production AI agents and found only 11 percent fortified. The number your board should actually fix on is 83 percent. Here is the calm version of that conver
Copilot Went Metered: 4 Harness Releases That Followed in 48 Hours
On June 1 GitHub Copilot switched to token-metered billing. Within 48 hours three harness vendors shipped releases pointing at the same shift. Here is what the week signals for an engineering org.
One coding-agent harness or a portfolio? The decision Build 2026 just reframed
Standardizing on a single coding agent felt like the safe, conservative call. Build 2026 and the June 1 billing switch quietly turned it into the concentrated one. Here is the decision that actually h
When one engineer can launch a thousand subagents, what does your engineering manager actually manage?
Claude Opus 4.8's Dynamic Workflows let one engineer run up to 1,000 parallel subagents in a single session. The org-chart unit an engineering manager owns just shifted from headcount to human-plus-fl
The coding-agent adoption number your board loves stops being free on June 1
On June 1 GitHub Copilot leaves flat per-seat pricing for token-metered credits. That changes what harness adoption means for executives: every active user is now a variable cost, and the metric that
The harness-security question landing on your board memo before the June 1 meter
Three days before GitHub Copilot AI Credits flips to metered billing on June 1, every major coding-agent vendor shipped admin-tenant or model-layer security primitives in the same 72-hour window. The
Which harness productivity number survives the June 1 meter?
Four days before GitHub Copilot's AI Credits meter activates, the May 26-27 wave from BigGo, GitKraken, and GitHub's own CLI rewrites what an executive can actually put on the board slide. The harness
How to run a 5-day harness governance pilot before June 1
A 5-working-day governance-plane pilot an engineering leader can run before the June 1 GitHub Copilot AI Credits activation, designed to produce the four artifacts a CFO will actually sign.
What three rows does the engineering-manager scorecard need after May 22?
In one 48-hour window the engineering-manager scorecard most leaders are still running was rewritten. Fortune ran a Nvidia VP saying compute cost has crossed past employee cost. Intuit's CFO described
What your board will ask about coding-agent security after the GitHub breach
In one 48-hour stretch this week, GitHub's own repositories were breached through a VS Code extension while two vendors shipped new coding-agent security controls. Here are the three questions a board
Your coding agent got cheaper this week. Your team did not get faster.
Coding-agent vendors cut model prices sharply this week, which can lift the harness ROI number on a board slide without the team shipping anything more. The fix is one habit: read the ratio as two num
How long does a coding-agent harness evaluation stay valid?
In 72 hours this week, Cursor shipped its own model and Google relaunched Antigravity as a platform. Here is how to build a coding-agent harness evaluation that survives the release cadence instead of
Who on your engineering team owns the model swap when the harness changes under them?
GitHub flipped the Copilot Business base model on May 17. OpenAI merged ChatGPT and Codex on the same weekend. The question that should be on every engineering manager's desk this week is not which ha
The coding harness adoption myth Microsoft just retired
Microsoft revoked Claude Code from the engineering org behind Windows, M365 and Teams, even though the developers loved it. The same week, GitHub flipped the base model for every Copilot Business and
The morning review queue is now an org-chart question, not a tooling question
Background agents shipped code while engineers were asleep. The 8am question stopped being which harness wrote it, and started being which named person on the org chart owns the triage.
What CEOs should believe when a peer says AI made the team 100x more productive
Cloudflare cut 1,100 people and credited AI productivity gains of two to 100x. The April jobs report showed 16 straight months of white-collar contraction. The myth is that AI deployment produces prod
The AI coding adoption percentage on your CTO's slide isn't a productivity number
A Jellyfish survey of 636 engineering professionals dropped a 64 percent productivity number this week. The same survey also dropped a different 64 percent. Both belong on the same board slide, and ri
The harness productivity number your board will ask about after reading the Coinbase letter
On May 6 Coinbase cut 14 percent of staff and Anthropic put a 23,000-engineer customer on stage promising 90 percent autonomous coding by Q3. Both gave executives a number to grab. Neither survives a
How much of your harness setup moves when switching vendors?
Cursor's v3.3 release names the four portable primitives in its own UI: rules, skills, MCPs, and subagents. Engineering leaders signing the June renewal should audit each layer separately, because the
The harness question that just became a headcount question
Five events between May 4 and May 7, 2026 reframed the harness conversation. Sierra raised $950M at $15B, IBM Bob hit general availability, Cursor and GitHub Copilot CLI shipped governance features, a
What is your June review actually grading now that the typing isn't the job?
Q1 2026 layoffs hit 81,747 while Big Tech committed $725B to AI capex. Mid-year reviews start in about six weeks, and most engineering rubrics are still grading the work that harnesses now do. Here is
The second pilot wall, and what Anthropic and OpenAI both quietly admitted on Monday
On May 4, Anthropic and OpenAI both announced billion-dollar enterprise services ventures. Both bet on the same admission: enterprises buy the model and then stall on deployment. For executives whose
The CISO question Microsoft just answered with a $15-per-user SKU
Microsoft Agent 365 hit GA on May 1 at $15 per user per month, with Defender able to block coding agents and a cross-cloud registry that already imports agents from AWS Bedrock and Google Gemini. Codi
The May board productivity number Microsoft just handed every executive
Microsoft's Q3 earnings and the May 1 Agent 365 GA quietly handed executives a board-credible coding-agent productivity scoreboard. Here is the number to walk in with, the number to refuse, and the qu
How to evaluate a coding-agent harness when parallel agents are the new bar
Parallel agents went from differentiator to substrate in four days. Here is the six-step evaluation a CTO can run this week before the next renewal conversation.
3 harness signals from this week and the renewal contract about to change
Three coding-agent signals dropped inside 72 hours. Anthropic retired the 1M context beta on Sonnet 4.5 and 4, Zed shipped 1.0 with parallel-agent orchestration and an enterprise SKU, and Microsoft's
What goes in the box between engineer and engineering manager on your org chart this quarter
Three IBM rollout signals this week point to a third role hardening on the engineering org chart, sitting between senior IC and engineering manager. Most VPs are drawing the box in pencil. Here is wha
The myth that AI is replacing engineers, in three numbers from this week
Cognition just hit $25 billion selling Devin as the AI that replaces engineers. IBM rolled out its own coding agent to 80,000 engineers the same week. Here is what those two numbers, plus one from Mic
Same Model, 26-Point Security Gap: The Harness Wrapper Decides
A new benchmark showed one model producing a 26-point functional gap depending on the harness wrapping it. If your risk register names the model and skips the harness, it names the wrong unit.
Who's Checking the AI Coding Productivity Number?
Two stories from this week, NVIDIA shipping GPT-5.5 Codex to 10,000 employees and Anthropic admitting Claude Code silently regressed for over a month, point to the same executive question. The product
The Unattended Coding Agent Just Arrived. Four Gates Before Letting It Commit.
Anthropic's Claude Code Routines now run with no mid-run approval prompts. NVIDIA has 10,000+ employees on GPT-5.5 Codex on day one. The unattended-commit dial moved across every major harness this we
The platform team you didn't plan for: what running coding agents at scale actually looks like
Cloudflare just published the eleven-month story of rolling AI coding agents to 60% of the company. The most useful detail is not the tech. It is which team ended up owning the work, and why every oth
The Myth That Senior Engineers Are the Fastest Adopters of Coding Agents
Senior engineers do adopt coding agents faster on paper. New research this week says the same engineers are also finishing tasks 19 percent slower and collaborating 80 percent less with peers.
Four Questions to Answer Before Locking a Team Into One Coding Harness for Twelve Months
Anthropic's Opus 4.7 release and GitHub's cross-vendor skills spec landed the same day, which changes what a twelve-month harness commitment actually commits to. Four questions for engineering leaders
Your 2027 Hiring Plan Meets One Engineer And A Harness
When one engineer plus a coding agent ships like three, the 2027 hiring plan on most founders' desks is already wrong. Here is the reset I walk CEOs through.
Three harness permissions your security team should have locked down by now
Two Claude Code CVEs and a 513,000-line source leak are signaling the real problem: coding harnesses are configuration surfaces, and config ships with the repo. Here is what to scope, sandbox, and all
Where Coding-Agent ROI Actually Shows Up First (And Where It Quietly Doesn't)
The 3x productivity question every board is asking is real in some places and invisible in others. Coding agents earn their keep on the work that never got done before, not the PR that was already shi