## Minimalistische Erklärungen für das Gesamt-Tool ### Option 1: Fokus auf die Architektur (Die Stärke) > **SL5 Aura Service: Konfigurierbarer Offline-Sprachassistent.** > > * **100% Offline:** Vosk STT & Lokaler LanguageTool-Server. > * **Kontrollierte Verarbeitung:** Sequenzielle, kaskadierende Regelausführung (Fuzzy Maps). > * **Kommandos:** Strikte Priorität durch Full Match (`^$`) Stopp-Kriterium. > * **Anpassung:** Konfiguration (Regel-Tupel) ersetzt Programmierung. > * **Erweiterbar:** Einfache Plug-in-Struktur (niedrige Priorität). ### Option 2: Fokus auf den Nutzen (Was es tut) > **SL5 Aura: Die Private Diktier- und Kommandosteuerung.** > > * Sprachbefehle und Diktat – 100% privat, ohne Cloud. > * Intelligente Korrektur: Grammatik (LT) + Custom-Regelwerk. > * Flexible Text-Transformation (Code-Konventionen, Abkürzungen). > * Kontrollierbar: Einfache `RegEx`-Regeln definieren komplexe Logik. --- **Empfehlung:** **Option 1** direkt auf die technische Differenzierung (kontrollierte Kaskade, Konfiguration) eingeht --- ## Minimalist Explanations for the Whole Tool ### Option 1: Focus on Architecture and Control (The Technical USP) > **SL5 Aura Service: Configurable Offline Voice Assistant.** > > * **100% Offline:** Vosk STT & Local LanguageTool server. > * **Controlled Processing:** Sequential, cascading rule execution (Fuzzy Maps). > * **Commands:** Strict priority via Full Match (`^$`) stop criterion. > * **Customization:** Configuration (Rule Tuples) replaces traditional coding. > * **Extendable:** Simple plug-in structure (low priority via file order). ### Option 2: Focus on Functionality and Privacy (The User Benefit) > **SL5 Aura: Private Dictation and Command Control.** > > * Voice commands and dictation – 100% private, no cloud. > * Intelligent Correction: Grammar (LT) + Custom rule engine. > * Flexible text transformation (code conventions, abbreviations). > * Fully controlled: Simple RegEx rules define complex logic. ( 24.10.'25 12:48 Fri )