.jpg)
June 19, 2025

I presented on building effective AI agents, and this was the most-requested slide. I figured I'd go over it here!
We model agents as planners.
They take input from the user, come up with a plan, choose the right action, workflow, or sub-agent, execute and repeat until the task is complete.
Instead of just responding to requests, our agents at 14.ai analyze the situation first.
The main agent goes through a "Plan & Reason" phase, then decides whether to handle something directly with an action, run it through a structured workflow, or delegate to a specialized sub-agent.
Specialized sub-agents - like a log analyzer agent or payments agent - have their own planning cycles too.
It's recursive intelligence, where each level assesses the situation before acting.
This is a bit more sophisticated under the hood, but gives us specific advantages if we follow these steps:
With the architecture set, it all comes down to prompt design. That’s the secret sauce.
Well-crafted prompts make agents more reliable, more adaptable, and better equipped to handle complexity.
Curious what you're seeing in practice. Want me to share more from the presentation?