AI platforms work hard to make us feel at home. Our own websites? For many of us, they are still catching up with that same level of intelligence and comfort for the people who visit them.
For the past year, our team has been engineering at the intersection of WordPress and AI — fine-tuning, retrieval-augmented generation, and the mechanics of vector databases. The deeper we went, the sharper the gap became: the tools building the intelligent web are advancing fast, but the sites we own and publish on are not keeping pace. The important question is not just whether AI can answer questions. The better question is: who controls the architecture, the telemetry, and the continuity of those answers on your own site?
This piece lays out the architectural decisions behind Gregius, the open-source AI orchestration layer we have been building for WordPress. We will walk through the composition gap that started it, the sonic isolation that makes it possible, the two movements of the ecosystem, and where this is all heading.
Table of Contents
- The Composition Gap
- Sonic Isolation: A Dedicated Environment
- The First Movement: Gregius Data
- Continuous Performance: Gregius Intelligence
- Final Thoughts
- Frequently Asked Questions
The Composition Gap
Intelligence without infrastructure is just a demo.
Early in the prototyping, the pattern was clear. AI platforms were sprinting toward seamless, conversational interfaces that felt at home. Meanwhile, the underlying website — the actual composition — remained static, disconnected from the models meant to serve its audience. Site owners were being handed excitement without architecture.
We spent the year working across embedding models, rerank pipelines, and retrieval strategies. The technical pieces were not the mystery. The missing piece was environment: a place where those models could operate with full observability, without destabilizing the core installation WordPress site owners rely on every day.
That realization shaped the entire approach to Gregius. Three principles emerged:
- Sonic isolation. AI operations must never rewrite, lock, or slow down the primary WordPress installation. They need a dedicated orchestration space.
- Full ownership. Site owners must control their intelligence pipeline — the models, the embeddings, the interaction history — the same way they control their content.
- Observability from the first note. Telemetry and performance visibility belong at the composition level, not buried in an external black-box service.
Sonic Isolation: A Dedicated Environment
Gregius syncs WordPress content into a dedicated PostgreSQL vector store, creating an independent orchestration layer for AI workloads.
The mirroring layer is the architectural centerpiece of this approach. It conducts content — posts, pages, custom post types — into a vector-native storage environment that sits alongside WordPress, not inside it. From there, embedding models, rerank models, and large language models can interact with the composition without ever touching the core installation.
Three capabilities define this layer:
- Content mirroring. A continuous sync from WordPress content tables to a PostgreSQL vector store, preserving structural relationships while adding vector indexing.
- Multi-model registry. Register and route to different embedding and rerank models without altering the underlying composition.
- Complete isolation. Every AI operation — query, embed, rerank, generate — runs in the orchestration layer. WordPress core stays untouched and unburdened.
The strategic value is straightforward. When your intelligence architecture is separate from your publishing engine, you can tune, swap, or upgrade models without the risk of destabilizing the site your readers depend on. You own the pipeline, not just the output.
The First Movement: Gregius Data
Stable architecture is not a feature. It is the prerequisite to trust.
The website is officially live, and Gregius Data has reached its Internal Release Candidate stage. The core architecture — the mirroring layer, the vector store schema, the model registry — is stable. We are performing the final tuning before submitting to the WordPress plugin directory for official review, where the codebase will face execution under source-code-level scrutiny.
Gregius Data is the open-source foundation of the ecosystem. It provides:
- High-performance content mirroring from WordPress into PostgreSQL vector stores, with no alteration to core tables.
- A multi-model registry that lets site owners select, register, and route to the embedding and rerank models of their choice.
- Built-in observability so you can see exactly how the AI pipeline is performing, from query latency to retrieval precision.
This first movement was designed to solve a single, hard problem: give site owners a stable, isolated environment for AI operations without asking them to rebuild their existing composition. Everything that follows depends on this foundation.
Continuous Performance: Gregius Intelligence
Gregius Intelligence extends the open-source foundation with Agentic RAG, persistent interaction history, and a Tuning Control Plane for editorial curation.
If Gregius Data provides the orchestration space, Gregius Intelligence furnishes it with continuous improvement capabilities. It serves as both a real-world proof point of how the base layer can be extended and a production-ready commercial extension for sites that need deeper intelligence features.
Three components define this movement:
- Agentic RAG. Retrieval-augmented generation that reasons across multiple retrieval passes, refining context before passing it to the language model — rather than dumping a single chunk and hoping for the best.
- Interaction history. Persistent, observable records of every AI interaction, giving site owners the data they need to understand what their audience is asking and how accurately the system is responding.
- Tuning Control Plane. A dedicated interface for editorial curation — adjusting retrieval weights, refining prompt structure, and shaping how content surfaces through the AI layer without modifying the original composition.
The relationship between the two layers is intentional. Gregius Data handles the infrastructure — the stable, auditable, open-source foundation. Gregius Intelligence handles the refinement — the continuous, learnable, commercial layer. Together, they form an ecosystem where site owners can start open and grow into production-grade capabilities without replacing their stack.
Final Thoughts
The stage is set. The composition is stable. Now we build.
What started as a year of deep engineering has crystallized into something we believe will matter: an open-source effort to give site owners a real architecture for intelligence, not just a chat widget bolted onto a page. The mirroring layer is working. The first movement is heading toward its directory premiere. The continuous improvement layer is taking shape.
If you are building a WordPress site and wondering how to prepare it for the next era of navigation — where conversational AI becomes the expected interface — Gregius is designed for you. We are building it in the open, and we would welcome your perspective, your testing, and your partnership.
Frequently Asked Questions
Gregius is an open-source AI orchestration layer for WordPress that mirrors content into dedicated PostgreSQL vector stores, enabling embedding models, rerank models, and large language models to interact with site content through an isolated, observable architecture.
Gregius syncs content to a separate PostgreSQL vector store, running all AI operations — embedding, retrieval, reranking, generation — in sonic isolation, without querying or altering core WordPress tables.
Gregius Data has reached Internal RC with a stable core architecture. Final tuning is underway, and the submission to the WordPress plugin directory for official review will follow once rehearsals are complete.
Gregius Data is the open-source foundation handling content mirroring, vector storage, and multi-model registry. Gregius Intelligence builds on it with Agentic RAG, interaction history, and the Tuning Control Plane as a commercial, production-ready extension.
Photo credit: Arthur Tseng





