Glossary

A comprehensive glossary of open source and developer terminology

A

Andrej Karpathy

Co-founder of OpenAI and former AI leader at Tesla. Coined 'vibe coding' in a February 2, 2025 post on X.

Agentic Coding

The evolution of vibe coding where AI agents work autonomously on complex, multi-step development tasks with minimal human intervention.

AI Coding Benchmarks

Standardized tests for evaluating AI coding capability, including SWE-bench, HumanEval, and MBPP.

Andrew Ng

Influential AI researcher (Stanford, Coursera, DeepLearning.AI) who has criticized the term 'vibe coding' as misleading about the engineering involved.

Agentic Engineering

A term proposed by Andrej Karpathy as a more professional alternative to 'vibe coding,' emphasizing engineering rigor in guiding AI agents.

Agent Hooks

In Kiro, autonomous background tasks triggered by events like file save. Agents execute predefined prompts without manual intervention.

AI-Assisted Development

The broad category encompassing all forms of AI involvement in software creation, from autocomplete to vibe coding to fully autonomous agentic coding.

Agent Mode

A feature in Cursor and GitHub Copilot that gives the AI greater autonomy, enabling file-wide edits, test generation, and CLI commands through natural language.

AI Pair Programming

The practice of working alongside an AI assistant as if it were a human pair programming partner, where the AI writes code and the human reviews.

AAIF (Agentic AI Foundation)

A directed fund under the Linux Foundation created in December 2025, co-founded by Anthropic, Block, and OpenAI, that governs the MCP standard.

AI Code Generation

The process of using AI models to produce source code from natural language descriptions, existing code patterns, or specifications.

Antigravity (Google)

Google's AI editor, set to benefit from the MCP standard adopted in Xcode and other tools.

C

Claude Code

Anthropic's command-line agentic coding tool that understands entire repositories, makes multi-file changes, and runs tests. Defined the agentic coding category.

Claude Desktop

Anthropic's desktop application for interacting with Claude. Acts as an MCP host, allowing connection to local MCP servers for file access and database queries.

Context7

MCP server that fetches up-to-date library and framework documentation so AI tools don't suggest deprecated APIs.

Cursor Rules / .cursorrules

Configuration files that provide persistent context to Cursor about your project's tech stack, coding conventions, and preferences.

Cursor

The most popular AI-powered code editor. A VS Code fork with deep AI integration including chat-based editing, Agent mode, and MCP support.

CLAUDE.md

A project-level configuration file for Claude Code that provides context about your project, coding standards, preferred workflows, and tools.

Claude Opus 4.6

Anthropic's most advanced AI model (February 2026). Part of the Claude 4.5 family with enhanced coding skills including planning, code review, and debugging.

Claude Sonnet 4.5

Anthropic's midsize model that balances capability and speed. Widely used in Cursor and other AI coding tools.

Claude Agent SDK

The underlying harness that powers Claude Code. Apple's Xcode 26.3 natively integrates with the Claude Agent SDK.

Claude Cowork

Anthropic's desktop tool for non-developers to delegate complex tasks to AI agents, including research, document creation, and data analysis.

Cline

An open-source AI coding agent that runs in VS Code, supporting multiple AI providers with an emphasis on transparency and user control.

Context Window

The maximum amount of text an AI model can process in a single interaction. Larger context windows allow models to understand bigger codebases.

Context Engineering

The skill of providing AI tools with the right information to produce accurate, relevant code. Considered the most important skill in AI-assisted development.

Stay in the loop

Get weekly updates on trending AI coding tools and projects.