commandline: Where the agent decides, and where the tools actually run
Microsoft Command Line Blog
2026-06-22
The article frames a design question about where to place an agent’s decision-making logic in an application that already has a deterministic state machine, tool integrations, and CI/CD. It focuses on separating the “brain” (judgment) from the “hands” (tool execution) within a graph/state-based architecture.