dnešní úvodník

The quiet rewiring of the developer stack

Three tools you don’t hear about quietly replaced four you did. The IDE is not the centre of gravity any more.

2026-05-112 min čtenídev-toolsaiecosystem

Toto vydání je dostupné pouze v angličtině.

If you had asked a developer six months ago where they expect AI to live, they would have pointed at their IDE. The honest answer in May 2026 is that the IDE is no longer the centre of gravity. The action has quietly moved to two places: a terminal multiplexer and a long-running daemon.

The CLI-first turn

Simon Willison’s recap of the past week captures the shift in a single screenshot: three coding agents, all running headless, all driven by the same Justfile, all writing to the same git tree. The IDE in the screenshot is incidental. He is using it to read diffs, not to write code.

This is what Hugging Face’s benchmark post clarified yesterday. The state of the art on SWE-bench is no longer set by the model with the best autocomplete extension. It is set by the agent with the best policy for tool selection, file reads, and — quietly important — graceful failure when the test runner times out. That kind of orchestration belongs in the shell, not the editor.

The IDE is not the product

Ben Thompson’s essay takes the same observation in a more uncomfortable direction. If the agent runs from a CLI, then the model provider — not the editor vendor — captures the relationship. Cursor and Zed are still pleasant places to live, but the moat is moving up the stack. The thing that locks a developer in is the agent’s memory of their project, not the syntax highlighter that surfaces it.

The Register, in characteristic form, pointed out the other end of this: if the daemon is the product, the telemetry is the business model. Developers who would not paste a single file into a chat window are routinely letting an agent index their whole working tree. The shift is not just architectural. It is a quiet renegotiation of what a coding tool is allowed to know about you.

What to watch

The next move belongs to the editor vendors. Either they ship a credible answer to the headless agent — a way to drive the same orchestration from inside the IDE, with the same policies and the same memory — or they accept the new role: a viewer for diffs the agent already wrote. Both outcomes are interesting. Only one of them keeps the editor at the centre.

slovník k tomuto vydání

MCP

Protokol, který jazykovým modelům umožňuje volat externí nástroje přes standardní rozhraní. Původně jej v roce 2024 představil Anthropic a od té doby jej přijala většina hlavních platforem pro kódovací agenty. Celé heslo ve slovníku

SWE-bench

Benchmark složený ze skutečných GitHub issues, který komplexně hodnotí kódovací agenty. Model dostane repozitář a issue a má vytvořit záplatu, kterou přijme testovací sada. Celé heslo ve slovníku

tool use

Režim API Anthropic, ve kterém model dostane nástroje typované podle JSON schématu a místo volného textu vrací strukturovaná volání. Kroky kurátorství i psaní v tomto magazínu jej používají pro typovaný výstup. Celé heslo ve slovníku

Přehled zdrojů

Přehled zdrojů
#ZdrojTypTřída důkazuDokládá
01Local coder agents, a benchmarkHugging Faceprofil zdrojerssneurčeno
02CLI-first coding agentsSimon Willisonprofil zdrojerssneurčeno
03The IDE is not the productStratechery (Ben Thompson)profil zdrojerssneurčeno
04What coding agents send homeThe Registerprofil zdrojerssneurčeno
Jak toto vydání vzniklo
Citované zdroje
4
Typ vydání
daily
Jazyk
en
Naměřené náklady
Údaje o nákladech nejsou k dispozici
Metodika

verze pro tisk

související vydání