Matt Pocock, creator of Total TypeScript and former Vercel engineer, launched a new open-source repository on May 1, 2026, that translates emerging AI coding terminology into plain English. The 'dictionary-of-ai-coding' project gained 1,066 GitHub stars within five days, reflecting strong developer interest in understanding the evolving language of AI-assisted programming.
Repository Explains Emerging AI Coding Patterns
The TypeScript-based repository defines key terms that have emerged from the rise of AI coding assistants. One notable entry is 'vibe coding'—a pattern where developers accept an AI agent's code without human review, treating the code diff as opaque and focusing solely on whether the program works rather than examining the implementation details. This represents a significant departure from traditional code review practices that emphasize understanding every line of code.
Pocock's dictionary arrives as AI coding tools become increasingly sophisticated, creating new workflows and terminology that many developers encounter without formal definitions. The project aims to bridge the gap between practitioners using these tools and those trying to understand the changing development landscape.
Pocock Shares Personal AI Workflow Resources
Shortly before releasing the dictionary, Pocock also open-sourced a 'skills' repository containing resources from his personal .claude directory. This collection includes structured prompts for test-driven development following a red-green-refactor loop, and a 'to-issues' skill that automatically breaks down plans, specifications, or product requirement documents into independently addressable GitHub issues using vertical slices.
The combined releases provide insight into how experienced developers are integrating AI tools into their daily workflows. Pocock's willingness to share his personal AI coding system has resonated with the developer community, as evidenced by the rapid adoption and discussion around both repositories.
Community Response Highlights Knowledge Gap
The strong community response—over 1,000 stars in less than a week—suggests many developers recognize the need for shared vocabulary around AI-assisted coding. As AI coding tools continue to evolve and introduce new interaction patterns, resources like Pocock's dictionary help establish common language for discussing these emerging practices.
Key Takeaways
- Matt Pocock's 'dictionary-of-ai-coding' repository gained 1,066 GitHub stars within five days of its May 1, 2026 launch
- The repository defines AI coding terms like 'vibe coding,' where developers accept AI-generated code without reviewing the implementation
- Pocock also released his personal .claude directory skills, including TDD workflows and automatic issue generation from requirements
- The rapid adoption indicates strong developer demand for shared vocabulary around AI-assisted programming practices
- The project is open-source and written in TypeScript, making it accessible to the broader developer community