WordPress is the place for Artificial Intelligence

Introducing Cross Domain Artificial Intelligence (CDAI)

Let’s consider something new: Cross Domain Artificial Intelligence (CDAI). Unlike today’s typical AI interactions—where you visit a single domain (for example, chatgpt.com), input a prompt, and receive a response—CDAI involves a request that moves across multiple domains before delivering a coherent result to the user.

What is CDAI?

In a CDAI scenario, you might make a request on one website, but the underlying processing hops between various domains. The final response you see is the result of multiple processes working together behind the scenes.

Key Characteristics of CDAI

  • Black Box Nature

    Opaque Processing: When you send an AI request that could involve CDAI, you have no insight as to how the process works. Unlike a simple function call where you know exactly how the input translates to the output, here you can’t tell how many “hops” your request went through or which other AI systems were consulted.

    Lack of Fixed Input/Output Quality: The process may yield variable results because the system doesn’t operate as a straightforward, deterministic function.

    Variable Processing Duration: AI requests sometime take a long time. Since they move across multiple domains, in a CDAI request, the total processing time isn’t fixed. The solution today is to hold open HTTP requests, and to trap the user on a single domain with some kind of animation widget.

    User Experience Solution: To manage user expectations, interfaces often display a “thinking” animation or progress indicator while waiting for the response.

Cacbot

Cacbot addresses CDIA using the WordPress comment system asynchronously. Here’s how it works:

  • A user posts a comment on a Cacbot Conversation, and the comment is immediately published on the WordPress site.

  • The comment is then “sent up” to an AI – whether that’s another domain, cacbot.com, a local AI, or chat-gpt etc., it doesn’t matter. Once it is sent, the originator doesn’t have any way of tracing the CDAI request.

  • Once the AI processes the request, the response is sent back to the WordPress site via its built-in API.

  • This design allows the system to handle very large, lengthy, multi-domain processes without making the user wait indefinitely in uncertainty.
By thinking beyond a single-domain paradigm, CDAI opens up new possibilities for distributed and modular AI processes. It challenges our conventional ideas about how and where AI operates, paving the way for more flexible, scalable, and robust AI systems in the future.

Is WordPress the future of AI?

True Artificial General Intelligence (AGI) will arise when most humans contribute—when collective knowledge fuels AI’s growth. WordPress, as a nearly ubiquitous human publishing platform, is the gateway for many to share their knowledge. By integrating AI into WordPress, we can harness this vast reservoir of human insight, democratizing AI development. The future of AI isn’t just about advanced models—it’s about leveraging humanity’s collective intelligence through platforms like WordPress.

Talking to the Cacbot

Cacbot stands for The Comments are a Chatbot. It transforms the built in WordPress comments system into a powerful artificial intelligence agent interface.

When you make a comment on a Cacbot enabled post, the Cacbot assistant will respond as if being spoken to. The conversation will be captured in the default WordPress comment system. You can use the result any way you want.

Try it out on your WordPress website for free.

Getting Started

Download the ZIP File
In your WordPress admin, navigate to Plugins > Add New, then upload cacbot.zip and activate it.

Cacbot Conversation

Go to Cacbot Conversations in the WordPress admin.
Click Add New.
Name your conversation (for example, “Test”).
Set the conversation visibility to Private and click Publish.

Use Cacbot

View the conversation on the frontend.
Type your message in the comment box.
Once you submit, the Cacbot Assistant will reply, and its response is saved as a WordPress comment.

Doing R.A.G. in WordPress

Doing RAG with Cacbot: Unlock AI-Powered Retrieval-Augmented Generation on WordPress

RAG (Retrieval-Augmented Generation) is an innovative way to enhance AI applications by combining your content with generative AI responses. With the Cacbot plugin, you can implement RAG directly on your WordPress site, empowering AI interactions with context-specific information drawn from your own content.

In this post, we’ll explore how Cacbot’s system instructions can make it easy to implement RAG seamlessly.

What Is RAG?

Retrieval-Augmented Generation allows AI to reference specific knowledge sources to generate more accurate and relevant responses. Instead of relying solely on pre-trained AI models, you can provide a library of information—retrieved dynamically from your WordPress content—for the AI to use during interactions.

This approach ensures that the AI delivers answers grounded in the unique content you’ve already created.

How Cacbot Makes RAG Possible

Cacbot enables you to customize AI responses using system instructions, which guide the assistant’s behavior and knowledge. Here’s how Cacbot facilitates RAG:

  1. Use System Instructions as Content Sources: Assign specific WordPress posts or pages to the _cacbot_system_instructions custom field. The plugin will use the content of those posts as the system instructions for the AI assistant.
  2. Dynamically Insert Content into Instructions: With WordPress plugins that allow embedding posts within posts (via shortcodes or similar methods), you can dynamically create system instructions.
  3. Reference Custom Knowledge Bases: Provide your AI assistant with detailed, focused knowledge by embedding the most relevant content from your site into the system instructions.

How to Set Up RAG with Cacbot

Follow these steps to enable RAG with Cacbot on your WordPress site:

  1. Prepare Your Content: Identify the WordPress posts or pages you want the AI to reference. These could include articles, guides, or FAQ pages.
  2. Create a Cacbot Conversation: Go to Cacbot Conversations in the WordPress admin panel and click