What’s new in AI Experiments 0.2.0 (20 JAN 2026)?

AI Experiments 0.2.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.2.0, the latest update to the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. pluginPlugin A 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 practical editorial improvements and developer tooling that move the plugin closer to a useful, real-world set of experiments for authors, editors, and developers. Where v0.1.0 introduced the initial framework and the first experiments, v0.2.0 prioritizes deeper user-facing features while continuing to lay the groundwork for what comes next.

What’s new in 0.2.0?

AI-powered excerptExcerpt An 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

The most significant user-facing addition in v0.2.0 is AI-powered excerpt generation. This release introduces a dedicated Excerpt Generation experiment, allowing authors to generate concise, neutral excerpts directly from post or page content.

Excerpt model displaying a new Generate excerpt button that when pressed will leverage post content and AI to generate and save an excerpt to the post.

Excerpt generation is a small but meaningful workflow improvement. Excerpts are widely used across archives, feeds, and previews, yet are often skipped or written last. This experiment explores how AI can assist by producing a first draft that is clearly derived from the content and easy for authors to review, edit, or replace as needed.

Block editor sidebar panel showing a new Generate excerpt button next to an empty excerpt.

Abilities Explorer

v0.2.0 also introduces the Abilities Explorer, a new admin screen that surfaces all registered AI Abilities within the plugin. The Explorer provides a clear view into what AI-powered actions are available, how they are defined, and how they are exposed within the system.

A new Abilities Explorer second level menu under Tools in the WordPress Admin that displays available Abilities segmented between those provided by Core or Plugins with the option to view details about them and test the input and output in-browser.

This is a key step in making the Abilities framework more understandable and extensibleExtensible This is the ability to add additional functionality to the code. Plugins extend the WordPress core software.. As more abilities are added over time, having an inspectable, centralized view helps developers reason about existing capabilities and how new ones should fit in.

Additional user-facing refinements

Alongside excerpt generation, this release includes several refinements to existing editorial interactions. These changes focus on improving how AI output is presented and reviewed, reinforcing patterns around transparency, user control, and iterative editing rather than one-click replacement.

While these updates are less visible than a new feature, they help establish consistent expectations for how AI-assisted workflows should behave inside WordPress.

Developer-facing improvements

For developers, v0.2.0 continues to mature the Abilities system as a core abstraction within the plugin. Abilities are becoming more clearly defined, easier to register, and more consistent in how they are surfaced across the UIUI UI 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..

This release also includes backend groundwork for future experiments, including content summarization and image-related features. While these capabilities are not yet fully exposed, the underlying support helps ensure upcoming experiments can be built in a more predictable and reusable way.

Quality-of-life and tooling updates

v0.2.0 includes a number of smaller improvements across documentation, demo setups, and tooling. These changes improve onboarding, align demos and Playground blueprints with WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ conventions, and make experiments easier to explore even when AI credentials are not yet configured.

What’s next in 0.3.0?

Work is already underway on several features and refinements planned for v0.3.0, including:

  • Content Summarization, enabling concise summaries of longer posts and pages
  • Featured Image Generation, exploring AI-assisted image creation tied directly to post content
  • Alt Text Generation, helping improve accessibilityAccessibility Accessibility (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) workflows through contextual image descriptions
  • A refactor of the Abilities Explorer to TypeScript, leveraging DataViews and DataForms for a more consistent and scalable UI
  • A refactor of the Settings experience to similarly adopt @wordpress/build tooling and DataForms, aligning it more closely with modern WordPress admin patterns

Together, these efforts continue to push toward clearer patterns, stronger foundations, and more realistic experiments that can inform future core AI discussions.

Thanks to contributors!

A big thank you to everyone who contributed to this release, including:

@jamesmorrison, @dkotter, @mindctrl, @swissspidy, @mokhaled, @karmatosed, @nholzmann, @jason_the_adams, @justlevine, @psykro, @jeffpaul, @juanmaguitar, @flixos90, @webdevmattcrom, @zieladam, @huzaifaalmesbah, @mehrazmorshed, @westonruter, @aslamdoctor, @pbearne, and others involved in review, testing, and 226 commits between 0.1.1 and 0.2.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 UXUX UX 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 can explore the v0.2.0 release today, review open issues and pull requests, and help shape what comes next.

