AI DevelopmentAnalysis14 min readPublished August 10, 2026

Codex CLI 0.147.0 · shipped August 7, 2026 · three vendors, one SKILL.md spec

Codex Now Imports Cursor Skills. Portability Arrives

Codex CLI 0.147.0 added Cursor-managed skills to its /import command and started synchronising changes to imported Claude and Cursor conversations. Those are two different things, and only one of them touches Claude at all. Read against what Cursor, Claude Code and Codex each document about their own skill directories, the picture is less “portability arrives” and more “portability was already one-way, and now it runs both directions unevenly.”

DA
Digital Applied Team
Senior strategists · Published Aug 10, 2026
PublishedAug 10, 2026
Read time14 min
SourcesVendor docs + changelogs
Codex CLI release
0.147.0
Cursor-skill import added
Aug 7, 2026
Skill directories Cursor reads
8
4 of its own + 4 legacy Claude/Codex paths
Claude Code frontmatter
6/18
fields portable outside Claude Code
12 vendor-only
/import predates skills by
17d
0.145.0 shipped Jul 21, 2026

Agent skill portability got a concrete new data point on August 7, 2026, when Codex CLI 0.147.0 shipped with the ability to import Cursor-managed skills. The same changelog line adds a second, separate capability — synchronising changes to imported Claude and Cursor conversations without creating duplicates. Skills and conversations are different artifacts, and conflating them is the single easiest way to get this release wrong.

The reason it matters is not the feature itself. It is what the feature reveals about where lock-in has quietly been accumulating. Teams swap models freely now — that market is competitive and the switching cost is a config line. What does not swap freely is everything built around the model: the skills, the plugin catalogues, the project memories, the MCP server wiring, and the conversation history that encodes how a team actually works. A harness migration is cheap or expensive almost entirely based on that layer.

This piece does three things. It reads the 0.147.0 changelog line precisely, including the part most coverage will fuse together. It puts that line next to what Claude Code, Cursor and Codex each document about their own skill directories — which turns up an asymmetry the headline hides. And it converts the result into a short list of what to standardize now so a harness switch stays a weekend rather than a quarter.

Key takeaways
  1. 01
    The changelog line describes two separate actions.Codex imports Cursor-managed skills. Codex separately synchronises changes to imported Claude and Cursor conversations without duplicating them. Skills come from Cursor only; the Claude artifact in scope is conversations, not skills.
  2. 02
    Cross-harness skill compatibility already existed — one way.Cursor’s own documentation says it reads .claude/skills, .codex/skills and their home-directory equivalents for backward compatibility. That is passive directory scanning, and it predates this release entirely.
  3. 03
    The /import command is not new; skills in /import are.Codex CLI 0.145.0, on July 21, 2026, expanded /import to cover Cursor and Claude Code settings, MCP servers, plugins, sessions, commands and project-scoped memories. Skills were not on that list. 0.147.0 added them 17 days later.
  4. 04
    All three sit on the same open SKILL.md standard.A skill is a folder with a SKILL.md carrying at minimum a name and a description. The incompatibility is not the file format — it is which directories each tool scans and which frontmatter fields each vendor has added on top.
  5. 05
    The portable frontmatter surface is small and countable.Claude Code documents 18 frontmatter fields and marks 6 as portable outside Claude Code. The other 12 are Claude Code extensions. That ratio is the most honest available measure of how much of a skill actually travels.

01What ShippedOne sentence, two different features.

The ChatGPT and Codex changelog entry for v0.147.0, dated August 7, 2026, lists the new capability in a single line that conjoins two distinct actions with an “and.” It is worth reading twice before drawing any conclusion from it, because the two halves have different subjects, different artifacts and different behaviour over time.

"Import Cursor-managed skills and synchronize changes to imported Claude and Cursor conversations without creating duplicates."— OpenAI Codex CLI changelog, entry for v0.147.0, August 7, 2026

The first half is about skills, and its only named source is Cursor. The second half is about conversations, and it names both Claude and Cursor. The “without creating duplicates” behaviour — the ongoing synchronisation part — is stated for conversations. Nothing in that sentence says Codex keeps imported skills in sync after the import, and nothing in it says Codex imports skills from Claude Code.

That distinction is not pedantry. An import is a one-time or on-demand copy: whatever you pull in becomes yours to maintain in the new tool, and changes upstream do not follow. A synchronisation is a continuing relationship. Treating the skills half as if it inherits the conversations half’s sync semantics would lead a team to assume a shared source of truth that the vendor never claimed.

