AAndrewinrizzdev.hashnode.dev·6d ago · 9 min readThe VS Code agent host is a process not a panelThe VS Code agent host is a dedicated process. Copilot, Claude, and Codex run there over the Agent Host Protocol. The chat panel is a client of that process, not the place the session lives. The wrong00
AAndrewinrizzdev.hashnode.dev·Aug 28 · 7 min readOpenClaw vs Claude is not a coding agent bakeoffType openclaw vs claude and the results hand you a coding agent bakeoff, complete with feature rows and a winner column. A 24 August roundup even asked which you should use. That question is a categor00
MAMuhammad Azlaan Zubairinblog.mdazlaanzubair.com·Aug 27 · 6 min readCode Generation Is Fast. Verification Is Not.Agentic IDEs can produce a runnable full-stack application in minutes. That does not mean the application became cheap to trust. In a controlled study of 48 generated projects, the researchers spent a10
AJAlen Joyinpragmaticstack.in·Aug 27 · 5 min readThe Ticket Is the Contract: Specifying Work for Coding Agents🗓️ Last updated: August 2026 The ticket says, "Improve the checkout flow." A coding agent changes validation, renames a response field, adds a dependency, and redesigns the error page. Every change 00
AJAlen Joyinpragmaticstack.in·Aug 26 · 6 min readThe Repository Is the Prompt: Preparing a Codebase for Coding Agents🗓️ Last updated: August 2026 A coding agent opens a repository, reads three files, changes a fourth, runs the wrong test command, and announces success. The team blames the model. The repository con10
OZOliver Zehentleitnerinblog.technopathy.club·Aug 24 · 15 min readSame Skill, Six Agents, Nine Models: What a Real Eval Matrix Taught MeI tested Keep the Why, my open-source agent skill for preserving the reasoning behind a codebase, through six coding agents, with a matrix spanning nine hosted models plus a local Ollama run. The mode20
MAMuhammad Azlaan Zubairinblog.mdazlaanzubair.com·Aug 24 · 6 min readBenchmark the Model–Harness Pair, Not the Model“Which model is best for coding?” sounds like a precise engineering question. Usually, it is missing half of the system. A coding agent is a model inside a harness that chooses tools, assembles contex54JR
AAndrewinrizzdev.hashnode.dev·Aug 25 · 6 min readMonday is a Codex login cutoff not a model deathThe Codex GPT-5.4 cutoff on August 31 is a ChatGPT-sign-in prune. The API card stays live. July 31's Codex changelog named the surface. GPT-5.4 and GPT-5.4 mini will no longer be available in Codex fo00
MSManu Shuklainecorpit.hashnode.dev·Aug 24 · 12 min readDevin Desktop v3.8.20 shares terminal output and local edits with third-party ACP agents by defaultDevin Desktop v3.8.20 shares terminal output and local edits with third-party ACP agents by default Summary. Devin Desktop v3.8.20, released 21 August 2026, added settings that control "whether integr00
MAMuhammad Azlaan Zubairinblog.mdazlaanzubair.com·Aug 20 · 22 min readThe Competence Debt of Agentic CodingA coding agent can now inspect a repository, implement a feature, modify multiple files, run tests, fix failures, and prepare code for review. That is a remarkable change in software development. It a00