The Anomaly Routing Layer (ARL) is the core content synthesis engine used by Project Starlight for generating analytical content.
{
"routing_config": {
"version": "2.1.0",
"layer_type": "anomaly_detection",
"routing_strategy": "weighted_ensemble",
"models": ["claude-3.5-sonnet", "gpt-4o", "gemini-2.0-flash"],
"fallback_enabled": true
},
"content_synthesis": {
"primary_model": "claude-3.5-sonnet",
"secondary_models": ["gpt-4o", "gemini-2.0-flash"],
"synthesis_method": "iterative_refinement",
"confidence_threshold": 0.75
}
}
| Content Type | Primary Model | Secondary Models | Confidence Threshold |
|---|---|---|---|
| Technical Analysis | Claude 3.5 Sonnet | GPT-4o, Gemini 2.0 | 0.80 |
| News Synthesis | GPT-4o | Claude 3.5, Gemini 2.0 | 0.75 |
| Research Summary | Gemini 2.0 | Claude 3.5, GPT-4o | 0.70 |
| Verification | Claude 3.5 | All models | 0.85 |
All synthesized content must include:
Document Version: 1.0
Last Updated: 2026-02-25
Configuration ID: arl-v2.1.0-starlight