Practical notes on agent architecture, agent-ready workflows, and the handoffs between humans and machines — written for founders and operators who build before they bolt things on.
LangChain defined the category in 2022, survived the backlash, and rebuilt itself around agents. Here's what the ecosystem actually looks like in 2026, who it's for, and how it compares to newcomers like eve and Flue.
Tool calling is where your agent stops describing and starts acting — sending the email, updating the record, moving the money. Here's what to ask before you approve that, and which answers should worry you.
Learn how an AI agent picks the right moment to ask a customer for a review, drafts a reply worth reading, and where you still approve the response yourself.
Stop answering the same "where's my stuff?" text ten times a day. See how an AI agent reads each delivery question, checks the real status, and knows when to hand it to you.
Turn the pile of voicemails and texts you get every day into scheduled work. See what an AI agent reads before it books, where a rule fails, and where you decide.
When a customer asks to move their appointment, the right answer depends on your day. Here's how an AI agent reads a reschedule request and where you still decide.
Your invoicing tool already sends reminders on a schedule. That's not an agent — and it's exactly why the reminders annoy people. Here's what an agent checks before it writes, and where the human still belongs.
A reminder sequence treats every silent quote the same. Most silences aren't the same — and the difference decides whether following up wins the job or ends it.
Voicemail loses jobs and a scripted phone tree annoys callers. Here's what an AI answering service does differently when it can actually read the call — and what it must never promise on your behalf.
Flue is an open-source, deploy-anywhere agent framework from the team behind Astro. It hit 1.0 Beta in June 2026 and has since shipped 2.0, its first stable release. Here's what it does, how it differs from Vercel's eve, and what it means for anyone scoping an agent project right now.
Chat, voice, or no conversation at all — an agent's interaction surface is a design choice that propagates into the rest of the architecture. Here's how to make it deliberately.
A negotiation agent is the clearest case in agent design where the model is the easy part. Here's the loop it runs, the inputs it can't function without, where the human belongs, and the failure modes you're actually designing against.
The prompt gets all the attention, but the loop — think, act, observe, decide — is where an agent either does the job or doesn't. Here's how to engineer it in plain English, before any code exists.
Vercel released eve in June 2026 — an open-source framework it calls "Next.js for agents." Here's what it actually does, who it's for, and what it means if you're designing an AI agent right now.
Not a definition — a walkthrough. See how an AI agent handles what automation can't: the messy, ambiguous, judgment-required moments that break every workflow you've ever built.
Most business documentation is written for humans. Here's how to build systems that work today and can be handed off to AI agents tomorrow — without rebuilding everything.
Agent architecture is the structural plan for how an AI agent reasons, uses tools, remembers context, and hands off work. Learn the five core layers, how eve, Flue, and LangChain each implement them, and how to design yours before you build.