Next upHack for Humanity: San Francisco (powered by Google Gemini)
Tech Talks · 55:47

Your AI Agent Isn't Crashing. It's Bleeding Tokens.

Elizabeth Fuentes explains how an AI agent can waste tokens without ever throwing an error. She examines context overload, slow MCP or API calls, and repetitive tool loops, then shows how pointers, async handles, hooks, and explicit tool states can contain each failure.

E
Elizabeth Fuentes
Sep 17, 2026
Summary

Elizabeth Fuentes explains that silent agent failures often appear as rising token use, stalled workflows, or repeated tool calls rather than exceptions. She walks through three ways to put clearer boundaries around those failures: keep bulky tool output behind a memory pointer, return a handle for long-running external work, and use invocation hooks to stop repetitive behavior. Fuentes's central engineering point is that the model should receive only the context and tool state it needs. The discussion then extends the same principle to observability, evaluation, semantic tool selection, graph queries, and access controls.