SYNTHESIS NOTE
TopicsPrompts Promptingthis note

Can a single transformer become universally programmable through prompts?

Explores whether prompts can function as genuine programs that unlock universal computation in fixed-size models, and whether this theoretical possibility translates to practical training outcomes.

Synthesis note · 2026-03-28 · sourced from Prompts Prompting
What kind of thing is an LLM really?

"Ask, and it shall be given: Turing completeness of prompting" (2024) proves that there exists a finite-size Transformer such that for any computable function, there exists a corresponding prompt following which the Transformer computes the function. Furthermore, this single finite-size Transformer achieves nearly the same complexity bounds as the class of all unbounded-size Transformers.

The result establishes a theoretical underpinning for prompt engineering: prompts are not merely heuristic nudges that help a model do what it already can — they are, in principle, the mechanism that makes a fixed model universally programmable. The prompt IS the program.

However, the gap between expressiveness and learnability is critical. The proof shows the existence of such a Transformer but does not imply that standard training produces models that learn to implement arbitrary programs through CoT steps. This mirrors the broader pattern: since Can prompt optimization teach models knowledge they lack?, the practical limitation is not what prompts CAN express but what models HAVE learned to respond to.

The result also reframes the "prompts as programs" analogy used by several papers in this space. Promptbreeder treats prompts as self-modifiable programs. APE treats prompt search as program synthesis. The Turing completeness result validates these analogies — prompts genuinely are programs in the formal sense, not just metaphorically. But the practical implication is bounded by the model's training: the space of prompts that a trained model responds to meaningfully is a tiny subset of the theoretically expressible space.

Inquiring lines that read this note 51

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? How does example difficulty affect learning efficiency in language models? Can prompting inject entirely new knowledge into language models? How should inference compute be adaptively allocated based on prompt difficulty? What structural advantages do diffusion language models offer over autoregressive methods? How do prompt structure and constraints affect model instruction reliability? Why does verification consistently lag behind AI generation? Why can't humans reliably detect AI-generated text despite measurable linguistic signatures? How do training priors constrain what context information can override? What determines success in training models on multiple tasks? How do standardized protocols improve coordination in multi-agent systems? What are the consequences of models training on synthetic data? How should agents balance memory condensation to optimize context efficiency? When does architectural design matter more than raw model capacity? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? Does model scaling alone produce compositional generalization without symbolic mechanisms? Why do benchmark improvements fail to reflect actual reasoning quality?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 140 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

prompting is Turing complete — a single finite-size transformer can compute any computable function given the right prompt