Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.99 KB

File metadata and controls

44 lines (32 loc) · 1.99 KB

Ternary Intelligence Stack (TIS)

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.

Three Pillars of TIS

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

1. CLI Tools (Runtime & Agents)

  • Ternlang CLI: Systems programming language, compiler, and high-performance inference runtime for .tern programs 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.

2. Albert-MoE-13 (Model Research)

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.

3. MCP Toolset (Orchestration)

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.

Quick Start

# Install toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Install CLIs
cargo install ternlang-cli albert-cli