Tag: Python
Top Stories
RAG tutorial Python — build a production RAG pipeline in 2026
RAG tutorial Python for 2026: build a production pipeline with OpenAI embeddings, Qdrant storage, chunking, retrieval, and grounded answers.
MCP server tutorial Python — build your first one in 2026
MCP server tutorial Python: build a working FastMCP server, add resources and prompts, connect Claude Desktop, and avoid common stdio…
How to build AI agent with Python in 2026
Learn how to build AI agent with Python in 2026 using the tool-call loop, Pydantic AI, LangGraph, and the patterns…
Structured output prompting with JSON mode + Pydantic
Structured output prompting replaces brittle JSON scraping with schema-checked responses and typed Pydantic objects in production Python.
A Weekend With CrewAI: What I Built and What Broke
I cleared a weekend, brewed coffee, and actually built something with CrewAI — the multi-agent framework everyone keeps citing. This…
What Is LangGraph? The Complete 2026 Builder’s Guide
LangGraph is the graph-based agent orchestration framework from LangChain — the successor to the chain abstraction. By 2026, LangGraph powers…