Blog
All my articles and thoughts.
-
The Context Window Grew a Memory Manager
• 5 min readA June 2026 wave of papers shows pruning beats full context on accuracy and cost — and that eviction is becoming a deterministic, cache-aware system, not a summarize call.
-
The Skill Supply Chain Got Poisoned Before It Got Secured
• 5 min readAgent skills are an executable supply chain that runs with your agent's full privileges — and the first wave of benchmarks shows our defenses see only half the attacks.
-
Optimization Is Moving From Weights to English
• 5 min readRecent work turns skills, harnesses, and context into objects you can search over and benchmark — optimizing the English around a frozen model instead of the model.
-
Code Is the Action Space Now
• 6 min readFrameworks are quietly replacing JSON tool calls with generated code. That collapses turns and tokens — and pushes isolation down to the single call.
-
The Harness Got a Name
• 5 min readA new survey and Microsoft's BUILD 2026 release both landed on the same idea: agent capability is leaving the model and moving into the harness.
-
Skills Are the New SDK
• 5 min readOpenAI killed its visual Agent Builder the same week Google shipped first-party skills. The agent capability layer just consolidated.
-
The Agent Doesn't Know When It's Failing
• 6 min readNew benchmarks measure calibrated refusal and premature self-stops, and the data says agent confidence signals are broken. Here's how to engineer around it.
-
The Agent Got Its Own Account
• 6 min readIn ten days of June 2026, agents got their own budget, their own permission manifest, and their own credentials. The agent is now a principal, not a feature.
-
The Environment Became the Curriculum: Agent RL's Synthesis Turn
• 6 min readAgent RL's bottleneck moved from data to reward to the environment itself. The newest research tries to take humans out of environment-building entirely.
-
Data Agents: The Hard Part Was Never the SQL
• 5 min readAnthropic and OpenAI independently shipped internal data agents and reached the same conclusion: discovery beats generation, and structure beats access.