Vibe Coding

VIBE CODING

18 SRC

18 sources Updated April 5, 2026

Vibe Coding

Vibe coding -- building software by prompting AI rather than writing code directly -- is enabling one-person teams to out-execute large labs on UI quality and ship complete applications in single prompts. Opus 4.6 crossed a quality threshold for one-shot website and marketing UI generation, while the community has developed techniques to overcome AI's design limitations: constraining output with layout templates from block libraries (Tailark, Tailwind UI, shadcn), using Dribbble screenshots as design references, and referencing enterprise-grade open-source dashboards. Non-technical builders are achieving real traction (5.8K GitHub stars, viral projects) by treating code as a creative medium. The emerging vibe-coding stack converges on managed backend + managed deploy + AI editor (Convex + Vercel + Cursor). However, a critical scaling blind spot persists: LLMs suggest infrastructure choices based on training data frequency, not production cost-efficiency. December 2025 marked a discrete inflection point where coding agents went from not working to basically working, shifting the programming paradigm from typing code to spinning up AI agents and managing their work in parallel.

Guides

Insights

Quality and Craft

  • AI is strong at filling in UI details but fails at creating visual structure from scratch -- the fix is to provide pre-built layout skeletons from professional UI block libraries like Tailark, Tailwind UI, or shadcn blocks (from ai ui layout technique)
  • The key technique for professional vibe-coding output: copy a layout template's code, paste it as a constraint for the AI, and instruct it to follow that exact structure rather than generating layout from scratch (from ai ui layout technique)
  • Layout quality is the single biggest tell separating professional-looking AI-built apps from obvious "AI slop" -- spacing, hierarchy, and visual flow are where AI falls short without human-curated constraints (from ai ui layout technique)
  • UI polish still requires deep care and design expertise that current AI models cannot substitute -- you can generate functional UI with AI but fluid, polished interactions need human taste and attention (from vibe coded ui beats openai codex)
  • Craft Agents was 100% vibe-coded in 4 weeks (including holidays) and outpolished OpenAI's Codex in UI quality, demonstrating that AI-assisted development with design expertise beats large teams without it (from vibe coded ui beats openai codex)
  • Claude produces poor UI when freestyling dashboard designs; the fix is to constrain it with an existing reference design rather than letting it generate from scratch (from claude dashboard ui design hack)
  • A concrete prompting pattern for better AI-generated UI: ask the model to identify enterprise-grade open-source dashboards as references, pick one, then have it map your features onto that design system (from claude dashboard ui design hack)
  • A growing pattern among vibe coders: screenshot UIs from Dribbble, feed them to Claude as design inspiration, and have it generate CLAUDE.md style guides -- producing professional-looking products without hiring designers (from dribbble design reference for claude)
  • A Figma plugin that takes reference designs + brand guidelines and generates editable vector SVGs directly on the canvas compresses hours of manual illustration work into 30 seconds for first drafts (from figma plugin ai ui generation)
  • Generating real text, real layers, and fully editable vectors (not raster images) is the critical quality bar for AI design tools to be useful in production workflows (from figma plugin ai ui generation)

One-Shot Shipping and Speed

  • Opus 4.6 can generate complete, production-quality websites in a single prompt ("one-shot"), a capability threshold that shifts vibe coding from iterative refinement to instant shipping (from opus one shot website)
  • Opus 4.6 demonstrates strong capability in generating marketing-specific UI -- landing pages, hero sections, and conversion-focused layouts -- which are high-leverage for non-technical founders (from opus marketing ui)
  • The "mega-prompt" pattern for vibe coding bundles all requirements (SEO, functionality, design) into a single comprehensive prompt rather than iterating, optimizing for speed-to-ship over refinement (from vibe coding prompt opus)
  • One-person teams can out-execute the largest labs on UI quality thanks to AI tooling -- this is a leverage inversion where small + skilled + AI beats large + resourced (from vibe coded ui beats openai codex)
  • Designer-developers who both design and build features end-to-end are showcasing their work with live demos and video walkthroughs -- the "designed and built" framing signals the growing expectation that individual makers ship complete features (from performance feature ui build)

Accessibility and Non-Technical Builders

  • A non-technical person achieved 5.8K GitHub stars by building a Claude Code skill entirely through vibe coding, demonstrating that meaningful developer tools can now be created without traditional programming knowledge (from zara zhang non coder github stars)
  • The framing of "code as a medium for storytelling" positions vibe coding not just as a productivity hack but as a new creative medium accessible to non-engineers (from zara zhang non coder github stars)
  • Vibe-coded projects can go viral on X and earn significant GitHub traction, suggesting the community values useful output regardless of whether the creator wrote code manually (from zara zhang non coder github stars)

