-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Cristiano Carvalho edited this page Apr 8, 2026
·
30 revisions
Welcome to the Aludel wiki!
Aludel is a Phoenix-based workbench for refining prompts, comparing model behavior, and tracing how each revision alters the final alloy of quality, latency, and cost.
flowchart LR
A[Design Prompt] --> B[Run Across Providers]
B --> C[Review Responses]
C --> D[Validate With Test Suites]
D --> E[Track Cost, Latency, and Version History]
- Multi-provider prompt execution from one workspace
- Versioned prompt templates with
{{variable}}interpolation - Repeatable evaluation suites with assertion-based validation
- Separate typed project groupings for prompts and suites
- PostgreSQL-backed metrics for latency, tokens, and estimated cost
- Installation - How to light the furnace: standalone, embedded, and Docker deployment paths
- Quick Start - The first working ritual, from provider setup to results
- Providers - The available reagents: OpenAI, Anthropic, and Ollama
- Architecture - The chambers, conduits, and execution flow beneath the surface
- Data Model - Core entities, relationships, and storage choices
- Prompts - Template syntax, versioning, and the prompt lifecycle
- 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