💡 What is the WordPress AI Team?
The WordPress AI Team was formed to explore and coordinate AI projects across the WordPress ecosystem. Our mission is to build the technical Building Blocks that allow any WordPress user from enterprise teams to individual bloggers to access, use, and build powerful AI features.
📅 Every Wednesday at 10:30 PM IST (UTC+05:30) — Google Meet
📅 Every other Thursday at 10:30 PM IST (UTC+05:30) — #core-ai on WordPress Slack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/
⏰ Schedule for the Day
All times are in IST (UTC+05:30):
- 8:00 AM – Registration Open and Networking Time
- 9:00 AM – Opening Remarks
- 9:30 AM – Contributing to WordPress / WordPress 7.0 Development & Testing Session
- 11:00 AM – WordPress 7.0 Progress Discussions and Open Floor
- 11:45 AM – WordPress 7.0 Progress Update
- 12:00 PM – Long Break / Networking
- 1:45 PM – Family Photo
- 2:00 PM – Contributing to WordPress / Workshop / Open-Source Library
- 4:30 PM – Closing Remarks
- 5:00 PM – Contributor Day Wrap Up
If you cannot make it in person, you are still welcome to participate remotely via the #contributor-day channel on Slack.
How can I best prepare?
To best prepare for Contributor Day, please follow these steps:
- Purchase Your Ticket and Sign Up:
- Set Up Necessary Accounts:
- Join Slack:
- Join the Make WordPress Slack instance and the #core-ai team channel.
- Please note: When registering for Slack, be sure to log in using your username@chat.wordpress.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/ instead of your normal email address.
Getting Started at the Core AI Table
If you’re new or not sure where to begin, don’t worry — we’ll guide you through it.
When you join the Core AI table, you can expect a simple flow:
- Start with a quick introduction so we can understand your interests and experience level.
- Table leads or experienced contributors will help you pick a task based on your skills.
- You’ll be guided to a relevant project, issue, or testing task to begin with.
- If needed, you can pair with someone or ask questions anytime during the process.
Optional: Prepare in Advance
If you’d like to get a head start before Contributor Day, you can set up a local WordPress environment and use the WordPress Beta A 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. Tester plugin 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. to install the latest WordPress 7.0 Beta/RC A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. version. You can then install the AI Plugin to explore its features in advance and identify any feedback or issues you’d like to share during the event.
What do y’all want to be focusing on in person?
- Contribute to WordPress 7.0 and Beyond: Get hands-on with upcoming AI features like the AI Client, Abilities API A 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., and AI Plugin. Help test, refine, and stabilize features for 7.0, while also exploring ideas and contributions for 7.1.
- Help Test and Stabilize WordPress 7.0 AI Features: Dive in and help test upcoming WordPress 7.0 features and explore new AI capabilities, and report any issues you find.
- Onboard New Contributors: Receive guidance and mentorship, and learn how to earn your Core AI Contributor Badge.
- Contribute to Core AI Projects: Explore and contribute to active projects such as AI Plugins, MCP Adapter, WP Bench, Agent Skills and PHP AI Client
- Improve Documentation: Enhance the AI Handbook, contribute to the glossary, or update contributor guides.
Report New Issues: Test bugs or features and report new issues via Core Trac – AI Component or the GitHub repository.
What the Core AI Team is Building
The AI Team has been developing four interconnected Building Blocks, with the first two now in WordPress core:
- AI Client — Now in WordPress 7.0 ✅
This is the first version of WordPress with native AI query capabilities built in. It serves as a unified library for interacting with major AI providers (Google, Anthropic, OpenAI, and more) through a single, consistent API 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..
- Abilities API — Already in WordPress 6.9
Transforms WordPress into a unified, discoverable system by creating a central registry of capabilities (CLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress. commands, REST API The REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think “phone app” or “website”) can communicate with the data store (think “database” or “file system”)
https://developer.wordpress.org/rest-api/ endpoints, custom plugin logic).
- MCP Adapter Translates WordPress abilities into Model Context Protocol format, allowing AI assistants like Claude and ChatGPT to discover and invoke WordPress capabilities as tools, resources, and prompts.
Allows external AI assistants like Claude and ChatGPT to connect directly to WordPress by translating the Abilities API into a Model Context Protocol (MCP) server.
- AI Plugin (formerly the WordPress AI Experiment plugin) Brings all three Building Blocks together, serving as a user-facing tool and developer reference. Features include: Excerpt 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, Alt Text Generation, Image Generation, Content Summarization, Title Generation, Review Notes (for Accessibility 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), Readability, Grammar, SEO), and the Abilities Explorer.
- WP Bench
A benchmarking framework for evaluating AI performance, quality, and reliability across different providers and use cases within WordPress.
- Agent Skills
Defines reusable, structured capabilities that AI agents can invoke—enabling more advanced automation and multi-step workflows on top of the Abilities API.
- PHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php AI Client — Core SDK powering AI features in WordPress 7.0+.
A framework-agnostic PHP library that underpins AI integrations, complementing the WordPress AI Client with broader ecosystem support and lower-level control.
How You Can Contribute Today
There is a meaningful contribution for everyone, whether you are a developer, tester, writer, or simply curious about AI.
For PHP / Backend Developers
- Test AI Client provider An AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). integrations and explore the
AI_Client::prompt() API
- Explore and improve the Abilities API by registering new WordPress abilities
- Test the MCP Adapter and report edge cases
For JavaScript JavaScript 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 / Frontend Developers
- Improve generation features in the AI Plugin (Excerpt, Alt Text, Image Generation)
- Contribute to Content Summarization features
- Refine block 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.-level Review Notes (Accessibility, Readability, Grammar, SEO)
- Improve the Abilities Explorer admin interface
For Testers & QA
- Run the AI Plugin on a WordPress 7.0 Beta/RC environment (using the WordPress Beta Tester plugin) and report detailed bugs
- Test the Connectors screen across different AI providers
- Document edge cases for the MCP Adapter
For Writers & Documenters
- Improve developer documentation for the Building Blocks
- Contribute to AI guidelines for WordPress
- Create tutorials and walkthroughs for new AI features
For Everyone
- Join the
#core-ai channel on WordPress Slack and introduce yourself
- Share ideas for AI experiments
- Try the AI Plugin and provide feedback
A Good First Task
Install the WordPress Beta Tester plugin to set up a WordPress 7.0 Beta/RC environment, then install the AI Plugin, try every feature, and file one detailed bug report or test result.
Helpful Resources
- Event & Contribution
- Core AI Building Blocks
- Tools & Benchmarking
- Other
Looking Ahead
As we gear up for this landmark Contributor Day, we’re excited about the incredible energy that will fill the room in Mumbai. Being part of the development and testing phase of WordPress 7.0—and contributing toward what comes next in 7.1—makes this Contributor Day especially meaningful. With AI capabilities coming into core for the first time, your contributions directly help shape the future of WordPress.
Interested in Contributor Day but unsure if Core AI is the right fit for you? Check out Make WordPress’s Find Your Team tool to discover other opportunities.
Props to @aslamdoctor , @gajendrasingh and @justlevine for peer review of this post. 🙌
#core-ai, #wcasia2026