Anyone who's shipped a serverless AI agent knows the wait. A session goes cold, a user (or another agent) calls it, and now everyone's staring at a spinner while the container boots, loads the model config, and gets ready to actually do something.

AWS just went after that wait directly. It rebuilt the Bedrock AgentCore runtime around two ideas. Load once. And stop paying for memory you're not using.

Agents now load a single time and create a snapshot. New instances start from that snapshot instead of running through initialization from scratch every time. AWS tested this with an empty echo agent invoked 5,000 times across regions, and the P75 cold start landed around 2 seconds. That held steady whether the container image was 200 MB or 2 GB.

The old runtime didn't hold steady at all. Cold starts ran anywhere from 5.4 seconds up to nearly 30 seconds depending on image size. If you've ever padded a demo with a "just give it a second" while an agent spun up, this is the fix for that second.

The billing model changed too. Memory that goes idle or gets released mid-session is reclaimed instead of staying reserved at peak allocation for the whole session. AWS says the per-unit rate is higher now, but most workloads end up cheaper since the tracked footprint over a session tends to run a lot smaller than the old peak allocation did.

Cold start latency is the kind of problem that looks small in a demo and turns into a real complaint once real users show up. A 30-second wait on the first message of a session is the difference between "this agent feels broken" and "this agent feels instant," and that gap shows up in adoption numbers, not just benchmarks.

Watch the full system run live on Sep 30. Walk away ready to do it yourself.

Most founders have LinkedIn traction with nothing to show for it in the CRM. On Sep 30, Maria Gharib (Mindstream) and Valerie Chapman (Ruth AI) walk through the exact system live.

From AI-assisted content creation to sequenced outreach to booked meeting. You'll leave with a process you can run the same day.

Eligible startups also get the LinkedIn-to-Leads Toolkit: ad credits, Apollo, Captions, and HubSpot's Prospecting Agent.

It's also a signal about where AWS thinks the bottleneck in agent infrastructure actually is. A few weeks back I covered AgentCore Runtime Instances, which let you run agents on your own EC2 instances for sessions up to 14 days. That was about endurance. This one's about the first two seconds of a session, which matters just as much when a real user is the one waiting. AWS is working through the full lifecycle of a production agent here, the boring middle parts and the keynote moments both.

If you're already running agents on Bedrock AgentCore, this is a free performance upgrade, worth checking your dashboards after it rolls out to see what changed in practice. If cold starts have been the reason you kept an agent warm 24/7 (and ate the cost of doing that), it might be worth revisiting whether scale-to-zero works now.

And if you're studying toward an AWS AI cert, keep an eye on this one. AgentCore keeps shipping updates faster than exam content can catch up, but "why does a serverless agent runtime need snapshotting" is exactly the kind of conceptual question that tends to show up once the objectives do.

Keep Learning and Building.