Skip to content

Vibecoding

124 terms in this category

10x Developer

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

beginnerVibecoding

AI Ceiling

The AI ceiling is the point where AI can't help you anymore and you have to actually think. It handles the boilerplate, the CRUD, the standard patterns.

intermediateVibecoding

AI Gaslighting

AI gaslighting is when the AI looks you dead in the eyes (metaphorically) and insists the broken code it just wrote is totally correct.

beginnerVibecoding

AI Hangover

An AI hangover is the morning-after realization when you look at the code you vibe-coded yesterday and have absolutely no idea how it works. It runs.

beginnerVibecoding

AI IDE Burnout

AI IDE burnout is exhaustion from using Cursor, Windsurf, or Claude Code all day every day. Your brain is constantly evaluating AI suggestions.

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

AI Sycophancy

AI sycophancy is when the AI agrees with everything you say instead of telling you you're wrong.

intermediateVibecoding

AI Whisperer

An AI whisperer is that one person on the team who always gets amazing results from AI tools while everyone else gets garbage.

beginnerVibecoding

Agent Burnout

Agent burnout is the mental fatigue of running multiple AI agents and supervising them all day.

beginnerVibecoding

Agent Lore

Agent lore is the accumulated tribal knowledge about how to get the best behavior out of specific AI agents.

beginnerVibecoding

Agentic Coding

Agentic coding is when AI doesn't just suggest code — it autonomously writes, runs, tests, debugs, and iterates on code by itself.

advancedVibecoding

Auto Mode

Auto mode is Claude Code's permission classifier — the middle ground between confirm-everything and YOLO mode.

beginnerVibecoding

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

Blameless Culture

Blameless culture means when something breaks, you ask 'why did the SYSTEM allow this?' instead of 'who did this?

beginnerVibecoding

Bot PR

A bot PR is a pull request opened by an automated system — Dependabot, Renovate, an AI agent — instead of a human. Some are essential (security patches).

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 Monkey

A code monkey is a developer who just writes code without much creative input — following specs exactly, no questions asked.

beginnerVibecoding

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

Commit Farming

Commit farming is gaming your GitHub contribution graph by making lots of tiny, meaningless commits. Rename a variable, commit. Fix a typo, commit.

beginnerVibecoding

Conference Driven Development

Conference Driven Development is rewriting your entire tech stack every time someone comes back from a tech conference hyped about a new tool.

beginnerVibecoding

Context Collapse

Context collapse is when the AI has been helping you perfectly for an hour and then suddenly forgets everything.

intermediateVibecoding

Context Stuffing

Context stuffing is cramming your entire codebase, README, package.

beginnerVibecoding

Context Window

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

intermediateVibecoding

Copy-Paste Driven Development

Copy-paste driven development is building your app by stitching together code snippets from AI chats, Stack Overflow, and blog posts like a digital Franken...

beginnerVibecoding

Copypasta

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

beginnerVibecoding

Cowboy Coding

Cowboy coding is writing code with no rules, no process, no plan — just you, your editor, and the Wild West. No code reviews, no tests, no branches.

beginnerVibecoding

Crunch Time

Crunch time is that intense period before a deadline where normal work hours go out the window and the team enters survival mode.

beginnerVibecoding

Cursor Brain

Cursor brain is when you've used AI autocomplete so much that you've forgotten basic syntax. You can't write a for loop without Tab.

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

Dangerously Skip Permissions

Dangerously skip permissions is the nuclear option — bypassing all AI confirmation gates. Named 'dangerously' because the devs meant it.

advancedVibecoding

Death March

A death march is a project where the deadline is impossible, the scope keeps growing, and everyone knows it's going to fail — but they keep marching anyway...

beginnerVibecoding

Dependabot Fatigue

Dependabot fatigue is opening your PR list and seeing 47 dependency-update PRs from a bot that never sleeps. You start reflexively merging without reading.

beginnerVibecoding

Dogfooding

Dogfooding means using your own product — 'eating your own dog food.' If you build a project management tool, use it to manage the project of building it.

beginnerVibecoding

Drive-by Fix

A drive-by fix is when someone spots a bug, quickly patches it, and moves on without telling anyone — no ticket, no PR description, no context.

beginnerVibecoding

Flame War

A flame war is an aggressive online argument that generates way more heat than light — tabs vs spaces, Vim vs Emacs, React vs Vue, semicolons vs no semicol...

beginnerVibecoding

Friday Deploy

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

beginnerVibecoding

Ghost Engineer

A ghost engineer is someone on the team whose contributions are mysterious — they're on standups, they get paid, but nobody can point to a line of code the...

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

Imposter Syndrome

That feeling when you're convinced everyone around you is a real developer and you're just faking it. You shipped a feature? Lucky. You fixed a bug? Fluke.

