The  LGTM
  • Home
  • Agentic Coding
  • Claude Code
  • Codex
Sign in Subscribe
Agently 4.1.3 Pushes Agent Frameworks Toward Backend Runtime Contracts Instead of Prompt Glue
ai-frameworks

Agently 4.1.3 Pushes Agent Frameworks Toward Backend Runtime Contracts Instead of Prompt Glue

Agently 4.1.3 is the kind of release that tells you where the agent-framework category is heading, even if the changelog itself is mostly framework vocabulary. The old pitch was “wrap a model call with tools.” The new pitch is backend runtime: typed inputs, structured outputs, model routing, external
25 May 2026 4 min read
mcp-use Canary Fixes a Loopback OAuth Bug That Explains Why MCP Devtools Need URL Semantics, Not String Matching
ai-frameworks

mcp-use Canary Fixes a Loopback OAuth Bug That Explains Why MCP Devtools Need URL Semantics, Not String Matching

The mcp-use canary release fixes a bug that looks tiny until you remember OAuth is mostly a system for being painfully precise about identity. The inspector was connecting to one URL. The protected resource metadata advertised another. The token flow succeeded, then strict validation correctly refused to attach the token.
25 May 2026 4 min read
ai-frameworks

Pipelex 0.30.1 Treats Agent CLIs Like APIs, Not Terminals With Better Branding

Agent CLIs have spent the last year cosplaying as terminals while production systems quietly started treating them like APIs. Pipelex 0.30.1 is a small release, but it lands on exactly the seam where that pretense breaks: stdout and stderr are not vibes. If another runner is parsing them,
25 May 2026 3 min read
Cline v3.85.0 Turns Model Support Into Runtime Routing Work
agentic-coding

Cline v3.85.0 Turns Model Support Into Runtime Routing Work

Cline v3.85.0 looks like a routine provider-update release if you read it as a changelog. New model IDs, a couple of gateway fixes, a webhook URI, dependency bumps. Fine. Ship it. But that is the wrong read. The useful story is that coding agents are quietly becoming model
25 May 2026 6 min read
ETCHR Says Multimodal Models Should Stop Pretending Text Is Enough for Visual Reasoning
ai-models

ETCHR Says Multimodal Models Should Stop Pretending Text Is Enough for Visual Reasoning

Multimodal models keep being asked to reason about images by turning them into words and hoping nothing important got lost in translation. ETCHR is interesting because it calls that bluff. The paper, surfaced on Hugging Face Papers, proposes a question-conditioned image editor that helps vision-language models solve visual reasoning problems
25 May 2026 4 min read
SkillOpt Treats Agent Skills Like Trainable Infrastructure, Not Prompt Folklore
ai-models

SkillOpt Treats Agent Skills Like Trainable Infrastructure, Not Prompt Folklore

Agent skills are about to have their dependency-lockfile moment. For the last two years, most teams have treated agent instructions as artisanal prompt craft: a little policy in the system prompt, a little tool advice in a README, a few tribal rules buried in Slack, and one engineer who knows
25 May 2026 5 min read
Codex Timeouts Should Not Poison OpenClaw’s Auth and Failover State
openclaw

Codex Timeouts Should Not Poison OpenClaw’s Auth and Failover State

A timeout is evidence. The hard part is knowing what it is evidence of. OpenClaw pull request #86476 fixes a subtle but consequential boundary leak in the project’s Codex integration. When the app-server turn-completion watchdog fires, OpenClaw has been letting that timeout escape into generic provider, credential, and failover
25 May 2026 4 min read
A One-Line DeepSeek Schema Bug Explains Why Tool Calling Still Breaks in Production
openclaw

A One-Line DeepSeek Schema Bug Explains Why Tool Calling Still Breaks in Production

Tool calling is sold as a clean contract: define a schema, send it to the model, validate the result. OpenClaw issue #86468 is a useful reminder that production rarely gets the clean version. Between your plugin’s source schema and the model’s actual prompt-visible schema sits an adapter layer.
25 May 2026 4 min read
Orphaned Image Callbacks Are Poisoning Isolated Cron Runs
openclaw

Orphaned Image Callbacks Are Poisoning Isolated Cron Runs

The uncomfortable thing about OpenClaw issue #86490 is that the bug does not merely fail a cron job. It changes who gets to speak first in the next run. After upgrading to OpenClaw 2026.5.22, an isolated cron job that calls image_generate can leave behind a failed run’
25 May 2026 4 min read
Subagent Completion Results Need a Durable Outbox, Not Three Fast Retries and Hope
openclaw

Subagent Completion Results Need a Durable Outbox, Not Three Fast Retries and Hope

OpenClaw’s latest subagent bug is not interesting because a retry loop failed. Retry loops fail all the time. It is interesting because the platform treated a completed subagent result like an optional notification instead of a piece of workflow state that was already owed to the user. That distinction
25 May 2026 4 min read
Multi-Agent Systems Need Observability at the Execution-Graph Level, Not Another Prompt Log
ai-frameworks

Multi-Agent Systems Need Observability at the Execution-Graph Level, Not Another Prompt Log

The first generation of agent observability treated the model call as the unit of truth. Capture the prompt, capture the completion, count the tokens, maybe attach a trace ID, and call it visibility. That was barely enough for single-agent copilots. It is not enough for multi-agent systems. Once agents hand
25 May 2026 5 min read
ClickHouse’s Coding-Agent Lessons Are the Best Anti-Hype Argument for Using Agents
ai-frameworks

ClickHouse’s Coding-Agent Lessons Are the Best Anti-Hype Argument for Using Agents

The most useful coding-agent story right now is not the one where an AI writes an app from a napkin sketch. It is the one where a serious database company uses agents to grind down flaky tests, merge conflicts, boilerplate, review chores, and CI failures — then still insists the human
25 May 2026 5 min read
← Newer Posts Page 30 of 111 Older Posts →
The LGTM © 2026
  • Sign up
Powered by Ghost