Tooling and Infrastructure

  • One-click integrated setup (GitHub + Convex + Vercel) eliminates infrastructure decisions entirely, making vibe coding accessible to non-technical builders (from convex vibe code setup)
  • The vibe coding stack is converging on a pattern: managed backend (Convex) + managed deploy (Vercel) + AI editor (Cursor) as the zero-config trinity (from convex vibe code setup)
  • Google Docs-style auto-save and link sharing for code projects enables real-time multiplayer collaboration on vibe-coded apps (from convex vibe code setup)
  • OpenClaw offers one-click deployment completed in under 1 minute, targeting non-technical users -- deployment complexity is being abstracted away entirely (from openclaw one click deploy)
  • Nvidia offers free API access to Kimi K2.5 model, removing cost barriers for experimenting with alternative LLMs in vibe-coding workflows (from lobster kimi k2 free nvidia)

Scaling Blind Spots

  • Claude Code has implicit tech-stack defaults (Supabase, pgvector, Vercel, Node.js, Celery) that optimize for developer experience over production cost-efficiency, creating a blind spot for vibe coders who accept suggestions uncritically (from vibe coding scaling blind spots)
  • The gap between prototyping and scaling with AI-generated code is not in code quality but in infrastructure choices -- LLMs suggest what they've seen most in training data, not what scales best (from vibe coding scaling blind spots)
  • Specific stack critiques at scale: Firebase cheaper than Supabase, Pinecone outperforms pgvector, Modal/Lambda beat Celery, FastAPI over Node.js, Render cheaper than Vercel, Expo over raw Xcode (from vibe coding scaling blind spots)
  • Vibe coding's core limitation is that production infrastructure intuition comes from operating at scale, not from prompting -- this is knowledge LLMs cannot reliably surface because it is contextual and opinionated (from vibe coding scaling blind spots)

Strategic Focus Areas

  • Focus on product/UI, customer acquisition, integrations, and agent infrastructure -- parallelize work and speed up verification loops rather than chasing rapidly changing AI benchmarks (from rapid change and enduring constants in ai)

  • Invest in training users, connecting to their systems, and working with their data rather than building complex in-house AI models (from rapid change and enduring constants in ai)

  • Multi-stage automated development pipeline: Feature Request Chat → Manual Spec Review → Spec Ready → Scheduled Nightly Implementation → PR Ready → Fresh-Context Code Review — all Claude, zero developer execution (from claude automated feature request workflow)

The Paradigm Shift

  • December 2025 was a discrete inflection point for coding agents: models crossed a quality/coherence threshold where agents went from not working to basically working for large multi-step tasks (from karpathy coding agents paradigm shift)
  • The new programming paradigm is spinning up AI agents with English-language task specs, then managing and reviewing their work in parallel rather than typing code in an editor (from karpathy coding agents paradigm shift)
  • The vast majority of AI coding tool users are extremely light users -- 40 minutes/day puts you in the top 0.01%, suggesting massive headroom for deeper adoption and workflow integration (from taskmaster claude code marathon)

Voices

29 contributors
Siqi Chen

Siqi Chen

@blader

🏗️ Love to build (@runwayco @sandboxvr @zynga) people love 💸 Investor @amplitude_hq @mercury @owner @elevenlabsio @meetgamma @sfcompute @turingcom++

167.1K followers 1 tweet
Andrej Karpathy

Andrej Karpathy

@karpathy

I like to train large deep neural nets. Previously Director of AI @ Tesla, founding team @ OpenAI, PhD @ Stanford.

2.0M followers 1 tweet
Josh Pigford

Josh Pigford

@Shpigford

✨ dabbler 🪀 https://t.co/BjH6uyEPsY 💬 https://t.co/KkRZyGkkMW 🚀 https://t.co/Zess2MJy7R 🤫 https://t.co/yCg2xUTyoz ◀️ https://t.co/m98SW4tKrF

60.2K followers 1 tweet
Todd Saunders

Todd Saunders

@toddsaunders

CEO of @Broadlume, vertical SaaS for 4,000+ flooring retailers. Acquired 8 companies before selling to @Cynclyco. Previously @google. Long @townofwestfield.

14.1K followers 1 tweet
Zara Zhang

Zara Zhang

@zarazhangrui

Builder. Dangerously skips permissions. Harvard’17. GitHub: https://t.co/KCuEajezlL YouTube: https://t.co/8xzbGWtf6w

56.1K followers 1 tweet
Okara

Okara

@askOkara

ai lab building products for consumers: AI CMO, Private AI Chat

67.1K followers 1 tweet
Miles Deutscher

Miles Deutscher

@milesdeutscher

