The creation and usage of agentic systems that orchestrate many simple linear workflows. This involves breaking down processes into sequential simpler micro-tasks, allowing for more straightforward management and deployment.
This is the idea behind LangGraph— much like assembling Lego bricks, it allows developers to combine specialized tools rapidly to break the problem space into components. i.e. Specialized tools such as RAG (Retrieval-Augmented Generation), human eval, and guardrails can be combined together.
This composability principle extends to Multi-Agent Research Systems, where complex research tasks get decomposed into specialized subtasks handled by different agents. Each agent represents a “Lego brick” with focused capabilities that can be orchestrated through an Orchestrator-Worker Pattern.