Incrementalism
Every component is designed for phased adoption. Start small, grow organically as trust and tooling mature.
pnxt is a research project designing a net-new programming paradigm built exclusively for LLMs and AI agents, moving beyond human-readable legacy syntax toward structured, verifiable, graph-based program representations.
Traditional programming languages are optimized for human cognition — visual hierarchy, short-term memory, lexical parsing. LLMs, however, excel at structural data manipulation (JSON/graphs) but struggle with implicit control flow and loop-state tracking.
Current approaches try to make LLMs better at writing human-centric code. pnxt asks a different question: what if we designed programming from the ground up for how LLMs actually think?
pnxt designs an execution environment where LLMs orchestrate logic graphs rather than generate syntax. In the Agent-Native Programming (ANP) paradigm, AI agents are first-class entities with identity, memory, state, and tools — not just coding assistants bolted onto existing workflows.
Incrementalism
Every component is designed for phased adoption. Start small, grow organically as trust and tooling mature.
Structural Safety
Correct behavior is easy by design. Incorrect behavior is structurally difficult — not relying on discipline.
Explicit Over Implicit
Side effects declared, capabilities negotiated, trust measured. Nothing important is left to convention.
Human Partnership
Agents as colleagues with graduated trust. Humans retain authority over consequential decisions.
Unlike conventional agent frameworks that bolt LLM capabilities onto existing paradigms, pnxt proposes genuinely novel contributions: