{"id":4580,"date":"2026-07-14T13:14:46","date_gmt":"2026-07-14T13:14:46","guid":{"rendered":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/2026\/07\/14\/ai-engineer-worlds-fair-2026-the-runtime-is-where-agent-trust-is-won\/"},"modified":"2026-07-14T13:14:46","modified_gmt":"2026-07-14T13:14:46","slug":"ai-engineer-worlds-fair-2026-the-runtime-is-where-agent-trust-is-won","status":"publish","type":"post","link":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/2026\/07\/14\/ai-engineer-worlds-fair-2026-the-runtime-is-where-agent-trust-is-won\/","title":{"rendered":"AI Engineer World\u2019s Fair 2026: The Runtime Is Where Agent Trust Is Won"},"content":{"rendered":"<p>We spent the week at AI Engineer World\u2019s Fair in San Francisco, on stage and on the floor. Here\u2019s what we heard, and where we think it lands for anyone building with agents.<\/p>\n<h2 class=\"wp-block-ponyo-heading text-lg\">\n        The SDLC is being rebuilt in public<br \/>\n    <\/h2>\n\n<p>This week at AIE felt like a synthesis of what\u2019s been playing out in developer tools for the last few years, for anyone who\u2019s been watching. The software development lifecycle is reshaping itself into an AI-native SDLC, and the industry is naming the new jobs and developer concerns that come with this rapid transformation.<\/p>\n<p>The proof was in the track list: Evals, Context Engineering, Harness Engineering, Memory, Sandbox &amp; Platform Engineering, Inference, plus a whole thread on \u201csoftware factories.\u201d Two years ago most of these phrases were far from being thought of as categories. Now each one is a discipline with its own sessions, its own vocabulary, and its own crop of companies on the expo floor built to solve that single problem.<\/p>\n<p>So what were most talks about? A little bit less of \u201ccan agents and AI do this,\u201d and more of \u201cgiven this way of building, what decisions and trade offs do we need to think about?\u201d Evals, loops, harnesses, context, memory, isolation, cost. None of this is brand-new, but it\u2019s all getting a whole new level of mindshare, as developers work out the new shape of creating software with AI. Even the model labs spent much of their stage time on how you build <em>with<\/em> the model: the integration API, the harnesses, the ergonomics, rather than the model itself.\u00a0<\/p>\n<h2 class=\"wp-block-ponyo-heading text-lg\">\n        The job we care most about: securing where agents run<br \/>\n    <\/h2>\n\n<p>Of all those emerging disciplines, sandboxing is the one that hit critical mass this year. There was a full track dedicated to sandbox and platform engineering, and the sessions inside it were still working out what a sandbox should even be: full VM, lightweight runtime, Kubernetes, something purpose-built. Talks focused on concerns such as running agentic sandboxes at scale and comparing isolation technologies head to head.\u00a0<\/p>\n<p>This is the job Docker showed up to talk about, across three sessions.<\/p>\n<h3 class=\"wp-block-heading\">Give agents more freedom by giving them less surface<\/h3>\n<p>Our EVP of engineering, Tushar Jain, gave the mainstage talk: \u201cUnlock Agent Autonomy: The Runtime for AI-Native Systems.\u201d The actors have changed \u2013 agents read and write whole codebases, spawn subagents, install dependencies, and call APIs across laptops, CI, cloud, and org boundaries, often unsupervised. Teams leaning into this shift are moving fast, but most organizations still won\u2019t let agents run autonomously, not because the model isn\u2019t capable, but because trust isn\u2019t there yet. This thinking draws on a concept security researcher Simon Willison has written about, the \u201clethal trifecta\u201d: any useful agent tends to end up with access to private data, exposure to untrusted content, and the ability to act in the outside world, all three, by design. No prompt or policy doc gets rid of that. The durable fix lives one layer down, at the runtime, which is where we spent the last decade: isolation, network policy, trusted images, credentials. Agents are just the next workload.<\/p>\n<h3 class=\"wp-block-heading\">An agent doesn\u2019t have to be malicious to be dangerous<\/h3>\n<p>Rowan Christmas, a staff product manager at Docker, made the risk concrete. In \u201cYOLO Mode, Safely: microVM Sandboxes for Any Agent,\u201d he ran a coding agent on his own laptop with nothing but read access, and no sandbox or unusual permissions. Within a few minutes it had pieced together a surprising amount about his online banking activity from what it could passively see. A destructive command like rm -rf is the obvious fear, but the mundane can bring risk: read access, plus untrusted content, plus the ability to act, is already enough to do damage. An agent doesn\u2019t have to be malicious to expose you. It just has to be able to see. The alternative Rowan showed puts each session in its own Docker sandbox based on a microVM, with a boundary you define across filesystem, network, and tools. It can run Claude Code, Cursor, Codex, or whatever you\u2019re driving.<\/p>\n<p>Once an agent can install packages, run Docker, and reach the network, which describes most genuinely useful agents, a hardware boundary buys you something you can\u2019t easily bolt on later. And where much of the scale conversation is cloud-first, built for fleets of agents running server-side, Docker\u2019s approach starts first on the laptop the developer already uses, because that\u2019s where most people actually run agents today. (We go deeper on the reasoning in<a href=\"https:\/\/www.docker.com\/blog\/why-microvms-the-architecture-behind-docker-sandboxes\/\"> \u201cWhy microVMs\u201d<\/a> and our<a href=\"https:\/\/www.docker.com\/blog\/comparing-sandboxing-approaches-ai-agents\/\"> comparison of sandboxing approaches<\/a>, including what the isolation costs you, because it isn\u2019t free.)<\/p>\n<h3 class=\"wp-block-heading\">Nobody\u2019s reviewing what your agents just installed<\/h3>\n<p>The third talk covered the tool layer. Jim Clark, a principal software engineer on our MCP team, spoke about \u201cWho Approved That MCP Server? Governing the Tool Layer,\u201d and opened with a line that got knowing laughs: \u201cshadow MCP\u201d. Developers install MCP servers faster than security can review them, and an unvetted server is a direct line to your data. That worry was all over the event, not just our session. Jim\u2019s demo put every server behind one org-managed catalog, vetted, signed, default-deny on anything unapproved, with the policy enforced live on stage.<\/p>\n<h2 class=\"wp-block-ponyo-heading text-lg\">\n        Where this leaves us<br \/>\n    <\/h2>\n\n<p>So how does it come together? An agent is only as trustworthy as the boundaries around it, and those boundaries live in three places: what it builds on, where it runs, and what it can reach. Miss any one of them and the other two won\u2019t cover for you. A hardened image dependency is no help if the agent can still read your whole filesystem unsandboxed, and a locked-down sandbox is no help if the agent can call an unvetted MCP server straight out of it.<\/p>\n<p>That was the case Docker made all week: harden what agents build on, isolate where they run, control what they can reach, and govern all three from one place. We think this is the part that has to be solved first, because it\u2019s where AI-native developers will start building the apps of the future.<\/p>\n<p>Further reading:\u00a0<\/p>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.docker.com\/ai\/sandboxes\/\" rel=\"nofollow noopener\" target=\"_blank\">Docker Sandboxes<\/a> run standalone (brew install docker\/tap\/sbx)<\/li>\n<li><a href=\"https:\/\/www.docker.com\/blog\/introducing-docker-ai-governance\/\">Docker AI Governance<\/a> ties sandbox and MCP policy into one console.<\/li>\n<li><a href=\"https:\/\/www.docker.com\/products\/mcp-catalog-and-toolkit\/\">MCP Catalog, Toolkit, and Gateway<\/a> are in Docker Desktop today<\/li>\n<li><a href=\"https:\/\/www.docker.com\/products\/hardened-images\/\">Docker Hardened Images<\/a> are a drop-in change to your FROM line<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>We spent the week at AI Engineer World\u2019s Fair in San Francisco, on stage and on the floor. Here\u2019s what [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":94,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[4],"tags":[],"class_list":["post-4580","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-docker"],"_links":{"self":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/posts\/4580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/comments?post=4580"}],"version-history":[{"count":0,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/posts\/4580\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/media\/94"}],"wp:attachment":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/media?parent=4580"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/categories?post=4580"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/tags?post=4580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}