This week’s AI contributor meeting focused on the WordPress 7.1 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. 1 cutoff, AI 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. 1.2, the next phase of Abilities and Connectors work, repository maintenance, WordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. US planning, and project-wide guidelines for AI-assisted contributions.
WordPress 7.1 and 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/index.php AI Client
WordPress 7.1 Beta 1 is now available for testing.
The WordPress integration for generating embeddings did not make the Beta 1 cutoff. I ts Core Core is the set of software required to run WordPress. The Core Development Team builds WordPress. ticket is currently targeted for WordPress 7.2, although the team will confirm whether there is enough confidence and interest to pursue inclusion in Beta 2.
The underlying PHP AI Client work is further along. PHP AI Client 1.4.0 includes the embedding-generation APIs needed by the WordPress implementation. Streaming remains under review and was not included in that release.
Contributors discussed maintenance constraints in the Requests library that may affect the streaming implementation. The current technical direction is still for the necessary change to happen within Requests rather than creating a separate implementation in WordPress Core.
OPEN QUESTION: Confirm whether the WordPress embeddings integration should be pursued for WordPress 7.1 Beta 2 or remain targeted for WordPress 7.2.
AI Plugin
AI 1.2.0 was released on July 14th. The release adds:
- A new Suggest Reply experiment for comment moderation
- Bulk AI summary generation for posts and pages
- New
core/read-content and core/read-users abilities
- An Advanced Settings section for optional configuration
- 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), Type-ahead, settings, and developer workflow improvements
The release also includes additional fixes and testing updates across the plugin.
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.
With the initial read-oriented abilities now available in the AI Plugin, the next phase will focus on management abilities. Read ability A 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. changes, including potential naming adjustments, should be relatively straightforward. Create, update, and other management operations require more discussion about their structure and expected behavior.
@jorgefilipecosta will align with other contributors on the proposed shape and ownership of this work. The likely approach is to begin with one management ability, establish an agreed pattern, and then apply that pattern to additional abilities.
The AI Plugin will continue to act as the testing and feedback environment for this work before potential consideration for WordPress 7.2.
Connectors and key encryption
A bug affecting preloaded data on the Connectors screen has been identified, with a fix in progress.
The team also discussed extending connector authentication beyond simple 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. key fields. Complex authentication forms can already be built with the experimental Data Forms API, but a stable PHP implementation depends on the broader Fields API work being finalized. In the meantime, documentation and example boilerplate will be prepared to help connector developers use the current API safely.
The Connectors API already supports categorization, which could eventually allow the settings screen to separate AI providers from other connector types. Contributors agreed that a larger interface redesign should be driven by real adoption needs and involve design contributors rather than being treated as an immediate priority.
Feedback on the Key Encryption experiment also highlighted the risks of deriving encryption keys from standard WordPress salts, which may be rotated by security tools. The experiment supports a dedicated constant as the preferred approach. Further iteration may make that constant mandatory rather than falling back to WordPress salts.
Repository maintenance and bug scrubs
Several AI-related repositories need additional maintenance and review support, particularly the PHP AI Client, connector plugins, 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., and related WordPress Core tickets. The team agreed that live bug scrubs could help review open pull requests, classify issues, and make quicker decisions about what should move forward.
DECISION: Begin with a PHP AI Client bug scrub scheduled around @jason_the_adams’ availability. Similar sessions may follow for connector repositories, the MCP Adapter, and WordPress Trac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. components.
The automated 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/ thread for collecting meeting agenda items has received little participation so far. The experiment will remain active for another month or two before the team decides whether to continue it.
WordCamp US planning
The team finalized the primary text for the WordCamp US AI booth backdrop:
- Header The 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.: “WordPress core prompt bar”
- Subtext: “Let’s talk WordPress and AI”
The wording is intentionally simple, clearly associates the booth with WordPress Core, and may be reusable at future WordCamps.
@jason_the_adams and @justlevine confirmed that they expect to attend Contributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/ and can help at the AI table. A dedicated table lead has not yet been confirmed, so contributors attending WordCamp US are encouraged to volunteer or complete the participation form.
DECISION: Use “WordPress core prompt bar” and “Let’s talk WordPress and AI” for the booth backdrop.
AI contribution guidelines
The team discussed advancing the current project-wide AI contribution guidelines from an initial V0 document to a clearer V1. The goal is to create a single source of truth for AI-assisted contributions across the WordPress project, not only within the AI Team’s repositories. Contributors currently interpret expectations differently across teams and repositories, creating uncertainty about disclosure, review, and acceptable contribution practices. The initial V1 will prioritize written guidance. Automated detection or disclosure checks may be explored later.
The group will also investigate:
- How other Make WordPress teams manage and collect feedback on handbook content
- Whether the guidelines should be maintained in a GitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/ repository
- How a concise version could be included or referenced in repository
CONTRIBUTING.md files
- How automated repository checks could identify missing templates, disclosures, milestones, or other standard requirements
The target is to have the V1 guidance ready before WordCamp US Contributor Day.
MCP Adapter
The MCP Adapter has several completed changes waiting on trunk. @ovidiu-galatan proposed moving toward a weekly or biweekly release cadence so improvements reach users without waiting for a larger release. @ovidiu-galatan and @justlevine will first align on the 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/ directory release process and a separate 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/ question. The release cadence remains under discussion and was not finalized during this meeting.
Next Steps
- Confirm whether to pursue the WordPress embeddings integration for 7.1 Beta 2.
- Continue reviewing and testing the PHP AI Client streaming pull request.
- Schedule the initial PHP AI Client bug scrub.
- Align on a proposed management ability and use it to establish a reusable pattern.
- Document how connector plugins can build complex authentication forms with the current Data Forms API.
- Continue iterating on the Key Encryption experiment based on security feedback.
- Finalize and submit the WordCamp US booth post and visual materials.
- Identify a lead for the WordCamp US Contributor Day AI table.
- Develop V1 of the WordPress AI contribution guidelines before WordCamp US.
- Explore repository-based handbook maintenance and reusable automated contribution checks.
- Coordinate the next MCP Adapter release and discuss its future cadence.
Upcoming Meetings
- Contributors are welcome to join every Wednesday at 1700 UTC via Google Meet. In-meeting notes are captured live in a Slack Canvas and paired with aggregate transcription data to generate this meeting summary post. All team meeting schedules are published directly to the WordPress Meeting Calendar.
- AI Team Office Hours (Slack): Thursday, 23 July 2026. Facilitator TBD.
- Weekly AI Contributor Call (Google Meet): Wednesday, 22 July 2026.
Props to @georgestephanis for pre-publish review.
#core-ai, #summary