The WordPress AI Team is dedicated to exploring and coordinating artificial intelligence projects across the WordPress ecosystem.
Get Involved
Whether youโre an engineer, designer, researcher, or just curious about AI, weโd love to have you involved as we shape the future of AI in WordPress.
Jason Adams @jason_the_adams (Team RepTeam RepA Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts.) โ Automattic
AI 1.2.0 has been released and is available for download! โWhatโs new in AIโฆโ posts (labeled with the #ai-release tag) are posted following every AI pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. release, showcasing new features included in each release.
Weโre pleased to announce the release of AI 1.2.0, the latest update to the canonical plugin powering AI-powered features in WordPress. This release introduces a new Suggest Reply experiment, bulk Content Summary generation, and two new read-only Abilities. It also simplifies the pluginโs settings interface and improves Type-ahead Text, Connector Approvals, accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility), and developer extensibility.
Whatโs new in 1.2.0?
New Experiment: Suggest Reply
AI 1.2.0 introduces a new Suggest Reply experiment for comment moderation. When enabled, comment moderators can generate a contextual reply from the Comments administration screen or the Activity dashboard widgetWidgetA WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user.. Suggestions can incorporate the comment, its parent post, and optional editorial guidelines.
The experiment supports:
Friendly, professional, and casual reply tones (friendly as default)
Optional instructions or editorial guidelines
Inserting the suggestion directly into WordPressโs inline reply form
Generated replies remain suggestions for a moderator to review, edit, and choose whether to publish. This helps sites respond more efficiently while keeping people in control of the conversation.
Generate content summaries in bulk
Content Summarization can now be run across multiple posts or pages from the corresponding list table. After selecting content, users can choose the new Generate Summary bulk action. WordPress processes the selected items and creates or updates their AI-generated summaries without requiring each item to be opened individually in the editor.
This makes Content Summarization more practical for established sites that want to add summaries to an existing content library.
New core/read-contentAbilityAbilityA registered, self-documenting unit of WordPress functionality that can be discovered and invoked through multiple contexts (REST API, Command Palette, MCP). Includes authorization and input/output specifications.
AI 1.2.0 adds a new core/read-content Ability, providing structured, read-only access to WordPress content through the Abilities APIAbilities APIA core WordPress API (introduced in 6.9) that creates a central registry of capabilities, making WordPress functions discoverable and accessible to AI agents, automation tools, and developers. Transforms WordPress from isolated functions into a unified system.. The default response remains intentionally lean, while permissions and per-post access checks determine which content and fields are available.
The Ability supports:
Retrieving a single post by ID
Retrieving a single post by post type and slug
Querying collections of posts
Filtering by status, author, parent, or included post IDs
Pagination and field selection
Explicit opt-in access to heavier or raw content fields
This provides a useful foundation for assistants, agents, automation tools, and other integrations that need to securely discover and read WordPress content.
New core/read-users Ability
This release also introduces the core/read-users Ability. It can retrieve a single user by ID, email address, login, or nicename, or return a filtered and paginated collection of users. Collection queries can be filtered by role, published content, included user IDs, and other supported fields. Lean fields are returned by default. Sensitive identifiers and fields must be explicitly requested and remain protected by WordPress permissions.
Together, core/read-content, core/read-users, and the previously introduced core/read-settings Ability expand the pluginโs reference implementation for permission-aware access to WordPress data.
Simpler settings with optional advanced controls
AI 1.2.0 reorganizes configuration options to make the primary settings experience more approachable. A new Advanced settings option is available from the Developer Tools menu. It is disabled by default, leaving each Feature or Experiment with its primary on/off control.
When Advanced settings are enabled, additional options such as providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). selection, model selection, taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. strategies, or suggestion limits become available where supported. This keeps common configuration focused while preserving detailed controls for developers and advanced site administrators.
Clearer Connector Approval guidance
When Connector Approvals are enabled but no AI connectors have been approved, the plugin now displays an inline notice explaining that the AI plugin must be approved before it can use an AI provider connector.
Previously, administrators might not discover the missing approval until they attempted to use an AI feature and encountered an error. The new notice makes the required action visible while configuring the plugin.
Type-ahead Text improvements
The Type-ahead Text experiment received several refinements in this release:
Type Ahead assets no longer load on the siteโs front end.
Dismissing a suggestion with the Escape key no longer immediately triggers another request.
Ghost text placement has been improved.
Stale suggestions no longer overlap placeholders in empty blocks.
Accessibility and workflow refinements
Additional interface and workflow improvements include:
Keyboard focus is restored more reliably after saving AI settings.
AI Home feature-card images now include descriptive alternative text for screen reader users.
Content Summary detection now works when the blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. is nested inside another block.
Initial settings are registered before core/read-settings creates its settings snapshot.
Explicit show_in_abilities values are respected while remaining compatible with future WordPress coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. support.
These changes continue the projectโs focus on making AI workflows predictable, accessible, and compatible with evolving WordPress APIs.
Developer and extensibility updates
AI 1.2.0 introduces the wp_ai_client_default_request_timeoutfilterFilterFilters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output., allowing developers to customize the timeout used for long-running AI client requests. This release applies the filter to image generation only, while exposing it for application to other features in the future. The default remains 90 seconds, but sites using slower providers or infrastructure can now increase or otherwise adjust that value.
The release also includes end-to-end test improvements, pinned npm dependencies, updated WordPress UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing. packages, new and updated screenshots, and documentation describing how contributors can become plugin maintainers.
Whatโs next in 1.3.0?
Work is already underway on additional Features, Experiments, and infrastructure improvements planned for 1.3.0 and future releases, including:
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
AI 1.1.0 has been released and is available for download! โWhatโs new in AIโฆโ posts (labeled with the #ai-release tag) are posted following every AI pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. release, showcasing new features included in each release.
Weโre pleased to announce the release of AI 1.1.0, the latest update to the canonical plugin powering AI-powered features in WordPress. This release introduces two new experiments, Type-ahead Text and Key Encryption, while continuing to improve content workflows, comment moderation, developer settings, Abilities APIAbilities APIA core WordPress API (introduced in 6.9) that creates a central registry of capabilities, making WordPress functions discoverable and accessible to AI agents, automation tools, and developers. Transforms WordPress from isolated functions into a unified system. integration, and overall interface polish.
Whatโs new in 1.1.0?
New Experiment: Type-ahead Text
AI 1.1.0 introduces a new Type-ahead Text experiment for the blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. editor.
When enabled, Type-ahead Text can suggest inline ghost text at the end of paragraph blocks while a user is writing. It can also be triggered manually within supported blocks, giving writers a lightweight way to explore AI-assisted continuation without leaving the editor flow.
The experiment supports:
Context-aware suggestions based on surrounding content
Manual triggering within supported blocks
Keyboard controls for accepting or dismissing suggestions
ProviderProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). and model overrides through developer settings
Integration with site Guidelines (aka Knowledge)
This brings a familiar AI writing pattern directly into WordPress while keeping it experimental, opt-in, and available for community testing.
New Experiment: Key Encryption
This release also introduces a Key Encryption experiment focused on improving how AI Connector APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. keys are stored.
When enabled, AI Connector API keys are encrypted before being stored in the database and decrypted when needed for use. If the experiment is disabled, global AI functionality is turned off, or the plugin is deactivated, keys are restored so sites are not left in an unusable state.
This experiment is especially relevant as WordPress continues exploring Connectors and AI provider integrations. It gives the project a practical place to test API key handling approaches and gather real-world feedback before similar patterns are considered elsewhere.
Smarter content readiness checks
AI 1.1.0 improves when content-based features become available.
Features that rely on post content are now disabled until minimum content thresholds are met. The release also improves those checks by using locale-aware word or character counting, helping content workflows behave more reliably across languages.
This affects workflows such as:
Content Resizing
Content Summarization
Content Classification
These updates should reduce confusing states where an AI action appears available before there is enough content to produce a useful result.
Comment Moderation improvements
The Comment Moderation experiment continues to get more control and refinement.
AI 1.1.0 adds a setting that lets site owners choose whether guest comments should be analyzed automatically. This setting defaults to enabled, but can be turned off to avoid running AI sentiment or toxicity analysis on anonymous comments.
This is useful for sites that receive a high volume of guest or spam comments and want more control over where AI analysis is applied. The release also skips comment analysis and moderation for comments already marked as spam or trashTrashTrash in WordPress is like the Recycle Bin on your PC or Trash in your Macintosh computer. Users with the proper permission level (administrators and editors) have the ability to delete a post, page, and/or comments. When you delete the item, it is moved to the trash folder where it will remain for 30 days., reducing unnecessary AI requests.
New core/read-settingsAbilityAbilityA registered, self-documenting unit of WordPress functionality that can be discovered and invoked through multiple contexts (REST API, Command Palette, MCP). Includes authorization and input/output specifications.
AI 1.1.0 adds a new core/read-settings Ability.
This read-only ability exposes eligible site settings through the Abilities API, providing another example of how WordPress capabilities can be made available to AI-powered workflows in a structured, permission-aware way. The ability requires appropriate permissions and supports filtering returned settings, creating a useful foundation for future admin, assistant, and developer workflows.
Workflow and interface refinements
AI 1.1.0 also includes several workflow and user experience improvements:
Editorial Notes now prompt users to save after running.
Editorial Note loading indicators are scoped to the active block.
Editorial Updates only appear when pending notes are linked to the current blocks.
Title Generation button text and loading states are now more consistent.
Content Classification term suggestions persist more reliably and recover better when term assignment fails.
Experiment modal warnings now use the standard Notice component.
Settings screen snackbars no longer overlap the main content.
AI Request Logs now use a fixed 30-day window so summary cards and the logs table match.
Documentation now more clearly notes that the plugin has targeted support only for the Block Editor.
Developer and extensibility updates
This release includes several improvements for developers and advanced site builders:
A new wpai_has_image_generation_supportfilterFilterFilters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. allows third parties to declare Image Generation support, including cases where authentication does not rely on an API key.
Abilities Explorer schema output now handles non-ASCII characters more readably.
Ability input handling was improved so omitted input can still allow schema defaults to apply.
Scalar input schema validation is now supported in Abilities Explorer.
These changes help make the plugin a stronger reference implementation for others building AI-powered WordPress features.
Whatโs next in 1.2.0?
Work is already underway on additional Features, Experiments, and infrastructure improvements planned for 1.2.0 and future releases, including:
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility), performance, or AI ethics and policy, there are many ways to participate.
AI 1.0.0 has been released and is available for download! โWhatโs new in AIโฆโ posts (labeled with the #ai-release tag) are posted following every AI pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. release, showcasing new features included in each release.
Weโre pleased to announce the release of AI 1.0.0, the latest update to the canonical plugin powering AI-powered features in WordPress. This release marks an important milestone for the plugin. Since the first AI Experiments release in late 2025, contributors across the WordPress ecosystem have helped test, refine, and expand a growing set of AI capabilities built directly on top of the AI Building Blocks initiative. With 1.0.0, the plugin continues evolving from an experimental sandbox into a more mature reference implementation for AI-powered workflows in WordPress.
AI 1.0.0 introduces new observability and governance tooling, expands moderation and media workflows, improves onboarding and providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). handling, and includes a broad set of accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility), internationalization, and developer experience improvements.
Whatโs new in 1.0.0?
New Experiment: Request Logging
This release introduces a new Request Logging experiment that provides observability into AI activity across WordPress. Once enabled, administrators can review AI requests and responses generated through coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress., plugins, and themes to help teams better understand:
What AI operations are being triggered
Which features and providers are being used
How requests are performing
Potential debugging or workflow issues
This creates a foundation for improved transparency and operational awareness as AI usage within WordPress grows.
New Experiment: Connector Approvals
AI 1.0.0 also introduces a new Connector Approvals experiment focused on governance and administrative control.
This experiment allows site administrators to determine which plugins can access configured AI connectors. As more plugins begin integrating with AI services, Connector Approvals provides an additional layer of oversight around how provider credentials and AI capabilities are shared across a site.
This continues the broader focus on giving users and site owners flexibility and control over how AI integrations operate inside WordPress.
Expanded Comment Moderation Workflows
The Comment Moderation experiment introduced in previous releases continues to evolve in AI 1.0.0. This release adds:
Sorting and filtering in the Comments screen by Sentiment and Toxicity
Sentiment and Toxicity labeling directly in the Activity dashboard widgetWidgetA WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user.
Improved handling for comments without moderation metadata
Better failed-analysis indicators when moderation requests fail
These updates help moderators more quickly identify problematic discussions and better understand the overall tone of conversations happening across their sites.
AI Alt Text in the Media Editor
AI-powered alt text generation is now integrated directly into GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โblocksโ to add richness rather than shortcodes, custom HTML etc.
https://wordpress.org/gutenberg/โs experimental media editor workflow. This builds on the pluginโs existing media accessibility tooling by making AI-generated alt text suggestions more directly available while editing media items. The release also includes several improvements to alt text and media generation handling, including:
Better error handling when no AI provider is configured
Improved notices and onboarding guidance
Fixes for decorative image workflows
Additional handling for standalone image generation
Editorial Workflow Refinements
This release continues refining AI-assisted editorial workflows introduced in earlier versions. To better reflect real-world publishing terminology:
โReview Notesโ has been renamed to โEditorial Notesโ
โRefine from Notesโ has been renamed to โEditorial Updatesโ
Additional improvements include:
Disabling Content Summarization until content reaches a minimum length
Reactive updates for Title Generation and Content Classification based on current editor state
Refined loading states and interface polish across multiple AI workflows
Improved Provider Handling and Onboarding
AI 1.0.0 includes significant improvements around provider detection, onboarding, and error messaging. When users attempt to trigger AI functionality without a configured provider, the plugin now surfaces more actionable guidance directing users toward configuring an AI Connector. Additional improvements include:
Better handling when previously configured providers are no longer available
More specific provider-related error messages
Deduplicated provider APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. requests in developer mode
Improved handling of feature-specific provider configuration states
These updates help create a smoother onboarding and troubleshooting experience for both end users and developers.
Accessibility and Internationalization Improvements
Accessibility and internationalization continue to be core priorities throughout the plugin. AI 1.0.0 includes:
Improved keyboard focus visibility across multiple interfaces
RTL (right-to-left) rendering fixes throughout the admin UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing.
Expanded runtime translation loading
Additional fully translatable user-facing text
Whatโs next in 1.1.0?
Work is already underway on additional Features, Experiments, and infrastructure improvements planned for 1.1.0 and future releases, including:
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
AI 0.9.0 has been released and is available for download! โWhatโs new in AIโฆโ posts (labeled with the #ai-release tag) are posted following every AI pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. release, showcasing new features included in each release.
Weโre pleased to announce the release of AI 0.9.0, the latest update to the canonical plugin powering AI-powered features in WordPress. This release introduces two new Experiments focused on content workflows and moderation, adds a new WP-CLIWP-CLIWP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/https://make.wordpress.org/cli/ command for bulk alt text generation, and continues refining the pluginโs administration experience. This release also includes a new Developer Mode model-selection experience, improvements to image generation workflows, updates to the AI settings page UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing., and additional developer tooling and documentation enhancements.
Whatโs new in 0.9.0?
New Experiment: Comment Moderation
AI 0.9.0 introduces a new Comment Moderation Experiment that can automatically evaluate comments using sentiment analysis and toxicity detection. This Experiment is designed to help site owners reduce spam, harassment, and low-quality engagement by using AI-powered moderation signals during the comment review process. The feature can assist moderators by flagging potentially problematic comments before they are published and sending them to moderation for further review.
New Experiment: Content Resizing
This release also adds a new Content Resizing Experiment that allows users to shorten, expand, or rephrase selected content directly within the post editor. The Experiment is intended to support common editorial workflows like:
Shortening long paragraphs
Expanding thin content
Rephrasing copy for clarity or tone
Iterating on draft content without leaving the post editor
This continues the pluginโs focus on bringing lightweight editorial AI workflows directly into WordPress.
Developer Mode model controls
AI 0.9.0 adds a new Developer Mode settings toggle on the AI settings page that allows developers to configure the desired providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). and model on a per-feature basis.
This makes it easier to:
Compare model behavior between features
Test different providers during development
Optimize workflows for cost, speed, or output quality
Experiment with local and hosted models
The feature is especially useful for developers building or extending AI-powered experiences within WordPress.
AI settings page improvements
AI 0.9.0 includes several refinements to the plugin administration experience. The AI settings page has been updated to use @wordpress/ui components and now features a more compact layout, including moving the global AI toggle into the page headerHeaderThe header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitorโs opinion about your content and you/ your organizationโs brand. It may also look different on different screen sizes. alongside an infotip. These updates continue the ongoing effort to align the plugin more closely with modern WordPress administrative UI patterns.
Image generation improvements
This release also includes several updates to image generation workflows. AI-generated images are now saved using descriptive, โslugifiedโ filenames derived from the post title or generation prompt instead of generic timestamp-based filenames. The plugin also now applies image generation guidelines directly within prompts instead of relying on system instructions. Together, these updates improve both media organization and image generation consistency.
WP-CLI support for bulk alt text generation
This release introduces a new WP-CLI command for bulk alt text generation: wp ai alt-text generate. The new command allows developers and site administrators to generate alt text programmatically across larger media libraries and automation workflows.
This is particularly useful for:
Large existing media libraries
Batch-processing accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) improvements
CI/CD and migrationMigrationMoving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies. workflows
Editorial automation pipelines
Additional improvements and fixes
Other notable improvements in AI 0.9.0 include:
Basic styles for the Content Summary blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.
Updates to the Content Summary Experiment block structure using a Group variation block
Better RTL support in the AbilityAbilityA registered, self-documenting unit of WordPress functionality that can be discovered and invoked through multiple contexts (REST API, Command Palette, MCP). Includes authorization and input/output specifications. schema JSONJSONJSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. viewer
Additional localization coverage for user-facing error strings
These updates improve consistency across AI workflows, refine the administration experience, and continue strengthening the pluginโs developer tooling and reliability.
Whatโs next in 1.0.0?
Work is already underway on additional Features, Experiments, and infrastructure improvements planned for 1.0.0 and future releases, including:
A similar thank you to translators assisting from the Faroese, Japanese, and Spanish locales ensuring language packs are available for users. Translating the AI plugin is a greatcontribution and others contributing in this manner is very much welcome and appreciated!
Get involved
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
AI 0.8.0 has been released and is available for download! โWhatโs new in AIโฆโ posts (labeled with the #ai-release tag) are posted following every AI pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. release, showcasing new features included in each release.
Weโre pleased to announce the release of AI 0.8.0, the latest update to the canonical plugin powering AI-powered features in WordPress. This release introduces new editorial workflows, deeper integration with Guidelines, and improvements to the overall admin experience. This release also promotes Image Generation and Editing to a full Feature and introduces dashboard widgets that surface AI capabilities and Connectors information directly in the WordPress dashboard.
Whatโs new in 0.8.0?
New Experiment: Refine from Notes
This release introduces a new Refine from Notes experiment that automatically applies editorial feedback to your content.
Instead of manually reviewing Notes and making edits one by one, this workflow lets you leverage AI to:
Generate Review Notes on your content (using the previously released Review Notes experiment)
Automatically apply changes from those Notes to post content
Refine posts more efficiently with fewer manual edits
This supports more streamlined editorial workflows and moves toward more agent-like content refinement experiences.
New AI Dashboard Widgets
AI 0.8.0 introduces the first set of AI dashboard widgets, bringing AI insights and capabilities directly into the WordPress dashboard.
This includes:
AI Status widgetWidgetA WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. showing plugin onboarding steps, then Connector and Feature / Experiment configurations
AI Capabilities widget highlighting available Abilities and configured Connector model capabilities
A new extensibleExtensibleThis is the ability to add additional functionality to the code. Plugins extend the WordPress core software. framework for registering additional dashboard widgets
These widgets improve discoverability and help site administrators quickly understand what AI capabilities are available on their site.
Promoted Feature: Image Generation and Editing
Image Generation and Editing has been promoted from an Experiment to a Feature.
That means:
Itโs now considered stable and ready for broader use
It appears in the Features section of the AI settings screen
It continues to support supported image-capable models
As part of this transition, references to older DALLยทE models have been removed in favor of newer image generation models, including gpt-image-2.
Respect Guidelines Automatically
AI abilities can now integrate with Gutenbergโs Guidelines experiment, allowing generated content to respect site-wide editorial standards.
This enables:
Consistent tone and style
Alignment with editorial expectations
More predictable AI-generated outputs
When Guidelines are configured, supported abilities automatically use them as part of their generation workflow.
Improved Title Generation Workflow
Title Generation now uses a modal interface, allowing users to preview and refine suggestions before applying them to a post.
This update makes the workflow more flexible and safer by allowing:
Multiple regeneration attempts
Inline editing before applying changes
Better control over final output
Additionally, Title and ExcerptExcerptAn excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that pluginโs metabox. Generation have been improved to prevent unwanted formatting, such as:
Conversational preambles
Wrapper quotes
Markdown artifacts
MetaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. commentary
These improvements are especially noticeable when using smaller language models.
Bulk Enable or Disable Experiments
Managing Experiments is now faster with support for bulk enabling and disabling Experiment groups.
This is especially useful for:
Testing workflows across multiple Experiments
Quickly toggling features during development or evaluation
Managing large sets of capabilities more efficiently
Improved AI Settings Experience
Several UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing. improvements refine the overall settings experience:
Improved visual hierarchy makes card titles more prominent
Button loading states now match WordPress standard loading patterns
Feature descriptions now clearly list supported AI providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). models
AccessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) improvements to modal workflows
Review Notes now appear only on supported post types
These changes make the interface clearer and more consistent with WordPress design patterns.
Performance Improvements for Review Notes
Review Notes now send reduced context during processing.
This helps:
Reduce token usage
Improve performance
Lower overall model costs
These changes are particularly helpful on larger content workflows.
Additional Improvements and Fixes
Other notable improvements include:
The legacy AI settings ai page now redirects automatically to the new ai-wp-admin page (powered via wp-build)
Added support checks using wp_supports_ai() before initializing Features or Experiments
Improved dependency error handling in asset loading
Modernized internal string handling using str_starts_with() and str_contains()
Deferred requirement error messages until translations are available
Refactored bootstrap and asset loading systems for improved reliability
Updated testing documentation to match the current test setup
Updated blueprint configuration to use WordPress betaBetaA pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. versions
These updates improve overall stability and compatibility across environments and help streamline development workflows and maintain consistency across the codebase.
Whatโs next in 0.9.0?
Work is already underway on several features and refinements planned for 0.9.0, including:
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
AI 0.7.0 has been released and is available for download! โWhatโs new in AI Experimentsโฆโ posts (labeled with the #ai-release tag) are posted following every AI release, showcasing new features included in each release.
Whatโs New In AI 0.7.0?
Weโre pleased to announce the release of AI v0.7.0, the latest update to the canonical pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. powering experimental AI-powered features in WordPress. This release expands AI-assisted editorial workflows by introducing new classification and SEO capabilities, improving bulk media handling, and continuing to refine the reliability and extensibility of AI-powered integrations across the post editor. Together, these updates continue the effort to make AI feel like a natural part of publishing workflows, helping authors organize content, improve discoverability, and streamline repetitive tasks directly within WordPress.
Whatโs new in 0.7.0?
New Experiment: Content Classification
The new Content Classification experiment helps authors generate suggested taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. terms based on post content.
With this enabled, users can:
Generate suggested Categories and Tags based on the post title, excerptExcerptAn excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that pluginโs metabox., and content
Apply consistent taxonomy terms across content
Reduce manual tagging effort while maintaining editorial consistency by limiting AI suggestions to preexisting terms on the site
This experiment builds toward more structured content workflows, making it easier to maintain organization across large content libraries.
New Experiment: MetaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. Description Generation
Version 0.7.0 also introduces Meta Description Generation, enabling AI-assisted SEO-friendly generation of meta descriptions.
Users can now:
Generate suggested meta descriptions directly from post content
Improve search visibility without leaving the editor
Maintain consistency across SEO descriptions at scale
Together, Content Classification and Meta Description Generation establish the foundation for richer content metadata workflows powered by AI.
Bulk Alt Text Generation
Users can now generate alt text for multiple images at once directly from the Media Library.
This new bulk workflow:
Adds a bulk โGenerate Alt Textโ action in the Media Library
Enables batch processing of alt text across multiple images
Helps improve accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) across large media libraries
In addition, alt text generation has been refined to better align with the W3CW3CThe World Wide Web Consortium (W3C) is an international community where Member organizations, a full-time staff, and the public work together to develop Web standards.https://www.w3.org/. Alt Text decision tree guidance, improving the quality and relevance of generated descriptions.
These updates make it significantly easier to improve accessibility across existing content without requiring manual updates to individual media items.
Improvements to the Abilities Explorer
Version 0.7.0 also improves the usability of the Abilities Explorer, making it easier to navigate and work with growing sets of AI capabilities.
Enhancements include:
CategoryCategoryThe 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. filtering support to group related abilities
Improved organization for environments with many registered abilities
These updates help both users and developers better understand available capabilities and locate the tools they need more quickly.
Editor and Workflow Refinements
Several refinements have been made to improve the overall reliability and usability of AI features inside the editor.
Notable updates include:
Improved error handling when incompatible providers are used
Fixes to ensure generated content uses the same language as the source content
Improvements to post content retrieval to ensure the latest edits are used
Fixes to ensure AI actions only appear when relevant blocks are selected
These changes help create a more predictable editing experience, reducing confusion and improving trust in AI-assisted workflows.
Extensibility and Developer Enhancements
This release introduces new extensibility hooksHooksIn WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same. that make it easier to customize how AI workflows behave.
Developers can now:
Modify system instructions dynamically
Adjust abilityAbilityA registered, self-documenting unit of WordPress functionality that can be discovered and invoked through multiple contexts (REST API, Command Palette, MCP). Includes authorization and input/output specifications. results before they are returned
Customize post context used during AI operations
These extensibility improvements provide greater flexibility when integrating AI features into custom workflows, plugins, or editorial environments.
Additional improvements include:
Updated credential detection to support non-APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.-key connectors
Improved providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). compatibility validation
Updates to preferred models for supported providers
These changes help ensure that AI workflows behave more consistently across different environments and providers.
Stability and Developer Improvements
Version 0.7.0 also includes a number of internal improvements and dependency updates to improve reliability and maintain compatibility with modern tooling.
These include:
Updates to the AI settings interface using the modern DataForm architecture
Improvements to test reliability and preview workflows
Dependency updates across JavaScriptJavaScriptJavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a userโs browser.
https://www.javascript.com and Composer packages
Removal of legacy compatibility checks
Together, these updates help ensure the plugin remains stable and maintainable as the surrounding WordPress AI ecosystem continues to evolve.
Whatโs next in 0.8.0?
Work is already underway on several features and refinements planned for v0.8.0, including:
Onboarding flows as necessary in support of the โTry AIโ callout in WordPress 7.0
Your help and feedback are what make these experiments possible.
Get involved
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
AI 0.6.0 has been released and is available for download! โWhatโs new in AI Experimentsโฆโ posts (labeled with the #aiex-release tag) are posted following every AI release, showcasing new features included in each release.
Whatโs New In AI 0.6.0?
Weโre pleased to announce the release of AI v0.6.0, the latest update to the canonical pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. powering experimental AI-powered features in WordPress. This release builds on recent work aligning with WordPress 7.0 by introducing image editing and refinement workflows, along with continued improvements to how AI Features and Experiments are structured and surfaced throughout the plugin.
Whatโs new in 0.6.0?
Image Editing and Refinement Workflows
Version 0.6.0 introduces the next phase of AI-powered media workflows by expanding beyond image generation into image editing and refinement.
Users can now:
Refine generated images through an iterative prompt-based workflow
Edit existing images directly within the Media Library
Apply preset editing actions, such as expanding or removing backgrounds and removing or replacing elements within an image
Together, these updates begin to establish a more complete AI-assisted image editing experience inside WordPress, allowing authors to not just generate images, but actively refine and adapt them without leaving the editor or admin.
Improvements to AI Feature Structure
This release also includes an important internal shift in how functionality is organized within the plugin.
Experiments have been refactored to be treated as a type of Feature, helping create a clearer structure for how AI capabilities are registered, surfaced, and evolved over time. This lays the groundwork for promoting more mature Experiments into stable Features in future releases.
As part of this evolution, the plugin has also been renamed from AI Experiments to simply AI, reflecting its growing role as the central place for AI-powered functionality in WordPress.
Editor and Workflow Enhancements
Several improvements have been made to the editor experience to make AI features easier to discover and use:
The Generate Alt Text action has been moved to the Content tab for improved visibility
UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing. labels and interactions have been refined for greater consistency
AI abilities, such as title generation, have been standardized for more predictable behavior
These updates continue the effort to make AI features feel like a natural part of the WordPress editing experience, rather than separate or experimental add-ons. The AI plugin continues to serve as a laboratory for exploring how AI can support real publishing workflows, combining capabilities like content generation, editorial review, and media creation into a unified experience.
Stability and Developer Improvements
Version 0.6.0 also includes a number of fixes and developer-focused updates, including:
Improved error handling in the Generate Alt Text workflow
Refactoring of upgrade routines and migrationMigrationMoving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies. handling
Updates to plugin constants and hook naming conventions
These changes help improve reliability and make it easier for contributors and developers to extend and build on the plugin.
Whatโs next in 0.7.0?
Work is already underway on several features and refinements planned for v0.7.0, including:
Onboarding flows as necessary in support of the โTry AIโ callout in WordPress 7.0
Contextual Tagging experiment that suggests post tags and categories based on post content, title, and excerptExcerptAn excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that pluginโs metabox., helping authors apply consistent, relevant taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. directly in the editor
Your help and feedback are what make these experiments possible.
Get involved
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility), performance, or AI ethics and policy, there are many ways to participate.
AI Experiments 0.5.0 has been released and is available for download! โWhatโs new in AI Experimentsโฆโ posts (labeled with the #aiex-release tag) are posted following every AI Experiments release, showcasing new features included in each release.
Whatโs New In AI Experiments 0.5.0?
Weโre pleased to announce the release of AI Experiments v0.5.0, the latest update to the canonical pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. powering experimental AI-powered features in WordPress. This release focuses on preparing the plugin for the upcoming WordPress 7.0 release, simplifying dependencies and aligning the plugin with the AI functionality now landing in coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. with the Connectors screen.
Whatโs new in 0.5.0?
Aligning with WordPress 7.0
One of the major goals of this release is aligning the plugin with WordPress 7.0โs built-in AI capabilities, specifically the shift of the WP AI Client from a standalone, canonical Composer package to bundled in WordPress core.
In previous versions, the AI Experiments pluginAI Experiments PluginWordPress's AI laboratory bringing all building blocks together. Serves as both a user tool and developer reference implementation. First release (v0.1.0) includes Title Generation experiment. included its own dependencies for AI client functionality. With 0.5.0, those dependencies have been removed and the plugin now relies on WordPress coreโs AI infrastructure instead. This helps ensure the experiments remain compatible with the direction of AI development in core and reduces duplication between the plugin and WordPress itself.
As part of this shift, the plugin now sets WordPress 7.0 as its minimum supported version, reflecting the move toward using the AI features provided directly by WordPress which are only available from WordPress 7.0 onward. If youโre using the plugin with WordPress 6.9, then youโll need to wait for the release of WordPress 7.0 on April 9th to upgrade the plugin (or alternatively can upgrade to a betaBetaA pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process./RCRelease CandidateA beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. version of WordPress 7.0 to continue testing).
Improved Connector Integration
The plugin has also been updated to better align with the connector-based architecture used in WordPress for connecting AI providers.
Credentials previously stored through the pluginโs AI Credentials screen are now migrated to the Connectors screen, ensuring compatibility with the broader ecosystem of AI provider plugins and the connector APIs in core.
This change makes it easier for experiments to interact with whichever AI providers a site has configured, while keeping providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). management centralized in WordPress.
Whatโs next in 0.6.0?
Work is already underway on several features and refinements planned for v0.6.0, including:
Onboarding flows as necessary in support of the โTry AIโ callout in WordPress 7.0
Content Provenance tracking for text and images via C2PA
Contextual Tagging experiment that suggests post tags and categories based on post content, title, and excerptExcerptAn excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that pluginโs metabox., helping authors apply consistent, relevant taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. directly in the editor
Your help and feedback are what make these experiments possible.
Get involved
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility), performance, or AI ethics and policy, there are many ways to participate.
AI Experiments 0.4.0 has been released and is available for download! โWhatโs new in AI Experimentsโฆโ posts (labeled with the #aiex-release tag) are posted following every AI Experiments release, showcasing new features included in each release.
Whatโs New In AI Experiments 0.4.0?
Weโre pleased to announce the release of AI Experiments v0.4.0, the latest update to the canonical pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. powering experimental AI-powered features in WordPress. This release introduces new editor and admin capabilities focused on content refinement and media generation, while continuing to improve the developer experience and overall UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing. polish.
Whatโs new in 0.4.0?
Generate Images in the Editor
Version 0.4.0 introduces a new Generate Image workflow, allowing authors to create images from prompts directly within the editor. The new modal provides a streamlined creative flow where users can:
Generate an image from a prompt
Edit the prompt and try again
Generate alternative variations
Insert the selected image directly into the blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.
This reduces the friction of sourcing or creating visuals and allows authors to stay focused within the writing experience.
Generate Images in the Media Library
Version 0.4.0 also introduces Generate Image support within the Media Library, enabling prompt-based image creation with the WordPress admin and outside the post editor. Using the new Generate Image modal, users can create images from a text prompt and immediately insert them into their siteโs media collection. The workflow allows authors to:
Generate an image from a prompt
Generate additional variations
Save the selected image directly to the Media Library
This makes it easier to create visual assets without leaving WordPress, while keeping generated images available for reuse across posts and pages.
Generate Review Notes
A new Generate Review Notes experiment brings AI-assisted editorial review into the block editor. Authors and editors can ask AI to analyze content and generate Notes-based suggestions for improvements. These suggestions appear directly in the editor and may include:
AccessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) improvements (e.g., missing alt text)
Review Notes can be generated for an entire post or individual blocks, making it easier to refine content iteratively during the editorial process.
UI and Editor Improvements
This release also includes improvements and polish across several areas of the plugin, including refinements to the image generation workflow, editor integration, Abilities Explorer, and internal APIs used by the experiments.
Whatโs next in 0.5.0?
Work is already underway on several features and refinements planned for v0.5.0, including:
Updating the WP AI Client to utilize whatโs available in WordPress 7.0
Onboarding flows as necessary in support of the โTry AIโ callout in WordPress 7.0
Refining Experiments to potentially elevated to Feature within the plugin, while renaming the plugin from AI Experiments to WordPress AI
Contextual Tagging experiment that suggests post tags and categories based on post content, title, and excerptExcerptAn excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that pluginโs metabox., helping authors apply consistent, relevant taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. directly in the editor.
Several early prototype experiments are also being explored, including type-ahead suggestions, content moderation assistance, extended providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). support, AI request logging, and tools like the AI Playground and deeper MCP integration. These concepts are still exploratory, but they help test how AI could support real workflows across WordPress. We encourage users and developers to review and test these ideas and share feedback so the most valuable experiments can mature and land in upcoming releases like 0.5.0.
Thanks to contributors!
A big thank you to everyone who contributed to this release, including:
Your help and feedback are what make these experiments possible.
Get involved
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
AI Experiments 0.3.0 has been released and is available for download! โWhatโs new in AI Experimentsโฆโ posts (labeled with the #aiex-release tag) are posted following every AI Experiments release, showcasing new features included in each release.
Weโre pleased to announce the release of AI Experiments v0.3.0, the latest update to the canonical pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. powering experimental AI-powered features in WordPress. This release introduces new experiments with real editor UIs, refines settings behavior, and improves documentation and tooling to support both users and developers.
Whatโs new in 0.3.0?
Content Summarization Experiment
The Content Summarization experiment introduces an editor-integrated way to generate concise summaries of longer posts. Authors can generate a summary directly in the editor and display it via an AI Summary blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience., making it available for use in themes, feeds, and future editorial workflows. This experiment helps explore how AI can assist with content review and clarity without replacing the authorโs voice. It also lays groundwork for future features like editorial notes, content quality checks, and automated summaries for distribution channels.
Featured ImageFeatured imageA featured image is the main image used on your blog archive page and is pulled when the post or page is shared on social media. The image can be used to display in widget areas on your site or in a summary list of posts. Generation Experiment
The Featured Image Generation experiment allows authors to generate featured images directly from the post editor sidebarSidebarA sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme.. Images are created based on prompts derived from post content, with alt text generation (if that experiment is enabled) and clear AI attribution metadata. This experiment explores how AI can assist with visual content creation for sites that may not have dedicated design resources. It also helps test end-to-end workflows that combine multiple abilities, including prompt generation, image generation, and media handling.
Alt Text Generation Experiment
The Alt Text Generation experiment focuses on improving accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โdirect accessโ (i.e. unassisted) and โindirect accessโ meaning compatibility with a personโs assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) by helping authors generate descriptive alt text for images. AI-generated descriptions are available directly in the Image block and Media Library, making it easier to add meaningful alt text as part of normal editing workflows notably in a human-requested manner and not automated by default. This experiment explores how AI can reduce friction around accessibility best practices while keeping authors in control of final content. It also helps validate how image-related abilities can be reused across multiple features and contexts in WordPress.
Developer-facing improvements
For developers, v0.3.0 improves how the plugin handles missing or invalid asset files, reducing warnings and improving reliability in both the admin and editor. The Abilities Explorer also received missing strict typing for better type safety and consistency.
Quality-of-life and tooling updates
v0.3.0 includes direct action links on the Installed Plugins screen for โExperimentsโ and โCredentials,โ so you can get where you need to go faster. The global โEnable Experimentsโ checkbox has been replaced with a button that submits automatically, reducing steps when turning experiments on or off.
Whatโs next in 0.4.0?
Work is already underway on several features and refinements planned for v0.4.0, including:
Additional work on image generation to go beyond the new feature image generation and support image generation elsewhere within the post editor and Media Library
Contextual Tagging experiment that suggests post tags and categories based on post content, title, and excerptExcerptAn excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that pluginโs metabox., helping authors apply consistent, relevant taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. directly in the editor.
A refactor of the Abilities Explorer to TypeScript, leveraging DataViews and DataForms for a more consistent, scalable, and modern WordPress UIUIUI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing.
A refactor of the Settings experience to similarly adopt @wordpress/build tooling and DataForms, aligning it more closely with modern WordPress admin patterns
Several early prototype experiments are also being explored, including type-ahead suggestions, content moderation assistance, Markdown feed workflows, extended providerProviderAn AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). support, AI request logging, and tools like the AI Playground and deeper MCP integration. These concepts are still exploratory, but they help test how AI could support real workflows across WordPress. We encourage users and developers to review and test these ideas and share feedback so the most valuable experiments can mature and land in upcoming releases like 0.4.0.
Thanks to contributors!
A big thank you to everyone who contributed to this release, including:
Your help and feedback are what make these experiments possible.
Get involved
As always, we welcome feedback, testing, and contributions from the community. Whether you are interested in editor UXUXUX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it., APIs, accessibility, performance, or AI ethics and policy, there are many ways to participate.
You must be logged in to post a comment.