Skip to content
Cristiano Carvalho edited this page Sep 4, 2026 · 30 revisions

Welcome to the Aludel wiki!

Aludel is a Phoenix-native workbench for evaluating prompts with real visibility. It helps teams compare provider behavior, track prompt history, and turn important scenarios into repeatable regression suites.

flowchart LR
    A[Design Prompt] --> B[Run Across Providers]
    B --> C[Review Responses]
    C --> D[Validate With Test Suites]
    D --> E[Reuse Datasets and Gate CI]
    E --> F[Analyze and Improve Prompt Versions]
Loading

What Is Forged Here

  • Multi-provider prompt execution from one workspace
  • Native provider calls or app-callback execution against your real workflow
  • Versioned prompt templates with {{variable}} interpolation
  • Repeatable evaluation suites with string, field, deep JSON, and model-based rubric assertions
  • Bounded repeated sampling with configurable pass reducers and complete attempt evidence
  • Reusable single-turn and multi-turn datasets with provenance and metadata filters
  • Optional document attachments for suite test cases
  • Separate typed project groupings for prompts and suites
  • Rolling quality, cost, latency, stability, regression, and Pareto analysis
  • Failure-grounded prompt suggestions with explicit acceptance or dismissal
  • Copy actions, raw exports, and headless CI execution
  • Configurable document storage backends for local development and cloud deployments

The Workbench

Get Started

  • Installation - How to light the furnace: embedded, standalone, Docker, and storage setup
  • Quick Start - The first working loop, from provider setup to results
  • Providers - OpenAI, Anthropic, Google Gemini, Ollama, xAI, Groq, and OpenRouter
  • Demo Data - Populate every major workflow with deterministic examples

Use the Features

Understand the System

  • Architecture - The chambers, conduits, and execution flow beneath the surface
  • Data Model - Core entities, relationships, and storage choices
  • Roadmap - Milestones, priorities, and the next stages of the workbench

Suggested Path

  1. Installation
  2. Quick Start
  3. Providers
  4. Evaluation Suites
  5. Datasets
  6. Analytics and Prompt Evolution
  7. Embedding and Access
  8. Architecture
  9. Data Model

Community

Clone this wiki locally