Skills
Import Cursor-managed skills
Cursor → Codex · via /import

Codex can pull in skills that Cursor manages. The changelog names Cursor and only Cursor as the skill source. No ongoing sync behaviour is stated for skills, and no primary describes Codex reading Claude Code's skill directories.

New in 0.147.0
Conversations
Synchronise imported conversations
Claude + Cursor → Codex · continuing

Changes to conversations already imported from Claude and from Cursor are synchronised without creating duplicates. This is the only half of the sentence that involves Claude at all, and the artifact is transcripts, not skills.

New in 0.147.0
The misreading to avoid
Codex CLI does not import Claude skills. The verbatim changelog supports exactly two claims: it imports Cursor-managed skills, and it synchronises imported Claude and Cursor conversations. Codex’s own skills documentation, as published at the time of writing, lists only .agents/skills directories and makes no mention of reading .claude/skills — so there is no primary support for automatic cross-vendor skill discovery on the Codex side either.

One more gap is worth flagging up front. Codex’s general skills-building documentation, as published at the time of writing, does not mention the Cursor-skill import or the conversation-sync behaviour at all. Both exist only in the 0.147.0 changelog entry. That means the mechanics — what exactly gets copied, what happens to a skill whose frontmatter Codex does not recognise, whether the import is repeatable — are not documented on the page a developer would naturally consult. Treat the changelog as evidence that the feature exists, not as a specification of how it behaves.

02Timeline/import was not new. Skills in it were.

The most common error in coverage of a changelog line like this is reading it in isolation. Diff it against the entry seventeen days earlier and the shape changes. Codex CLI 0.145.0, dated July 21, 2026, already expanded /import to migrate Cursor and Claude Code settings, MCP servers, plugins, sessions, commands and project-scoped memories. Skills were conspicuously absent from that list.

So 0.147.0 is not Codex’s first cross-harness import feature. It is the release that closed one specific hole in a migration path that had been shipping incrementally for weeks. That reframes the story from “portability was invented on August 7” to “portability has been assembled piecemeal, and skills were the last obvious gap.”

Codex CLI import-feature timeline assembled from three documented changelog entries, showing what the slash-import command covered in each release, what else shipped alongside it, and the number of days between each release and 0.147.0.
ReleaseWhat /import coveredWhat else shippedGap to 0.147.0
0.145.0 · Jul 21, 2026Cursor and Claude Code settings, MCP servers, plugins, sessions, commands, project-scoped memories. No skills.The release that established the cross-harness migration surface in the first place.17 days earlier
0.146.1 · Aug 5, 2026Not mentioned in the entry.A single-entry release: safer automatic-review defaults for cyber-capable models, plus permission changes explained in the terminal interface.2 days earlier
0.147.0 · Aug 7, 2026Adds Cursor-managed skills. Separately, imported Claude and Cursor conversations now synchronise without duplicates.Portable Agent Plugins with catalogue search; --approve-for-me; opt-in MCP 2026-07-28; cached web search; remote conversation compaction on Amazon Bedrock.the release itself

The arithmetic is worth stating plainly, because it is the part a surface-level rewrite misses. July 21 to August 7 is 17 days. August 5 to August 7 is two days. Three documented releases inside 17 days, one of which was a single-line safety change. This is a product shipping at a cadence where the documentation surface cannot keep up with the changelog — which is exactly what we observed in section 01, and exactly why anything load-bearing should be verified against the vendor’s own page rather than a secondary summary.

On the 0.146.1 entry specifically: the changelog says safer automatic-review defaults were applied for cyber-capable models and that permission changes are explained in the terminal interface. It does not name which models, and it does not cite any triggering event. We are drawing no inference beyond what that one line states.

Community write-ups describe the /import flow as a manual command run once per project from a fresh Codex session, covering roughly six migration surfaces. That description is consistent with the vendor changelog’s own list, but it is third-party reporting of a terminal UX, not vendor documentation — so treat the step-by-step as reported rather than specified, and confirm the current flow in your own install before writing it into a runbook. If you want the surrounding Codex configuration model, our deep dive on Codex CLI config profiles and sandboxing covers the layers /import is writing into.

03CompatibilityWho reads whose directories.

