The Cognitive Core
System Prompts Architecture
We operate a fully transparent, highly deterministic prompt hierarchy. It enforces non-clinical bounds, isolates sensitive diagnostics, and steers LLMs safely through validated protocols. This entire brain structure is open for joint governance and continuous scientific review.
graph TD
A[Main System Prompt
Prevention.AI / Teenology] --> B(Frontend: Specialist Terminal)
A --> C(Backend: Client Apps & Core)
%% Frontend Branch
B --> B1(Document Architect)
B --> B2(Methodological Expert)
B --> B3(Case Copilot)
B --> B4(Smart Fill)
B1 --> B1a[IEP / MDR / Group Plans / Safety]
B2 --> B2a[FBA / Profiles / Program Audit]
B3 --> B3a[Quick AI Synthesis]
B3 --> B3b[Role & Risk Analysis]
B4 --> B4a[DAP Session Structuring]
%% Backend Branch
C --> C1(Client Intake & Matching)
C --> C2(Diagnostic Module)
C --> C3(Consultative Companions)
C1 --> C1a[Intake Overrides
Moral Panic, Adoption]
C1 --> C1b[Taxonomy Matching
Provider Hard Gates]
C2 --> C2a[Diagnostic Axioms
PII Protection]
C2 --> C2b[Deep Dive Lead
Interim Insight Generation]
C2 --> C2c[Intake Summary
Evidence Synthesis]
C3 --> C3a[Parent Navigator]
C3 --> C3b[IDA Companion
Relationship Bridge]
C3 --> C3c[Educator Companion]
classDef core fill:#1e293b,stroke:#475569,stroke-width:2px,color:#fff;
classDef frontend fill:#0ea5e9,stroke:#0284c7,stroke-width:2px,color:#fff;
classDef backend fill:#10b981,stroke:#059669,stroke-width:2px,color:#fff;
classDef leaf fill:#0f172a,stroke:#334155,stroke-width:1px,color:#cbd5e1;
class A core;
class B,B1,B2,B3,B4 frontend;
class C,C1,C2,C3 backend;
class B1a,B2a,B3a,B3b,B4a,C1a,C1b,C2a,C2b,C2c,C3a,C3b,C3c leaf;