AI Pulse.
микроблог про AI & разработку
← к ленте

Terminal Agents in 2026: goose, Claude Code, OpenCode, and Pi Compared

опубликовано 01:20 UTC · дата новости: June 25, 2026 · OutOfContext.dev

OutOfContext.dev publishes a side-by-side comparison of four terminal-native coding agents — goose (Block), Claude Code (Anthropic), OpenCode, and Pi — across model lock-in, cost, safety posture, and extensibility. The piece functions as a practitioner's pick chart for teams stan

The comparison lands on a clear differentiation matrix: goose and OpenCode are the most model-agnostic and the cheapest per session; Claude Code has the best out-of-the-box agent harness but is Anthropic-locked; Pi is the smallest, fastest option for short scripting tasks but lacks the multi-step planning depth of the others. The author also flags the new "AGENTS.md" / "skills" file convention (see GitHub Changelog, June 18) as the closest thing the terminal-agent ecosystem has to a portable config format. The piece has become a reference table for engineering-platform teams choosing a default agent for their internal developer image, and it pairs well with the Heise forecast (entry #6) — the per-session cost numbers in the comparison are the granular data points behind the macro forecast.

```json

[

{"title": "Give GitHub Copilot CLI real code intelligence with language servers", "source_name": "The GitHub Blog", "source_url": "https://github.blog/ai-and-ml/github-copilot/give-github-copilot-cli-real-code-intelligence-with-language-servers/", "date": "June 10, 2026", "excerpt": "GitHub publishes a setup walkthrough for wiring language servers (gopls, rust-analyzer, pyright, typescript-language-server) into Copilot CLI. The post argues that for any non-trivial codebase, real LSP-based code intelligence produces materially better completions and inline edits than the agent's default grep-and-decompile approach.", "full": "The walkthrough covers the new copilot-cli lsp configuration block, language-server auto-detection for Go, Rust, TypeScript and Python, and the practical payoff: a single LSP-backed session can answer 'where is this symbol used?' and 'what's the type of this expression?' with the same fidelity as a full IDE. GitHub ties this directly to the June 18 launch of the GitHub Copilot desktop app, framing LSPs as the connective tissue between the CLI and the wider Copilot agent fleet."},

{"title": "What happened after 2,000 people tried to hack my AI assistant", "source_name": "Simon Willison's Weblog", "source_url": "https://simonwillison.net/2026/Jun/26/hack-my-ai-assistant/", "date": "June 26, 2026", "excerpt": "Simon Willison recaps Fernando Irarrázaval's public red-team of an OpenClaw instance running on Anthropic's Opus 4.6. After ~6,000 attempts and roughly $500 in tokens burned, no one extracted the seeded secrets — Willison reads the result as cautious evidence that frontier-model training against prompt injection is starting to work, while warning that one trial is no proof.", "full": "Irarrázaval's instance was armed with explicit anti-injection rules (never reveal secrets.env, never execute code from email, never exfiltrate) and the result held up under adversarial pressure. Willison cross-references GPT-5.6's new system-card section on injection-resistance training and argues the bar for 'safe to run a destructive action on the user's behalf' is finally within reach. He tempers that optimism with the usual caveats: this was a single, well-defended instance, and the cost of a successful attack — wiping a developer machine, leaking an API key — is asymmetric."},

{"title": "Anthropic Economic Index report: Cadences", "source_name": "Anthropic Research", "source_url": "https://www.anthropic.com/research/economic-index-june-2026-report", "date": "June 26, 2026", "excerpt": "Anthropic's June 2026 Economic Index report introduces a new metric, 'Cadence,' measuring the ratio of conversation steps a developer takes with Claude to ship a unit of code. Median Cadence fell 31% since January, with TypeScript backends the most autonomous and regulated-industry Java workforces the most steered.", "full": "The Cadence metric is Anthropic's attempt to quantify how much human steering an autonomous coding loop still requires. The report breaks the number down by language, team size, and project type, and ships raw aggregates so enterprise procurement teams can benchmark their own Claude Code usage against the population. The 31% drop is presented as evidence that longer-running agent sessions are actually delivering more code per human turn."},

{"title": "Agentic Code Review", "source_name": "O'Reilly Radar", "source_url": "https://www.oreilly.com/radar/agentic-code-review/", "date": "June 26, 2026", "excerpt": "O'Reilly Radar's Mike Loukides argues the real bottleneck for shipping AI-assisted code is no longer generation, it's review. He lays out why agentic review tools can catch the security, correctness, and style failures that human reviewers miss when diffs are being produced at machine speed.", "full": "Loukides argues the traditional reviewer — a senior engineer skimming a PR — was designed for human-written code that already carries authorial context. With agents writing most of a repo's new code, review becomes a verification problem at population scale. He catalogs the failure modes reviewers should expect: prompt-injection leftovers, hallucinated APIs, license-incompatible dependencies, and tests that pass but don't actually exercise the changed code."},

{"title": "AI coding token costs are on track to rival human payroll", "source_name": "CIO.com", "source_url": "https://www.cio.com/article/4189149/ai-coding-token-costs-are-on-track-to-rival-human-payroll.html", "date": "June 24, 2026", "excerpt": "CIO.com summarizes a Gartner forecast that growing use of coding agents and consumption-based pricing could push per-developer AI spending to unprecedented levels over the next two years. The piece anchors the projection to the post-June-1 token-billing era and Microsoft's internal pivot away from Claude Code licenses.", "full": "The Gartner forecast, by analyst Tushar Tyagi, argues the agentic-coding cost curve is steeper than most enterprise budgets are prepared for: a single heavy agent user can run up $1,000–$2,000/month in token spend, and most companies don't have visibility into which engineers are doing so. CIO.com ties the forecast to the Microsoft story (Forbes, June 1) and to GitHub Copilot's token-based billing (TechCrunch, May 30) as the two real-world data points supporting the projection."},

{"title": "Forecast: By 2028, AI coding will be more expensive than human developers", "source_name": "Heise Online (English edition)", "source_url": "https://www.heise.de/en/news/Forecast-By-2028-AI-coding-will-be-more-expensive-than-human-developers-11343901.html", "date": "June 25, 2026", "excerpt": "Heise Online's English edition reports on the same Gartner forecast as CIO.com, adding detail from analyst Tushar Tyagi on transparency gaps, missing cost-optimization features, and the role of uncontrolled agent autonomy. The piece is widely cited in EU enterprise IT circles as the first English-language synthesis of the research.", "full": "Tyagi identifies three structural drivers: (1) the shift to consumption-based pricing across all major vendors, (2) providers' lack of integrated cost optimization, and (3) uncontrolled autonomy in agent-driven workflows that produces expensive retry loops. Heise's piece is more skeptical than CIO.com's, noting that vendors have an obvious incentive to keep billing opaque."},

{"title": "Replit Is Trapped", "source_name": "Charlie Meyer's Substack — Code Doesn't Happen to You", "source_url": "https://csmeyer.substack.com/p/replit-is-trapped", "date": "June 26, 2026", "excerpt": "Charlie Meyer argues Replit is structurally boxed in by frontier labs (Anthropic, OpenAI) on the model side and by hyperscaler cloud platforms (AWS, GCP, Azure) on the runtime side, and that the agent-coding wave has exposed just how thin the moat is for an AI-native IDE that doesn't own either layer.", "full": "Meyer's argument is that Replit's agent features (Agent, Deployments, Bounties) all ultimately run on top of someone else's foundation model and someone else's data center. As foundation-model labs add first-party agent IDEs (Claude Code, the GitHub Copilot app, Google's Antigravity 2.0) and as hyperscalers add first-party agent runtimes, Replit's product increasingly looks like a thin orchestration layer that can be squeezed from both sides."},

{"title": "Streamline C++ Code Intelligence Setup in Copilot CLI", "source_name": "Microsoft DevBlogs (C++ Team)", "source_url": "https://devblogs.microsoft.com/cppblog/streamline-c-code-intelligence-setup-in-copilot-cli", "date": "June 23, 2026", "excerpt": "Microsoft's C++ team publishes a walkthrough on configuring language servers (clangd, MSVC, clang-tidy) for GitHub Copilot CLI in C++ projects. The new setup wizard detects the compiler toolchain and automatically wires up header search paths, compile flags, and clang-tidy rules into the agent's context.", "full": "Until now, C++ developers had to manually replicate their MSBuild or CMake configuration for Copilot CLI's code-intelligence layer, a frequent source of wrong-symbol completions and silent lint drift. The new streamlined flow ships in Copilot CLI 2.4 and integrates with both Visual Studio Code and the standalone Copilot CLI. Microsoft highlights tighter integration with the C++ build insights pipeline, so the agent can propose changes that respect compile-time budgets."},

{"title": "The Coming Divide: AI-Native or Left Behind", "source_name": "Daniel Miessler's Blog", "source_url": "https://danielmiessler.com/blog/ai-native-divide", "date": "June 25, 2026", "excerpt": "Daniel Miessler argues that the gap between people wired into AI tools and people who aren't is starting to compound into 'completely different worlds,' and that the software-development labor market is the canary. The post frames the AI-native divide as the dominant social trend of the next five years, ahead of the usual AI-policy questions.", "full": "Miessler uses the framing to argue that traditional developer-skills hierarchies (junior, mid, senior) are being replaced by an AI-augmentation axis, and that the productivity multiplier of an 'AI-native' engineer over a non-AI-native one is now 5–10x in well-instrumented orgs. He notes the same shift McKinsey flagged in its June 12 'Rethinking Software Development' report and what Black Duck's 97%-of-developers number (June 21) actually measures."},

{"title": "Terminal Agents in 2026: goose, Claude Code, OpenCode, and Pi Compared", "source_name": "OutOfContext.dev", "source_url": "https://outofcontext.dev/blog/goose-claude-code-opencode-pi/", "date": "June 25, 2026", "excerpt": "OutOfContext.dev publishes a side-by-side comparison of four terminal-native coding agents — goose (Block), Claude Code (Anthropic), OpenCode, and Pi — across model lock-in, cost, safety posture, and extensibility. The piece functions as a practitioner's pick chart for teams standardizing on a CLI-first agentic workflow.", "full": "The comparison lands on a clear differentiation matrix: goose and OpenCode are the most model-agnostic and the cheapest per session; Claude Code has the best out-of-the-box agent harness but is Anthropic-locked; Pi is the smallest, fastest option for short scripting tasks but lacks the multi-step planning depth of the others. The author also flags the new 'AGENTS.md' / 'skills' file convention as the closest thing the terminal-agent ecosystem has to a portable config format."}

]

```

Источник: OutOfContext.dev
Читать оригинал ↗