class ArchitectureDiagram extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
Local LLM orchestrator scoring and routing code candidates with zero heavy generation.
Cloud LLM workers generating high-volume, parallel code in AST-compliant format.
Redis Pub/Sub queues implementing the hot event loop for async decoupling.
Neo4j verification graph storing only successful state transitions.