v14.0 — Release

AI Trust Engine
Zero Dependencies

13 detectors, 31 correction strategies, adversarial self-training.
No external LLM. No GPU. No internet required.

⬇ Download 77 KB Quick Start →
📦 77 KB .pyz 🐍 Python 3.10+ ⚡ 1-54ms latency 🔒 Zero network
13
Detectors
31
Correction Strategies
5
Agent Bridges
0
External Deps

Built for the Real World

Model outputs are unreliable. Tian AI catches what LLMs miss — before it reaches your users.

🛡

Safety Refusal Detection

Catches models that say "I cannot answer" when they actually can — and fixes the over-refusal.

📚

Fake Citation Detection

Detects hallucinated papers, authors, and references — removes or annotates them automatically.

💉

SQL Injection Prevention

Converts dangerous string interpolation to parameterized queries. Catches it even when the model doesn't.

🔓

System Prompt Leak Detection

Models that accidentally reveal their system prompt in the output get caught and sanitized.

🧠

Adversarial Self-Training

Every blocked error becomes a training sample. The engine gets smarter over time — no human labeling needed.

🔌

Agent Migration Layer

Switch from Hermes, Codex, OpenClaw, or Claude Code in one command. Zero config migration.

Switch From Any Agent

One command to migrate — your tools, config, and workflow preserved.

Hermes Agent
--from hermes
Tian AI
Codex CLI
--from codex
Tian AI
OpenClaw
--from openclaw
Tian AI
Claude Code
--from claude-code
Tian AI

Tian AI Agent 14.0

Single file. Zero dependencies. Run anywhere with Python.

tian_ai_agent_14.0.pyz
📦 77 KB🐍 Python Zipapp🔒 No deps
⬇ Download
  • No pip install required
  • No numpy, no torch, no external packages
  • Works on Linux, macOS, Windows, Android (Termux)
  • Python 3.10+ only — standard library is all you need

Run in 10 Seconds

Download the .pyz and run — no installation step.

terminal
$ python3 tian_ai_agent_14.0.pyz --detect
{ "detected": "hermes", "confidence": 1 }

$ python3 tian_ai_agent_14.0.pyz --web 8080
● Tian AI 14.0 Web UI → http://localhost:8080

$ python3 tian_ai_agent_14.0.pyz --demo
⛔ Safety refusal caught + trained
⛔ Fake citation caught + corrected
⛔ SQL injection caught + parameterized
✅ 5/5 scenarios passed

$ python3 tian_ai_agent_14.0.pyz --api 8080
● Tian AI 14.0 API → http://localhost:8080

$ python3 tian_ai_agent_14.0.pyz --from hermes
[Tian AI] Hermes compat mode activated