-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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]
- 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
- 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
- Prompts - Templates, projects, immutable versions, diffs, and suggestions
- Runs and Execution - Multi-provider runs, callback mode, status, and artifacts
- Evaluation Suites - Assertions, imports, documents, retries, and suite history
- Repeated Sampling - Reduce multiple model attempts into reliable suite decisions
- Datasets - Reusable ordered examples, multi-turn messages, metadata, and provenance
- Analytics and Prompt Evolution - Dashboard windows, deltas, signals, Pareto analysis, and reflection
-
Exports and CI - JSON/CSV exports and
mix aludel.eval - Documents and Storage - File validation, conversion, local storage, S3, and GCS
- Embedding and Access - Router options, host authentication, resolvers, CSP, and read-only access
- 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
- Prompts
- Providers
- Runs and Execution
- Evaluation Suites
- Regex Assertions
- Metric Context
- Evaluator Execution Details
- Rubric Judges
- Judge Catalog
- Repeated Sampling
- Quality Policies
- ExUnit Evaluations
- File-Based Suites
- Evaluation Reporters
- Datasets
- Red-Team Datasets
- Generated Red-Team Cases
- Analytics and Prompt Evolution
- Exports and CI
- Documents and Storage
- Embedding and Access