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.
Governed onsite intelligence
A visitor-facing AI guide designed to explain the Hottinger Online build catalog without exposing private source, secrets, or operational memory.
THE PROBLEM
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
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
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
SCENARIO
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
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
Architecture defined; public knowledge boundary and website integration are being implemented.
LIMITATIONS
The current website contains the interface and curated demonstration only. Live model inference and persistent visitor sessions are Phase 2.
LICENSING PATH
Planned as a configurable onsite technical-guide architecture for organizations with private product catalogs.