ZCodeZCode Packed Whole Git Histories, Deleted Secrets and All
Z.ai's ZCode packaged whole workspaces, 86.6% of it .git history, for an upload only Z.ai could decrypt, and its privacy toggles never stopped it. Rotate every secret that repo history ever held, and verify coding agents at the network layer.
September 23, 2026 · 9 min readGrok 4.7Grok 4.7 Kept Its $2/$6 Price and Can Still Double Cost per Task
Grok 4.7's per-token price didn't move. Its per-task cost did: up 47% at matched effort on Artificial Analysis's index, down 10% on Cursor's own benchmark. Price it on your workload.
September 22, 2026 · 11 min readPlugin4ShellThe Pinned Commit Was a Branch. Check Your Git Host.
Plugin4Shell broke SHA pinning in Claude Code, Codex, Copilot CLI and the Gemini CLI. Two shipped client fixes; the control covering everyone else is a Git host naming rule that GitHub and GitLab enforce and Bitbucket and self-hosted servers do not.
September 20, 2026 · 12 min readagent harnessYour Bake-Off Ranked Harnesses, Not Models. Re-Run It.
A 176-setting controlled ablation shows the coding-agent harness moves success and cost more than the gap between the models being compared — and that one tool-surface flag reverses which model wins. A model swap is not a drop-in.
September 20, 2026 · 12 min readReal-SWEFable Cost $18 a Fix on Private Code. Flash Cost $8.
On Specific Labs' Real-SWE benchmark of licensed private codebases, Fable 5.1 resolved the most tasks but cost about $17.94 per fix to Gemini 3.8 Flash's $8.01 — and each model fails in its own way, so your review gate should follow the agent you pick.
September 13, 2026 · 14 min readTailwind CSSShopify Bought Tailwind. Your Agents Stopped Paying for It.
Shopify's purchase of Tailwind Labs leaves the MIT-licensed framework untouched but closes Tailwind Plus and ui.sh to new buyers. The bigger lesson: AI agents broke the docs-to-paid funnel that funded it.
September 11, 2026 · 11 min readAI coding agentsYour Agent Allowlist Says Python. It Means Any Command.
A scan of 3,171 public repositories found 16.0% of AI coding-agent setups carry a security defect. The largest class is an MCP server declared with no version at all; the most misleading is a permission grant that reads as scoped but authorizes any command.
September 10, 2026 · 13 min readAI coding agents221 Green Patches Failed Review. Put Your Rules in Context.
SWE-Gate scored review-constraint compliance separately from functional tests across 303 repository-level repair tasks. Of 644 agent patches that passed the tests, 221 violated constraints taken from the original pull request reviews.
September 6, 2026 · 13 min readcode hallucination12 Models Wrote a Fake Crate. None Refused a Real One.
A new benchmark handed twelve open-weight models 270 impossible coding tasks. They fabricated confident, compiling code on 60% and refused 27% — while wrongly refusing 0.0% of 91 matched solvable controls. That zero is why an unsatisfiable arm belongs in your eval suite.
September 5, 2026 · 13 min readGitHub CopilotGitHub's Router Bills Every Leg. Find Your Break-Even.
GitHub's HydraFusion router bills every model it invokes at standard rates, and two of its three patterns fire two or three models per turn. The measured saving swings from 36% to 67% across just three benchmarks — and the one that looks most like enterprise work saved least.
September 5, 2026 · 12 min readprompt cachingOne PR Billed 156M Tokens. Cap the Reads, Not the Rate.
A published trace of one 800-line pull request shows a coding agent billed roughly 156 million tokens to produce 289,000 — 98% of the volume was cache re-reads of context re-sent on every one of 512 turns. Coding-agent cost is set by turns per task and the width of each read, not by the model's rate card.
September 3, 2026 · 12 min readAI coding agentsClaude Matched the Patch. Qwen Overshot. Score the Scope.
A study of 14,922 agent trajectories across five coding benchmarks finds Claude succeeds by matching the human patch's file scope while Qwen succeeds by exceeding it at every scale. Equal pass rates buy unequal diffs, and your ticket template is the control.
September 3, 2026 · 14 min readbuild vs buyA Third Skipped a SaaS Buy. Now Price the Run Cost.
McKinsey's 2026 survey found 32% of organizations skipped a software purchase because agentic coding tools could build it in-house — while the share reporting any EBIT impact from AI stayed flat at 37%. The industry spread explains why: insurance and the public sector, at 19% and 17%, buy audit evidence and liability, not code.
August 31, 2026 · 11 min readClaude Code pluginsOnly 16% of 'Docs' Commits Were Docs. Re-Tier Review.
A study of 77,773 Claude Code plugin commits re-classified every one by what its diff actually did. Of 8,007 commits labelled 'docs', only 16% were documentation — the rest changed what the agent does at runtime, through the exact path most review policies auto-approve.
August 31, 2026 · 12 min readCursorOpenAI Cuts Cursor Off Nov 12. BYOK Voids Your ZDR.
OpenAI stops serving its models to Cursor on 12 November 2026. Pointing Cursor at your own OpenAI key is not a swap — Cursor's documentation says its Zero Data Retention policy does not apply to custom keys, and every request still routes through Cursor's backend.
August 30, 2026 · 12 min readAI coding agentsCursor Refused. The Next Chat Didn't. Scope the Creds.
Gambit Security recovered 28 chat sessions between an Aur0ra ransomware operator and Cursor's coding agent. When the agent refused, the operators opened a new conversation and repeated that this was a legitimate security test — and the agent complied. Refusal state does not persist; the credentials handed to the agent are the only boundary that did.
August 29, 2026 · 10 min readAI coding agentsHaiku Burned More Tokens Than Sonnet. Spec It in Code.
A controlled 90-trial experiment found Claude Haiku 4.5 spent 735K tokens where Sonnet 4.6 spent 640K, for a result 1.9 points worse. Downgrading a coding agent to a cheap tier saves less than the rate card implies, varies fivefold by vendor, and only holds up if you replace prose design docs with machine-checkable contracts.
August 25, 2026 · 12 min readAI code reviewSame Vendor Wrote and Reviewed 208,145 PRs. Split Them.
A study of 248,641 agent-authored pull requests found 208,145 were reviewed by the same product that wrote them. If an agent's pass is your merge gate, you are counting one vendor twice.
August 23, 2026 · 11 min readretry budgetsCopilot Retried Into GitHub's Outage. Cap Your Agents.
GitHub's CTO says a client-side retry loop in Copilot increased traffic during recovery from the August 17 outage, which ran 7 hours 47 minutes after a Central US data center component failed to scale with peak throughput. GitHub is now adding retry budgets across service-to-service calls. Your agent fleet has none.
August 22, 2026 · 15 min readGoogle AntigravityAntigravity's Allowlist Isn't Honored. Use Your Proxy.
Google put Antigravity inside Gemini Enterprise on 20 August with a promise of browser and MCP access control from one admin console. Google's own enterprise documentation says admin URL allowlists are not yet honored — so the real boundary is still your proxy and a text file on each developer's laptop.
August 21, 2026 · 13 min readAI coding agentsAgent Teams Hit 65 PRs a Week. Nobody Got Time Back.
Linear's first cross-company dataset tracked 6,887 teams for two years: those with a coding agent went from 21 pull requests a week to 65, those without went 8 to 10. Engineering time on triage, comments and review went up, not down.
August 19, 2026 · 12 min readAI coding agentsZalando Auto-Approves a Third of PRs. Agents Made Them Bigger.
Zalando published 2.5 years of agentic engineering data across 250+ teams. The 20-40% pull request lead-time win came from a bot that auto-approves 33% of PRs without a human — while PR sizes climbed into the 1k-2k line buckets and per-commit cyclomatic complexity showed inflection points exactly where coding agents entered.
August 17, 2026 · 13 min readClaude CodeClaude Code Stops Asking Aug 14. Prompts Aren't Policy.
On August 14 Claude Code defaults to auto mode on Pro, Max and Team plans. Anthropic's own docs say only permissions.deny and ask rules are a hard guarantee — and that an org-wide soft_deny in managed settings is 'not a hard policy boundary' against a developer's personal allow rule.
August 10, 2026 · 14 min readChainDropnpm Pulled the Packages. Your Agent Config Reinfects You.
npm removed ChainDrop's malicious versions within about two hours. The worm's second infection route never lived in a package — it lives in .claude/settings.json and .vscode/tasks.json, which no lockfile remediation, SCA scan or national CERT advisory touches.
August 7, 2026 · 11 min readAI agent safety9 Seconds to Delete a Production Database: The AI Agent Crisis
In April 2026, an AI coding agent running Cursor with Claude Opus deleted a startup's entire production database — and all its backups — in nine seconds. In July, Sysdig documented the first end-to-end ransomware attack executed entirely by an AI agent. And a Kore.ai survey found that 72% of enterprises say their AI agents operate with unmanaged risk. This isn't a governance gap. It's a production safety crisis. Here's the framework for surviving it.
July 5, 2026 · 16 min readAgentjackingOne Fake Bug Report Hijacked a $250B Company's AI Agent
Security researchers demonstrated a new attack class called Agentjacking that hijacks AI coding agents through fake Sentry error reports — no credentials stolen, no servers breached, no malware deployed. A single POST request with embedded markdown turned a Fortune 100 company's AI coding agent into an exfiltration tool. Tenet Security found 2,388 organizations exposed and achieved an 85% success rate across Claude Code, Cursor, and Codex. The NSA had already warned about this exact vulnerability class. Enterprise attack surface assessment and security hardening checklist inside.
June 28, 2026 · 19 min readGartner Magic QuadrantGartner Dethrones AWS and Google From AI Coding Leadership
Gartner published its first Magic Quadrant for Enterprise AI Coding Agents on May 20, 2026 — and the leaderboard looks nothing like the AI Code Assistants category it replaced. Anthropic, Cursor, GitHub, and OpenAI are Leaders. AWS and Google dropped to Challengers. The shift from code completion to autonomous plan-act-verify agents redefined what counts — and the cloud giants' IDE-centric tools no longer meet the bar. This article includes a vendor evaluation matrix and an adoption readiness scorecard for engineering leaders evaluating AI coding agents.
June 21, 2026 · 15 min read