home.social

#dspy — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dspy, aggregated by home.social.

  1. The related top HN comment is also worth reading: news.ycombinator.com/item?id=4

    "You're comparing [DSPy] downloads with Langchain, probably the worst package to gain popularity of the last decade. It was just first to market, then after a short while most realized it's horrifically architected, and now it's just coasting on former name recognition while everyone who needs to get shit done uses something lighter like the above two."

    Preach! 🙌

  2. If you disregard the "DSPy is my favorite hammer and every LLM workflow project is a nail" theme, this blogpost paints a good picture of the natural evolution of LLM engineering at startups with a generative AI product:

    skylarbpayne.com/posts/dspy-en

  3. 🤔 Oh wow, another 11-minute existential crisis about a tool nobody uses! 🚀 DSPy: the "revolutionary" AI that somehow skipped the 'useful' stage and landed straight in the 'why bother' bin. 🤷‍♂️
    skylarbpayne.com/posts/dspy-en #existentialcrisis #AItools #DSPy #innovation #techhumor #whybother #HackerNews #ngated

  4. Curious how DSPy routes every pipeline step before it touches an LLM? This piece breaks down the gateway class behind DSPy modules and why it matters.

    Read More: zalt.me/blog/2026/01/dspy-modu

    #DSPy #LLM #Python #softwaredesign

  5. If, like me, you weren’t familiar with #DSPy, this was a great talk given at the Databricks Data & AI summit to walk you through why you should care.

    If you’re writing prompts by hand in your apps, stop now and read this article by @dbreunig

    dbreunig.com/2025/06/10/let-th

  6. AGI is just around the corner!

    I'm learning to use DSPy with GEPA (Genetic-Pareto) prompt optimization. In GEPA a larger "teacher" LLM adjusts the prompt for a smaller "student" LM to perform a specific task as well as possible. The teacher will try many different prompts and evaluate the outcome, in my case the quality of a metadata extraction task.

    The larger model (GPT-OSS 120B) just added this to the prompt for the smaller model (Gemma 3 4B):

    > Good luck! 🎯

    😅

    #LLM #LocalLLM #DSPy #GEPA

  7. kitfucoda.medium.com/leveling-

    I explored building a word-guessing game with Large Language Models (LLMs), and found that traditional prompt engineering can be tricky, especially when switching between different LLMs. I re-implemented the game using DSPy, a framework that allows for a more structured, code-driven approach.

    The game's logic was broken down into modular components using DSPy, to handle tasks like classifying input and parsing questions. Testing with various local LLMs revealed performance differences in how naturally they understood and responded. DSPy's reward function proved more effective than prompt-based methods for preventing smaller models from revealing the answer.

    This project highlights the potential of frameworks like DSPy to create more robust and manageable LLM applications, even with less powerful models. It shows a shift towards more programmatic control in LLM development, emphasizing reusability for future AI solutions.

    This hands-on experience underscores the evolving landscape of LLM development. #ArtificialIntelligence #MachineLearning #NLP #GameDevelopment #DSPy #LLM #OpenToWork #GetFediHired #FediHire

  8. #ITByte: #DSPy is the framework for solving advanced tasks with language models (LMs) and retrieval models (RMs).

    It unifies techniques for prompting and fine-tuning LMs — and approaches for reasoning, self-improvement, and augmentation with retrieval and tools.

    knowledgezone.co.in/posts/Intr

  9. @alextecplayz @cassidy
    - In my usage & both work very well. too for syncing files with

    - Everything does is possible w/ , , & opening manifests or specific to activities, which are loosely analogous to services, which works well for.

    - Never used , but works super well with communicating w/ via . Would make for an awesome

  10. Storm — an #LLM system that researches a topic (web search) and writes a Wikipedia-styled page

    great application of #DSPy!

    #LLMs #AI

    github.com/stanford-oval/storm

  11. Released version 0.0.3 of the Check project:

    - Now supports return format Markdown and JSON
    - Published a PyPI package `ittia-check` for API connect
    - Returns all citations instead of these of the winning verdict only

    #FactCheck #FightDisinformation #OpenSource #LLM #RAG #DSPy #search

    github.com/ittia-research/chec

  12. "The newly introduced compiler in DSPy eliminates any additional prompt engineering or fine-tuning efforts when changing parts in your LM-based applications, such as the LM or data."

    #ai #coding #dspy #promptengineering

    towardsdatascience.com/intro-t

  13. Here is a write-up of our project submission for the #GoogleAIHackathon, task was to build a creative app using their #Gemini LLM. We built an LLM (Gemini) based evaluation framework for RAG (Retrieval Augmented Generation) systems optimized with example-driven prompts using #DSPy to generate scores from #RAGAS (-style) metrics. Shoutout to Dave Campbell and Mayank Bhaskar my co-contributors to the project for all their hard work! Links to video and GitHub in post -- sujitpal.blogspot.com/2024/05/

  14. #ITByte: #DSPy is the framework for solving advanced tasks with language models (LMs) and retrieval models (RMs).

    It unifies techniques for prompting and fine-tuning LMs — and approaches for reasoning, self-improvement, and augmentation with retrieval and tools.

    knowledgezone.co.in/posts/Intr

  15. I've had a number of discussions with people where some ambiguity comes up between few-shot prompting and fine-tuning. Interestingly, #DSPy abstracts many use cases in a productive way that makes these distinctions irrelevant. It effectively treats the cases as the same, depending on compilation targets.

    DSPy is definitely worth checking out!

    #LLMs #AI #ml #prompts #machinelearning #gpt4 #gpt35 #AIDev #AIDevelopmentTools

    github.com/stanfordnlp/dspy