DSPy

DSPy is an open source framework from Stanford University for programming language models using optimizable, modular pipelines rather than brittle hand-crafted prompts. It introduces the concept of “signatures” and “modules” that can be automatically optimized, enabling more systematic and reproducible LLM application development.
🔗 https://dspy.ai/ | GitHub: https://github.com/stanfordnlp/dspy

You may also like...