Connect with us
WordPress AI infrastructure

WordPress

WordPress 7.0 Introduces Shared AI Infrastructure for Websites

WordPress 7.0 Introduces Shared AI Infrastructure for Websites

The upcoming WordPress 7.0 release will introduce a shared technical infrastructure designed to support Artificial Intelligence across websites. This foundational shift moves away from the current model where each plugin must build its own AI integration from the ground up.

The new system provides a standardized framework for AI tools to discover a site’s capabilities, access AI services, and trigger actions across different plugins. This development is significant for the global web platform, which powers a substantial portion of the internet, as it aims to make AI-powered workflows more accessible and interoperable.

Core Components of the New System

The infrastructure is built upon several key components introduced in recent WordPress versions. The Abilities API, which debuted in WordPress 6.9, allows plugins to register their capabilities in a standardized way. Plugins declare specific actions, required inputs, expected returns, and necessary permissions. These registered abilities become discoverable through REST endpoints or an adapter for the Model Context Protocol, an open standard for AI tool communication.

This means automation tools and AI assistants can interact with a WordPress site without needing custom code for every individual plugin. For example, an e-commerce plugin could register abilities for updating stock or retrieving order data, which an AI assistant could then discover and use automatically.

Unified AI Client and Connection Management

A central feature is the WordPress AI Client, which provides a shared interface for plugins to interact with various AI models. Previously, each plugin handled its own integration, including authentication and request formatting. The AI Client allows plugins to send prompts through a consistent layer regardless of the AI service provider.

WordPress 7.0 will also introduce a Connectors API and a Connectors screen for site administrators. This system allows the management of connections to external AI services in one centralized location. Once configured, these connections become available to all plugins on the site, eliminating the need for repeated setup.

Integration with External AI Assistants

The Model Context Protocol Adapter for WordPress implements the MCP standard, exposing a site’s registered abilities as tools that any compatible AI client can use. While this adapter ships separately from the core software, its utility is enhanced by the new underlying infrastructure.

When connected, AI assistants like Claude or ChatGPT can see what actions a site can perform and trigger them directly. This enables complex workflows that previously required manual effort or custom scripting, such as batch-updating content or analyzing e-commerce data at scale through natural language commands.

Current Implementation and Development Tools

On the WordPress.com hosting platform, elements of this infrastructure are already operational. Site owners there can use an integrated AI Assistant within the editor for tasks like content creation and image generation. They can also connect a site to external AI tools for content analysis and site updates.

For developers, WordPress Studio provides a local environment to build and test plugins and themes with AI assistance. Other tools allow for generating website blocks and themes from prompts and adding them to a site.

Implications and Expected Impact

The collective shift represents a move toward a more composable AI ecosystem within WordPress. Workflows can span multiple plugins using the shared infrastructure, making them reusable across the platform rather than confined to a single tool. For developers, it reduces the need to rebuild common integrations. For site owners, it simplifies the configuration and use of AI capabilities.

The core development team frames these changes as a foundational step. The goal is to create an environment where WordPress does not merely support AI workflows but actively facilitates their creation and scaling across millions of websites.

The official release of WordPress 7.0, which will include these core AI infrastructure components, is anticipated according to the project’s standard development cycle, following the release of version 6.9.

Source: WordPress Development Blog

More in WordPress