AI Experiments
AI Experiments
Description
AI Experiments is a plugin for testing and developing AI-powered experiments for WordPress. This plugin provides a framework for building, testing, and deploying experimental AI capabilities.
Installation
- Upload the plugin files to the
/wp-content/plugins/aidirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to
Settings -> AI Credentialsand add at least one valid AI credential. - Go to
Settings -> AI Experimentsand globally enable experiments and then enable the individual experiments you want to test. - Start experimenting with AI features! For the Title Generation experiment, edit a post and click into the title field. You should see a
Generate/Re-generatebutton above the field. Click that button and after the request is complete, title suggestions will be displayed in a modal. Choose the title you like and click theSelectbutton to insert it into the title field.
Screenshots

Post editor showing
Generatebutton above the post title field.
Post editor showing generated title recommendations in a modal.

Post editor showing generated title applied to the post and updated
Re-generatebutton.
AI Experiments settings screen showing toggles to enable specific experiments.

AI Credentials settings screen showing API key fields for available AI service providers.
Faq
This plugin is for experimenting with AI features in WordPress. It provides a framework for building and testing AI-powered capabilities.
No, this is an experimental plugin for testing and development purposes.
Reviews
Changelog
0.1.1 – 2025-12-01
- Added: Link to the plugin settings screen from the plugin list table (#98).
- Added: WordPress Playground live preview integration (#85).
- Added: RTL language support and inlining for performance (#113).
- Changed: Updated namespace to
ai_experiments(#111). - Changed: Bumped WP AI Client from
dev-trunkto 0.2.0 (#118, #122, #125). - Removed: Valid AI credentials check from the Experiment
is_enabledcheck (#120). - Removed: Example Experiment registration (#121).
- Fixed: Bug in asset loader causing missing dependencies (#113).
- Security: Bumped
js-yamlfrom 3.14.1 to 3.14.2 (#105).
0.1.0 – 2025-11-26
First public release of the AI Experiments plugin, introducing a framework for exploring experimental AI-powered features in WordPress. 🎉
- Added: Experiment registry and loader system for managing AI features
- Added: Abstract experiment base class for consistent feature development
- Added: Experiment: Title Generation
- Added: Basic admin settings screen with toggle support
- Added: Initial integration with WP AI Client SDK and Abilities API
- Added: Utilities Ability for common AI tasks and testing