.md Files
Markdown files โ plain text documents that give AI structured instructions. Think of them as your AI's cheat sheet.
Obsidian
A note-taking app that stores everything as .md files. Used to build a personal knowledge base that feeds into AI workflows.
Skill Files
Pre-written instruction files (SKILL.md) that tell AI agents exactly how to complete specific tasks โ like a job description for AI.
Context Window
Everything an AI can "see" at once โ your prompt, files, history. Bigger context = smarter, more aware responses.
MCP
Model Context Protocol โ the "USB-C of AI." A universal standard that lets any AI model connect to any tool, API, or data source.
Connectors
Bridges between AI and your real apps โ Gmail, Slack, Notion, Calendar. AI agents use connectors to take real actions in your world.
APIs
Application Programming Interfaces โ how apps talk to each other. Every AI tool runs on APIs. Learning APIs = learning the internet's backbone.
RAG
Retrieval-Augmented Generation โ AI that searches real data before answering. No hallucinations. Like giving AI access to Google before it speaks.
Vector Databases
Storage systems that hold data as math (vectors). AI searches by meaning, not keywords. Powers RAG, memory, and semantic search.
LangChain
The most popular framework for building AI apps. Chains together LLMs, tools, and memory into complete workflows and agents.
AI Agents
AI that doesn't just answer โ it acts. Give it a goal, it plans, executes, and completes tasks autonomously without you babysitting it.
Multi-Agent Orchestration
A boss agent that manages other agents. One instruction triggers an entire AI workforce. This is replacing middle management.
OpenClaw
Viral AI agent (200K+ GitHub stars in weeks) that lives in WhatsApp, Telegram & Slack and actually does things โ books, emails, manages files.
Claude Code
Anthropic's terminal-based coding agent. Reads your codebase, writes code, runs tests, and opens pull requests โ all from the command line.
Cursor
The most hyped AI code editor of 2026. Built on VS Code, it understands your entire codebase โ not just one file โ and edits across multiple files at once.
Vibe Coding
Building software by describing what you want in plain English. AI writes the code. You just vibe. No syntax, no Stack Overflow. Just ship.