Here is the finding that reframes the headline. Cursor’s own skills documentation states that it loads skills from .agents/skills and .cursor/skills at project level and from the home-directory equivalents globally — and, explicitly for backward compatibility, from .claude/skills, .codex/skills, ~/.claude/skills and ~/.codex/skills as well.

Read that again with the release date in mind. Cursor has been reading Claude Code’s and Codex’s skill directories directly, with no import step and no user action, independent of anything Codex shipped in August. Cross-harness skill compatibility did not arrive on August 7. It already existed — passively, in one direction, as a unilateral compatibility decision by a single vendor.

Cross-harness skill compatibility matrix for Claude Code, Cursor and Codex CLI, assembled from each vendor’s own skills documentation, showing documented skill locations, whether the tool reads another vendor’s skill directories, the frontmatter surface each documents, and whether a native cross-vendor skill import path exists.
ToolDocumented skill locationsReads another vendor’s directories?Frontmatter surfaceNative cross-vendor skill import
Claude Code~/.claude/skills/ · .claude/skills/ · <plugin>/skills/ · enterprise managed settingsNot documented18 documented fields, 6 of them marked portable outside Claude CodeNone documented
Cursor.agents/skills · .cursor/skills · ~/.agents/skills · ~/.cursor/skills · plus .claude/skills, .codex/skills and both home-directory equivalentsYes — Claude Code and Codex paths, described in its docs as backward compatibilityname and description required; paths, disable-model-invocation and metadata optionalNot needed for those paths — the reads are passive
Codex CLI$CWD/.agents/skills (scanning up to $REPO_ROOT) · $HOME/.agents/skills · /etc/codex/skills · system-bundledNot documented — its skills doc lists only .agents/skillsDocumented as building on the open agent skills standardYes/import covers Cursor-managed skills as of 0.147.0

Counted as locations rather than prose, the asymmetry is immediate. Cursor documents eight skill directories it will read: four of its own and four belonging to other vendors. Claude Code documents four locations, all its own. Codex documents four scopes, all its own. Only one of the three has decided to look outside its own namespace by default.

Documented skill locations and scopes read, by tool

Source: each vendor’s own skills documentation, at the time of writing
Cursor4 own directories + 4 legacy Claude/Codex paths
8
Claude Codepersonal · project · plugin · enterprise managed settings
4
Codex CLIrepo · user · admin · system-bundled
4
Do not over-read Cursor’s wording
Cursor’s documentation frames those reads as backward compatibility, not as a partnership. It is one vendor deciding unilaterally to honour two competitors’ conventions, and it can be revised in a release note like any other product decision. Nothing in any of the three vendors’ documentation describes a negotiated cross-vendor agreement on skill discovery.

Put the two mechanisms side by side and they are not the same kind of thing at all. Cursor’s is passive and continuous: the file stays where it is, and Cursor finds it. Codex’s is active and point-in-time: you run a command, and a copy lands in Codex’s own namespace. The first costs nothing to maintain and creates no second copy. The second creates a fork the moment the original changes — which is precisely the drift problem that the conversation half of the changelog line solves for transcripts, and that the skills half does not claim to solve for skills.

04The FormatThe format is shared. The frontmatter is not.

None of this is a file-format problem. All three tools sit on the same open standard: a skill is a folder containing a SKILL.md file, and that file carries metadata — at minimum a name and a description — plus instructions telling an agent how to perform a task. The standard’s own overview says the format was originally developed by Anthropic, released as an open standard, and has been adopted by a growing number of agent products; its client showcase lists dozens of adopting tools, including Cursor, Claude Code and ChatGPT and Codex alongside GitHub Copilot, VS Code and Gemini CLI.

Where portability actually breaks is one layer up, in the vendor-specific frontmatter each tool has added on top of the shared minimum. Claude Code’s documentation is unusually honest about this: it publishes a compatibility table marking exactly which of its fields survive outside Claude Code. Six do. Everything else is a Claude Code extension.

