Requesty
Back|JUL '26OBSERVABILITY / BEST PRACTICES
2 MIN READ|

When AI works: Monday is its busiest day, weekends run at a third, and only 1 in 4 requests streams

Last updated

There is a popular idea that AI never sleeps: an always-on tide of autonomous agents grinding through work around the clock. The traffic on our gateway tells a more human story. AI has a schedule, and it looks a lot like ours.

The machines mostly work when we do

Start with the week. If agents ran the show, traffic would be flat across seven days. It is not.

Share of requests by day of week, June 2026
Share of requests by day of week, June 2026

Monday is the busiest day. The week tapers from there, and the weekend falls off a cliff. Saturday and Sunday each run at roughly a third of a weekday. Whatever is driving demand, it clocks in on Monday and clocks off on Friday, same as the people building with it.

The daily curve is a workday curve

Zoom into the hours and the same pattern repeats. Traffic ramps in the morning, peaks in the working day, and falls off overnight.

Requests by hour of day
Requests by hour of day

There is a twist worth noting. Even at the quietest hour, the gateway is running at about a third of peak. So it is not that AI sleeps. It is that the overnight floor is held up by genuine automation and by users spread across time zones, while the peak is still driven by people at work. The shape is a workday with a surprisingly high floor, not a machine that runs flat out at 3am.

Nobody streams as much as you think

Here is the one that gets the most disbelief. Every product demo you have seen streams tokens with that typewriter effect. In production, most requests do not.

Streaming share of requests per month
Streaming share of requests per month

Only about 1 in 4 requests through the gateway streams the answer. The reason is the same agentic shift we keep coming back to. Agents do not need the typewriter effect. They want the tokens, parsed and structured, so they can act on them. A tool-calling loop has no human watching characters appear. Streaming is a UX feature for people, and a large and growing share of traffic has no person in the loop.

Why the rhythm matters operationally

This is not just trivia. The shape of your traffic should shape your infrastructure.

  • Capacity and cost follow the curve. If your load triples from trough to peak and collapses on weekends, provisioning for peak 24/7 is waste. Watch the curve in usage analytics and plan around it.
  • Latency routing pays off most at peak. When everyone hits the same providers on Monday morning, the fast route and the slow route diverge. Routing to whatever is fastest right now matters more under load. See latency routing.
  • Streaming is a choice, not a default. If your workload is agentic, non-streaming with structured outputs is often the better call. If it is a chat UI, stream. Know which one you are. See the streaming docs.

We publish per-provider operational cuts, including streaming adoption and latency, on our open data hub at requesty.ai/data.

The machines mostly work when we do. Build for the peak you see on Monday, not for a mythical always-on flood, and stream only where a human is watching.

Want routing that adapts to load automatically? Start free or read the quickstart.

Related reading