AI agents are hitting a wall: the more you load them with instructions, the worse they perform. According to Nathaniel Whittemore on The AI Daily Brief, the industry is abandoning massive system prompts in favor of modular 'skills' - dynamic capabilities loaded only when needed. This shift, pioneered by Anthropic’s Claude Code team, uses progressive disclosure: agents start with metadata and pull in specific Markdown files or scripts on demand.
The stakes became clear with Anthropic’s unreleased Mythos model. As Theo and Ben discuss on Nerd Snipe, Mythos - likely the first 10-trillion-parameter model - accidentally discovered a 27-year-old vulnerability in OpenBSD. That finding triggered 'Project Glass Wing,' an effort to patch critical systems before the model leaks. The realization across security teams: elite coding ability now implies hacking capability by default.
"Hacking isn't a separate skill anymore; it is an emergent property of elite coding ability."
- Theo, Nerd Snipe with Theo and Ben
This changes who can attack. No longer do hackers need deep, system-specific knowledge. With enough tokens, a motivated user can bridge the gap using the model as a force multiplier. The model supplies the arcane details; the human supplies intent. As Ben put it, the Mythos benchmark results shifted his view from skepticism to alarm.
Meanwhile, the software development process itself is dissolving. Ben replaced a months-long CLI tool project with a 30-line Markdown file using Gary Tan’s GStack. The agent becomes the runtime - reading instructions, creating directories, cloning repos. Code is no longer compiled; it’s interpreted on the fly by the agent.
Even Robert C. Martin - 'Uncle Bob,' the father of Clean Code and Agile orthodoxy - has pivoted. Theo notes the irony: the man who built an empire on braces, semicolons, and rigid syntax now champions voice-to-code and agentic workflows. He’s running experiments AI can execute without human bias, like testing whether static typing still matters in agent-driven development.
"If you think your product is too 'special' to be an agentic skill, you aren't pushing the models hard enough."
- Theo, Nerd Snipe with Theo and Ben
The old guard is adapting faster than the skeptics. Developers who dismissed early AI tools like Co-pilot are being outpaced by those embracing voice, Markdown, and agent-native design. Prompts are no longer throwaways - they’re becoming durable, reusable assets, versioned and tested like code. Notion’s new custom skills and Anthropic’s Skill Creator tool signal a broader shift: AI isn’t just assisting developers. It’s redefining what code, security, and capability mean.