Claude Code SKILL.md frontmatter fields split into the six fields its own compatibility table marks as portable outside Claude Code and the twelve documented fields that are Claude Code extensions, with a note on what each group means for a skill intended to run in more than one harness.
Frontmatter fieldWhat it means for portability
Portable outside Claude Code — 6 of 18 documented fields
name · descriptionThe standard’s minimum. Every tool that reads the format needs these two, and Cursor requires exactly these two and nothing more.
license · compatibility · metadataDescriptive fields that travel intact. Safe to use in a skill you intend to share across harnesses or publish.
allowed-toolsThe only behavioural field on the portable list — the closest thing the shared surface has to a permission boundary.
Claude Code-only extensions — the remaining 12
disable-model-invocation · user-invocable · argument-hint · argumentsInvocation control. Cursor documents its own disable-model-invocation, so the name overlaps even where the guarantee does not — check per tool rather than assuming.
context · agent · background · model · effortExecution semantics — where the skill runs, which model runs it, how hard it thinks. Nothing in the shared standard expresses any of this.
hooks · shell · pathsEnvironment coupling. paths is the interesting one: Cursor documents a paths field for glob-scoped activation, so the same key exists in two vocabularies.
This fails loudly, not quietly
Claude Code’s documentation states that uploading a skill outside Claude Code with a non-spec field fails with a hard error, and gives the message verbatim: Unexpected key(s) in SKILL.md frontmatter: argument-hint. Allowed properties are: allowed-tools, compatibility, description, license, metadata, name. A hard error is the good outcome here — you find out at upload time rather than discovering months later that a field was being silently ignored.

Six of eighteen is the number to carry. Two-thirds of Claude Code’s documented frontmatter surface does not travel, and the third that does is almost entirely descriptive — a name, a description, a licence, a compatibility declaration, free-form metadata, and one tool-permission field. Every field that expresses how the skill behaves — which model, how much effort, which subagent, which hooks fire — lives outside the portable set. That is not a criticism of Claude Code; the extensions exist because the shared standard is deliberately small. It is simply where the switching cost lives, and it is now countable rather than impressionistic.

The practical consequence for anyone authoring skills today is direct. If a skill is meant to outlive your current harness, keep its frontmatter inside those six fields and push everything else into the instruction body, where it is prose an agent reads rather than a key a parser rejects. Our step-by-step guide to building a skill from scratch walks the authoring side of that trade-off in detail.

05The Rest of 0.147.0Everything else in the same release.

The skills line was not the largest change in 0.147.0. The same entry adds portable Agent Plugins with search across local, personal, workspace and remote plugin catalogues; automatically reviewed approvals via a new --approve-for-me flag; and opt-in support for the MCP 2026-07-28 protocol including paginated discovery, multi-round requests and non-blocking server startup. It also enables cached web search and remote conversation compaction for Amazon Bedrock, and bumps the MCP SDK to 3.0.0, Ratatui to 0.30.2 and V8 to 150.4.0. One removal is easy to miss: a legacy blanket-automation flag was dropped from codex exec, with the changelog pointing users at --sandbox workspace-write instead.

The Agent Plugins half of that list is the distribution mechanism for skills rather than a competing format — Codex’s own documentation draws the line as skills being the authoring format and plugins being how they are distributed. We covered that standard in depth in our piece on what Agent Plugins 1.0 actually fixes, so we will not restate it here.

MCP protocol
A governance release, not a vendor one
2026-07-28

The MCP 2026-07-28 revision comes from the Model Context Protocol's own SEP-numbered proposal process, not from OpenAI. Codex 0.147.0 opts into it; it does not author it. Misattributing the spec to a single vendor is the easy mistake here.

Opt-in in Codex
Handshake
Request-scoped, not session-scoped
0

The revision removes the initialize and notifications/initialized handshake. Every request now carries its protocol version and client capabilities in _meta, and server/discover advertises supported versions, capabilities and identity up front.

server/discover
Deprecations
Roots, Sampling and Logging
12 mo

All three are formally deprecated as of the 2026-07-28 revision, with a twelve-month window. Deprecated is not removed — they still function today — but new work should assume tool parameters and resource URIs instead.

Still functional

Why does an MCP protocol revision belong in a piece about skill portability? Because it is the same problem wearing different clothes. Multi Round-Trip Requests replace the old server-initiated request pattern — servers now return a result whose inputRequests field carries what else they need, and clients answer with inputResponses on a retry of the original request. Non-blocking server startup matters for exactly the same reason paginated discovery does: an agent CLI now routinely juggles many MCP servers at once, and a team’s MCP wiring is as much a migration surface as its skills are. Both are config that took months to get right and that no one wants to rebuild.

