All products
GX Language
v0.7BetaTransparent, Auditable AI Assistants
GX is a brain-first programming language built in Rust that makes AI assistants fully transparent. Every decision is explicit, every tool call is logged, every reasoning step is inspectable. GX has grown from an agent-prototyping language into a general-purpose one, hardened by building real production systems — including GClaw and AgentX — on top of it.
Capabilities
Built in Rust — fully local-first execution
Every AI decision is explicit and logged
Every tool call is recorded and inspectable
Capability-sandboxed runtime — filesystem/process/shell/network/database/AI access gated by default
Native HTTP (client + server, SSRF-defended), Database, Crypto, and Task runtimes
Module & Package Runtime with lockfile-pinned dependencies
Full developer tooling: test framework, debugger, REPL, LSP, formatter
Two syntax levels: standard (full control) + simple (beginner-friendly)
Anti-hallucination patterns built into the language
Supports OpenAI, Anthropic, Ollama, HuggingFace, custom endpoints
Use cases
gx@devjsx:~/use-cases
›Auditable AI assistant development
›Regulated industry AI tooling
›Enterprise AI transparency requirements
›AI agent development with full observability
›Research and education on AI decision-making
Problem resolved
AI assistants are opaque black boxes — GX makes every decision inspectable
Links
Tech stack
RustTree-walking InterpreterJS BridgePython Bridge