‘Neo Learns Kung Fu’: How Skill Files Unlock AI in DeFi

Watch on YouTube ↗  |  April 10, 2026 at 02:25  |  15:03  |  Unchained (Chopping Block)
Speakers
Austin Griffith -- Ethereum Foundation — Ethereum Foundation builder

Summary

  • Skill files are emerging as a critical component for AI agents in DeFi, bridging the gap between AI models' outdated training data (often from 2023) and current on-chain reality.
  • Austin Griffith's ETHskills.com significantly enhances AI agents' knowledge of crypto, enabling one-shot smart contract deployments with high accuracy; his bot has deployed contracts holding over $250,000 in total value.
  • Protocols expecting AI agent interaction should adopt skill.md files as a standard, similar to robots.txt for web crawlers, to provide agents with necessary up-to-date information.
  • Developing skill files requires an iterative process: interrogate agents to ensure files only contain knowledge not already known by the model, and refine based on agent failures to prevent errors like lazy execution or hallucinations.
  • Kain Warwick shared an anecdote where an AI agent permanently locked funds in an Aerodrome gauge due to missing an authorization step, leading to a new rule in skill files: simulate full round-trip transactions to ensure recoverability.
  • Skill files act like "Neo learning kung fu" from The Matrix, instantly upgrading agent capabilities, but signal-to-noise is a challenge as many skill files may be unreliable; trusted sources like Austin's are valued due to extensive testing.
  • There is a cultural trend in crypto of openly sharing skill files despite them being "secret sauce," promoting collective improvement rather than hoarding knowledge for competitive advantage.
  • AI agents can be prone to laziness and pattern-matching hallucinations, necessitating strict, explicit rules in skill files to enforce diligence, such as mandatory web requests for verification.
  • The evolution of skill files is driven by real-world failures and feedback loops, emphasizing the need for continuous updates and community validation to ensure safety and effectiveness.
  • As AI agents become more prevalent in DeFi and beyond (e.g., travel agents), skill files will be essential for scalable, safe automation, with implications for protocol design and developer tools.
Up Next