TezzNative v1.1.0 is hardening toward production. View roadmap

Framework

TezzAI

Local corpus learning, model persistence, and inference endpoint experiments.

Experimental

Production boundary

This framework is documented with a maturity label. Stable applications should pin SDK versions and add smoke tests before relying on beta or experimental behavior.

  • Use explicit imports.
  • Track platform behavior in release notes.
  • Report failures through `/support/` or CLI report forms.
TezzAI example
import "llm"

fn main() -> int:
  say "TezzAI experimental lane"
  ret 0