skip to content
Site logo

Search

Welcome to OpenAI/ML!

Open Source AI is Awesome. But the BS Hype? Not so much.

The AI/ML world today is noisy: Half-baked open-source repos, flashy demos, closed models.

I cut through that.

I focus on real, usable tools, solid research / white papers, build intuition around the math and show what's actually useful in production.

'Open' means accessible code, transparent research, real alternatives to closed AI and all that while building solid intuition along the way

No spam. No "basic" stuff. Just high-quality, 'Open' content worth learning from. Subscribe if you're into AI/ML tech and research!

Llama Icon Now Featuring 'Ask That Llama!' section — A list of curated prompts to ask your favorite LLM for more learnings!

Also checkout the special 'Emoji Tags' for more filtered content!

🚀 Production-Ready 🤡 Hyped 🔍 Research Paper 🔥 Game-Changer 🧪 Experimental

Maintained with love by Prathamesh Joshi

Trending Today

Stop scrolling mindlessly. These curated X posts are all you need, to stay up-to-date for today!

Teaching my Llama to fetch X posts... 🦙✨

Posts

Tools & Stack

LangGraph logo LangGraph

What it is
LangGraph is a library from the LangChain team that lets you build agents and workflows using a stateful graph abstraction. Each node in the graph can be an LLM call, retriever, or any LangChain component.

Key features

  • Graph-based logic: Create multi-step workflows with branches, memory, and loops.
  • Built on LangChain: Seamlessly integrates with LangChain components.
  • Concurrency support: Run parts of the graph in parallel.
  • Fine control: Handle state transitions and failures easily.
  • Perfect for agents: Design complex tool-using agents with long-term memory.

DSPy logo DSPy

What it is
DSPy is an open-source framework from Stanford for programming, rather than prompting, language-model workflows. You define small, natural-language Python modules, and DSPy compiles them into pipelines whose prompts (and even weights) are tuned automatically

Key features

  • Declarative modules: Write jobs as readable Python functions with NL “signatures”; no handcrafted prompt fiddling.
  • Auto-optimization: Built-in Teleprompter algorithms (e.g., BootstrapFewShot) learn optimal prompts/weights from data.
  • Composable pipelines: Chain modules to build RAG flows, agent loops, or evaluators out-of-the-box.
  • Model-agnostic: Swap backends, OpenAI, Anthropic, local Llama-family models, without code changes.
  • Production-ready: MIT-licensed, light-weight (pip install dspy-ai), latest v2.6.27 (released Jun 3 2025).