VirtuousAI

Concepts

Core concepts and architecture behind VirtuousAI

Understanding VirtuousAI

Before diving into APIs and configurations, it helps to understand why VirtuousAI works the way it does. This section explains the core concepts that power the platform.

New to VirtuousAI? Start with Getting Started for a hands-on introduction, then return here to deepen your understanding.

What You'll Learn

ConceptWhat It Covers
Chat OrchestrationHow the AI assistant processes requests, uses tools, and maintains context
AI AgentsComposable AI workers with delegation, tool access, and specialization
CrystallizationTurning successful AI work into deterministic, repeatable automations
Data PipelineThe bronze/silver/gold architecture for reliable data transformations
Data ModelingStar schemas, fact/dimension tables, and why clean data matters

Explore Concepts

How Concepts Connect

These concepts work together:

  1. Chat lets you ask questions about your data naturally
  2. Agents give AI specialized knowledge and composable delegation
  3. Crystallization captures successful AI workflows as repeatable automations
  4. Data Pipeline ensures your data is clean and queryable
  5. Data Modeling structures data for fast, meaningful analytics

When you ask the assistant "What were my top products last month?", it queries gold-layer tables built from cleaned silver data extracted from your raw bronze sources. When an agent successfully builds a report, you can crystallize that workflow into an automation that runs on a schedule.

On this page