The  LGTM
  • Home
  • Agentic Coding
  • Claude Code
  • Codex
Sign in Subscribe
Qwen Code 0.18.1 Preview Fixes the Fork/Subagent Trap and Makes Token Waste Visible
ai-frameworks

Qwen Code 0.18.1 Preview Fixes the Fork/Subagent Trap and Makes Token Waste Visible

Qwen Code’s latest preview is a reminder that “parallel agents” is not an architecture. It is a marketing phrase until the runtime can answer the boring questions: does the child return a result, does it inherit context, does it share the prompt cache, does it isolate filesystem work, and
16 Jun 2026 4 min read
Antigravity Awesome Skills 12.6 Shows Agent Skills Becoming the Portability Layer
agentic-coding

Antigravity Awesome Skills 12.6 Shows Agent Skills Becoming the Portability Layer

Antigravity Awesome Skills 12.6.0 looks, on the surface, like a maintenance release for a catalog. Five community PRs, refreshed web dependencies, regenerated registry artifacts, and a hosted catalog now listing more than 1,555 skills. Useful, sure. But the bigger story is that skills are becoming the portability
16 Jun 2026 4 min read
Free Agentic Models Just Cracked OpenRouter’s Top 20
llm-rankings

Free Agentic Models Just Cracked OpenRouter’s Top 20

The most interesting movement in this week’s LLM rankings did not happen on the benchmark leaderboard. Arena AI’s text and coding charts were effectively frozen, with Anthropic still occupying the top of both tables. The real signal showed up in production routing: OpenRouter’s usage board added Nex-N2-Pro
16 Jun 2026 5 min read
ContextRL Exposes a Benchmark Blind Spot: Models Can Have the Evidence and Still Not Use It
ai-models

ContextRL Exposes a Benchmark Blind Spot: Models Can Have the Evidence and Still Not Use It

The next benchmark failure mode is not that the model lacks the answer. It is that the answer is sitting in the context, highlighted by reality itself, and the model still reasons from the wrong evidence. ContextRL is interesting because it targets that specific production headache: models that can read
16 Jun 2026 5 min read
TokenPilot Says the Expensive Part of Long-Running Agents Is Not Just Tokens — It Is Cache Invalidation
ai-models

TokenPilot Says the Expensive Part of Long-Running Agents Is Not Just Tokens — It Is Cache Invalidation

The expensive part of a long-running agent is not always the tokens you can see. Sometimes it is the cache hit you accidentally destroyed three turns ago because your framework rewrote the top of the prompt, moved the tool schema, inserted a fresh timestamp, or “helpfully” summarized the wrong block.
16 Jun 2026 5 min read
Claude Fable 5’s Suspension Turns Model Safety Into an Availability Risk
ai-models

Claude Fable 5’s Suspension Turns Model Safety Into an Availability Risk

The scary part of Anthropic’s Fable 5 suspension is not that a frontier model can be jailbroken. Anyone who has shipped around LLMs already knows that “perfect jailbreak resistance” belongs in the same folder as “distributed systems are easy.” The scary part is that a model can become unavailable
16 Jun 2026 5 min read
Copilot CLI 1.0.63 Is Mostly Glue — Which Is Where Agent Reliability Lives
codex

Copilot CLI 1.0.63 Is Mostly Glue — Which Is Where Agent Reliability Lives

Copilot CLI 1.0.63 is not the kind of release that gets a launch video. Good. The important parts of coding-agent platforms are increasingly boring: auth banners that tell the truth, session state that does not leak, WebSockets that reconnect, hooks that fire when they say they will, and
16 Jun 2026 6 min read
Copilot AI Credits Turn Agent Mode Into a Budget Policy Surface
codex

Copilot AI Credits Turn Agent Mode Into a Budget Policy Surface

GitHub Copilot’s billing page is now a product surface engineers have to read like infrastructure documentation. That is the real story behind GitHub AI Credits: the thing that used to feel like an editor subscription is becoming a metered agent runtime, and the pricing table is where the architecture
16 Jun 2026 5 min read
Codex 0.140 Imports Claude Code Setup, Because Agent Workspaces Are the New Lock-In
claude-code

Codex 0.140 Imports Claude Code Setup, Because Agent Workspaces Are the New Lock-In

OpenAI’s most interesting Codex update this week is not a better benchmark score, a shinier model switcher, or another “agentic” demo with a suspiciously clean repository. It is a migration button. Codex CLI 0.140.0, published June 15, adds /import for “selectively importing setup, project configuration, and recent
16 Jun 2026 5 min read
OpenClaw’s Agent SDK Packaging Draft Treats Agent Workspaces Like Deployable Artifacts
openclaw

OpenClaw’s Agent SDK Packaging Draft Treats Agent Workspaces Like Deployable Artifacts

The agent ecosystem has spent too long treating production agents like a handful of markdown files that happen to know where the tools are. That model was fine when agents were experiments. It breaks the moment an agent has secrets, schedules, channel bindings, memory policy, sandbox rules, and enough autonomy
15 Jun 2026 4 min read
OpenClaw Exposes Tool-Use Blocks to Hooks, Which Is How Agent Supervision Stops Guessing
openclaw

OpenClaw Exposes Tool-Use Blocks to Hooks, Which Is How Agent Supervision Stops Guessing

If your agent supervision layer can only read the final answer, it is not supervising the agent. It is grading the press release the agent wrote about itself. OpenClaw PR #93442 fixes a deceptively important gap by exposing structured tool-use blocks to llm_output and agent_end hooks. That sounds
15 Jun 2026 4 min read
OpenClaw Turns Codex Hosted Search Into a Bounded Tool Provider Instead of a Whole-Agent Commitment
openclaw

OpenClaw Turns Codex Hosted Search Into a Bounded Tool Provider Instead of a Whole-Agent Commitment

The useful version of multi-agent architecture is not “let everything call everything.” That is just distributed confusion with better branding. The useful version is narrower: give one runtime a specific capability from another runtime, strip away everything it does not need, and make the result observable enough that operators can
15 Jun 2026 4 min read
← Newer Posts Page 24 of 136 Older Posts →
The LGTM © 2026
  • Sign up
Powered by Ghost