Thursday, August 29, 2024
Is your LLM-related task too complex to fit nicely into a single prompt (almost all real-world tasks are)? Is it not linear enough to implement as a simple pipeline (for example, does it need a validate-retry loop, which many real-world tasks do)? Does this mean you have to go multi-agent?
Thursday, August 22, 2024
Part IV: MotleyСrew design choices
Monday, August 19, 2024
Part III: Existing Agent Orchestration methods dissimilar to agents-as-tools