Props to @justlevine for reviewing this post.

#ai-experiments, #ai-release, #aiex-release, #canonical-plugins, #core-ai

Announcing the AI Experiments Plugin v0.1.0

The WordPress AI team is excited to share the first public release of the AI Experiments pluginPlugin A 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. (version 0.1.0). This new canonical plugin provides a home for exploring experimental AI-powered features and integration patterns. It creates a dedicated space where ideas can mature before they might reach WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress., and it lets the community experiment with real AI workflows in a safe and optional way.

This is exciting because it connects directly to the long term goal for AI in WordPress: providing a consistent, open set of building blocks that anyone can extend. By testing features in this plugin, contributors can help shape how Abilities, the WP AI Client, and the Model Context Protocol come together to power smarter authoring, editing, and admin experiences, richer media tools, and more adaptive interfaces. It is the first step toward a future where AI augments writing, editing, and site management in ways that feel native to WordPress, while still giving users full control.

You can download or view the plugin on GitHub while we await the review and approval from the WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ Plugin Team.

What’s new in 0.1.0?

Version 0.1.0 introduces the foundation for future experiments along with the first working example: Title Generation.

Highlights

Experiment: Title Generation
Suggests alternative post titles to improve clarity, engagement, or tone directly in the blockBlock Block 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. This serves as an early example of how AI Abilities can enhance the authoring and editing experience.

Experiments Registry and Loader System
Provides a consistent structure for registering, loading, and managing multiple experimental features. This framework allows new experiments to be added easily as the plugin evolves.

Abstract Experiment Base Class
Defines shared behavior and patterns for all experiments, simplifying setup and encouraging consistency.

Basic Settings Screen
Adds an initial admin interface for enabling and disabling experimental features.

Abilities: Utilities
Introduces the first set of Abilities available via the WP AI Client SDK, laying the groundwork for feature-level integrations that communicate with AI providers using a standard APIAPI An 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..

For testers: Try the Title Generation experiment!

If you’d like to see how AI could help shape content creation in WordPress, activate the AI Experiments pluginAI Experiments Plugin WordPress'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. and enable the Title Generation experiment.

You can:

  • Generate suggested titles while editing a post or page.
  • Review and refine suggestions for clarity or tone.
  • Share feedback on where the feature feels helpful or not quite right yet.

Test the plugin and share your feedback.

For developers: Explore Abilities, MCP, and the WP AI Client SDK!

Developers can use this release to see how Abilities, the Model Context Protocol (MCP), and the WP AI Client SDK connect AI providers to WordPress features.

This first release aims to demonstrate:

  • How Abilities standardize interactions with multiple providers.
  • How the plugin structure makes it easy to register new experiments.
  • How developers can extend or extract specific components, such as the experiment base class or connection logic, for use in their own projects.

If you build or maintain AI-powered WordPress plugins, we’d love your feedback on the integration model, extensibility, and naming patterns.

What’s next?

The 0.2.0 milestone will focus on:

  • New experiments for Excerpt Generation, Image Generation, and Alt Text Generation.
  • Introducing the Abilities Explorer to view available Abilities on your site and test their inputs and outputs.
  • Introducing the AI Playground for prompt testing and debugging.
  • Finalizing the UXUX UX 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. and editorial flow for core experiments.
  • Adding filters, hooksHooks In 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., and documentation for developers to customize providerProvider An AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). setup and behavior.

You can follow progress or contribute via the AI Experiments plugin repo.

Thanks to our contributors!

Thank you to everyone who has helped shape this early release from contributors testing ideas to developers refining the WP AI Client SDK and Abilities APIs.

@dkotter, @jeffpaul, @jason_the_adams, @justlevine, @theaminuldev, @flixos90, @desrosj, @mokhaled, @iqbal1hossain, @linawiezkowiak, @rachaelcortellessa, @isotropic, @karmatosed, @wildworks, @elblakeo31, @mujuonly, @mukesh27.

This plugin represents an early, collaborative step toward a more AI-aware WordPress.

Props to @jason_the_adams for pre-publish review.

#ai-experiments, #ai-release, #aiex-release, #canonical-plugins