Neon Blueprints

Speculative, deeply technical designs from the Neon lab. Expect sharp edges and evolving ideas.

Current

Declarative Query Synthesis

Current

Declarative Query Synthesis (DQS) is a library for intent-based data access where clients describe *what data they need* rather than *how to retrieve it*. The system consists of three core components: a pure-JSON DSL for expressing data requirements, an engine that compiles DSL to optimized SQL, and hooks for LLM-based DSL generation. Combined with Iris for response transformation, DQS enables end-to-end declarative data access from natural language intent to shaped response.

DSL Updated 31.12.25

Projections, On Building Interfaces for the Age of Machine Intelligence

Current

User interfaces have been artifacts—compiled, deployed, frozen in code. This paper proposes an architecture where interfaces are projections: runtime transformations defined in machine-readable schemas that language models can generate, orchestrators can observe, and systems can serve dynamically without deployment. The result is infrastructure where humans build the machine, and machines build the interface.

UI, DSL Updated 23.12.25

Stratified Memory Architecture for LLM Systems

Current

This paper introduces the Stratified Memory Architecture (SMA), a novel approach that decomposes machine memory into specialized layers—each with distinct storage structures, indexing strategies, and retrieval patterns.

RAG, Retrieval Updated 03.12.25

Model Directed Agents on a Guarded Runtime

Current

The original Adam Whitepaper

Agent Framework Updated 24.09.25

A Pure-JSON Mapping DSL for LLM-Friendly Data Transformation

Current

The original whitepaper for project-iris

DSL, Data Mapping, JSON Updated 17.09.25