The AI Infrastructure WordPress Has Been Missing
WordPress 7.0 introduced the Abilities API and AI Client earlier this year, giving developers their first standardized way to build AI features into the platform. But there was a problem. AI tools could call models, but they could not easily answer basic questions about your site. What are the settings? Who are the users? What is the actual content? WordPress 7.1 Beta 1, released on July 15, 2026, closes those gaps with three major additions that change what is possible for AI plugins on WordPress.
This is not a list of shiny new buttons in your dashboard. The features in 7.1 Beta 1 are developer primitives. Think of them as the plumbing. If you run a WordPress site with AI plugins, or if you are thinking about adding AI tools to your workflow, the changes in this release determine what those tools can do in the near future. Understanding them now helps you plan what to expect and when.
Here is what WordPress 7.1 Beta 1 means for AI plugins and site owners, broken down by the features that matter most.
wp_knowledge: A Structured Home for AI Context
The most significant AI addition in 7.1 Beta 1 is wp_knowledge, a new Core custom post type that gives sites a structured place to store the information AI tools need to produce helpful output. Before this, any AI plugin that wanted to understand your brand voice, content guidelines, or site preferences had to implement its own storage, which meant every plugin worked differently and none of them shared data.
wp_knowledge ships with three built-in sub-types:
Guideline
Brand standards, tone of voice, image direction, editorial rules. Pure text that serves as the source of truth for your site’s AI tools. Writers see these guidelines directly in the editor as a checklist. AI tools fetch them via the REST API at /wp/v2/knowledge. Same data, same source of truth, available to any integration.
Memory
Durable context that has been explicitly saved or approved for future AI sessions. If an AI plugin learns something about your site during a conversation, storing it as memory means it persists across sessions. This is the data layer that makes AI tools feel like they actually remember your preferences.
Note
Private freeform working text that is not surfaced to AI by default. Useful for drafts, experimental prompts, or internal testing without cluttering the AI pipeline.
Two design decisions here are worth noting. Autosave is disabled on wp_knowledge entries, which makes sense since these are headless storage items, not editor documents. Revision history is retained, so you can track changes. And the capability filter wp_maybe_grant_knowledge_caps makes it extensible for sites that need custom permission models.
For site owners, the practical impact is simple. If you use AI tools on your WordPress site, wp_knowledge means those tools can finally share a consistent understanding of what your site is about, how it should sound, and what rules it follows. No more telling every plugin the same information separately.

Three New Core Abilities That Close the Biggest Gap
WordPress 7.1 expands the Abilities API with three new read-only abilities:
- core/read-settings – Read site configuration like the site name, description, URL, and admin email.
- core/read-content – Read posts, pages, and other content types.
- core/read-users – Read user information (with appropriate permissions).
These might sound basic, and they are. That is exactly the point. WordPress 7.0 gave developers the Abilities API framework but shipped with zero Core abilities that could actually read your site data. Any AI integration built on the stack could call a model but could not answer questions like “what posts exist?” or “what is the front page?” or “who are the admins?” Those are the kinds of questions AI plugins need to answer to be genuinely useful.
The three new abilities close that gap. Combined with the MCP Adapter that bridges these abilities to AI agents via the Model Context Protocol, this creates a real pipeline: an AI agent can discover your site, read your content, understand your settings, and generate useful output without custom integration code.
WordPress 7.1 also adds plugin-level execution filtering. Plugins can now intercept, log, override, or transform ability execution using the mcp_exposed_abilities filter. If you run security plugins that need to control exactly what AI tools can access, this is the hook you have been waiting for.
AI Client Streaming and Embeddings
The Core AI Client introduced in WordPress 7.0 gets two major upgrades in 7.1.
Streaming
Token-by-token real-time generation responses are now available in the PHP AI Client. This is not in the block editor UX yet, but hosts and plugin developers can start building on it now. For site owners, streaming means AI features that feel responsive rather than waiting for a full response before showing anything.
Embeddings
Semantic and vector search are coming to Core. Embeddings are numerical representations of content that identify related items even when surface text does not match. MySQL and MariaDB both support native vector storage now, and the WordPress AI plugin team is running vector search experiments on top of it. For site owners, embeddings power features like “related content” that actually understands meaning rather than just matching keywords, and AI search that finds answers based on intent.
These two additions to the AI Client are not user-facing yet, but they are the foundation for real-time AI generation and semantic search in the block editor for a future release.

Block Editor Upgrades: React 19 and Block Bindings
Several block editor changes in 7.1 Beta 1 matter for AI plugins and the overall editing experience.
Block Bindings now support core/list-item, enabling dynamic data connections in list content without custom code. This closes a gap tracked since the Bindings API launched. If your AI plugin generates structured list content that needs to stay connected to dynamic data sources, this matters.
The HTML block gains support for editable nested blocks. When AI-generated raw HTML needs to be parsed and edited within the editor, this makes the workflow much smoother.
React 19 is now the underlying framework for the Block Editor. If you maintain custom blocks or editor interfaces, test against React 19 before the final release on August 19. Most plugins should work without changes, but edge cases exist with deprecated APIs.
Responsive styling and interactive state styling (hover, focus, active) arrive in Core without requiring custom CSS. AI tools that generate layouts or style suggestions can now output responsive-aware blocks that work across device sizes.
Common Mistakes to Avoid
Installing Beta on a Production Site
WordPress 7.1 Beta 1 is for testing only. Do not install it on a live site. Use a staging environment, local development setup, or WordPress Playground to explore the new features safely.
Expecting End-User AI Features Immediately
The AI features in 7.1 Beta 1 are developer infrastructure. wp_knowledge, the expanded Abilities API, and AI Client streaming are primitives that plugin developers build on. Site owners will see the benefits when plugins update to use them, not on day one of the 7.1 release.
Ignoring the Testing Window
The final release is August 19, 2026 at WordCamp US. Weekly betas run through the end of July. If you maintain plugins or themes, or if you rely on specific AI integrations, the testing window is now. Report issues in the Alpha/Beta forum or WordPress Trac.
Overlooking Hosting Requirements
AI features in WordPress put additional load on your server, especially streaming responses and vector search operations. If your current hosting struggles with standard WordPress, it will likely struggle more with AI-powered features. Check that your host supports PHP 8.3+ and has adequate memory limits.
Check out our Kinsta vs WP Engine comparison. Kinsta’s infrastructure handles AI-powered WordPress workloads without breaking a sweat, with PHP 8.3 support, generous resource limits, and a global CDN.
The final release of WordPress 7.1 is scheduled for August 19, 2026 at WordCamp US. Weekly beta releases run through the end of July, followed by release candidates in August.
No. The AI features in 7.1 Beta 1 are backward compatible. Your existing AI plugins will continue to work. The new capabilities in 7.1 give plugin developers more tools to build better features, but they do not break anything that already works.
wp_knowledge is a new custom post type for storing site guidelines, brand standards, and context that AI tools can read. You do not need to set it up manually. AI plugins that support it will create and manage knowledge entries as needed. It has zero database footprint on sites that never use it.
No. Beta releases are for testing and development only. Use a staging site, local development environment, or WordPress Playground to test. Installing beta software on a production site risks breaking your live content and functionality.
AI features do add server load, especially streaming and vector search operations. Kinsta and other managed WordPress hosts that support PHP 8.3 with adequate memory limits handle this well. If you are on budget shared hosting, you may want to test AI plugin performance before adopting them heavily.
Final Thoughts
WordPress 7.1 Beta 1 is not a release that changes your dashboard overnight. It is more important than that. It lays the foundation for what AI tools on WordPress can actually do. wp_knowledge gives plugin developers a standard place to store and retrieve site context. The expanded Abilities API lets AI agents read real site data instead of guessing. Streaming and embeddings bring real-time generation and semantic search closer to Core.
If you run a WordPress site with AI plugins, the takeaway is this: the tools you use are about to get significantly more capable. Plugin developers now have the infrastructure to build features that understand your site, remember your preferences, and respond in real time. The final release on August 19 is worth paying attention to.
In the meantime, test the beta on a staging site. Check that your hosting can handle the additional demands. And keep an eye on your favorite AI plugins for updates that leverage the new capabilities. WordPress is building its AI layer from the ground up, and 7.1 is the release where that vision starts to become practical.


This is really helpful, thanks! One thing I am not clear on: if I am running a small WordPress site with a couple of AI plugins for content suggestions and SEO, do I actually need to upgrade to 7.1 right away when it comes out? Or can I wait a few weeks to see if plugin compatibility issues shake out?
Great question, David. You definitely do not need to upgrade on day one. In fact, waiting a couple of weeks after the August 19 release is a smart move. That gives plugin developers time to push any compatibility updates they might need. When you do upgrade, just make sure your AI plugins are updated first, and always take a backup before the update. If you want to be extra safe, test on a staging site first.
Was about to install the beta on my production site and this post saved me from a potential disaster. The wp_knowledge breakdown was especially useful. Keep these WordPress + AI explainers coming!