-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Cristiano Carvalho edited this page Sep 5, 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
- Validated quality-policy authoring, immutable version history, and per-rule run evidence for pass rate, evaluator score, cost, and latency gates
- Native ExUnit assertions for generated output and persisted suite quality gates
- Versioned JSON and YAML suite manifests for scripts and CI
- Dashboard previews and downloads for console, versioned JSON, JUnit XML, and GitHub annotation reports, plus custom reporters through the API
- Reusable single-turn and multi-turn datasets with provenance and metadata filters
- Versioned curated red-team cases with deterministic canaries, optional judges, and idempotent dataset materialization
- Bounded generated adversarial candidates with review records, partial-failure reporting, budgets, and checksums
- 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
- Metric Context - Normalized prompt, output, document, provider, and execution evidence
- Evaluator Execution Details - Lifecycle status, timing, model identity, usage, cost, and safe errors
- Rubric Judges - Score semantic quality with custom criteria and a separate judge provider
- Judge Catalog - Versioned correctness, relevance, faithfulness, safety, refusal, PII, and hallucination templates
- Repeated Sampling - Reduce multiple model attempts into reliable suite decisions
- Quality Policies - Author, version, inspect, and automate quality, metadata-group, evaluator-score, cost, and latency gates
- ExUnit Evaluations - Assert inline output or execute and gate persisted suites from tests
- File-Based Suites - Run persisted suites from versioned JSON or YAML manifests
- Evaluation Reporters - Send one normalized result to local tools and CI systems
- Datasets - Reusable ordered examples, multi-turn messages, metadata, and provenance
- Red-Team Datasets - Browse and materialize curated adversarial cases with judges, provenance, and deduplication
- Generated Red-Team Cases - Generate, review, explicitly approve, and atomically import bounded cases
- 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