Classify the task
Identify whether the product needs retrieval, extraction, coaching, roleplay, generation, or a deterministic function.
AI architecture
SoloFrame treats the LLM as one component inside a workflow. Retrieval, task routing, safety classification, approval gates, audit records, and measurement determine whether the result becomes useful product behavior.
Six controls
Identify whether the product needs retrieval, extraction, coaching, roleplay, generation, or a deterministic function.
Run the classifier, redaction, data-handling, and product rules that belong before model inference.
Fetch the minimum relevant product and user context instead of injecting the full knowledge base.
Select a model that meets the task's quality, latency, privacy, and cost requirements.
Require user or operator approval before sensitive external communication or system changes.
Record usage, latency, safety events, output quality, and the product-specific outcome.
MAIA classifier service
The PHI-aware vertical selects MAIA in its manifest. Commercial products select a non-clinical configuration. This keeps safety behavior explicit at product boot instead of burying it inside prompt text.
user message ↓ redaction and policy ↓ MAIA distress classification ↓ retrieval and model routing ↓ controlled response ↓ audit and outcome signal
Cost control
Cost architecture starts with task design. Smaller prompts, focused retrieval, deterministic tools, caching, and fit-for-purpose models reduce waste before infrastructure discounts enter the picture.
Use a stronger model for work that needs it and a lower-cost model for bounded classification or transformation.
Retrieve the few records or lesson chunks that answer the current task.
Move safety, validation, state transitions, and calculation into testable code where possible.
Reuse instructions and product context that do not change between adjacent turns.
Attribute tokens, latency, errors, and outcome quality to the product action that caused them.
Route through an abstraction that lets the product change a model without rewriting the workflow.
Measured economics
Coaching and roleplay sessions cost 6.2x less than a naive single-frontier-model design for the same task mix, with safety and retrieval steps included rather than skipped.
PHI-aware coaching sessions run at 4.4x less than naive designs while adding MAIA classification before every model call.
Multipliers come from recorded sessions over each vertical's production task mix, not projections. The mechanics behind them are described above and in the cost architecture guide.
Direct answers
No. The model registry maps tasks to fit-for-purpose models and supports per-vertical overrides. The product can route classification, coaching, extraction, generation, and embeddings through different models.
MAIA is the platform classifier service used by Digital Wellness Academy for distress routing before a coaching model sees the message. Commercial verticals can select a no-op classifier when that clinical safety path does not apply.
Each vertical chooses the retrieval path that fits its corpus and operating needs. The platform supports Postgres and pgvector patterns as well as bounded product-local retrieval.
Product workflows can place approval gates before external side effects. The correct control depends on the action, buyer policy, and integration.
Start with the buyer job
SVTech will assess whether SoloFrame fits the product, compliance, data, and operating requirements before proposing a build.