Engineer Atlas
OverviewLearnArchitecture FinderPlaygroundFrameworksRoadmapPracticeInterview
OverviewLearnArchitecture FinderPlaygroundFrameworksRoadmapPracticeInterviewHiring GuideCheat SheetCompare
Agentic Engineering
  • Fundamentals
  • Agent Architecture
  • Tool Calling
  • RAG Engineering
  • Context Engineering
  • Memory & State
  • Planning
  • MCP — Model Context Protocol
  • Multi-Agent Systems
  • Human-in-the-Loop
  • Evaluation & Testing
  • Observability
  • Guardrails & Security
  • Reliability Engineering
  • Frameworks
Agentic/Learn/Planning

Planning

Direct execution, plan-then-execute, replanning, ReAct — and when planning only adds cost.

Planning Strategies
▶ interactive

Four ways to turn a goal into actions — direct execution, plan-then-execute, replanning, and the ReAct loop — each with a different profile of token cost, latency and robustness to surprises.

When Planning Helps

Explicit planning pays off on long-horizon tasks with dependencies or parallelisable subtasks; on simple tasks it only adds latency and cost — so decide with a rubric, evaluate plan quality, and enforce step budgets.

Engineer Atlas
GitHub·LinkedIn