#multi-agent

When financial workflows become too complex for simple parallel processing or chaining, the orchestrator-worker pattern provides dynamic coordination. Unlike fixed workflows, an orchestrator analyzes problems at runtime, breaks them into subtasks, and delegates work to specialized agents. This is the pattern that ties together everything we’ve learned - bringing intelligent coordination to financial operations.

Read More

Moving from individual prompts to production systems requires thinking architecturally. Financial workflows aren’t just chains of prompts - they’re coordinated systems where multiple specialized agents work together. Understanding how to model these workflows is essential for building reliable, maintainable financial AI systems.

Read More

Over the past few months, I’ve been exploring the world of agentic AI - systems where language models don’t just generate text, but reason, plan, and take action. This post serves as both an introduction and a roadmap to the complete series, sharing my thoughts on the key concepts, practical patterns, and how to get started building your own intelligent agents.

Read More

Standard RAG retrieves from a single source, but real problems often require information from multiple specialized domains. Multi-Agent RAG coordinates multiple retrieval specialists, each expert in querying specific data sources, then synthesizes their findings into coherent answers. In this final post of the series, I’ll explore Multi-Agent RAG patterns and bring together everything we’ve learned into complete, production-ready systems.

Read More

When multiple agents work together, three challenges emerge: how do requests reach the right agent (routing), how does information flow between agents (data flow), and how do agents maintain a consistent view of the world (state coordination). In this post, I’ll explore patterns for managing these critical aspects of multi-agent systems.

Read More

A single agent can accomplish a lot, but complex real-world tasks often exceed what any one specialist can handle. Just as organizations divide work among departments, multi-agent systems distribute responsibilities across specialized agents that collaborate toward shared goals. In this post, I’ll explore how to design architectures where multiple AI agents work together effectively.

Read More

Traditional RAG (Retrieval-Augmented Generation) follows a fixed pattern: query in, documents out, response generated. But what if the agent could decide when and how to retrieve? Agentic RAG gives agents control over their own knowledge acquisition. In this post, I’ll explore this dynamic approach to retrieval, then tackle the equally important question: how do we know if our agents actually work?

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×