Skip to content

Vibecoding

39 terms in this category

10x Developer

Legend says some developers are 10x more productive than average.

beginnerVibecoding

AI Pair Programming

AI pair programming is pair programming where your partner is an AI.

beginnerVibecoding

AI Slop

AI slop is low-quality AI-generated content that's been published without human review or editing.

beginnerVibecoding

Agentic Workflow

An agentic workflow is when AI doesn't just suggest code — it actually executes a multi-step plan autonomously.

intermediateVibecoding

Bikeshedding

The nuclear power plant committee approved the reactor design in 2 minutes — no one understood it well enough to debate. The bike shed for employees?

beginnerVibecoding

Bus Factor

Bus factor = 1 means one person leaving (or getting hit by a bus) destroys the project. They're the only one who knows how the payment system works.

beginnerVibecoding

CLAUDE.md

CLAUDE.md is a special file you put in your project to give Claude Code persistent instructions — your project's personality file.

intermediateVibecoding

Claude Artifacts

Claude Artifacts are the interactive code previews Claude can generate in conversation — full React components, SVG graphics, HTML pages, and more, rendere...

beginnerVibecoding

Code Golf

Code golf is a programming sport where you solve problems using the fewest characters possible. A FizzBuzz in readable Python is 10 lines.

intermediateVibecoding

Code Review Bingo

Code Review Bingo is the game you play during code reviews where you spot classic patterns: 'TODO: fix this later' (it never gets fixed), commented-out cod...

beginnerVibecoding

Context Window

A context window is how much text an AI can 'see' at once — its working memory.

intermediateVibecoding

Copypasta

Copypasta is copy-pasted code that gets reused everywhere — the developer's comfort food.

beginnerVibecoding

Cursor Rules

Cursor Rules (formerly .cursorrules) are instructions you put in your project to tell Cursor IDE how to behave — like a CLAUDE.md but for Cursor.

intermediateVibecoding

Cursor Tab

Cursor Tab is the AI autocomplete in Cursor IDE that predicts what you're about to type and lets you accept it with Tab.

beginnerVibecoding

Friday Deploy

A Friday deploy is deploying code to production on a Friday afternoon — universally considered a terrible idea.

beginnerVibecoding

Hallucination

When an AI confidently makes something up — like citing a library that doesn't exist or generating code that calls a function that was never written.

intermediateVibecoding

LGTM (Looks Good To Me)

LGTM is the two-word code review approval that can mean anything from 'I carefully reviewed every line and this is perfect' to 'I glanced at the title and...

beginnerVibecoding

MCP (Model Context Protocol)

MCP is like USB for AI — a universal standard for connecting AI models to external tools and data.

intermediateVibecoding

Nit

A nit (short for nitpick) is a tiny, non-blocking code review comment about something that doesn't really matter but someone felt strongly enough to mentio...

beginnerVibecoding

One-Shot Prompting

One-shot prompting is giving the AI a single example of what you want, then asking it to do the same pattern for new input.

intermediateVibecoding

Pair Programming

Pair programming is two people at one computer — one types (driver), one thinks strategically (navigator).

beginnerVibecoding

Prompt Engineering

Prompt engineering is the art of talking to AI so it actually does what you want.

intermediateVibecoding

Prompt-Driven Development

Prompt-driven development is writing code by writing prompts instead of code.

beginnerVibecoding

Rubber Duck Debugging

You've been staring at this bug for 3 hours.

beginnerVibecoding

Scope Creep

Scope creep is when a simple feature request slowly grows into rebuilding the entire application.

beginnerVibecoding

Ship It

Ship it is the developer battle cry. It means 'this is good enough, let's deploy it.

beginnerVibecoding

Spaghetti Code

Spaghetti code is code so tangled and messy that following the logic feels like untangling earphones that have been in your pocket for a week.

beginnerVibecoding

Technical Debt

Technical debt is the coding equivalent of putting things on a credit card.

beginnerVibecoding

Technical Debt Bankruptcy

Technical debt is borrowing against future development speed for current delivery.

intermediateVibecoding

Technical Interview

Technical interviews test you by asking algorithmic puzzles on a whiteboard under time pressure. The theory is this correlates with job performance.

beginnerVibecoding

Token

In AI-land, a token is a chunk of text — roughly 3/4 of a word.

beginnerVibecoding

Vibe Architecture

Vibe architecture is when you let AI design your system architecture by describing what you need and letting it figure out the structure.

intermediateVibecoding

Vibe Check

A vibe check in dev culture is when you step back and ask 'does this feel right?' before shipping.

beginnerVibecoding

Vibe Coding

Vibe coding is writing software by vibes — you describe what you want to an AI, it writes the code, and you just... vibe.

beginnerVibecoding

Vibe Debugging

Vibe debugging is when you paste an error into an AI and let it figure out what's wrong.

beginnerVibecoding

Vibechecking

Vibechecking is the informal review process for vibe-coded projects — quickly scanning AI-generated code to make sure it's not doing anything crazy.

beginnerVibecoding

Works on My Machine

The most dangerous phrase in software development.

beginnerVibecoding

YOLO Deploy

A YOLO deploy is pushing code to production without testing it first because you're feeling brave (or reckless).

beginnerVibecoding

Yak Shaving

You want to fix a bug. The bug requires running the test suite. The test suite needs a Docker container. The Dockerfile is outdated.

beginnerVibecoding

Made with passive-aggressive love by manoga.digital. Powered by Claude.