惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
L
LINUX DO - 最新话题
TaoSecurity Blog
TaoSecurity Blog
S
Security Affairs
H
Hacker News: Front Page
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hacker News: Ask HN
Hacker News: Ask HN
T
The Exploit Database - CXSecurity.com
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
Schneier on Security
Schneier on Security
云风的 BLOG
云风的 BLOG
I
InfoQ
The Register - Security
The Register - Security
T
Tor Project blog
T
Threat Research - Cisco Blogs
Spread Privacy
Spread Privacy
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
The GitHub Blog
The GitHub Blog
MongoDB | Blog
MongoDB | Blog
Webroot Blog
Webroot Blog
Recent Announcements
Recent Announcements
Vercel News
Vercel News
F
Fortinet All Blogs
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
SecWiki News
SecWiki News
G
Google Developers Blog
N
Netflix TechBlog - Medium
U
Unit 42
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
O
OpenAI News
博客园 - 叶小钗
T
Tailwind CSS Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Help Net Security
Help Net Security
A
About on SuperTechFans
Recorded Future
Recorded Future
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
D
DataBreaches.Net
D
Darknet – Hacking Tools, Hacker News & Cyber Security
T
The Blog of Author Tim Ferriss
PCI Perspectives
PCI Perspectives
F
Full Disclosure
美团技术团队
L
Lohrmann on Cybersecurity
H
Hackread – Cybersecurity News, Data Breaches, AI and More

WordPress.com News

WordPress.com Changelog: A More Flexible Editor WordPress Studio Just Got Faster, the CLI is Now Dependency-Free, and Sonnet 5 Support What Is Agentic Commerce? What It Means for Your Store How to Choose a Web Host: 7 Factors to Consider WordPress.com Changelog: Shape Your Newsletter Signup and Get Domain Help in Chat Build your first plugin with WordPress Studio and Cursor Feature Clips: Turn Posts Into Social-Ready Video Customize What Newsletter Subscribers See | WordPress.com Your WordPress Expert, Now on Desktop: Studio Code Beta Jetpack Search 7.0: Find Products Faster in WooCommerce WordPress.com Changelog: Sharper Image Editing and a New Way to Multitask Meet Desktop Mode: Turn WordPress Admin Into a Desktop Workspace How to Make Your Website More Discoverable by AI | WordPress.com Develop Locally on Linux with WordPress Studio 10 New WordPress.com Features Just Landed WordPress.com Is Now Available in Stripe Projects WordCamp Europe 2026: Worth the Wait A Better Client Feedback Loop with Studio Code WordPress.com Changelog: WordPress 7.0 and Ways to Repurpose Your Written Content WordPress 7.0 Has Arrived: Here’s Everything You Need to Know WordPress 7.0 Has Arrived: Here’s Everything You Need to Know Now in the Reader: Bluesky, Mastodon, and the Fediverse Introducing Write: A New Way to Post, Built for Writers Meet WordCamp Agent: A Preview of the WordPress Memory Layer Turn Your Blog Posts Into Podcast Episodes WordPress.com Changelog: Launch a Podcast and Update Your Friends Blueprints Gallery Is Now Available in WordPress Studio Inside WordPress.com’s Security Response to the Essential Plugin Attack Achievement Unlocked: Your WordPress.com Milestones Now Have a Home Your Podcast Belongs With Your Blog and Newsletter Easy Site Editor – Coming Soon Easy Site Editor – Now in Beta Introducing Lately, now in beta Introducing WordPress Workspace for Mac WordPress.com Changelog: AI Assistant Opt-in on All Current Paid Plans and A New Way to Build Sites from Your Terminal Go From Idea to Live Ecommerce Store in One Hour A New Theme for Short-Form Blogging on WordPress.com Your WordPress Expert in the Terminal: Try the Studio Code Beta WordPress.com Changelog: Try the WordPress 7.0 Beta and a One-Click Solution for Plugin Errors Spry Fox Has Been Making Games for 15 Years. Their Blog Still Matters. How to Build an Endless Stream of Content Ideas with WordPress and Claude How HealthPress.io Used WordPress.com to Power a Growing European Lifestyle Health Movement Murphy Levesque Co-Founded an Animal Rescue at 11. Her WordPress.com Site Helped Save Over 100 Animals. What We Learned (and Loved) at WordCamp Asia 2026 in Mumbai How to Choose Headless WordPress Hosting: A 2026 Checklist How Knockers Design Builds Complex Client Work on WordPress.com WordPress.com Changelog: A New Telegram Bot and Complimentary Newsletter Subscriptions The Top 10 Creative WordPress Themes with Real Personality Give Friends Free Access with Complimentary Subscriptions New in WordPress Studio: Studio CLI on npm & phpMyAdmin Access Plugins, Global Styles, and More: Now on Every WordPress.com Paid Plan How Consultings Company Became Brazil’s First Automattic Partner by Betting on Owned Digital Top WordPress Design Trends for 2026: Interactivity, AI, and the Return to Ownership WordPress.com Changelog: Enabling AI Agents to Work on Your Site and More Control Over Newsletter Sending Barbara Kingsley Started TikTok at 77. Now She Has 100,000 Followers and a Website to Match.
How WordPress 7.0 Is Building the Foundation for AI-Powered Sites
WordPress.com Staff · 2026-04-08 · via WordPress.com News

