Agent architecture

AI Agents in Practice • Henrik Kniberg • GOTO 2025

AI Agents in Practice • Henrik Kniberg • GOTO 2025

Henrik Kniberg shares practical experiences from over two years of AI agent development, defining agents as autonomous entities with missions, tools, and an LLM brain. He covers effective design patterns, architectural insights, and safety considerations, emphasizing the importance of human-in-the-loop collaboration and iterative development to build agents that are not just powerful, but genuinely useful in real-world scenarios.

When Agents Learn to Feel: Multi-Modal Affective Computing in Production // Chenyu Zhang

When Agents Learn to Feel: Multi-Modal Affective Computing in Production // Chenyu Zhang

This talk explores the frontier of affective computing in AI agents, proposing a new architecture where emotion is a first-class component. It covers the technical challenges of deploying multi-modal, emotion-aware systems in production—from memory and learning to multi-agent orchestration—and delves into the critical ethical considerations of privacy, manipulation, and scientific validity.

How Claude Code Works - Jared Zoneraich, PromptLayer

How Claude Code Works - Jared Zoneraich, PromptLayer

An unofficial deep dive into the architecture of modern coding agents like Claude Code. Jared Zoneraich of PromptLayer explains the shift towards simpler, model-centric designs, detailing the core components like the master loop, tool calling (especially `bash`), and context management strategies. The talk also contrasts Claude's philosophy with other agents like Codex, AMP, and Cursor, offering practical takeaways for building your own AI agents.