AI/LLM Cheatsheet 06 — Agents

Cheatsheet: agent loop, ReAct, tool use, memory, multi-agent.

May 26, 2026 · 4 min · 651 words · Manvendra Rajpoot

Model Context Protocol (MCP) in 2026 — What It Solved, What It Didn't

Practical MCP: building an MCP server, integrating with Claude / Cursor, when MCP wins, and the security pitfalls of remote tool access.

May 4, 2026 · 5 min · 882 words · Manvendra Rajpoot

Agentic Coding in 2026 — Claude Code, Cursor, and the Real Workflow

Honest take on AI coding agents: where Claude Code / Cursor shine, when they hurt, the discipline of using them well, and what stays human.

May 3, 2026 · 5 min · 926 words · Manvendra Rajpoot

LLM Agent Frameworks in 2026 — LangGraph, CrewAI, and the Bare-Metal Alternative

Honest agent framework comparison: LangGraph for stateful workflows, CrewAI for multi-agent, OpenAI Agents SDK, and where 200 lines of Python beats them all.

May 2, 2026 · 4 min · 732 words · Manvendra Rajpoot

Agent Memory Systems in 2026 — Episodic, Semantic, and the Patterns That Stick

Practical agent memory: working memory in the prompt, episodic memory in append-only stores, semantic memory in vector DBs, and how to compose them.

May 2, 2026 · 5 min · 947 words · Manvendra Rajpoot

LLM Agent Error Recovery in 2026 — Patterns That Don't Loop Forever

Production agent error handling. Per-tool retries vs whole-agent retries, fallback paths, step caps, escalation, human-in-the-loop, and the patterns from real agent deployments.

May 1, 2026 · 4 min · 738 words · Manvendra Rajpoot

Designing Tools for AI Agents in 2026 — The Patterns That Work

Tool design for agents — names, descriptions as prompts, input schemas, error handling, idempotency, and the patterns that make agents call them correctly.

April 30, 2026 · 4 min · 767 words · Manvendra Rajpoot

Giving AI Agents Memory in 2026 — Mem0, Zep, and the Patterns That Work

Why agents need memory beyond the context window, the 2026 tools (Mem0, Zep, custom layers), summary vs episodic memory, retrieval, and the patterns from production agents.

April 30, 2026 · 5 min · 1005 words · Manvendra Rajpoot

Sandboxed Code Execution for AI Agents — E2B, Modal, Daytona, and the 2026 Stack

Why agents need sandboxed code execution, the 2026 platforms (E2B, Modal, Daytona, Fly Machines, custom microVMs), tradeoffs, and how to wire it into an agent.

April 30, 2026 · 5 min · 950 words · Manvendra Rajpoot

Agentic RAG in 2026 — When Retrieval Becomes a Tool, Not a Pipeline

Why agentic RAG often beats one-shot RAG. Tool-based retrieval, decomposition, query rewriting, self-reflection, citations, and the production patterns that ship in 2026.

April 30, 2026 · 3 min · 524 words · Manvendra Rajpoot