AWS Launches AgentCore Runtime for Persistent Coding Agent Sessions That Don't Die When Laptops Close
Amazon Web Services has launched AgentCore Runtime on Bedrock, providing dedicated Linux microVMs with persistent 14-day storage for coding agents. The service eliminates the need to keep laptops open during agent sessions and supports parallel execution of Claude Code, Codex, Kiro, OpenCode, and other coding agents with isolated environments.
AWS Launches AgentCore Runtime for Persistent Coding Agent Sessions
Amazon Web Services has launched AgentCore Runtime on Amazon Bedrock, providing dedicated environments for coding agents that persist independently of developer laptops. Each session runs in an isolated Firecracker microVM with persistent storage that survives for 14 days of inactivity.
The service addresses a growing problem where developers keep laptops open during meetings, commutes, and overnight to maintain coding agent sessions running tools like Claude Code, Codex, Kiro, OpenCode, Gemini CLI, and Cursor CLI. When a laptop closes or suspends, the agent session terminates along with any in-progress work.
Technical Architecture
AgentCore Runtime provides three core infrastructure components:
Isolated execution environment: Each session receives a dedicated Firecracker microVM with its own Linux shell, filesystem, and command execution environment. Agents can be deployed as containers pushed to Amazon ECR or as zip-deployed Python/Node.js projects.
Persistent storage: A zero-configuration /mnt/workspace directory retains all files—including node_modules, .git, build caches, and project files—for 14 days after the last activity. When a session resumes, a fresh microVM mounts the existing filesystem in milliseconds.
Identity and access management: The identity layer allows agents to act as the user who triggered them. A gateway provides access to tools like GitHub, Jira, and Slack through Model Context Protocol (MCP) endpoints with credentials held outside the agent environment. All activity logs to CloudWatch.
Model and Provider Flexibility
The runtime is model-agnostic and supports three routing options:
- Through Amazon Bedrock, which hosts Anthropic's Claude family, OpenAI models, and others including Nova, Llama, Mistral, Qwen, and Kimi
- Direct provider APIs from Anthropic, OpenAI, Google, and self-hosted models over HTTPS
- Custom LLM gateways for routing and cost controls
According to AWS, the Bedrock route keeps prompts, tokens, and outputs within the AWS network—a requirement commonly requested by security teams.
Parallel Execution
The architecture supports running multiple agent sessions simultaneously without resource conflicts. Developers can:
- Run the same agent against multiple branches
- A/B test different agents (Claude Code on Opus vs Codex on GPT-class models vs Kiro) against the same task
- Avoid localhost port collisions and shared credential conflicts
AWS provides a companion GitHub repository with scripts demonstrating parallel execution scenarios.
Security Model
AgentCore addresses four security issues inherent in laptop-hosted agents:
- Isolation: Agents no longer share the developer's shell, filesystem, VPN, or loaded SSH keys
- Credential separation: Secrets like
.envfiles,~/.aws/credentials, and SSH keys are not accessible from the agent environment - VPC traffic routing: Network traffic flows through the company VPC rather than public internet
- Audit trails: CloudTrail records every invocation; CloudWatch traces every step
What This Means
This is AWS positioning Bedrock as infrastructure for agentic workflows, not just model inference. The 14-day persistent storage and microVM isolation directly compete with developer-facing agent platforms like Replit and Cursor, but target enterprise platform teams who want centralized control over agent execution, credentials, and observability. The model-agnostic approach means teams can evaluate multiple coding agents without rebuilding infrastructure for each one. The key limitation: this is AWS-only infrastructure, requiring teams to commit to running agent workloads on AWS rather than multi-cloud or local development environments.
Related Articles
AWS releases open-source test harness for evaluating Amazon Nova Sonic voice agents at scale
Amazon has released an open-source testing framework for Nova Sonic voice agents that automates multi-turn conversation evaluation without requiring human testers. The harness uses LLM-as-judge techniques to assess voice agents across six metrics including goal achievement, response accuracy, and tool usage, addressing a critical QA bottleneck in voice AI development.
OpenAI plans ChatGPT redesign to integrate coding tools, image generation, and third-party apps
OpenAI will roll out a redesigned ChatGPT interface in the coming weeks that integrates coding tools, image generation capabilities, and third-party applications from partners including Canva and Booking.com. The overhaul, first reported by The Financial Times, aims to shift users from simple chat interactions to multi-task workflows, particularly targeting enterprise customers.
OpenAI launches Lockdown Mode to block prompt injection data exfiltration attacks
OpenAI has released Lockdown Mode, an optional security setting that protects against prompt injection attacks by limiting network requests and image fetching in ChatGPT. The feature is designed for users handling sensitive data and disables some ChatGPT capabilities including Deep Research and Agent Mode.
Google NotebookLM adds Gemini 3.5, code execution via Antigravity, and 10+ export formats
Google upgraded NotebookLM to use Gemini 3.5 and its Antigravity coding tool, enabling code execution through a "secure cloud computer" with 100+ software skills. The system achieved a 78.2% win rate against the previous baseline in web research tasks and now exports to 10+ formats including PDF, XLSX, and PPTX.
Comments
Loading...