Research Map Research papers behind Ax: DSPy, DSPy Assertions, GEPA, Recursive Language Models, and PEEK. typescript home home research/_index.md home Research Map

Research Map

Ax is a practical library, but its shape is not accidental. The core ideas line up with a serious LLM systems lineage: declarative model programs, signatures, constraints, reflective optimization, runtime-backed long-context work, and persistent context maps.

This page is not an endorsement wall. It is a map from public research ideas to the Ax concepts users see in the docs.

Authors: Omar Khattab, Arnav Singhvi, Paridhi Maheshwari, Zhiyuan Zhang, Keshav Santhanam, Sri Vardhamanan, Saiful Haq, Ashutosh Sharma, Thomas T. Joshi, Hanna Moazam, Heather Miller, Matei Zaharia, Christopher Potts.

Year: 2023.

Why it matters for Ax: DSPy makes LLM pipelines declarative and optimizable. Ax carries that idea into typed signatures, generated structured outputs, examples, evals, and multi-language package surfaces.

Authors: Lakshya A. Agrawal, Shangyin Tan, Dilara Soylu, Noah Ziems, Rishi Khare, Krista Opsahl-Ong, Arnav Singhvi, Herumb Shandilya, Michael J. Ryan, Meng Jiang, Christopher Potts, Koushik Sen, Alexandros G. Dimakis, Ion Stoica, Dan Klein, Matei Zaharia, Omar Khattab.

Year: 2025.

Why it matters for Ax: GEPA uses natural-language reflection and a Pareto frontier to optimize prompts and multi-component AI systems. Ax exposes this as practical optimization for generators, flows, and agents.

arXiv 2507.19457
StanfordBerkeley

Authors: Alex L. Zhang, Tim Kraska, Omar Khattab.

Year: 2025.

Why it matters for Ax: RLMs treat long prompts as an external environment the model can inspect and decompose. Ax agents follow the same spirit by keeping durable state in the host runtime and letting the model work through bounded, tool-mediated turns.

arXiv 2512.24601
MITStanford

Authors: Zhuohan Gu, Qizheng Zhang, Omar Khattab, Samuel Madden.

Year: 2026.

Why it matters for Ax: PEEK frames context maps as persistent orientation knowledge for recurring long-context work. Ax agent docs use the same product instinct: memory, context maps, skills, and runtime summaries should keep agents oriented without replaying every token.

arXiv 2605.19932
MITStanford

How Ax Uses This Lineage

Ax focuses these research ideas into a developer library:

The result is not a paper clone. It is a library for building and operating real LLM applications with the best parts of this research line made practical.