SleyHuman-readable. Agent-writable. Agent-readable. Sley is a brand-new AI-native structural programming language developed by Greyforge Labs. Home | Docs | Tutorial | Who / Why / Better | llms.txt | ZJX | Greyforge What It IsSley is a programming language where code is a typed, auditable graph first, and text is the human-readable projection of that graph. Most languages make AI agents edit text and hope the compiler catches the damage later. Sley gives agents a native structural surface: typed shards, verified grafts, explicit authority, and traceable provenance before runtime behavior changes. Current Status
A Small Sley Programmodule app.hello
task main -> Text {
bind message = "hello sley"
return message
}
The Core Idea
Sley + ZJXSley and ZJX are designed as one stack. Sley gives agents the typed program graph, shards, grafts, Loom gates, traces, and seals. ZJX is the native envelope that moves those structures through the agent/compiler loop. Why It ExistsAI coding is already real, but the dominant interface is still text mutation. That is brittle. Sley assumes agents will write most of the code and gives them a language-level interface built for structure, authority, lifecycle, and review. The goal is not to replace Rust, Go, Python, or TypeScript overnight. The first goal is narrower and sharper: make agent-written software mechanically inspectable before it is accepted. Read Next
Sley is in active v0 development. Claims on this page describe the current design and prototype slice, not a finished production platform. (c) 2026 Greyforge Labs. greyforge.tech |