{"id":1207,"date":"2026-06-19T15:57:52","date_gmt":"2026-06-19T15:57:52","guid":{"rendered":"https:\/\/make.wordpress.org\/ai\/?p=1207"},"modified":"2026-06-19T15:57:52","modified_gmt":"2026-06-19T15:57:52","slug":"whats-coming-to-the-ai-client-in-wp-7-1","status":"publish","type":"post","link":"https:\/\/make.wordpress.org\/ai\/2026\/06\/19\/whats-coming-to-the-ai-client-in-wp-7-1\/","title":{"rendered":"What&#8217;s coming to the AI Client in WP 7.1"},"content":{"rendered":"<p class=\"wp-block-paragraph\">With<a href=\"https:\/\/make.wordpress.org\/core\/2026\/06\/19\/roadmap-to-7-1\/\"> WordPress 7.1<\/a> on the calendar and the release squad announced, it\u2019s time to start planning what we\u2019re aiming for this release. While the <span tabindex='0' class='glossary-item-container'>Core<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Core<\/span> <span class='glossary-item-description'>Core is the set of software required to run WordPress. The Core Development Team builds WordPress.<\/span><\/span><\/span> AI team has produced many AI features and tools (such as the<a href=\"https:\/\/wordpress.org\/plugins\/ai\/\"> AI plugin<\/a>), the main work in WordPress core at this point is the <a href=\"https:\/\/developer.wordpress.org\/apis\/abilities-api\/\">Abilities API<\/a> and the<a href=\"https:\/\/make.wordpress.org\/core\/2026\/03\/24\/introducing-the-ai-client-in-wordpress-7-0\/\"> AI Client<\/a>. In this post, we\u2019re going to focus on the AI Client.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The current state of the AI Client is to be the foundational piece for programmatically running AI inside of WordPress. The<a href=\"https:\/\/github.com\/wordpress\/ai\"> AI plugin repo<\/a> has a growing list of features powered by the AI Client. There\u2019s still no visible AI within the default WordPress interface and this is because the present focus is on empowering the ecosystem of <span tabindex='0' class='glossary-item-container'>plugin<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Plugin<\/span> <span class='glossary-item-description'>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 <a href=\"https:\/\/wordpress.org\/plugins\/\">https:\/\/wordpress.org\/plugins\/<\/a> or can be cost-based plugin from a third-party.<\/span><\/span><\/span> authors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The work planned for 7.1 is going to be a continuation of this effort. We\u2019ll continue to build and to use the AI plugin to explore and provide AI features native to WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Generation Streaming<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When using AI agents, you may have noticed that the agent streams its response back to you. This isn\u2019t a superficial feature, it\u2019s actually the server literally streaming the generated text back to you in real time. The idea is that it gives the user immediate visual feedback instead of just having a \u201cplease wait\u201d type of experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is trickier than it sounds to pull off in WordPress. For streaming to work, this requires the server to allow for long, up to multi-minute, requests. However most servers will timeout after 30 seconds, and the requests system within WordPress doesn\u2019t support this by default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For this reason, we\u2019re starting by <a href=\"https:\/\/github.com\/WordPress\/php-ai-client\/issues\/100\">introducing streaming<\/a> to the<a href=\"https:\/\/github.com\/wordpress\/php-ai-client\/\"> PHP AI Client<\/a>, the underlying framework which powers the AI Client but isn\u2019t coupled to WordPress. This means streaming will be available within WP 7.1, but not as something naturally supported by WordPress. This will allow developers and hosts to dig into this and begin building support for WordPress in a future release.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Embeddings<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A bit of a deeper concept within AI is the concept of embeddings. Put simply, an embedding is a numerical value that an algorithm assigns to a piece of data to represent its similarity to other data. This is particularly useful when searching, as embeddings can help identify related items quickly, even when they don\u2019t appear similar on the surface.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Imagine, for example, searching for \u201chow do I reset my password?\u201d There may be a page called \u201cAccount recovery steps\u201d, but you\u2019ll notice these don\u2019t share a single word. However, they\u2019re related in terms of meaning. Embeddings provide an AI-powered way of relating these concepts so a search like this would work perfectly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These embeddings are handled via a special process called \u201cvectorization\u201d and recent versions of <span tabindex='0' class='glossary-item-container'>MySQL<span class='glossary-item-hidden-content'><span class='glossary-item-header'>MySQL<\/span> <span class='glossary-item-description'>MySQL is a relational database management system. A database is a structured collection of data where content, configuration and other options are stored. <a href=\"https:\/\/www.mysql.com\/\">https:\/\/www.mysql.com<\/a><\/span><\/span><\/span> and MariaDB have added native support for <a href=\"https:\/\/en.wikipedia.org\/wiki\/Vector_database\">vector storage<\/a>. There\u2019s currently an experiment being built in the AI plugin for<a href=\"https:\/\/github.com\/WordPress\/ai\/pull\/683\"> adding vector search<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Many different providers support AI models that generate embeddings. Adding support for embeddings to the AI Client will improve <span tabindex='0' class='glossary-item-container'>accessibility<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Accessibility<\/span> <span class='glossary-item-description'>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 \u201cdirect access\u201d (i.e. unassisted) and \u201cindirect access\u201d meaning compatibility with a person\u2019s assistive technology (for example, computer screen readers). (https:\/\/en.wikipedia.org\/wiki\/Accessibility)<\/span><\/span><\/span> for this powerful feature. This could pave the way for incredible, powerful new ways of searching across content in WordPress!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Minor fixes and improvements<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This isn\u2019t everything. There will also be minor, backward-compatible fixes and enhancements to continue to improve the reliability of the AI Client. As we battle test and improve it, we\u2019ll build the confidence to incorporate more features into core.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you for reading this and, as always, everyone is welcome to join the WordPress <span tabindex='0' class='glossary-item-container'>Slack<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Slack<\/span> <span class='glossary-item-description'>Slack is a Collaborative Group Chat Platform <a href=\"https:\/\/slack.com\/\">https:\/\/slack.com\/<\/a>. The WordPress community has its own Slack Channel at <a href=\"https:\/\/make.wordpress.org\/chat\/\">https:\/\/make.wordpress.org\/chat\/<\/a><\/span><\/span><\/span> and find us in the <a href=\"https:\/\/wordpress.slack.com\/archives\/C08TJ8BPULS\">#core-ai<\/a> channel! Don\u2019t worry if you\u2019re a developer or not. We appreciate all contributions and questions!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to <a href=\"https:\/\/profiles.wordpress.org\/justlevine\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>justlevine<\/a>, <a href=\"https:\/\/profiles.wordpress.org\/annezazu\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>annezazu<\/a>, <a href=\"https:\/\/profiles.wordpress.org\/thelovekesh\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>thelovekesh<\/a>, <a href=\"https:\/\/profiles.wordpress.org\/jeffpaul\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jeffpaul<\/a>, <a href=\"https:\/\/profiles.wordpress.org\/nikskyverge\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>nikskyverge<\/a> for pre-publish review.<\/em><\/p>\n<nav class='o2-post-footer-actions'><ul class='o2-post-footer-action-row'><li class='o2-post-footer-action'><a href=\"https:\/\/login.wordpress.org\/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fai%2F2026%2F06%2F19%2Fwhats-coming-to-the-ai-client-in-wp-7-1%2F%23respond&#038;locale=en_US\" title=\"Login to Reply\"  class=\"genericon  genericon-reply\"  data-action=\"login-to-reply\"  data-actionstate=\"default\" >Login to Reply<\/a><\/li><\/ul><div class='o2-post-footer-action-likes'><\/div><ul class='o2-post-footer-action-row'><\/ul><\/nav>","protected":false},"excerpt":{"rendered":"<p>With WordPress 7.1 on the calendar and the release squad announced, it\u2019s time to start planning what we\u2019re aiming for this release. While the CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. AI team has produced many AI features and tools (such as the AI plugin), [&hellip;]<\/p>\n","protected":false},"author":1086873,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-1207","post","type-post","status-publish","format-standard","hentry","category-general","mentions-annezazu","mentions-jeffpaul","mentions-justlevine","mentions-nikskyverge","mentions-thelovekesh","author-jason_the_adams"],"revision_note":"","jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":1182,"url":"https:\/\/make.wordpress.org\/ai\/2026\/06\/10\/ai-contributor-weekly-summary-3-june-2026\/","url_meta":{"origin":1207,"position":0},"title":"AI Contributor Weekly Summary \u2013 3 June 2026","author":"neillmcshea","date":"10 June 2026","format":false,"excerpt":"This week\u2019s 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 Day Post: The official handbook and setup\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":507,"url":"https:\/\/make.wordpress.org\/ai\/2026\/01\/21\/core-ai-contributor-check-in-october-29th-2025\/","url_meta":{"origin":1207,"position":1},"title":"Core-AI Contributor Check-in: October 29th, 2025","author":"neillmcshea","date":"21 January 2026","format":false,"excerpt":"Editor's note (@jeffpaul): These notes were sitting in draft, and while dated do capture prior discussions, decisions, and other updates so I'm publishing this meeting summary (in a condensed format) for transparency purposes. TLDR; The team met to review progress across the core AI initiatives, primarily focusing on the integration\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":943,"url":"https:\/\/make.wordpress.org\/ai\/2026\/04\/01\/core-ai-team-at-wcasia-2026-contributor-day\/","url_meta":{"origin":1207,"position":2},"title":"Core AI Team at WCAsia 2026: Contributor Day","author":"Deepak Gupta","date":"1 April 2026","format":false,"excerpt":"Hey WordPress community! The Core AI Team is excited to be part of Contributor Day at WordCamp Asia 2026, happening on April 9, 2026, at the Jio World Convention Centre in Mumbai, India. While WordPress 7.0 will not be released during Contributor Day, this is a valuable opportunity to directly\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":660,"url":"https:\/\/make.wordpress.org\/ai\/2026\/01\/27\/ai-contributor-weekly-summary-14-january-2026\/","url_meta":{"origin":1207,"position":3},"title":"AI Contributor Weekly Summary &#8211; 14 January 2026","author":"Jeffrey Paul","date":"27 January 2026","format":false,"excerpt":"This week\u2019s AI contributor meeting focused on finalizing the AI Experiments plugin 0.2.0 release, unblocking progress on Abilities and the Abilities Explorer, and continuing coordination toward potential AI client inclusion in WordPress 7.0. Contributors also discussed improving review velocity and establishing a more predictable release cadence for experiments and related\u2026","rel":"","context":"In &quot;Summaries&quot;","block_context":{"text":"Summaries","link":"https:\/\/make.wordpress.org\/ai\/category\/summaries\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":809,"url":"https:\/\/make.wordpress.org\/ai\/2026\/02\/18\/ai-contributor-weekly-summary-18-february-2026\/","url_meta":{"origin":1207,"position":4},"title":"AI Contributor Weekly Summary \u2013 18 February 2026","author":"neillmcshea","date":"18 February 2026","format":false,"excerpt":"The AI Contributor group met on February 18, 2026, to discuss the upcoming WordPress 7.0 release, the evolution of the AI Client, and architectural decisions regarding Abilities. WordPress 7.0 and the AI Client The meeting opened with a heavy focus on the uncertainty surrounding the inclusion of the AI Client\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":868,"url":"https:\/\/make.wordpress.org\/ai\/2026\/03\/12\/whats-new-in-ai-experiments-0-5-0\/","url_meta":{"origin":1207,"position":5},"title":"What&#8217;s new in AI Experiments 0.5.0 (12 MAR 2026)?","author":"Jeffrey Paul","date":"12 March 2026","format":false,"excerpt":"AI Experiments 0.5.0 aligns the plugin with WordPress 7.0\u2019s AI infrastructure, moving AI client functionality into core and integrating with the Connectors screen. This release sets the stage for upcoming experiments in image editing, editorial refinement, and content provenance.","rel":"","context":"In &quot;Releases&quot;","block_context":{"text":"Releases","link":"https:\/\/make.wordpress.org\/ai\/category\/releases\/"},"img":{"alt_text":"AI Experiments plugin featured image","src":"https:\/\/i0.wp.com\/make.wordpress.org\/ai\/files\/2025\/11\/featured-image.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/make.wordpress.org\/ai\/files\/2025\/11\/featured-image.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/make.wordpress.org\/ai\/files\/2025\/11\/featured-image.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/make.wordpress.org\/ai\/files\/2025\/11\/featured-image.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/make.wordpress.org\/ai\/files\/2025\/11\/featured-image.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/make.wordpress.org\/ai\/files\/2025\/11\/featured-image.png?resize=1400%2C800&ssl=1 4x"},"classes":[]}],"jetpack_shortlink":"https:\/\/wp.me\/pgARFV-jt","_links":{"self":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts\/1207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/users\/1086873"}],"replies":[{"embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/comments?post=1207"}],"version-history":[{"count":3,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts\/1207\/revisions"}],"predecessor-version":[{"id":1213,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts\/1207\/revisions\/1213"}],"wp:attachment":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/media?parent=1207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/categories?post=1207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/tags?post=1207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}