The technical plumbing for AI agents is getting real while the hype remains detached.
On Podcasting 2.0, Adam Curry describes how open-source command line tool OpenCode transformed his workflow. It connects to local models, runs on his machine, and helped him fix podcasting software. The appeal is control and transparency - seeing the code, understanding diffs, avoiding cloud lock-in.
Meanwhile, financial media peddles fantasy. CNBC analysts declared another project the "most successful open source project in history" and claimed AI agents would soon perform open-heart surgery before backtracking to kitchen design.
The gap between practical tools and breathless speculation has never been wider.
For agents that actually work, a major technical hurdle emerged: context bloat. As capabilities grew in 2025, system prompts ballooned, crowding out task execution space. Skills solve this with progressive disclosure - agents load only what they need, when they need it.
According to Anthropic's Tariq on The AI Daily Brief, skills aren't just markdown files. They're folders bundling scripts, credentials, and assets - executable knowledge modules. Verification and code review skills deliver the highest returns.
New tooling like Skill Creator brings testing and benchmarking to non-engineers, running A/B tests and rewriting descriptions for reliability.
Parallel development addresses how agents will pay each other. Tempo's mainnet launch emphasizes its Machine Payments Protocol, positioning it against Coinbase's X.402 as a payment-method-agnostic standard for autonomous commerce.
The protocol already supports Stripe, Visa cards, and Bitcoin Lightning via extensions - infrastructure for when agents need to transact without human intervention.
These developments mark a maturation phase: solving practical problems of execution and exchange while media chases science fiction.
Tariq, Anthropic:
- A common misconception we hear about skills is that they are just markdown files.
- The most interesting part of skills is that they're not just text files. They're folders that can include scripts, assets, datas, etc. that the agent can discover, explore, and manipulate.


