AIAny
AI Infra2023
Icon for item

DSPy

Lets you write compositional Python programs that compile into self‑improving LLM pipelines — replacing brittle prompt engineering with a declarative, programmatic approach and built‑in algorithms to optimize prompts and weights for RAG, multi‑stage pipelines, and agent loops.

Introduction

Most prompt‑engineering workflows become brittle as pipelines grow: hand‑crafted prompts, ad‑hoc orchestration, and manual tuning make systems hard to maintain and improve. DSPy flips that model by treating LLM interactions as composable Python programs and automating iterative improvement of prompts and parameters.

What Sets It Apart
  • Declarative, programmatic API: write compositional Python code that describes model calls and data flow, rather than embedding complex logic in raw prompt strings — so you get clearer structure and easier reuse.
  • Self‑improving pipelines: includes algorithms to optimize both prompts and model weights (and to evolve instructions) so pipelines can iterate on errors and improve without manual prompt reengineering.
  • Integrates retrieval and agent patterns: designed for RAG, multi‑stage pipelines and agent loops with assertions/constraints to enforce computational checks — so you can build knowledge‑intensive systems with automated refinement.
  • Research grounding: the framework is accompanied by papers on compiling declarative LLM calls, prompt/instruction evolution, and combining fine‑tuning with prompt optimization, which inform its design and algorithms.
Who it's for & trade‑offs

Great fit if you: want to move from fragile prompts to structured LLM programs; need repeatable RAG or multi‑stage pipelines; or want automated workflows that tune prompts and weights over time. Look elsewhere if you just need a lightweight prompt manager or a UI‑first chat client — DSPy assumes you prefer writing composable code and investing in pipeline abstractions. It also brings extra complexity compared to single‑prompt helpers: adopting it pays off when pipelines or optimization loops are central to your application.

Where it fits

DSPy sits between prompt templating libraries and full ML training toolchains: it provides higher‑level pipeline composition and self‑optimization for LLMs (including retrieval and agent orchestration), rather than focusing solely on model hosting, low‑level training infra, or end‑user chat interfaces. Use it when you need programmatic control plus automated improvement of LLM-driven workflows.

Information

  • Websitegithub.com
  • AuthorsOmar Khattab, Arnav Singhvi, Paridhi Maheshwari, Zhiyuan Zhang, Keshav Santhanam, Sri Vardhamanan, Saiful Haq, Ashutosh Sharma, Thomas T. Joshi, Hanna Moazam
  • Published date2023/01/09

Categories

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

GitHub
AI Infra2026

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.

GitHub
AI Infra2024

Provides a lightweight build platform for HIP and ROCm that supports building ROCm, PyTorch, and JAX from source, multi-architecture nightly releases, and integrated CI/CD and developer tooling for Linux and Windows.