Built by RFI-IRFOS · Graz, Austria · Whitepaper https://osf.io/cyn28
TIS is a post-binary computing ecosystem built on balanced ternary logic. It moves beyond binary limitations by representing uncertainty as a first-class state (tend), enabling AI systems that reason with causal transparency.
| Pillar | What it is | Key Crates |
|---|---|---|
| CLI Tools | Ternlang (compiler/VM) and Agent Albert (sovereign assistant) | ternlang-cli, agent_cli |
| MoE-13 Research | Native ternary Mixture-of-Experts research framework | moe-core, moe-runtime, moe-platform |
| MCP Toolset | 30+ tools for ternary reasoning, audit, and agent orchestration | ternlang-mcp |
- Ternlang CLI: Systems programming language, compiler, and high-performance inference runtime for
.ternprograms on our native Balanced Ternary Execution VM (BET-VM). - Agent Albert: Sovereign, model-agnostic AI assistant that runs locally. Connects to local models (Ollama) or external bridges, featuring autonomous looping and self-reflection memory.
Our experimental framework for natively trained ternary neural networks.
- Researching scaling laws for ternary manifolds (
${-1, 0, +1}$ ). - Implements ternary-native routing and MoE deliberation.
- Enables sub-linear memory scaling and auditable, deterministic reasoning.
A suite of 30+ free tools for ternary AI integration, accessible via MCP.
- Core:
trit_decide,trit_vector,trit_consensus. - Compliance:
trit_audit,audit_ternary_logic(EU AI Act compliant). - Deliberation:
moe_orchestrate,trit_debate,trit_eco_check.
# Install toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install CLIs
cargo install ternlang-cli albert-cli