One more scheduled change belongs on the calendar rather than in this analysis: the changelog announced on July 31, 2026 that GPT-5.4 and GPT-5.4 mini will no longer be available in Codex for users signed in with ChatGPT from August 31, 2026, remaining available on the OpenAI API and in API-key-authenticated Codex sessions, with gpt-5.6-terra and gpt-5.6-luna named as the recommended replacements. That is an announced schedule, not yet in effect at the time of writing. Separately, and only as context, OpenAI announced that its standalone Atlas browser was scheduled to stop working on August 9, 2026 as browser-based agentic capabilities fold into ChatGPT and Codex — a different product from the CLI, and not part of the skills story.

06Lock-InLock-in stopped living in the model.

Two years ago the switching-cost conversation was about models. Today that is the cheapest thing to change in the stack — most harnesses front several vendors, and swapping the default is a configuration line. The cost migrated. It now sits in the scaffolding a team builds around whichever model it happens to be using: the skills, the plugin catalogues, the project-scoped memories, the MCP server definitions, the approval policies, and the conversation history that quietly encodes how the team works.

That is why a changelog line about importing skills is more interesting than its size suggests. Every item on Codex’s /import list — settings, MCP servers, plugins, sessions, commands, project-scoped memories, and now skills — is an admission of where the friction actually is. Vendors do not build migration tooling for things that are easy to move.

Portable surface
Claude Code frontmatter fields that travel
6/18

Six documented fields are marked portable outside Claude Code; twelve are vendor extensions. Two-thirds of the documented frontmatter surface is a switching cost you can count before you incur it.

name, description, license, compatibility, metadata, allowed-tools
Directory reads
Skill directories Cursor scans
8

Four of its own plus four belonging to Claude Code and Codex, described in its docs as backward compatibility. Claude Code documents four locations and Codex four scopes, each entirely within its own namespace.

One vendor looks outward
Assembly time
Between /import and skills-in-/import
17 d

0.145.0 on July 21 brought settings, MCP servers, plugins, sessions, commands and memories. 0.147.0 on August 7 added skills. Portability is being assembled release by release, not announced in one move.

Jul 21 → Aug 7, 2026

The direction of travel is worth projecting carefully, because the evidence supports a trend but not a destination. Three separate vendors have now published skill systems on the same open format inside a single ecosystem, one of them reads two competitors’ directories by default, and another has built an explicit migration command that keeps growing. Nothing here quantifies how many teams actually use cross-harness import — no source measures that, and the existence of a feature is not evidence of its adoption. What the evidence does support is that the shared surface is small, the vendor-specific surface is large, and the pressure is currently on the vendors to bridge rather than on authors to converge. If that holds, the practical question for a team stops being “which harness wins” and becomes “how much of our scaffolding sits above the shared six fields.”

07PlaybookWhat to standardize now.

None of this requires picking a winner. It requires knowing which parts of your setup are portable by construction and which parts are a bet on one vendor — and then making that bet deliberately, in the places where the vendor extension genuinely earns its keep.

Skill frontmatter
Stay inside the six portable fields

For any skill you expect to outlive your current harness, keep frontmatter to name, description, license, compatibility, metadata and allowed-tools. Push behaviour into the instruction body, where it is prose rather than a key a parser can reject.

Default for shared skills
Vendor extensions
Use them deliberately, and mark them

Claude Code's context, hooks, effort, agent and model fields exist because they do things the shared standard does not express. Use them where they earn their keep — but keep those skills in a clearly separate folder so a migration inventory is a directory listing, not an audit.

Segregate, don't ban
Directory layout
Author into .agents/skills

Both Cursor and Codex document .agents/skills as a first-class location, and Cursor additionally reads the legacy Claude and Codex paths. Authoring into the shared path is the lowest-friction default; verify against each vendor's current docs before you commit a convention.

Lowest-friction default
Migration rehearsal
Test the import before you need it

Run /import into a throwaway Codex profile on a real project and read what lands. The mechanics are documented only in a changelog line, so the only reliable specification is the behaviour of your own installed version.

Rehearse quarterly

Two things worth adding to the same review. First, distribution is becoming its own surface: skills are increasingly bundled, versioned and installed rather than copied by hand, which brings a package ecosystem’s conveniences and a package ecosystem’s risks — the subject of our companion piece on skill packs starting to look like a package ecosystem. Second, approval and permission defaults are moving fast across every harness right now, and Codex’s new --approve-for-me flag lands in the same week that Claude Code prepares to make auto mode the default. Whatever you standardize on skills, standardize the approval posture alongside it.

