AI Contributor Weekly Summary – 3 June 2026

This week’s AI contributor meeting focused on structural changes to the synchronous meeting format, updates on the WordPress 7.1 timeline, repo maintainership delegation, and a deep architectural analysis regarding content provenance tracking (C2PA) and secure credential isolation.

Announcements & Milestone Timelines

  • WCEU Contributor DayContributor 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/ Post: The official handbook and setup guide for the WordCamp Europe Core AI table is live. Special props to @gajendrasingh, @justlevine, @gziolo, @jeffpaul, and @psykro for driving the draft collaboration.
  • WordPress 7.1 Release Roadmap: @jeffpaul highlighted the initial 7.1 cycle milestones, targeting July 15 for BetaBeta 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 and August 19 for the final general release (coinciding with WordCampWordCamp 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). CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. release squad coordination alongside @4thhubbard is underway, with nominations closing next week.
  • AI 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. Status: Following the 1.0.1 minor releaseMinor Release A set of releases or versions having the same minor version number may be collectively referred to as .x , for example version 5.2.x to refer to versions 5.2, 5.2.1, 5.2.3, and all other versions in the 5.2 (five dot two) branch of that software. Minor Releases often make improvements to existing features and functionality. last week, active installations saw a sharp post-7.0 spike. To alleviate engineering burnout, the AI plugin development cycle is officially shifting away from a bi-weekly cadence to fixed monthly milestones, with version 1.1.0 targeting late June.

Strategic Pivots & Synchronous Meeting Structure

With the core AI foundational primitives delivered in the 7.0 architecture, the team evaluated how to maximize synchronous call efficiency.

  • Shifting to Forward-Looking Strategy: @jason_the_adams shared that his internal team constraints have stabilized following the conclusion of Automattic’s intensive Rapid Speed Month (“RSM”) prototyping cycle. He proposed returning the weekly sync call to its original mandate; collaborative, rapid-fire decision-making and strategic scoping and will be inviting Jeff Smith, who recently took on the role of Head of Product, AI at Automattic, to these meetings to help with alignment.
  • Asynchronous Status Logs: @jason_the_adams requested to tighten the scope of these weekly calls. General project status updates, task logging, and active ticket walk-throughs could be achieved a little more asynchronously. The synchronous meeting space could be dedicated to big-picture alignment on the future of AI within the open web CMS ecosystem.
  • Ecosystem Enablement: The strategic focus will expand past raw code generation to address structural enablement, such as supporting @4thhubbard‘s newly announced education micro-credential initiatives to train university students on WordPress AI primitives.

Ecosystem Pledges & Metrics Realignment

The team discussed how code contributions are monitored across distributed repositories to ensure the MetaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. squad accurately structures global pledge scoreboard data on profiles.wordpress.org.

  • Consolidated Repositories: The group finalized the core checklist of canonical repositories that must roll up directly into the Core AI pledge tracking scores:
    • WordPress/ai (Core plugin)
    • WordPress/agent-skills
    • WordPress/php-ai-client
    • WordPress/mcp-adapter & WordPress/php-mcp-schema
    • WordPress/wp-bench
    • Specialized providerProvider An AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI). wrappers (ai-provider-for-openai, anthropic, and google)
  • Tracking TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. vs. GitHubGitHub 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/: Because early architecture, such as the native Abilities APIAbilities 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., has graduated into core SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. tracking repositories, @jeffpaul will coordinate with @yaniiliev to clarify how core tracker modifications can coorelate to the AI squad rather than defaulting to general Core team metrics.
  • Repository Lifecycle: WordPress/wp-ai-client has been officially scheduled for archival status.

Content Provenance (C2PA) & Signed Manifests

A significant portion of the meeting evaluated three extensive pull requests submitted by external vendor Encypher regarding content provenance logging.

  • The Signing Authority Bottleneck: The current C2PA technical specification requires an authoritative server to securely sign asset manifests. The team talked through the concept of using 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/ as a centralized signing entity. Acting as a public-facing signer introduces severe liability and endorsement risks if the central platform inadvertently stamps malicious or inappropriate user-generated media assets.
  • Avoiding Vendor Lock-In: Without a built-in decentralized solution, relying on the PRs would turn the core feature into a thinly veiled bridge to a single paid external signature service. @jason_the_adams noted that alternative specifications (such as the newly emerging RealStamp Verify) are shifting the industry landscape and advised sitting on the feature until localized signature approaches mature.
  • Local Origin Logs: Rather than abandoning provenance entirely, @jeffpaul suggested designing a lightweight, decentralized experiment inside the plugin. This alternative track will preserve an internal history loopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop within the post revision meta fields, tracking exactly when an asset or piece of content was AI-generated, human-written, or AI-assisted.

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. Key Encryption Experiments

  • PR Testing Window: The exploratory programmatic encryption PR remains open for evaluation. The implementation handles pure cryptographic backend transactions using get_secret and set_secret variables with no user-interface layer.
  • Merge Philosophy: @justlevine urged the engineering group to merge the current mechanism into the upcoming 1.1.0 plugin lifecycle to capture real-world user configuration feedback. The team noted that the runtime architecture can easily be finessed, isolated, or refactored to an independent encryptor class ahead of the 7.1 core feature freeze in six weeks; though the overall secret management functionality may not make the 7.1 cycle due to it likely needing heavy core committer review and testing.

PHPPHP 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 Maintainership

  • Clearing the Review Backlog: The PHP client repository currently faces a backlog of roughly 15 open PRs detailing essential enhancements like text-to-speech sound generation, native embedding utilities, and core streaming data infrastructure.
  • Unblocking Bureaucracy: @jason_the_adams has coordinated directly with @flixos90 to initiate an intensive review sprint early next week. The team clarified that any contributor with valid commit rights is authorized to push tested improvements to clear the queue for 7.1 development, noting that any planned releases should be blocked until either @jason_the_adams or @flixos90 gives explicit approval.

Model Context Protocol (MCP)

  • Documentation Review: @gajendrasingh issued a call for feedback on a comprehensive documentation overhaul intended to streamline setup clarity for the mcp-adapter plugin.
  • Review Bandwidth: Because @justlevine is currently in transit to WordCamp Europe, review passes will be conducted early next week alongside the broader adapter release testing loops.

Next Steps

  • Review, test, and provide technical feedback on the active API Key Encryption PR.
  • Auditing open PHP AI Client PRs ahead of next week’s scheduled review sprint.
  • Leave documentation and structure feedback on the MCP AdapterMCP 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. documentation branch.
  • Coordinate with @yaniiliev to align repository scoreboards for the canonical AI metrics tracking profile update.

Upcoming Meetings

  • Contributors are welcome to join every Wednesday at 1700 UTC via Google Meet. In-meeting notes are captured live in a SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ 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, 4 June 2026.
  • Weekly AI Contributor Call (Google Meet): Wednesday, 10 June 2026.

Props to @jeffpaul for pre-publish review.

#core-ai, #summary