Vibe Coding

VIBE CODING

55 SRC

55 sources Updated July 15, 2026

Vibe Coding

Vibe coding has matured into genuine production-scale software with frontier models now handling complex tasks autonomously. Ultracode mode in Opus 4.8 removes manual orchestration by enabling Claude to invoke Dynamic Workflows independently for complex problems. The supervisory workflow delegates subgoals to monitored threads, routes routine execution to cheaper models, and enforces quality gates—every subagent self-reviews, passes a bug bot, and submits recordings before PR acceptance. With 60+ PRs possible overnight, human review throughput becomes the bottleneck.

A two-model adversarial review loop proves effective: Claude Opus 4.7 drafts feature plans and code, GPT-5.5 reviews and identifies issues, Opus iterates until GPT approves, then Playwright handles automated UX/UI testing. GPT-5.5 consistently finds issues in both planning and code review phases—suggesting heterogeneous model pairs catch more bugs than single-model loops. At ~$400/month for Opus 4.7 + GPT-5.5 via Conductor Build, end-to-end feature planning, code generation, testing, and adversarial review costs equivalent to a fractional dev team.

Design has moved into the terminal; principals complete 95%+ via design.md specs without Figma. The ticket-to-PR loop enforces discipline: reproduce failure, prove root cause, make minimal credible fix, rerun tests. No unrelated refactors. Best practices invert rapidly; treat prior guidance as perishable.

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)

AI Image Mocks Replace Prototyping

  • AI image-generation models are now strong enough at digital surfaces that internal teams share product ideas via generated screen mocks instead of building click-through prototypes — Codex with image gen becomes a full-stack design engineer in one tool (from ai image generation ui prototyping codex)

One-Person Operations Out-Execute Teams

  • Marcus Moretti runs Spiral at Every as a one-person team (PM + code + support + marketing) — strategy.md plus a /ce:product-pulse cron at 8am replaces 60% of a PM's old week; vibe-coding's productivity inversion now extends across the entire product function, not just engineering (from ai agent pm workflow spiral every)

  • This pattern adds two layers of quality control: built-in steering (the parent thread guides the sub-thread's goal) and taste verification (the parent thread checks the sub-thread's output before accepting it), relates to Vibe Coding (from codex babysit subgoal prompting technique)

  • For current frontier models, replace prescriptive step-by-step prompts with four elements: the goal, relevant context, boundaries, and a concrete definition of done — relates to Workflow and Vibe Coding (from frontier model prompting orchestration patterns)

  • The device keeps pinned chats visible while exposing repeat actions as hardware controls, suggesting agent workflows can benefit from a tactile command surface instead of relying entirely on keyboard shortcuts — relates to Vibe Coding (from meet kbd 10 codex micro built with worklouder map the)

prompting-technique

  • Because GPT-5.6-sol tends to keep going far longer than needed, prompts benefit from explicit 'stop points' — e.g., instructing it to write a plan and pause for feedback before proceeding, or to build/test/PR and stop after the first round of review comments rather than continuing indefinitely. (from gpt 5 6 sol codex usage tips)

model-tiering

  • Core design pattern: use your most capable (expensive) model for the parts where intelligence compounds — understanding the codebase, judging what's worth doing, writing the spec — and delegate execution to cheaper models. This splits cognitive load from labor cost in agentic coding workflows. (from shadcn improve agent skill)