If your team is running two or three of these harnesses in parallel and nobody can currently say which of your skills would survive a switch, that inventory is a short exercise with a durable payoff. It is the kind of scoping work our AI transformation engagements open with: catalogue what exists, separate the portable from the vendor-coupled, and decide the coupling deliberately rather than by accretion.

08ConclusionA bridge, not a merger.

Cross-harness skills, August 2026

Portability is being assembled release by release, not announced in one move.

Codex CLI 0.147.0 does two things worth knowing about, and they are not the same thing. It imports Cursor-managed skills — an active, point-in-time copy into Codex’s own namespace. And it synchronises changes to conversations already imported from Claude and from Cursor, without creating duplicates. The skills half names Cursor only. Anyone reporting that Codex now imports Claude skills has fused two clauses that the vendor kept separate.

Set against each vendor’s own documentation, the headline needs a qualifier. Cursor has been reading .claude/skills and .codex/skills for backward compatibility all along, with no import step required. Codex has now built the opposite path — explicit, on demand, one direction. Claude Code documents neither. That is three different answers to the same question, which is what a maturing ecosystem looks like before conventions settle, and it is why we are not ranking any of them here.

The durable takeaway is the countable one. Six of eighteen documented frontmatter fields travel outside Claude Code, and the six that do are almost entirely descriptive. Every field that says how a skill actually behaves lives in vendor territory. Keep the skills you cannot afford to rewrite inside that shared six, keep the rest deliberately separate, rehearse the import before the week you need it, and a harness switch stays a weekend rather than a quarter.

Make a harness switch a weekend, not a quarter

Know which of your skills survive a harness switch.

We help engineering and marketing teams inventory their agent scaffolding — skills, plugins, MCP servers, approval policies — and separate what is portable by construction from what is a bet on a single vendor.

Free consultationExpert guidanceTailored solutions
What we work on

Agent tooling engagements

  • Skill and plugin inventory across Claude Code, Cursor and Codex
  • Portable-by-construction SKILL.md authoring standards
  • MCP server governance and migration rehearsal
  • Approval and permission posture across harnesses
  • Multi-harness rollout for engineering and marketing teams
FAQ · Cross-harness agent skills

The questions worth asking first.

No. The 0.147.0 changelog line describes two separate capabilities: importing Cursor-managed skills, and synchronising changes to conversations already imported from Claude and from Cursor without creating duplicates. Skills and conversations are different artifacts. The only Claude-related artifact named in that line is conversations. Codex's own skills documentation, as published at the time of writing, lists only .agents/skills directories at repository, user, admin and system scope, and does not mention reading Claude Code's .claude/skills directory. There is no primary source supporting the claim that Codex imports Claude skills, whether by import command or by directory scanning.
Related dispatches

Continue exploring agent tooling.

AI Development

Agent Plugins 1.0: What the Standard Actually Fixes

Agent Plugins 1.0 packages skills and MCP servers in one directory format. The spec is still marked Working Draft, and vendor-specific formats keep shipping.

August 8, 2026 · 20 minRead
AI Development

SpaceX Buys Cursor for $60B: What the Deal Means in 2026

SpaceX is acquiring Anysphere, maker of Cursor, for $60B all-stock. We break down the deal economics, the margin trap behind it, and what changes for your team.

June 20, 2026 · 9 minRead
AI Development

Claude Code Makes Auto Mode the Default on August 14

Anthropic flips Claude Code to auto mode by default on Pro, Max and Team plans from August 14. What changes, what to pin, and what the studies show.

August 10, 2026 · 18 minRead
AI Development

Claude Code 2.1.224: Sessions Can Now Message Each Other

Claude Code 2.1.224 adds cross-session SendMessage, self-hosted runners on Team and Enterprise, and drops the 200-subagent cap. What ships, and what to guard.

August 10, 2026 · 20 minRead
AI Development

Agent Computer Use: Enterprise Automation Playbook

Enterprise playbook for deploying computer-use agents — a 40-point guardrails checklist spanning identity, audit, action boundaries, failures, and compliance.

May 22, 2026 · 17 minRead
AI Development

State of AI Agents 2026: 200+ Data Points Compiled

The definitive State of AI Agents 2026 — 247 data points across adoption, ROI, autonomy, and governance, sourced from McKinsey, Stanford HAI, and Gartner.

May 22, 2026 · 16 minRead