Tag
LangChain
LangChain is a framework for wiring models to tools, memory, retrieval, and multi-step workflows. It shows up in RAG, function calling, and agent systems, where the key challenge is turning LLM prototypes into testable, maintainable product code.
6 articles

How to Build Agentic RAG with LangGraph
Build an agentic RAG workflow that routes, retrieves, validates, and answers queries.

How to Build a RAG Pipeline in 5 Steps
Build a retrieval-augmented generation pipeline that grounds AI answers in your own data.

Free AI Agent Resources Worth Bookmarking
A curated GitHub hub for AI agents packs beginner courses, code labs, and frameworks from Microsoft, LangChain, OpenAI, and more.

ByteDance's DeerFlow 2.0 Hits 47.3K Stars
ByteDance's DeerFlow 2.0 passed 47.3K GitHub stars and aims to make complex agent workflows easier to build and run.

Top 5 Open-Source Agentic AI Frameworks in 2026
Benchmarks from 2,000 runs show LangGraph is fastest, LangChain is cheapest, AutoGen is resilient, and CrewAI burns the most tokens.

Superpowers Hits 121K Stars as Agents Get Structured
Superpowers hit 121K GitHub stars in five months by forcing AI agents into test-first, skill-based workflows that ship cleaner code.