Your tech and programming news

Café con codely
Friday, August 21, 2026codely.com · Every Friday at 9h CESTyoutube.com/@CodelyTV · twitch.tv/codelytv · x.com/CodelyTV

GitHub goes down for 8 hours mid-workday: agent traffic overwhelms its infrastructure

On Monday afternoon, GitHub was down for 8 hours. A bug in a load balancer sidecar saturated the servers, and requests started to fail. Then the domino effect arrived: Visual Studio Code retried each failed login up to 10 times in a row. That retry storm multiplied the requests and took the servers down completely.

The classic solution for this pattern is exponential backoff: you retry, but you double the wait after each failure. One second, then two, then four. That way you do not hammer servers that are already saturated.

The underlying problem is scale. In all of 2025, GitHub received about 1 billion commits. In 2026 it runs at 275 million per week: every 4 weeks it matches the traffic of the entire previous year. AI agents generate most of that increase.

The alternative status page shows the real picture: 93.73% uptime over 90 days, one and a half hours down every day. In February they hit their low point at 84.31%. GitHub now migrates to Azure and prepares its infrastructure to multiply its current scale by 10 to 30. Watch in the video.

They fixed Opus 5: system reminders so Claude Code stops talking weird

“I don't understand anything it says”: the complaint was common among Claude Code users. Opus 5 replied with disconnected sentences, in any language. Anthropic reacted with a new output style called “concise”. Rafa points out the contradiction: the default style already promised concise answers.

The real fix is different: Claude Code now injects system reminders that repeat the output style through the whole conversation. Before, the model respected the style only in the first messages. With the change, the ASD-STE100 output style from Codely's public agent-harness works from start to finish. Wolfram's theory explains the slow fix: at Anthropic they no longer use Opus daily, they use Mythos, so they never hit the bug. Watch in the video.

Cursor Origin is now available to try, and it ships with the best technical post of the year

SpaceX has officially acquired Cursor. Its GitHub alternative, Cursor Origin, launched on the same Monday as the outage. Today it is a GitHub mirror focused on agents, but new features are coming and it looks set to grow.

Vicent Martí explains the system in the post “Git at any scale”. They built it to be fast when everything works and to be correct when something fails: you may see slow data, but never stale data. Rafa recommends you reserve 45 minutes: it is the best technical post you will read this year. Watch in the video.

The utility of the week

Link Lowdown

A directory that curates applications, products, and interesting links, with a leaderboard and categories for AI, design, and image generation. Rafa browsed it and confirms the links are genuinely interesting: from turning your iPhone into a trackpad to saving screenshots in a beautiful format.

linklowdown.com

The chat weighs in

chebetos1: With the prices AI has and the addiction to it we are building, I would not be surprised if we start to use AI much more locally or self-hosted in companies

solid-snare: I use Gitea and I am quite happy with it

Raul-Q: Do you have a course, or part of one, that teaches how to work with multi-repos and worktrees efficiently? Right now that is the part that gives me the most trouble

The song of the week

Rafa: «Aerials» — System of a Down (When he does not know which song to pick, he goes to his trusted band. Bangers with very political lyrics that he loves. Extremoduro never fails either, he notes.) Watch in the video.

The café's music playlist: cdly.to/playlist

The saying of the week

«La ensalada, poco vinagre y bien aceitada (“Salad: little vinegar and well oiled”)»

It advises little vinegar and generous oil so the salad tastes good. The source marks it as a literal phrase, not a proverb: this week the chat picked a weak one. Watch in the video.

More Codely

Programación agéntica con IA: Fundamentos prácticos

The course where Codely explains how agents work internally: turns, cache hits, and tools. With those foundations you understand price increases like DeepSeek's, and you optimize your daily work with agents much more.

The joke of the week: Why does Redis command so much respect? Because it has a lot of cachet.

All the news we covered