NormCode 规范码 — Structured AI Planning That You Can Audit

Loading demo video...
📹
Video couldn't load. This may be due to a slow connection.
Click to watch fullscreen

Key Features — Explicit data isolation as a language-level constraint.

🔍

Data Isolation

Each step only sees what you explicitly pass. No hidden context. Full visibility when debugging.

📊

Full Auditability

Inspect inputs and outputs at every step. SQLite checkpointing lets you pause, resume, or fork.

Efficient Execution

Only semantic steps cost tokens. Data routing is free. Dependency-driven scheduling.

🎨

Visual Debugger

Canvas App provides a graph view with breakpoints and real-time execution monitoring.

🔄

Resumable Workflows

Long-running workflows can be paused and resumed. Fork from any checkpoint.

🤖

AI-Derivable Plans

AI can derive plans from natural language. The compiler transforms instructions into formal plans.

When to Use NormCode — Best for complex workflows where transparency matters.

Multi-step Workflows

Workflows with 5+ LLM calls where isolation and debuggability pay off.

Auditable AI

Legal, medical, and finance applications where you must prove what each step saw.

Long-running Tasks

Built-in checkpointing makes long-running workflows resumable and forkable.