Chrome Browser as your AI

Sorry for the capped audio :(

Browser Provider (AI Provider for Drupal) is a proof of concept AI provider that runs AI models directly in the browser using Chrome’s experimental built-in AI capabilities. Instead of sending prompts or data to an external AI service, inference happens locally inside the user’s browser, improving privacy, reducing latency, and enabling fully local AI workflows.

This approach opens up new possibilities for local-first AI, especially for content creation and editing, where sensitive data should never leave the client. The provider integrates with Drupal’s AI ecosystem and can be used together with CKEditor for in-browser AI-assisted editing.

Links:
Chrome Built-in AI: https://developer.chrome.com/docs/ai/built-in
Browser Provider: https://www.drupal.org/project/ai_provider_browser
Browser AI CKEditor: https://www.drupal.org/project/browser_ai_ckeditor

Complexity
Easy