▶ Watch ↗AI Engineer World's Fair 20251:23:14
A2A & MCP: Automating Business Processes with LLMs
Read the full talk →Key ideas
Scroll to read ↓Build a webhook-driven agent workflow, then follow the practical problems it exposes: silent tool failures, context growth, authorization, task dependencies and integration gaps.
- What makes an agent capable of completing business work?0:37 ↗
- Separate remote delegation from tool access2:41 ↗
- Use a protocol where it earns its complexity7:52 ↗
- Configure the workshop application10:54 ↗
- Turn a meeting transcript into concrete actions14:09 ↗
- Advertise a small capability surface and inspect it19:37 ↗
- Follow the webhook through the live run24:23 ↗
- Keep the host’s context proportional to the answer31:15 ↗
- Cache for likely reuse, not merely because context grew34:50 ↗
- Make discovery, execution and privacy explicit39:00 ↗
- Separate evaluation evidence from access control44:42 ↗
- Control trust boundaries and task dependencies48:52 ↗
- Send a task, then choose a model for the work54:35 ↗
- Absorb verbose work without losing the ability to revisit it59:12 ↗
- A useful agent can hide a better data-processing system1:03:11 ↗
- Know which decisions and state the application owns1:07:34 ↗
- Wait for humans, bound conversations and test real writes safely1:12:14 ↗
- Move from webhook tasks to explicit flow control1:17:14 ↗
- The final boundary is the integration code1:21:42 ↗
