dspy

Tag

Cards List
#dspy

Introducing Flex: Let the Model Write the Code (16 minute read)

TLDR AI · 2026-08-06 Cached

Introduces Flex, a new DSPy module that lets language models rewrite the program code itself rather than just prompts, enabling better optimization, fewer model calls, and safer execution via sandboxing.

0 favorites 0 likes
#dspy

@MaximeRivest: Flex is a new dspy idea where the optimizers can (among other things) replace the AI call by deterministic (cheap) code…

X AI KOLs Following · 2026-08-05 Cached

Flex is a new DSPy feature where optimizers can replace LLM calls with deterministic code, sometimes improving accuracy while drastically reducing the number of LLM calls needed.

0 favorites 0 likes
#dspy

@lateinteraction: man, we’re so extremely lucky to have @isaacbmiller1 as lead maintainer! also wow it took me longer than i’d like to ad…

X AI KOLs Following · 2026-08-04 Cached

DSPy 3.3.0 is released, featuring dspy.Flex for GEPA-optimized code and prompts, and dspy.ReActV2 with native parallel tool calling, with praise for lead maintainer Isaac Miller.

0 favorites 0 likes
#dspy

Using DSPy to evaluate and improve Datasette Agent's SQL system prompts

Simon Willison's Blog · 2026-07-02 Cached

Using the DSPy framework, the author evaluates and improves the system prompts for Datasette Agent's SQL query feature, identifying issues such as column-name guessing and error-retry loops.

0 favorites 0 likes
#dspy

@MaximeRivest: Getting the main stage keynote for dspy at AIE is an incredible opportunity for dspy to grow to the next level. I am co…

X AI KOLs Timeline · 2026-07-02 Cached

Maxime Rivest announces a main stage keynote for DSPy at the AI Engineer conference, aiming to grow the tool's accessibility and invites feedback.

0 favorites 0 likes
#dspy

@MaximeRivest: This is an AMAZING talk. really really hit the nail right on the head. If you are in tech. You should all watch it. The…

X AI KOLs Following · 2026-06-30 Cached

A tweet recommends watching Angie Jones' keynote on building AI agents, highlighting core engineering principles and mentioning Python frameworks like DSPy, Functai, and Mirascope.

0 favorites 0 likes
#dspy

@DeRonin_: How to naturally build your own self-improving agents: a self-improving agent learns from its own mistakes and rewrites…

X AI KOLs Timeline · 2026-06-29 Cached

A practical guide explaining three levels of building self-improving AI agents, from manual loops to automated design, with recommended tools and frameworks.

0 favorites 0 likes
#dspy

@sayashk: My favorite part of our recent essay on AI's impact on software engineering is this figure. It succinctly describes the…

X AI KOLs Following · 2026-06-28 Cached

Discussing a figure from an essay on AI's impact on software engineering that highlights irreducible complexity and predicts evolution of software engineering, with DSPy cited as an early example.

0 favorites 0 likes
#dspy

@harold_matmul: dspy.GEPA used in pretraining data curation in the new Microsoft AI effort :-)

X AI KOLs Timeline · 2026-06-24 Cached

The article explains how GEPA (Genetic-Pareto Optimization) within DSPy is used for efficient prompt tuning, specifically applied to pretraining data curation at Microsoft AI, allowing researchers to replace manual prompt engineering with automated compute-driven optimization.

0 favorites 0 likes
#dspy

@lateinteraction: dspy.GEPA used in pretraining data curation in the new Microsoft AI effort :-)

X AI KOLs Following · 2026-06-03 Cached

GEPA-optimized LLM judges from dspy are used for data filtering in Microsoft's MAI-Thinking-1 model pre-training pipeline.

0 favorites 0 likes
#dspy

