AI EngineeringAssembling and Running Your Thinking RAG AgentLearn how to wire up all the nodes in LangGraph to create a complete, self-correcting RAG agent. See it in action with real examples and understand the full agentic workflow.RAGAI AgentsLangGraph+2 moreRead Article7 min
AI EngineeringBuilding an Agent's Brain with LangGraphLearn how to build the foundation of an intelligent RAG agent using LangGraph. Understand state management, tool nodes, and the transition from linear chains to dynamic graphs.RAGAI AgentsLangGraph+2 moreRead Article5 min
AI EngineeringThe Decoupled Agent: A Guide to MCPLearn how to build scalable, decoupled agents using Model Context Protocol (MCP). Step-by-step guide to creating MCP servers and connecting them to AI agents.AI AgentsMCPSystem Design+2 moreRead Article9 min
AI EngineeringGiving Your LLM Hands: A Deep Dive on Tool CallingLearn how to build agents that can interact with the real world using tool calling. Step-by-step guide to implementing function calling with Pydantic, OpenAI, and Python.AI AgentsTool CallingFunction Calling+2 moreRead Article7 min