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 plugin 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 provider 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, #canonical-plugins