Skip to main content

Qleph

Qleph

Qleph is a relational micro-language designed for AI characters — a formal symbolic notation for expressing and computing relationships between concepts. It gives your characters a compact, precise way to reason about causality, structure, conditions, and patterns that natural language handles ambiguously.

Patent Pending — Qleph is a proprietary language developed by Qui Intelligent Systems LLC. The full language specification is not publicly available.


Why Qleph Exists

Natural language is powerful but imprecise. When an AI analyses a complex system — a CI/CD pipeline, a diagnostic chain, a decision tree — the reasoning gets buried in paragraphs of prose. Qleph gives characters a symbolic notation that is:

  • Compact — complex relationships expressed in a few characters
  • Computable — expressions can be evaluated, inverted, and compared by the engine
  • Unambiguous — every symbol has one meaning, no interpretation needed
  • Zoomable — collapse complex expressions into single glyphs, expand them to see internals

Characters mix Qleph expressions freely with natural language — using symbolic notation for structural reasoning and English for everything else.


What Qleph Can Do

Qleph provides five core operations:

  • Validate — check if an expression is syntactically correct
  • Evaluate — given rules and variable bindings, compute which rules fire and what they produce
  • Invert — find the inverse of a relationship (useful for undo, reversal, counterfactuals)
  • Zoom — collapse or expand expressions to reason at different abstraction levels
  • Resonate — find structural analogies between expressions from completely different domains

Example: Cross-Domain Pattern Detection

Qleph can discover that an error cascade in software and a thermal runaway in hardware follow the same relational pattern — even though the domains are unrelated. This is the resonance operation.


Using Qleph in QUI

In Qui Anima

Add the Qleph node to your character's canvas in the Visual Builder. The character gains the Qleph dictionary in its context and can invoke operations via trigger patterns.

In ThinkThing

Two dedicated nodes:

  • Qleph Dictionary — Injects the language reference into the connected character's context
  • Qleph Engine — Runs validate, evaluate, invert, zoom, or resonate operations within a workflow

When to Use Qleph

Enable Qleph on characters that need:

  • Formal relational reasoning — expressing causality, dependencies, and conditions precisely
  • Cross-domain pattern detection — finding structural analogies between different systems
  • Conditional rule evaluation — defining if-then rules and computing outcomes
  • Multi-level abstraction — zooming between high-level views and detailed analysis
  • Diagnostic reasoning — tracing root causes through causal chains

Most characters don't need Qleph. It's designed for characters working with systems analysis, formal logic, decision frameworks, or any domain where structural precision matters more than conversational fluency.

Updated on Mar 29, 2026