beginnerVibecoding

Knowledge Silo

A knowledge silo is when critical information is trapped with one person or team and nobody else has access to it.

beginnerVibecoding

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

Model Hopping

Model hopping is when you ask GPT-4 a question, don't like the answer, so you try Claude, don't like that either, try Gemini, then go back to GPT-4 and acc...

beginnerVibecoding

Natural Language Programming

Natural language programming is writing code by describing what you want in plain English (or any human language).

beginnerVibecoding

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

Not Invented Here

Not Invented Here (NIH) syndrome is refusing to use existing solutions because you didn't build them yourself.

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

PR Factory

A PR factory is when you (or your AI) crank out pull requests faster than anyone can review them. Quantity over quality.

beginnerVibecoding

PR Fatigue

PR fatigue is when your review queue has 40 open PRs and you've stopped actually reading them. You just scroll, click approve, and move on.

beginnerVibecoding

Pair Programming

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

beginnerVibecoding

Permission Mode

Permission mode controls whether your AI agent confirms before acting, auto-approves low-risk moves, or skips all gates entirely.

beginnerVibecoding

Plan Mode

Plan mode is AI-first read-only planning — the AI reads your codebase, outlines what it'll do, and waits for you to say go.

beginnerVibecoding

Prompt Chaining

Prompt chaining is breaking a big task into smaller prompts and feeding the output of one into the next.

intermediateVibecoding

Prompt Debt

Prompt debt is like technical debt, but for your AI prompts. You wrote a quick-and-dirty prompt that works, so you kept it. Then another. Then another.

intermediateVibecoding

Prompt Engineering

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

intermediateVibecoding

Prompt Fatigue

Prompt fatigue is when you've been talking to AI all day and you just can't think of another way to phrase your request.

beginnerVibecoding

Prompt Golf

Prompt golf is the art of getting the AI to do exactly what you want with the fewest possible words. Like code golf but for prompts.

intermediateVibecoding

Prompt Rot

Prompt rot is when the prompts you carefully crafted three months ago suddenly stop working because the AI model got updated.

intermediateVibecoding

Prompt-Driven Development

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

beginnerVibecoding

Rage Coding

Rage coding is writing code while furious — usually after a bug has been eluding you for hours, a deploy failed for the fifth time, or someone pushed break...

beginnerVibecoding

Resume Driven Development

Resume Driven Development is choosing technologies not because they're right for the project, but because they'll look good on your resume.

beginnerVibecoding

Review Fatigue

Review fatigue is PR fatigue's cousin — the mental exhaustion of reviewing code all day. After 8 reviews, you're not actually reading anything.

beginnerVibecoding

Rubber Duck Debugging

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

beginnerVibecoding

Rubber Ducking

Rubber ducking is the verb form of rubber duck debugging — the act of explaining your problem out loud (to anyone or anything) to find the solution.

beginnerVibecoding

Rubber Stamp Review

A rubber stamp review is approving a pull request without actually reading the code — just clicking 'approve' and moving on. It's the LGTM of laziness.

beginnerVibecoding

Rube Goldberg Code

Rube Goldberg code is an absurdly complicated solution to a simple problem — like building a machine with 47 moving parts just to flip a light switch.

beginnerVibecoding

Schroedingers Bug

A Schrodinger's bug is a bug that disappears when you try to observe it. Add a console.log to debug it? Gone. Open the debugger? Works perfectly.

beginnerVibecoding

Scope Creep

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

beginnerVibecoding

Send It

'Send it' is what you say right before pushing to production on a Friday afternoon. It's the deploy-culture equivalent of 'hold my beer.

beginnerVibecoding

Shadow Prompting

Shadow prompting is the hidden system prompts that secretly shape how an AI behaves.

intermediateVibecoding

Ship Factory

A ship factory is a team or codebase optimized for continuous shipping. Deploys happen all day, every day, on autopilot.

beginnerVibecoding

Ship It

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

beginnerVibecoding

Ship Velocity

Ship velocity is how fast your team gets features from idea to production. It's the only metric that actually matters.

beginnerVibecoding

Ship Vibes

Ship vibes is the mood of a team that's ready to deploy. Confidence, momentum, tests passing, designs approved.

beginnerVibecoding

Slash Command

Slash commands are the /foo shortcuts in AI tools — /memory, /simplify, /loop — power moves for developers who know the cheat codes.

beginnerVibecoding

Slop Commit

A slop commit is a lazy, AI-generated commit that nobody bothered to review.

beginnerVibecoding

Slop Farm

A slop farm is a codebase (or content site, or repo) where AI-generated garbage is shipped at industrial scale with no human review.

beginnerVibecoding

Slopfarming

