You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordPress Gutenberg v22.7.0 (March 11, 2026) introduced a formal Connectors system for AI providers:
A dedicated "Connectors screen and API" for AI provider registration
Uses _ai_ prefix naming convention for connector settings
Dynamically registers providers from WP AI Client registry
Syncs PHP behavior with WP Core
This is WordPress building an AI provider marketplace — a standard interface that lets third parties register their AI models and tools into WordPress.
Builder.io shipped Gen2 SDK v5.2.0 with global Symbol support, indicating they're building toward cross-platform AI content reuse.
The Opportunity
WordPress is copy-pasting our model (provider-agnostic AI) but building it as a plugin ecosystem. Their php-ai-client with 252 stars shows the community wants it — but their implementation will be fragmented (dozens of connector plugins, no quality control, inconsistent UX).
Numen should launch a formal Plugin & Connector Marketplace that positions us as the standard for AI CMS extensibility:
Custom pipeline steps (add steps between existing pipeline stages)
Approval workflow hooks (human-in-the-loop at any pipeline step)
Notification integrations (Slack, Teams, email) for pipeline events
Content delivery triggers (post to CMS → auto-push to social/newsletter)
Marketplace Discovery
Public registry at plugins.numen.dev
Plugin manifest format (name, version, capabilities, required Numen version)
In-admin browsing with category filters
One-click install with version lock
Community ratings
Why Numen Wins
WordPress connectors are loose PHP hooks. Numen's plugin system is typed contracts with capability declarations — the system knows what each plugin can do and routes accordingly. An AI persona can say "use the connector with image generation capability and latency < 2s" — the plugin system resolves this automatically.
WordPress also has no AI-native marketplace. Their Plugin Directory has 59,000 plugins of wildly varying quality. Numen's curated connector ecosystem starts small and stays quality-controlled.
Market Positioning
A plugin marketplace transforms Numen from a product into a platform. It creates network effects (more connectors → more users → more connector development) and opens a potential revenue stream (featured listings, enterprise connector support).
Implementation Notes
New Plugin model + plugin manifest spec (JSON schema)
ConnectorContract interface extending current provider abstractions
Plugin sandbox: run plugin code in isolated context with resource limits
Marketplace API: versioned registry with semver resolution
Admin UI: browsable marketplace section in Settings
Estimated scope: L (3-4 weeks, significant but modular)
Pairs with:#60 MCP Server (plugins expose MCP tools), #63 Brand Voice (validators as plugins)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Competitor Signal
WordPress Gutenberg v22.7.0 (March 11, 2026) introduced a formal Connectors system for AI providers:
_ai_prefix naming convention for connector settingsWP AI ClientregistryThis is WordPress building an AI provider marketplace — a standard interface that lets third parties register their AI models and tools into WordPress.
Builder.io shipped Gen2 SDK v5.2.0 with global Symbol support, indicating they're building toward cross-platform AI content reuse.
The Opportunity
WordPress is copy-pasting our model (provider-agnostic AI) but building it as a plugin ecosystem. Their
php-ai-clientwith 252 stars shows the community wants it — but their implementation will be fragmented (dozens of connector plugins, no quality control, inconsistent UX).Numen should launch a formal Plugin & Connector Marketplace that positions us as the standard for AI CMS extensibility:
Proposed Feature: Numen Plugin & Connector Marketplace
A curated, versioned ecosystem for AI providers, content tools, and workflow extensions — with discovery, one-click install, and sandboxed execution.
Core Components
AI Provider Connectors (Official)
ConnectorContract) for new AI providersContent Tool Plugins
Workflow Extensions
Marketplace Discovery
plugins.numen.devWhy Numen Wins
WordPress connectors are loose PHP hooks. Numen's plugin system is typed contracts with capability declarations — the system knows what each plugin can do and routes accordingly. An AI persona can say "use the connector with image generation capability and latency < 2s" — the plugin system resolves this automatically.
WordPress also has no AI-native marketplace. Their Plugin Directory has 59,000 plugins of wildly varying quality. Numen's curated connector ecosystem starts small and stays quality-controlled.
Market Positioning
A plugin marketplace transforms Numen from a product into a platform. It creates network effects (more connectors → more users → more connector development) and opens a potential revenue stream (featured listings, enterprise connector support).
Implementation Notes
Pluginmodel + plugin manifest spec (JSON schema)ConnectorContractinterface extending current provider abstractionsEstimated scope: L (3-4 weeks, significant but modular)
Pairs with: #60 MCP Server (plugins expose MCP tools), #63 Brand Voice (validators as plugins)
Beta Was this translation helpful? Give feedback.
All reactions