03-21-2026Price:

The Frontier

Your signal. Your price.

AI & TECH

AI agents mature beyond hype with skills and specialized payments

Saturday, March 21, 2026 · from 3 podcasts
  • Open-source tools solving developer problems are winning adoption while financial media chases vaporware.
  • Agent skills solve context bloat by dynamically loading expertise, with verification and code review delivering highest ROI.
  • Specialized payment protocols like Tempo's MPP are emerging to enable autonomous machine-to-machine commerce.

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.

Entities Mentioned

OpenClawframework
OpenCodeTool

Source Intelligence

What each podcast actually said

Episode 254: Pop a TTermy!Mar 20

  • Adam Curry says open-source CLI tools like OpenCode, which connect to local models and run on-device, are winning over developers by solving concrete problems with transparency and control.
  • The same CNBC segment claimed AI agents would soon perform open-heart surgery, then awkwardly backtracked to designing kitchens, illustrating what Curry sees as a detachment from basic physics and biology.
  • Curry states the divergence in AI is between a path of useful, decentralized tools built by developers and a parallel path of vaporware promises fueled by venture capital and financial media.
  • For his own workflow, Curry values OpenCode's avoidance of cloud lock-in, the ability to see code and understand diffs, and its practical utility over hyped releases from large AI firms.
  • Curry says he would pay $100 a month for OpenCode and cancel other services, highlighting the economic potential of open-source tools that deliver tangible value over marketed fantasy.

Also from this episode:

Open Source (2)
  • Curry argues the practical value of tools like OpenCode, which helped him document and fix podcasting software, is ignored by a financial media hype cycle focused on planetary-scale disruption promises.
  • On CNBC, an analyst called the project OpenClaw the 'most successful open source project in the history of humanity,' a claim Curry dismisses as 'pathetic' and disconnected from developer reality.

Tempo Mainnet: The Race to Agentic CommerceMar 19

  • Tempo's mainnet launch pivots its narrative from stablecoin and cross-border payments to a focus on its Machine Payments Protocol (MPP) for AI agents.
  • The Machine Payments Protocol (MPP) is designed as a payment-method agnostic standard for machine-to-machine transactions, competing directly with Coinbase's X.402 protocol.
  • Tempo argues its MPP is a more flexible standard for agentic commerce than existing alternatives like Coinbase's X.402.
  • The protocol already supports payment extensions for Stripe, Visa cards, and Bitcoin Lightning, aiming to function as a universal payment form for autonomous agents.

How to Use Agent SkillsMar 18

  • Nathaniel Whittemore explains that agent skills solve the context bloat problem by allowing dynamic, just-in-time loading of expertise, rather than loading all instructions upfront.
  • Anthropic's Tariq describes the core principle as progressive disclosure, where agents start with a skill's name and description and pull deeper layers only if relevant.
  • Anthropic identifies nine core categories for agent skills, with verification and code review emerging as the highest-ROI categories.
  • Tariq clarifies that skills are not just markdown files but are folders that bundle scripts, credentials, assets, and data, turning static instructions into executable, modular knowledge.
  • A specific verification tactic developed by Anthropic involves having Claude record a video of its output to provide transparent auditability of what is being tested.
  • Nathaniel Whittemore discusses new tooling like Skill Creator, which brings testing and benchmarking to non-engineers by running A/B tests and scoring performance.
  • Skill Creator also rewrites skill descriptions to trigger more reliably, addressing one of the three biggest pain points in skill adoption.