@MaximeRivest: At first glance: > Structural Equation Modeling (SEM/Path Analysis) > Neural Ordinary Differential Equations (Neural OD…

X AI KOLs Following · 2026-06-02 Cached

The author compares Structural Equation Modeling, Neural ODEs, and AI Programs like DSPy as declarative frameworks for defining and optimizing computational graphs, arguing that structured flows are essential for trustworthy AI agents.

0 favorites 0 likes
#dspy

@dosco: use perplexity, parallel, google, x search whatever and build this in 5 minutes using DSPy+RLM (ax-agent) http://axllm.…

X AI KOLs Timeline · 2026-06-02 Cached

Ax is an open-source TypeScript library that implements DSPy-style typed signatures and agent frameworks for building reliable AI applications with minimal prompting. It supports multiple LLM providers and includes features like agents, flows, RAG, and self-improving pipelines.

0 favorites 0 likes
#dspy

@DSPyOSS: Thanks to @dbreunig, we have a new front page and new docs, built for easier onboarding. We're slowly approaching a maj…

X AI KOLs Following · 2026-05-29 Cached

DSPy has a new front page and documentation for easier onboarding, and is approaching a major DSPy 4.0 release with radical new ideas.

0 favorites 0 likes
#dspy

@0xtotem: Ported PEEK to @DSPyOSS You can wrap any DSPy agent (ReAct, RLM, ...) into this new module to benefit from the better p…

X AI KOLs Following · 2026-05-25 Cached

Ported the PEEK method to DSPy, allowing any DSPy agent to benefit from improved performance and cost reduction as demonstrated in the linked paper.

0 favorites 0 likes
#dspy

@dosco: PEEK coming to ax-agent https://github.com/ax-llm/ax

X AI KOLs Timeline · 2026-05-24 Cached

PEEK feature is coming to ax-agent, a TypeScript library for automatic prompt generation and AI agents, supporting multiple providers.

0 favorites 0 likes
#dspy

@ManningBooks: Prompt engineering gets messy fast. What starts as a simple instruction can turn into endless tweaking, context adjustm…

X AI KOLs Following · 2026-05-21 Cached

Manning Books announces a new early access book 'Building LLM Applications with DSPy', teaching how to use the DSPy framework to optimize LLM prompts with Python. The book is 50% off through June 3rd.

0 favorites 0 likes
#dspy

@DanKornas: Your text corpus shouldn’t stay trapped in paragraphs. kg-gen is a Python package for extracting knowledge graphs from …

X AI KOLs Timeline · 2026-05-21 Cached

kg-gen is an open-source Python package that uses language models (via LiteLLM and DSPy) to extract knowledge graphs from plain text or conversation messages, featuring chunking, clustering, and flexible provider routing.

0 favorites 0 likes
#dspy

@MaximeRivest: https://x.com/MaximeRivest/status/2055293570119065875

X AI KOLs Following · 2026-05-15 Cached

MaximeRivest explains DSPy's five core components—Optimizers, Signatures, LMs, Modules, and Adapters—and argues that effective AI engineering requires mastering these elements, highlighting the often-overlooked role of rendering structured outputs.

0 favorites 0 likes
#dspy

@wsl8297: Discovered a recursive multi-agent framework on GitHub: ROMA (Recursive Open Meta-Agent). It solves complex problems through a hierarchical recursive structure, decomposes tasks into parallelizable components, and enables agents to handle more intricate reasoning tasks. GitH…

X AI KOLs Timeline · 2026-05-13 Cached

ROMA is a recursive multi-agent framework built on DSPy, designed to solve complex reasoning tasks through a hierarchical recursive structure. It supports task decomposition, parallel processing, and multiple LLM providers.

0 favorites 0 likes
#dspy

@MaximeRivest: Compound AI System for Images are way under appreciated. We need gepa, dspy, autoresearch style optimization to go from…

X AI KOLs Following · 2026-05-11

Maxime Rivest argues that compound AI systems for images are undervalued and suggests leveraging optimization frameworks like DSPy and GEPA to automate pipeline creation involving SAM and classifiers.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback