Tag: #multi-agent
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 9 posts
The Complete Guide to AI Agents in 2026 — From Coding to Everyday Life: Claude Code, MCP, Work Automation, and Multi-Agent Orchestration
In 2026, AI agents are everyday tools, not demos. This guide covers what an agent actually is (LLM + tools + loop), workflows versus agents, Claude Code in depth (CLAUDE.md, Skills, Hooks, parallel subagents), when to re
2026-07-02 · 36 min read #ai-agents#claude-code#mcp#automation#multi-agentGoogle Agent Development Kit Practical Guide: When ADK Is the Right Choice for Enterprise Agents
A practical guide to Google Agent Development Kit for teams evaluating agent frameworks, with a focus on context management, callbacks, multi-agent composition, and rollout decisions.
2026-04-12 · 6 min read #google-adk#agent-development-kit#ai-agent#multi-agent#session-stateAI Agent Development Complete Guide 2025: Tool Calling, ReAct, Multi-Agent, and MCP
Everything about AI Agent development! Tool Calling (Function Calling) principles, ReAct pattern, Multi-Agent architectures (CrewAI/AutoGen/LangGraph), MCP (Model Context Protocol), Agent framework comparison, Tool Calli
2026-03-25 · 26 min read #ai-agent#tool-calling#function-calling#react-pattern#multi-agentMulti-Agent Systems Compared: AutoGen vs CrewAI vs LangGraph — Which Should You Choose?
AutoGen, CrewAI, LangGraph — a practical comparison of three multi-agent frameworks with real code. Learn which one fits your use case, what each gets wrong, and the production pitfalls that apply regardless of which fra
2026-03-18 · 9 min read #multi-agent#autogen#crewai#langgraph#ai-agentAI Agent Multi-Agent Orchestration Patterns: A Practical Guide to Hierarchical, Pipeline, and Swarm Architectures
From single agents to multi-agent collaboration — design principles for hierarchical, pipeline, and swarm patterns with hands-on implementations using LangGraph, CrewAI, and AutoGen.
2026-03-14 · 25 min read #ai-platform#ai-agent#multi-agent#orchestration#workflowComparing LLM Agent Frameworks: AutoGen vs CrewAI vs LangGraph — A Practical Selection Guide
A comprehensive comparison guide for three LLM agent frameworks (AutoGen, CrewAI, LangGraph). Covers architecture and design philosophy, multi-agent orchestration patterns, tool integration, memory management, production
2026-03-09 · 23 min read #llm#agent-framework#autogen#crewai#langgraphBuilding Safe Multi-Agent Systems: A Practical Guide to LangGraph Orchestration and NeMo Guardrails
A comprehensive guide covering LangGraph-based multi-agent orchestration patterns, safety guardrail implementation with NeMo Guardrails, production deployment, and operational best practices.
2026-03-06 · 21 min read #chatbot#multi-agent#langgraph#nemo-guardrails#orchestrationLangGraph Multi-Agent Chatbot Design and Production Operations Guide
A practical guide covering LangGraph-based multi-agent chatbot graph design, state management, tool integration, guardrails, evaluation systems, and production deployment.
2026-03-05 · 31 min read #chatbot#langgraph#multi-agent#2026-03LangGraph Agent Workflow Practical Guide: From Multi-Agent Orchestration to Production Deployment
Build stateful AI agent workflows with LangGraph. Covers StateGraph, conditional routing, multi-agent orchestration, Human-in-the-Loop, and LangGraph Platform deployment — all with production-ready code.
2026-03-02 · 6 min read #langgraph#langchain#ai-agent#workflow#multi-agent