Published December 5, 2025 | Version v1
Preprint Open

SPELL: A Programming Language Designed for Large Language Models

Description

We introduce a programming paradigm optimized for the cognitive architecture of Large Language Models, rather than human authors. Traditional languages rely on sequential reasoning and implicit context—abstractions that conflict with the pattern-completion nature of LLMs. SPELL is an AI-native dataflow language with explicit dependencies, explicit types, and structured JSON format. By aligning syntax with the generation mechanism of the model, we demonstrate that the optimal abstraction for AI is fundamentally different from the one for humans.

Files

SPELL_ AI-Native Programming Language _ Santino Research.pdf

Files (340.2 kB)

Additional details

Dates

Created
2025-12-05

Software

Repository URL
https://github.com/santino-research/spell
Programming language
Rust
Development Status
Active