unknowns-taxonomy

  • For unknown knowns (tacit taste/criteria you recognize but can't verbalize), use cheap brainstorms and prototypes—e.g. requesting 4 wildly different HTML design directions or a mocked UI with fake data—rather than direct questions, since verbalizing tacit criteria upfront is unreliable and reverting mid-implementation changes is expensive. (from grill for unknowns agent skill)

agentic coding prompt template

  • Full prompt template for Codex + GPT-5.6 Sol: give the model one complete spec/task and instruct it to 'take the whole plan to done' until architecture, implementation, tests, review, and final result all clear the bar—rather than stopping at partial progress. (from codex parallel subagent prompt template)

agent operator orchestration

  • The model is directed to run itself like an operator: schedule agents in parallel, track their progress, synthesize returned work, resolve conflicts between subagent outputs, keep implementing, verify live after every important step, review when it matters, commit when ready, and close with a final summary. (from codex parallel subagent prompt template)

AI coding agent design skills

  • Taste Skill is an open-source SKILL.md-based skill package designed to stop AI coding agents (Cursor, Claude Code, Codex, Gemini CLI, v0, Lovable, OpenCode) from generating generic 'AI slop' frontend designs; it plugs into any tool that supports SKILL.md files. (from taste skill anti slop frontend framework)
  • Install command: npx skills add Leonxlnx/taste-skill --skill "design-taste-frontend" — a single command works across all compatible agents; existing users auto-upgrade to v2 on next install. (from taste skill anti slop frontend framework)
  • Taste Skill v2 (experimental, a 2026 rewrite) is now the default and adds: §0 brief inference (reads industry/audience/mood/motion before generating), §2 brief-to-design-system mapping (choosing among Material, Fluent, Carbon, Polaris, Atlassian, Primer, GOV.UK, USWDS, Bootstrap, Radix, shadcn, Tailwind, or native CSS), §8 dual-mode dark mode protocol with contrast/hierarchy parity, §11 audit-first redesign protocol with preservation rules, §12 block library schema for coherent iterative additions, and §14 a hard pre-flight checklist every output must honestly pass before shipping. (from taste skill anti slop frontend framework)
  • output-skill addresses a known AI coding agent failure mode by explicitly preventing placeholders, skipped sections, and half-finished work in generated output. (from taste skill anti slop frontend framework)

unknowns-techniques

  • 'Blind Spot Pass' technique: when entering unfamiliar codebase areas or domains, explicitly ask Claude to run a 'blindspot pass' to surface your unknown unknowns, giving it context on your background/experience level so it can tailor findings. Example: 'I'm working on adding a new auth provider but know nothing about the auth modules in this codebase—do a blindspot pass to help me figure out my relevant unknown unknowns.' (from fable field guide finding unknowns)
  • Brainstorm-and-prototype technique: for areas involving unknown knowns (criteria you'd recognize but can't articulate), ask Claude for multiple divergent design/implementation directions (e.g., an HTML mock with 4 wildly different layouts) before wiring up real code, since reverting deep implementation changes is expensive. (from fable field guide finding unknowns)

Claude vs Codex Capability Split

  • Claude is described as WAY better than Codex at computer use, UI/UX verification, and general-purpose agent execution — Codex excels specifically on well-specified, deterministic work. This capability split drives the routing decision. (from theo claude codex workflow)

Automated PR Quality Gates

  • Burden-of-proof enforcement: every subagent must complete a self-review, pass a bug bot (Cursor AI), produce elegant fixes, and submit a recording before the PR is accepted. The middle manager enforces this gate, preventing low-quality merges at scale. (from vinvan fable software factory)

AI Development Bottleneck Shift

  • 60+ PRs in one overnight run creates a new bottleneck: human review capacity, not generation capacity. The author identifies review throughput as the next unsolved industry problem for AI-driven software factories. (from vinvan fable software factory)

Portfolio Construction for AI Engineers

  • Three portfolio projects are the minimum viable credential for AI engineering: (1) RAG app with evaluation, (2) multi-agent system solving a real problem, (3) deployed system with monitoring and cost tracking. Each should be documented as a case study covering problem, approach, measurements, and retrospective. (from ai engineer path no degree)

Git-Integrated Experimentation

Experiment Deployment Pattern

  • @seflless extended try into a 'tries' command pointing at a single GitHub repo, with GitHub Pages auto-hosting static HTML demos. This transforms a local experiment organizer into a shareable portfolio with one push command. (from try cli experiment management)

Autonomous QA loop

  • A single Codex prompt can chain three autonomous phases: (1) enumerate all features from code → user stories in a canonical spreadsheet, (2) test every user story and document errors, (3) fix all UX/logic errors and retest. Hundreds of user stories processed without manual intervention. (from codex loop automation user stories)

Human-in-the-loop AI editing

  • The diff-tracking design of Flashtype treats each Claude/Codex edit as a discrete, reviewable change — a pattern that surfaces AI edits as transparent, reversible deltas rather than opaque rewrites. This positions it as a trust-layer tool for human-in-the-loop document editing. (from flashtype markdown editor claude codex)

Systematic Product QA Loop

  • The 'full product evaluation loop' (Featured) builds sanitized production-scale local data, inventories every user-facing feature/role/route/button/modal/state, tests as a real user, then implements coherent fixes with regression tests before a full re-run—explicit stop: clean pass or blocked handoff. (from loop library agent workflows)

Disciplined Bug-to-PR Pipeline

  • The 'ticket-to-PR-ready loop' (by Hiten Shah) mandates: reproduce failure in smallest representative environment, prove root cause, make smallest credible fix, rerun reproduction + regression tests. If unreproducible after two serious attempts, explicitly say so. No unrelated refactors folded in. (from loop library agent workflows)

AI-native design workflow

  • A principal engineer (formerly designer) now does 95%+ of design work in coding harnesses and the terminal. Workflow: (1) AI generates a design.md spec, (2) AI generates components from it, (3) iterate via feedback until it feels right. No Figma required. (from designer to engineer ai workflow)

Design skill evolution

  • Designing via AI in a code-native terminal environment (markdown specs → components → iteration) is framed as a core emerging skill for designers and builders broadly, not a niche developer trick. (from designer to engineer ai workflow)

Adversarial prompting as pre-build gate

  • Adversarial thinking as an explicit prompt instruction ('think adversarially') surfaces failure modes before implementation. Applied after literature review, it stress-tests the idea against the field's accumulated knowledge rather than intuition alone. (from fable adversarial research)

Human-Agent Feedback Loop

  • The app targets the review layer of agent-generated code/content — a gap where agents produce output but structured human feedback loops are absent. Roughdraft positions markdown as the collaboration surface between human and agent. (from roughdraft markdown review agent)

Eval-Driven Agent Iteration

  • Define explicit evals before starting any agent project run. Have Hermes iterate until all evals pass, logging learnings to the vault continuously. When blocked, use memory + fresh research or a /grill-me session to unblock. (from hermes agent build workflow)

Parallel Task Execution

  • Codex can spin up git worktrees autonomously for parallel tasks, enabling concurrent workstreams without manual branch or worktree setup. This mirrors the Claude Code pattern of one agent per worktree but executed self-directed rather than user-initiated. (from codex self managing threads)

Ultracode autonomous orchestration

  • Ultracode mode in Opus 4.8 sets thinking to xhigh and lets Claude autonomously decide when to invoke Dynamic Workflows, removing the need to manually select orchestration strategy for complex coding tasks. (from claude opus 48 launch)

Code Review Standards

  • Google's eng-practices repo (github.com/google/eng-practices) publishes two distinct guides: one for the reviewer and one for the change author — making it a bidirectional standard, not just a checklist for fault-finding. (from google eng practices code review)

Agent Best Practices Drift

  • Simon Last's thread on large-scale coding agent usage explicitly contradicts advice from 6 months ago — a signal that best practices in this space are inverting rapidly and prior guidance should be treated as perishable. (from coding agents large scale lessons)

Parallel AI development

  • Git worktrees enable parallel AI execution: isolate multiple feature branches (auth, UI, bug fixes, experiments) running simultaneously without touching main. Once experienced, sequential single-session development feels slow by comparison. (from claude code ecosystem setup)

CI/CD-embedded AI

  • Integrating Claude into CI/CD pipelines—PR code review, fix suggestions, standard enforcement, architecture rule compliance—moves AI from occasional coding help to embedded development lifecycle infrastructure. (from claude code ecosystem setup)

Goal specification failure modes

  • A weak /goal is a wish ('improve onboarding'); the agent optimizes for whatever is easiest to prove—cleaner screenshots, passing tests, fewer steps—without any product improvement. A loop can spend 40 turns making the wrong thing more internally consistent. (from goal command agentic coding pm)

Loop calibration discipline

  • Watch the first loop iterations before stepping away: if the agent misreads the target, touches out-of-scope files, writes tests that bless wrong behavior, or keeps asking the same question (a spec ambiguity humans were silently resolving), stop and fix the spec before running unattended. (from goal command agentic coding pm)

Effort vs. outcome delegation

  • The principle: 'A prompt asks for effort; a contract defines the condition where effort stops.' PM work shifts from prose intent to executable definition of done—teams with crisp acceptance criteria get useful loops, teams with mushy requirements get longer, faster mush that burns tokens. (from goal command agentic coding pm)

Agent execution discipline

  • PLAN section enforces understand-first execution: restate understanding before non-trivial changes, prefer minimal sufficient changes over broad rewrites. DONE WHEN requires a verifiable completion state, not a subjective judgment. (from goal command structure codex claude)

Verifiable agent completion

  • VERIFY section must include: tests/build/lint/typecheck/manual validation; explicit statement of what could not be verified and why; and a rollback/containment plan for destructive or high-risk changes—making incompleteness visible rather than hidden. (from goal command structure codex claude)

Device-agnostic AI agent infrastructure

  • The author frames this makeshift setup as a preview of near-future work: AI coding agents become ambient infrastructure accessible from any device rather than tools tied to whichever machine is open. The friction today is SSH/Wi-Fi reliability, not the model. (from codex satellite home device topology)

Human-feedback flywheel

  • River's PR merge rate improved from 36% to 77% over two months with no model change or retraining. The gain came entirely from employees watching River work, identifying failure points, and writing corrections into River's skills and memory. Collective human feedback beat model switching. (from shopify river lehrwerkstatt)

Codex Plugin Ecosystem

  • Chrome Browser and Hyperframe are both Codex plugins, enabling direct integration of browser control and frame/layout tooling into Codex-based AI creative workflows without custom integration work. (from codex plugins chrome hyperframe)

Automated Code Quality Enforcement

Cross-Agent Review Patterns

Test Integrity Auditing

AI-native design systems

  • The recommended workflow: don't build a design system from scratch. Clone the design language of a brand you admire (Linear, Stripe, Vercel), extract it into a Design.md using ChatGPT or Claude, then layer specialized skill files on top (landing page skill, mobile skill, motion skill) that all reference the same Design.md. (from design md ai design workflow)

Design consistency failure mode

  • The critical failure mode in AI-assisted UI work: one screen looks polished, everything else looks generic. Design.md's structural fix is centralizing the aesthetic contract in one file so every subsequent generation—regardless of medium or agent—stays consistent. (from design md ai design workflow)

Multi-model adversarial review

  • Two-model adversarial review loop: Claude Opus 4.7 drafts the feature plan, GPT-5.5 reviews and finds issues, Opus updates until GPT approves, then Opus builds, GPT reviews code, Opus fixes, GPT signs off. Playwright handles automated UX/UI testing between steps. (from multi model review workflow zook)

Heterogeneous model review quality

  • GPT-5.5 consistently finds issues in both the plan phase and code review phase when acting as a second-opinion reviewer over Claude Opus output—suggesting heterogeneous model pairs catch more bugs than single-model loops. (from multi model review workflow zook)

AI dev team cost benchmark

  • ~$400/month for Claude Opus 4.7 + GPT-5.5 via Conductor Build covers end-to-end feature planning, code generation, automated testing, and adversarial review—framed as equivalent cost to a fractional dev team with no push-back on small UI changes. (from multi model review workflow zook)

SaaS displacement via vibe-coding

  • Codex can replace a $30/mo SaaS (Superhuman) with a fully customisable agent-native email client running on Gmail CLI, replicating UX patterns while removing vendor lock-in. (from bentossell diy email client codex)

AI-built SaaS alternatives

  • The pattern: identify a subscription SaaS with well-understood UX conventions, replicate those conventions via an agent-built CLI tool, and replace recurring cost with one-time build effort. Superhuman → Gmail CLI is the worked example. (from bentossell diy email client codex)

Hybrid Desktop AI Stack

  • Tech stack: Tauri 2 (desktop shell, auto-update, cross-platform), React 19 + TypeScript + Vite (frontend), Python 3.13 + FastAPI + WebSockets (backend sidecar), SQLite (CRM), KuzuDB (profile graph), LanceDB (vector store), Playwright (experimental automation only). Thin installer ~100MB; heavy runtime (browser + vector libs + ONNX model) downloads once on first run. (from justhireme local first job intelligence)

Voices

60 contributors
Nick

Nick

@nickbaumann_

codex @openAI | prev @cline | product of @UWMadison 🦡

18.2K followers 2 tweets
Miles Deutscher

Miles Deutscher

@milesdeutscher

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

663.1K followers 2 tweets
Francois Laberge ✍️

Francois Laberge ✍️

@seflless

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

3.8K followers 2 tweets
T

Theo - t3.gg

@theo

2 tweets
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
Thariq

Thariq

@trq212

Claude Code @anthropicai. prev YC W20, mit media lab. towards machines of loving grace

175.9K followers 1 tweet
Alex Finn

Alex Finn

@AlexFinn

Founder/CEO of Henry Intelligent Machines PBC and Creator Buddy. Building a 100 trillion dollar economic engine

451.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
Matt Van Horn

Matt Van Horn

@mvanhorn

Co-founded June ("self-driving oven" acquired by @webergrills) & the co that became @Lyft. Building again, more soon. Vibe coding @slashlast30days research tool

19.2K followers 1 tweet
klöss

klöss

@kloss_xyz

AI Educator, Designer & Developer | @psychanon CEO Building AI-powered brands, workflows, and apps.

68.9K followers 1 tweet
George from 🕹prodmgmt.world

George from 🕹prodmgmt.world

@nurijanian

Can I make everyone a great product manager? I will do my best | Get my product management OS + AI skills for Claude Code/Cursor: https://t.co/ngCnvp77SD

43.8K followers 1 tweet
OpenAI Developers

OpenAI Developers

@OpenAIDevs

Official updates for developers building with Codex & the OpenAI Platform • Service status: https://t.co/kZwnwdYYEq

319.9K 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
Jonata Santos

Jonata Santos

@_jonatasantos

Building a portfolio of products at https://t.co/mFAVIoxTzS 🚀

549 followers 1 tweet
Okara

Okara

@askOkara

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

67.1K followers 1 tweet
Ben Tossell

Ben Tossell

@bentossell

can't code, won't code. builder, investor. 3 under 3 👶. only invest in dev tools & infra

193.6K followers 1 tweet
GREG ISENBERG

GREG ISENBERG

@gregisenberg

I drop startup ideas daily. Host @startupideaspod. CEO: @latecheckoutplz we build companies like @ideabrowser, @meetLCA, @boringmarketer etc

640.0K followers 1 tweet
Guinness Chen

Guinness Chen

@guinnesschen

Building codex at @openai, prev @stanford, @imbue_ai

2.8K followers 1 tweet
Jason Zook

Jason Zook

@jasondoesstuff

IWearYourShirt, BuyMyLastName, SponsorMyBook, BuyMyFuture, Teachery, Wandering Aimfully, now vibe coding to $100k in 2026! 🟩 🟩 ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ (20%)

27.1K followers 1 tweet
Michael Guo

Michael Guo

@Michaelzsguo

Building AI agents and AI-native orgs. Demystifying AI in practice. EN/中文

1.7K followers 1 tweet
Nabeel Hyatt

Nabeel Hyatt

@nabeel

vc @sparkcapital 🐶 partner to @thebotcompany @discord @descriptapp @meetgranola @instawork @ridezum, prior bod @cruise @postmates Q 🍉 side-gig @BerkeleyTTL

23.7K followers 1 tweet
Nathan Baschez

Nathan Baschez

@nbaschez

Founder of @lexdotpage. AI scout at @trueventures. Previously: co-founder @Every, first employee @SubstackInc. Always: @SoniaBaschez

49.3K followers 1 tweet
Nick Spisak

Nick Spisak

@NickSpisak_

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

9.5K followers 1 tweet
Nico Bailon

Nico Bailon

@nicopreme

Building open source agentic tools, mostly for Pi coding agent.

6.0K followers 1 tweet
nini

nini

@nini_incrypto_

07大二在读|crypto➕ai Web3 创作者|@CHAINISLE_ZH 生态成员 网红孵化机构/商务合作 vx+ninio2o(付费社群/付费增长咨询/ip孵化陪跑)

4.4K followers 1 tweet
Peter Yang

Peter Yang

@petergyang

Practical AI tutorials and interviews for busy people | Join 140K+ readers at https://t.co/XYKTmGVH14 | Product at Roblox

195.1K followers 1 tweet
shadcn

shadcn

@shadcn

I own a computer / Working on https://t.co/HJcOr0AUAr & https://t.co/5FRvxukoY5 / @vercel.

214.3K followers 1 tweet
Simon Last

Simon Last

@simonlast

Building @NotionHQ

10.3K 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
Suryansh Tiwari

Suryansh Tiwari

@Suryanshti777

Exploring AI & SaaS trends early Sharing what’s actually useful Helping builders turn ideas → products → traction – 📩 Open to collabs

34.4K followers 1 tweet
tobi lutke

tobi lutke

@tobi

Shopify CEO by day, Dad in evening, hacker at night, Aspiring comprehensivist. + qmd !

467.6K followers 1 tweet
Vasu-Devs

Vasu-Devs

@Vasu_Devs

AI Engineer • 21 • Open to work! Building: https://t.co/f64U8MDKtG

922 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
E

Khairallah AL-Awady

@eng_khairallah1

1 tweet
James Bedford

James Bedford

@jameesy

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

5.2K followers 1 tweet
J

Jamon

@jamonholmgren

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
M

Matthew Berman

@MatthewBerman

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
S

Samuel Stroschein

@samuelstroschei

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
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
T

Tom Osman 🐦‍⬛

@tomosman

1 tweet
V

Vincent van der Meulen

@vinvan

1 tweet
V

Vox

@Voxyz_ai

1 tweet