← All builds

Governed onsite intelligence

AURIX Prime

A visitor-facing AI guide designed to explain the Hottinger Online build catalog without exposing private source, secrets, or operational memory.

Status
Active development
Maturity
Prototype
Disclosure
Protected source

THE PROBLEM

Why it was built

Most portfolio assistants are generic chat widgets. They can answer broad questions, but they do not understand the creator's architecture, evidence standards, or disclosure boundaries.

THE CONCEPT

The architectural move

AURIX Prime acts as a bounded technical guide. It retrieves only approved project material, explains relationships among systems, cites the pages behind its answers, and routes commercial questions to the correct licensing path.

SIGNIFICANCE

Why it matters

The differentiator is not simply adding a language model to a website. The design treats identity, approved knowledge, disclosure policy, evidence, and routing as separate governed layers.

SYSTEM FLOW

Architecture at a glance

  1. 01Visitor question
  2. 02Intent and disclosure gate
  3. 03Approved build retrieval
  4. 04Evidence-backed response
  5. 05Page or licensing route
GUIDED DEMO · SANITIZED

SCENARIO

Ask about reliability

INPUT

Which build focuses on recovering safely after interrupted writes?

SYSTEM RESPONSE

AURIX points to APEX WAL, explains its sequence continuity and corruption recovery model, then links to the guided recovery demonstration.

PROTECTED SNIPPET

Disclosure-aware response path

intent = classify(visitor_question)
scope = disclosure_policy.evaluate(intent)
evidence = approved_catalog.retrieve(scope)
return answer_with_citations(evidence)

Conceptual excerpt. Internal implementation, tests, configuration, and operational logic are withheld.

EVIDENCE STATUS

What supports it

Architecture defined; public knowledge boundary and website integration are being implemented.

LIMITATIONS

What remains bounded

The current website contains the interface and curated demonstration only. Live model inference and persistent visitor sessions are Phase 2.

LICENSING PATH

Use the concept without exposing the source.

Planned as a configurable onsite technical-guide architecture for organizations with private product catalogs.

View licensing model