Until now, every WordPress plugin that integrated AI had to build its own foundations. 

The upcoming WordPress 7.0 changes this by introducing a shared infrastructure that supports how AI works across sites.

AI tools can now discover what a site can do, access AI services through a consistent layer, and trigger actions across plugins without requiring custom integration code for every combination.

The Abilities API: Defining what a site can do

WordPress 6.9 introduced the Abilities API as one of the first foundational pieces of this infrastructure. It gives plugins a standard way to register their capabilities in one place.

Instead of each plugin building its own custom integration, it declares what it exposes: 

  • Specific actions
  • The inputs those actions need
  • What they return
  • Which permissions are required

Those capabilities become discoverable through REST endpoints or the Model Context Protocol (MCP) Adapter.

This means automation tools and AI assistants can interact with WordPress without needing custom code for every plugin. A tool such as Zapier or an AI assistant such as Claude reads what’s available and acts on it.

A practical example: WooCommerce can register capabilities such as updating stock status, retrieving order data, or modifying product attributes. An AI assistant connecting to that site discovers those capabilities automatically. It doesn’t need a bespoke WooCommerce integration — it works with what the plugin has declared.

The WordPress AI Client: One connection to AI models

Before the WordPress AI Client, every plugin that wanted to use AI handled its own integration. Authentication, request formatting, response parsing — all built from scratch, again and again.

The AI Client introduces a shared interface for interacting with AI models. Plugins send prompts through one consistent layer, regardless of the provider.

WordPress 7.0 introduces the Connectors API alongside it. This is a system for managing connections to external services. It also adds a Connectors screen where site owners can configure AI providers in one place. Once configured, those connections are available across plugins without needing additional setup.

Screenshot of the WordPress 7.0 AI Connectors page.

This makes AI interactions composable across plugins. 

A workflow can span multiple tools, such as retrieving WooCommerce product data and passing it through an AI model to generate descriptions, without custom glue code holding it together. 

For developers, this means no more rebuilding the same integrations. For site owners, it means configuring AI once and using it everywhere.

The MCP Adapter: Connecting to external AI tools

MCP is an open standard for how AI assistants communicate with external tools. The WordPress MCP Adapter implements that protocol for WordPress, exposing registered abilities as tools that any MCP-compatible client can discover and call.

The adapter ships separately from WordPress core and was available prior to 7.0, but it becomes significantly more useful with the new AI infrastructure in place. 

Once connected, tools such as Claude, ChatGPT, or Gemini can see what your site can do and trigger actions directly.

This opens up workflows that would have required significant manual work or custom scripting before, such as having to:

  • Batch-update hundreds of posts with a single natural language command.
  • Find all WooCommerce products with inconsistent attributes and standardize them at scale.
  • Query order data to identify top-performing products or spot return trends.

How the pieces fit together

Each component handles a different part of the problem. The Abilities API defines what actions a site can perform. The AI Client connects plugins to AI models. The MCP Adapter exposes those actions to external AI assistants.

Here’s what it might look like in a real workflow:

  1. An AI assistant retrieves posts from WordPress.
  2. An AI model analyzes the content.
  3. The assistant triggers an ability to update the metadata.

Each step uses shared infrastructure. This makes these workflows reusable and composable across the ecosystem rather than locked inside a single plugin.

How this works on WordPress.com

On WordPress.com, this infrastructure is already in place.

Site owners can use the AI Assistant directly in the editor and Media Library to create and rewrite content, adjust layouts, generate images, and more. You can also connect the WordPress site to Claude to analyze content, identify gaps, generate ideas, and push updates back to your site.

Screenshot of the WordPress AI Assistant

For development, WordPress Studio provides a local environment where you can use tools such as Claude Code to build and test plugins, themes, and custom functionality. Telex extends this further, letting you generate blocks and themes from prompts and add them to your site.

Screenshot of the WordPress AI Website Builder.

The bottom line

The AI infrastructure in WordPress 7.0 is making AI-powered plugins and workflows possible at scale.

The Abilities API and AI Client are at the core of that shift — a shared infrastructure that gives the entire ecosystem something consistent to build on. 

Together, they represent a meaningful step toward creating a world where WordPress doesn’t just support AI workflows but actively enables them.