Obsessed with AI. Tweets aren’t financial advice. Sharing early alpha in @mileshighclub_. Building @aiedge_.

663.1K followers 1 tweet
Nick Spisak

Nick Spisak

@NickSpisak_

| AI Transformation Engineer | Seven Figure E-Commerce Business Owner

9.5K followers 1 tweet
Nick Khami

Nick Khami

@skeptrune

currently doing things at Mintlify, prev. built a search API (trieve acq. YCW24), you should try to fail faster

14.1K followers 1 tweet
agrim singh

agrim singh

@agrimsingh

tinkering @ https://t.co/DlHMufmuQ1 // https://t.co/tpc1Nwqrix // https://t.co/2mTTsnMgAY // ambassador @openai codex, @cursor_ai, @v0 // whisky guru & dj

4.5K followers 1 tweet
Aniket Panjwani

Aniket Panjwani

@aniketapanjwani

I teach agentic coding to economists || PhD Economics Northwestern || Director of AI/ML @ Payslice || ex-MLOps @ Zelle

4.9K followers 1 tweet
Balint Orosz

Balint Orosz

@balintorosz

Founder @craftdocs

4.9K followers 1 tweet
James Bedford

James Bedford

@jameesy

engineering @zerion, building https://t.co/3RQYuZAcrt

5.2K followers 1 tweet
Jason D

Jason D

@JasonUXUI

Design Engineer for Startup & B2B Products ✨ | Let’s talk https://t.co/dKQZuCUncv

2.4K followers 1 tweet
Justin Rands

Justin Rands

@jayrizpop

brand engineer @clay

3.3K followers 1 tweet
˗ˏˋ Jesse Hanley ˎˊ˗

˗ˏˋ Jesse Hanley ˎˊ˗

@jessethanley

Marketer, self-taught developer, and founder of @Bento and https://t.co/lcsIohchEv. Designing a quiet family life in 福岡, Japan. DMs open if you need email help 🌿

12.9K followers 1 tweet
Manthan Gupta

Manthan Gupta

@manthanguptaa

ai research engineer • designing agent runtimes, memory & retrieval systems for autonomous agents • dms open

21.9K followers 1 tweet
caiden

caiden

@pipelineabuser

https://t.co/vomYheloEx - AI B2B growth systems https://t.co/kIJQjFhaiv - premium cold email inboxes https://t.co/j8g8jXTfL0 - private newsletter

22.2K followers 1 tweet
Prasann Pandya

Prasann Pandya

@prasann_pandya

In pursuit of building great products | Built @myreader_ai (100k+ users), @colive_planet | Nomad 🎒 | Yogi 🧘 | Reader 📚 | Minimalist | Very outspoken

5.5K followers 1 tweet
Quentin Romero Lauro

Quentin Romero Lauro

@Qromerolauro

Co-Founder & CEO at Inspector (YC F25); previously @character_ai @Berkeley_EECS @cmuhcii

1.8K followers 1 tweet
rahul

rahul

@rahulgs

head of applied ai @ ramp

13.1K followers 1 tweet
Rexan Wong

Rexan Wong

@rexan_wong

✞ 18 / building b2b software / prev. content apps (500K+ users)

24.1K followers 1 tweet
Sam Bernhardt

Sam Bernhardt

@samuelbernhardt

dabbling in design & engineering. prev @tokenterminal

423 followers 1 tweet
Savio

Savio

@saviomartin7

18 — Full stack web & IOS Developer. Building https://t.co/A6FuaY3m9h — Deploy your OpenClaw instance under 1 min, built for normal people.

58.9K followers 1 tweet
Sawyer Hood

Sawyer Hood

@sawyerhood

Software Engineer that is building weird shit in public, latest projects: https://t.co/6dQdN8KliO https://t.co/rQyv2zpSkj. Prev: @figma, @facebook.

15.9K followers 1 tweet
Francois Laberge ✍️

Francois Laberge ✍️

@seflless

Founder Decode. Building the whiteboard for you & your coding agents.

3.8K followers 1 tweet
Shiv

Shiv

@shivsakhuja

Pontificating... / Vibe GTM-ing / Making Claude Code do non-coding things building a team of AI coworkers @ Gooseworks / prev @AthinaAI /@google / @ycombinator

52.2K followers 1 tweet
Patrick Coddou

Patrick Coddou

@soundslikecanoe

Teaching machines to work so humans can create. Operations / AI at AJF Growth (Meta Agency) Previously founder at @getsupply (acquired) Rarely serious.

18.2K followers 1 tweet
brett goldstein

brett goldstein

@thatguybg

founder/designer @microHQ | investor @launchhouse | ex-Google cognitive scientist | sprezzatura

24.6K followers 1 tweet