Slopfarming is the practice of using AI to mass-produce mediocre content, code, or PRs to hit some metric — GitHub contributions, SEO pages, Stack Overflow...

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

Sunk Cost Fallacy

The sunk cost fallacy in coding is refusing to throw away bad code because you spent so long writing it.

beginnerVibecoding

Tab-Tab-Tab

Tab-tab-tab is the sound of a vibecoder accepting every AI autocomplete suggestion without reading it. Ghost text appears? Tab. More ghost text? Tab.

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

The Handoff

The handoff is that moment when the AI has done 80% of the work and you have to do the remaining 20% yourself.

intermediateVibecoding

The Loop

The Loop is that endless cycle where you tell the AI about a bug, it suggests a fix, the fix creates a new bug, you tell the AI about that bug, it suggests...

beginnerVibecoding

Token

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

beginnerVibecoding

Token Anxiety

Token anxiety is that creeping dread when you're deep in a conversation with an AI and you start worrying about running out of context window.

beginnerVibecoding

Tribal Knowledge

Tribal knowledge is the stuff that only exists in people's heads — the undocumented rules, workarounds, and 'you just have to know' context that's never wr...

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 Branch

A vibe branch is a feature branch that started as 'quick vibes, just exploring' and is now somehow six weeks old with 400 commits.

beginnerVibecoding

Vibe Burnout

Vibe burnout is the exhaustion of endlessly prompting, tweaking, and babysitting AI agents.

beginnerVibecoding

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 Debt

Vibe debt is AI-generated shortcuts that work today but will hurt later — technical debt's chaotic, fast-moving younger sibling.

intermediateVibecoding

Vibe Debugging

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

beginnerVibecoding

Vibe Deploy

A vibe deploy is when you push to production because the code 'feels ready.' No staging test, no smoke test, just vibes.

beginnerVibecoding

Vibe Diff

Vibe diff is when you look at a code diff and instead of reading every line, you just... feel whether it's good or not.

beginnerVibecoding

Vibe Drift

Vibe drift is when you start an AI coding session on-task and end it three hours later having rewritten your entire auth system for no reason.

beginnerVibecoding

Vibe Entropy

Vibe entropy is the natural tendency of a codebase that started with good vibes to drift toward chaos over time.

intermediateVibecoding

Vibe Lock

Vibe lock is that magical state where you and the AI are perfectly in sync. It understands your codebase, your patterns, your intent.

beginnerVibecoding

Vibe Merge

A vibe merge is when you accept a merge without reading the diff because the vibes are right — tests pass, CI is green, the author is trustworthy.

beginnerVibecoding

Vibe Oncall

Vibe oncall is letting an AI agent hold the pager. It triages alerts, writes postmortems, even deploys rollbacks. Sometimes it works beautifully.

intermediateVibecoding

Vibe Ops

Vibe ops is infrastructure and DevOps done with AI — from provisioning servers to writing incident playbooks, vibed into existence.

intermediateVibecoding

Vibe Pivot

A vibe pivot is completely changing approach mid-session when the AI's plan clearly isn't working. Flexibility as a feature, not a failure.

beginnerVibecoding

Vibe Refactor

A vibe refactor is when you tell the AI to 'make this code better' without specifying what 'better' means. Maybe cleaner? Faster? More readable?

intermediateVibecoding

Vibe Regression

Vibe regression is when the AI 'fixes' one thing and silently breaks two others. The tests it didn't know to run now fail.

beginnerVibecoding

Vibe Review

A vibe review is asking the AI to review its own output — necessary, surprisingly humbling, and better than shipping unreviewed AI code.

beginnerVibecoding

Vibe Scope

Vibe scope is when the AI expands what you're building mid-session without asking. Feature creep, but it's technically the AI's fault.

intermediateVibecoding

Vibe Ship

Vibe ship is pushing straight to production from an AI session without a staging environment. Living on the edge, but shockingly fast.

beginnerVibecoding

Vibe Sprint

A vibe sprint is shipping a whole feature in one uninterrupted AI session — no standups, no tickets, no context switching. Just vibes.

beginnerVibecoding

Vibe Testing

Vibe testing is when your entire QA strategy is 'I clicked around and it seemed fine.' No unit tests, no integration tests, no end-to-end tests.

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

Vibecoder

A vibecoder is a developer who builds primarily through conversation with AI. They don't memorize syntax — they describe intent.

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

Yeet

In dev culture, yeet means to throw something with force and zero ceremony. Yeet the deploy. Yeet the old code. Yeet that PR into main.

beginnerVibecoding

Zero-Shot Vibing

Zero-shot vibing is asking the AI to do something with zero examples, zero context, and zero explanation — just pure vibes. 'Build me a landing page.

intermediateVibecoding

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