- Features
- Pricing
- English
- français
- Deutsche
- Contact us
- Docs
- Login

For the first time in a decade, humans are the minority on the open web.
In 2025, automated traffic officially crossed the Rubicon to account for 51% of all web activity, while generative AI-driven referrals to retail sites surged by a staggering 693% year-over-year.
As we move through 2026, these are no longer just "bot" statistics to be handled by a WAF. They represent a fundamental shift in user behavior.
The fastest-growing segment of your audience is now agentic. These "users" don't browse your UI; they execute against your infrastructure.
For the Modernization Architect, this isn't a marketing trend. It's an architectural crisis.
Legacy stacks designed for human "think-time" and predictable CDN caching are being crushed by the high-concurrency, zero-latency demands of AI agents.
The traditional web model relied on human patience and predictable caching. A human clicks a link, the CDN serves a cached asset, and the origin server rests.
AI agents, like OpenAI’s Operator or Anthropic’s "computer use" tools, break this model.
They don't want a cached HTML page; they want real-time, personalized data.
They hit search endpoints with complex, natural language queries and attempt to trigger multi-step business intents (e.g., "Find a flight, compare it to my calendar, and book the window seat").
The result: Cache hit rates plummet, and your database becomes the bottleneck.
Most legacy architectures struggle with three specific "agentic" behaviors:
To survive the agentic shift, your infrastructure must move away from rigid, "always-on" sizing and toward granular, on-demand scaling.
While your application topology is defined in .upsun/config.yaml, Upsun decouples your resource allocation from your code.
This architectural separation is critical: it allows you to right-size Production, Staging, or a temporary Preview environment independently, without a single line of code change or a "feature freeze."
When an agent swarm hits, you have the operational flexibility to scale horizontally by adding instances or vertically by adjusting resource profiles via the Upsun Console or CLI.
The platform ensures your origin remains responsive and your database stays performant, even when "execution-heavy" AI traffic bypasses your edge cache entirely.
The biggest risk in optimizing for agents is "hallucination in production", where an agent misinterprets an API error and falls into an eternal loop of errors.
You cannot safely test these autonomous flows in production. You need a production-identical clone of your entire stack (data, state, and services) to run "agent stress tests."
Upsun’s branching model allows you to spin up a preview environment for every architectural change. This lets you:
Optimizing for AI agents is the ultimate "stress test" for your digital transformation.
The practices that make a site agent-friendly (semantic HTML, structured data, and high-performance APIs) are the same practices that improve accessibility and SEO.
However, without an underlying platform that supports instant portability and elastic scaling, these frontend optimizations are just window dressing.
The question for 2026 isn't whether agents are coming. They are already here. But rather: will your infrastructure treat them as a new revenue stream or a system failure?