Best of LangchainJuly 2025

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·44w

    EP171: The Generative AI Tech Stack

    Comprehensive overview of the generative AI technology stack, covering nine key components from cloud infrastructure and foundational models to safety and monitoring tools. Also includes curated resources for learning software architecture, database indexing fundamentals, AI agent development roadmap, and an introduction to Model Context Protocol servers for connecting AI models to external tools and services.

  2. 2
    Article
    Avatar of langchainLangChain·45w

    How to Build an Agent

    A comprehensive framework for building AI agents from concept to production, covering six key steps: defining realistic tasks with concrete examples, creating standard operating procedures, building an MVP with focused prompts, connecting to real data sources, testing and iteration, and deployment with continuous refinement. The guide emphasizes starting small with well-scoped problems, focusing on core LLM reasoning tasks first, and treating deployment as the beginning of iteration rather than the end of development.

  3. 3
    Article
    Avatar of do_communityDigitalOcean Community·45w

    LangChain Explained: The Ultimate Framework for Building LLM Applications

    LangChain is an open-source Python framework that simplifies building LLM applications by providing standard interfaces for chat models, embeddings, and vector stores. It offers key components like chains for sequential operations, agents for autonomous decision-making, memory for conversation context, tools for external integrations, and vector stores for retrieval-augmented generation. The framework abstracts away complexity when connecting LLMs to external data sources and APIs, making it easier to build chatbots, question-answering systems, and other AI applications without reinventing common functionality.

  4. 4
    Article
    Avatar of javarevisitedJavarevisited·43w

    10 AI Frameworks and Libraries Every Developer Should Learn in 2025

    A comprehensive guide covering 10 essential AI frameworks and libraries for developers in 2025, including LangChain for building LLM applications, vector databases like Pinecone and Weaviate for semantic search, multi-agent systems with CrewAI, fine-tuning techniques like LoRA, and automation tools like N8N. Each framework includes practical use cases and recommended learning resources to help developers build production-ready AI applications.

  5. 5
    Article
    Avatar of javarevisitedJavarevisited·43w

    Top 7 Project-Based Udemy Courses for AI Engineers in 2025

    A curated list of 7 project-based Udemy courses for AI engineers in 2025, focusing on hands-on learning through building real-world applications. The courses cover agentic AI systems, LLM engineering, generative AI with Gemini Pro, automation with n8n, and MLOps deployment. Each course emphasizes practical project development over theoretical learning, helping students build portfolios with technologies like LangChain, OpenAI APIs, CrewAI, and vector databases. The guide includes student enrollment numbers, project counts, and target audience recommendations for each course.

  6. 6
    Article
    Avatar of singlestoreSingleStore·45w

    How to Build a RAG Knowledge Base in Python for Customer Support

    A comprehensive guide to building a Retrieval-Augmented Generation (RAG) system for customer support using Python, LangChain, OpenAI, and SingleStore. The tutorial covers setting up a vector database, converting documents into embeddings, implementing semantic search, and generating contextual answers. Real-world case studies show 28.6% reduction in issue resolution time. The step-by-step implementation includes environment setup, database configuration, embedding creation, and API endpoint development for instant, accurate support responses.

  7. 7
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·44w

    MCP Integration with 4 Popular Agentic Frameworks

    Part 8 of an MCP crash course demonstrates how to integrate Model Context Protocol with four popular agentic frameworks: LangGraph, CrewAI, LlamaIndex, and PydanticAI. The tutorial provides step-by-step practical walkthroughs for connecting MCP to each framework, along with detailed implementations. This builds on previous parts covering MCP fundamentals, custom client development, tools/resources/prompts, sampling integration, and security considerations including testing and sandboxing.

  8. 8
    Article
    Avatar of javarevisitedJavarevisited·46w

    Top 5 Educative Courses to Learn AI and LLM Engineering in 2025

    A curated list of 5 interactive courses from Educative.io for learning AI and LLM engineering in 2025. The courses cover becoming an LLM engineer, AI for product managers, generative AI essentials, GitHub Copilot mastery, and Cursor AI editor usage. Each course targets different skill levels and roles, from beginners to experienced developers, with hands-on projects and practical implementations. The article also highlights Educative's project-based learning approach and current discount offers.

  9. 9
    Video
    Avatar of youtubeYouTube·45w

    Complete Guide to Build and Deploy an AI Agent with Docker Containers and Python

    A comprehensive guide covering Docker fundamentals and building AI agents with Python. Starts with Docker basics including container creation, image building, and Docker Compose usage. Progresses through setting up FastAPI web applications, integrating databases, and ultimately implementing AI agents using Langchain and Langraph. Covers both local development with Docker containers and deployment strategies using services like Railway and Digital Ocean. Demonstrates how to use both managed LLM services and open-source AI models available through DockerHub.

  10. 10
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·43w

    Connect Any LLM to Any MCP server

    mcp-use is an open-source library that enables developers to connect any LLM to any MCP (Model Context Protocol) server in just 3 lines of code. Unlike being limited to Claude or Cursor, this tool allows building custom MCP agents with local LLMs like Ollama, supports multiple simultaneous MCP server connections, provides sandboxed execution, and includes debugging capabilities for 100% local MCP client development.

  11. 11
    Article
    Avatar of collectionsCollections·44w

    Essential Resources to Master AI and LLM Engineering in 2025

    A curated collection of books, courses, and tools for software developers transitioning to AI and LLM engineering roles. Covers essential resources including Chip Huyen's AI Engineering book, Udemy bootcamps, LLM engineering handbooks, and practical tools like LangChain, OpenAI APIs, and Spring AI. Also includes certification paths like Azure AI-102 and specialized tools such as Cursor AI editor for enhanced development workflows.

  12. 12
    Article
    Avatar of langchainLangChain·44w

    Open Deep Research

    LangChain introduces an open-source deep research agent built on LangGraph that automates comprehensive research tasks. The system uses a three-phase approach: scoping (clarifying user requirements), research (using supervisor and sub-agents for parallel investigation), and writing (generating final reports). Key insights include using multi-agent architecture only for parallelizable tasks, isolating context across research topics to avoid token bloat, and implementing context engineering to manage computational costs. The agent flexibly adapts research strategies based on request complexity and is available through LangGraph Studio and Open Agent Platform.