What is Quality Scoring?
Quality scoring validates that member outputs meet your standards. If the quality is too low, Conductor can automatically retry the member with exponential backoff until it passes or reaches the retry limit.Use Case
You’re generating marketing copy with AI. Sometimes it’s off-brand, too long, or missing key points. With scoring, Conductor automatically retries until the content meets your quality bar - no manual intervention needed.
How It Works
Basic Setup
Ensemble-Level Configuration
Set defaults for all members:Member-Level Configuration
Override defaults for specific members:Scoring Evaluators
1. Rule-Based Evaluator
Fast, deterministic validation:- Fast validation
- Clear rules (length, format, required fields)
- No ambiguity
- Cost-effective
2. LLM Judge Evaluator
AI-powered quality assessment:- Subjective quality (tone, style, engagement)
- Complex criteria
- Human-like judgment needed
- Higher accuracy worth the cost
3. NLP Evaluator
Natural language analysis:- Sentiment analysis
- Readability scoring
- Keyword presence
- Language metrics
4. Embedding Similarity
Compare against reference examples:- Style matching
- Semantic similarity
- Example-based validation
- Consistency checks
Retry Strategies
Exponential Backoff (Recommended)
Wait longer between each retry:- AI provider rate limits
- Non-deterministic failures
- Cost optimization
Linear Backoff
Consistent wait times:- Predictable load
- Simple retry logic
- Quick recovery
Fixed Backoff
Same delay every time:- Testing
- Consistent timing requirements
- Simple scenarios

