Claude: Workflow

CLAUDE: WORKFLOW

119 SRC

119 sources Updated July 16, 2026

Claude: Workflow

Claude Code evolved into a work operating system beyond Research-Plan-Build. Plan-first remains core: plan.md survives context loss, /handover preserves knowledge across sessions, 4-6 parallel Ghostty sessions enable concurrent work. /ultraplan shifts planning to cloud browser (inline comments, visual diagrams). Monitor tool replaces polling with event-driven scripts. Marcus Moretti's PM workflow (strategy.md + daily /ce:product-pulse cron) replaces 60% of traditional PM work. Self-improving skill loops (3-5 binary criteria, 10 runs, score, rewrite) jump from 32/50 to 47/50 overnight. Strong /goal prompts define measurable outcome, context, constraints, verification, rollback, stop rules. Interactive HTML skill offers Google Docs-style commenting for generated pages. Plan-optimizer iteratively scores until noise; particularly effective with Fable 5. Dynamic Workflow mode + Ultracode (xhigh thinking, automatic decisions) send thousands of subagents for complex tasks. Premortem flip cancels optimism on high-stakes decisions. gstack (30-second install) transforms Claude into 6-specialist team: CEO challenges decisions, Designer ships variants, QA runs real tests—Garry Tan's 23-tool setup open-sourced. Multi-LLM workflows (Opus 4.7 plans, GPT-5.5 reviews, Playwright validates) cost ~$400/month. Three-folder architecture (knowledge/projects/people) creates compounding value by Day 90. One-command skill converts personal PM OS into team OS. Fully automated pipelines (Feature Chat → Spec → Implementation → PR → Review) remove humans from execution.

Guides

Insights

  • The workflow loop is Research → Plan → Build: Run /last30days [topic] first to ground the plan in current community data. Then /ce:plan, then /ce:work. Example: agent-browser vs Playwright decision informed by 78 Reddit threads + 76 X posts showing 82-93% less context token usage. (from every claude code hack mvanhorn)

  • Plan files are the checkpoint that survives everything: Context gets lost between sessions? Start a new session, point it at the plan.md, pick up where you left off. 70 plan files and 263 commits. Rule: unless it's literally a one-line change, there's always a plan.md first. (from every claude code hack mvanhorn)

  • /ce:plan accepts images: Paste screenshots of bugs, error messages, design mockups, or Slack conversations directly into Claude Code with Ctrl+V and run /ce:plan. Claude writes a plan from the image. (from every claude code hack mvanhorn)

  • Run 4-6 parallel Ghostty sessions: While one session plans, another builds, another researches. Requires bypass permissions — sessions need to run autonomously. (from every claude code hack mvanhorn)

  • Codex as overflow for token limits: /ce:work --codex delegates implementation to Codex when Claude Max credits ($200/month) run low. Claude for planning, Codex for heavy implementation. (from every claude code hack mvanhorn)

  • Granola MCP eliminates transcript copy-paste: Claude cross-references meeting transcripts against codebase AND prior strategy plan.md files — compounding context. One-shotted a product proposal from a 90-min lunch transcript. (from every claude code hack mvanhorn)

  • Plan files work for everything, not just code: Strategy docs, product specs, competitive analysis, articles — same voice → plan → iterate workflow. Compounding context from prior plan.md files. (from every claude code hack mvanhorn)

  • Parallel experiment execution (910 experiments in 8 hours) achieved 9x speedup over sequential approach, ~$300 compute + $9 Claude API (from parallel gpu autoresearch skypilot)

  • Agent spontaneously developed emergent optimization: screening on cheaper H100s, promoting winners to H200s — autonomous resource allocation without being told (from parallel gpu autoresearch skypilot)

  • Run /web-setup to grant scheduled tasks access to repos (Pro and Max plans) — tasks run on cloud infrastructure so local machine doesn't need to be running (from claude code scheduled tasks web setup)

  • Scheduled tasks accept a repo, cron schedule, and prompt to define recurring jobs — fully async cloud execution (from claude code scheduled tasks web setup)

  • Multiple Claude Code instances can be connected via inter-process messaging — one session can ask clarifying questions of another session working on related code (from claude code inter instance messaging)

  • First principles prompting: key phrase "strip each assumption away" forces layer-by-layer analysis; template is "Break [topic] down using first principles thinking. Start by identifying every assumption... Rebuild from only what remains" (from first principles prompt technique)

  • Dispatch enables directing coding work from anywhere — mental model is not "grind during gaps" but "design your day differently because work runs without you" (from dispatch async day design)

  • Claude Code workspaces can be purpose-built for non-engineering workflows like SEO content creation — packaging a workspace as a shareable repo (CLAUDE.md + skills + tooling) creates a reusable "job template" others can clone (from claude code seo workspace)

  • A three-step video-to-UI workflow: (1) record video of target UI, (2) upload to Claude to get a markdown description, (3) feed markdown to Claude Code to build it — using video bypasses the vocabulary bottleneck in describing UI components (from video to ui claude workflow)

  • The intermediate markdown artifact between vision and code gives the human a checkpoint to review the AI's understanding before committing to implementation (from video to ui claude workflow)

  • Task prompts should define the end state rather than the process, include uncertainty handling ("flag it instead of guessing"), and batch related tasks into a single session (from claude cowork context architecture checklist)

  • Subagents can handle parallel work within Cowork: "spin up subagents to research these 4 vendors simultaneously" (from claude cowork context architecture checklist)

  • An agent-first engineering mandate ("delete your IDE, stop writing code") forces teams to rethink entire workflows rather than incrementally adopting AI tools alongside existing habits (from chintan agent first engineering)

  • Engineering value shifts to "upstream intent" (knowing what to build and why) and "downstream validation" (verifying correctness), with agents handling the implementation middle layer (from chintan agent first engineering)

  • Multi-month projects shipping in approximately one day suggests the bottleneck was always implementation speed, not design or decision-making — agents remove that bottleneck (from chintan agent first engineering)

  • Creating paired Claude Code skills with different personas — one expansive (CEO-like) and one detail-oriented (eng manager-like) — lets you toggle between divergent and convergent thinking within the same workflow (from garry tan mega exit plan skill)

  • Running expansive and realistic skills back-to-back is an effective two-pass pattern: first generate ambitious possibilities, then pressure-test them with practical constraints (from garry tan mega exit plan skill)

  • A CPO at Pendo ($2.6B company) uses a single Claude Code command to plan his entire workday, suggesting Claude Code has matured beyond coding into general work orchestration (from claude code daily workflow vibePM)

  • Power users are choosing Claude Code's terminal-based workflow over GUI editors like Cursor, valuing composability and scriptability over visual convenience (from claude code daily workflow vibePM)

  • Claude Code /loop command enables non-technical business professionals to set up recurring agentic tasks with a simple cadence + task prompt — no coding required (from claude code loop business use cases)

  • Meeting prep loop (every 30min) that pulls attendee context, Slack threads, CRM notes, and emails before each meeting is a high-value pattern for managers and account executives (from claude code loop business use cases)

  • The "watch everything and proactively flag actions" pattern represents the most ambitious loop use case — a unified monitoring agent across email, Slack, CRM, and calendar (from claude code loop business use cases)

  • Claude Code can generate "Dives" — highly interactive data visualizations including pivot tables — from a single prompt, collapsing the traditional data prep → tool selection → chart building workflow into one step (from claude code data viz dives)

  • A CEO reports Claude Code as AI Chief of Staff roughly doubles productivity by unifying 6+ inboxes, managing overnight todo lists, and enriching contact records from Granola meeting transcripts (from ceo ai chief of staff claude code)

  • The "multiplayer todo list that works overnight" pattern represents async agent work — the AI processes the queue while the human sleeps, then the human reviews and reprioritizes in the morning (from ceo ai chief of staff claude code)

  • The "AI Chief of Staff" framing positions Claude Code not as a developer tool but as an executive productivity layer, with the agent pushing back on decisions and aligning time to goals (from ceo ai chief of staff claude code)

  • Claude Code is being used as a full outbound sales platform: 11 APIs, 72 automation scripts, handling campaign strategy, list building, and outreach — storing domain expertise in Skills files rather than hardcoding workflows (from claude code outbound sales agents)

  • Claude Code serves as a prototyping playground for agent systems before migration to Claude Agent SDK for headless production deployment — a "Claude Code to Agent SDK" pipeline is emerging (from claude code outbound sales agents)

  • Taskmaster enables multi-day continuous Claude Code sessions; the vast majority of users code less than 40 minutes/day, meaning long-running sessions represent a qualitatively different workflow requiring task management infrastructure (from taskmaster claude code marathon)

  • The /handover slash command solves session amnesia: Claude generates a summary of decisions, pitfalls, and lessons learned when the context window fills up, preserving institutional knowledge for the next session (from claude code handover command)

  • Audio notifications for Claude Code task completion solve a real workflow problem — developers kick off tasks and context-switch, needing an ambient signal when the agent finishes (from warcraft peon claude notifications)

  • Specialized harnesses (designer, marketer, etc.) compound in value as skills accumulate; the shift from generalist to specialist harnesses mirrors vertical specialization outperforming horizontal generalization (from claude code designer harnesses)

  • A practical meeting prep pipeline: cron trigger → calendar API → parallel research (Exa + Perplexity) → Claude formatting → email delivery, demonstrating Claude Code's strength as an API orchestration layer (from meeting prep tool claude code)

  • Claude Code's biggest UX pain for power users is premature task termination during long runs; Taskmaster monitors and forces resumption, acting as a "meta-agent that supervises the agent" (from taskmaster claude code persistence)

  • The overnight autonomous coding workflow (plan, kick off, sleep, review in morning) is becoming a standard power-user pattern, but its value depends entirely on task completion reliability (from taskmaster claude code persistence)

  • Claude Code is being used as an intelligent query layer on top of Linear: natural language queries about sprint velocity, cross-referencing tickets with GitHub to infer blockers, and back-solving point estimates into personalized hours per person (from claude code linear project management)

  • Adding "research the industry-standard approach to this problem, use it to guide yours" to prompts forces Claude to ground solutions in established patterns, reducing novel-but-fragile implementations (from claude code research industry standard)

  • Claude is being positioned as a content strategy tool replacing $2K/month ghostwriters — a shift from using AI for one-off writing to strategic editorial planning (from claude content strategy prompts)

  • Claude generates full PowerPoint presentations in under 5 seconds, collapsing the time-to-output for traditionally tedious knowledge work (from claude powerpoint generation)

  • Cowork with GSuite and Slack connectors enables Claude to automatically generate weekly status updates by scanning channels and schedule focus blocks based on calendar — proactive time-management agents (from cowork gsuite slack workflows)

  • The Claude Code creator interview crossed from dev tool into broader product consciousness, with product leaders recommending it as a "masterclass" (from claude code masterclass aakash)

  • Feynman (Claude-based) generates a cited meta-analysis from a research question in 30 minutes, replicates experiments on Runpod, audits claims against code, and simulates peer review (from feynman claude code for research)

  • Four-category task classification for AI automation: green (AI handles fully), yellow (AI preps 80%), red (needs human brain), gray (not actionable today) — creates clear human-AI boundaries (from jimprosser chief of staff claude)

  • The bigger productivity win from AI automation is cognitive load reduction, not time savings — starting the day in "decision mode" instead of "gathering mode" eliminates low-grade anxiety (from jimprosser chief of staff claude)

  • Stream Deck + Claude Code creates a physical interface for complex AI workflows — pressing a button triggers multi-agent orchestration (from jimprosser chief of staff claude)

  • AI Chief of Staff cost asymmetry: $5-10/month replaces $400-1000/month of virtual assistant work, with instant access to transcripts, email, and knowledge base (from jimprosser chief of staff claude)

  • Use @steipete's 'oracle' tool to bundle code and research papers, create an optimized prompt for GPT-5.4 Pro, and capture results back in your coding agent's terminal (from optimizing academic work with gpt 5.4 pro and coding agents)

  • Run tmux with 6+ Claude agents simultaneously, each with custom status bars showing auto-generated titles, percentage context usage, LOC tracking (+/-), and conversation IDs for cross-referencing between sessions (from claude multi agent productivity workflow)

  • Use a change-philosophy.md document instructing Claude to "examine the existing system and redesign it into the most elegant solution that would have emerged if the change had been a foundational assumption from the start" — forces architectural thinking over patching (from claude multi agent productivity workflow)

  • Use --chrome flag to spawn sub-agents that simulate user testing; results feed into a problem space doc → solution space doc → auto-iterate loop — user testing as a schedulable Claude skill (from claude multi agent productivity workflow)

  • Build session recording shortcuts into apps to collect full internal logs, profiler data, gestures, and state transitions; paste session ID for auto-debugging without manual reproduction (from claude multi agent productivity workflow)

  • Set up three core folders for compounding Claude context: knowledge folder (static stakeholder info, reference material), projects folder (research, drafts, artifacts that persist across sessions), and people folder (auto-updated from Granola MCP meeting transcripts) (from claude code file structure system)

  • The people folder compounds by Day 90: Claude knows communication preferences from 30+ real conversations — context no one-time prompt can replicate (from claude code file structure system)

  • Create a standup command that pulls simultaneously from GitHub, Linear, calendar, and task folder — analyses that would require clicking between 4+ UIs become a single command before your first meeting (from claude code file structure system)

  • Build a Feature Request chat (powered by Sonnet) that asks simple questions and turns team requests into thorough specs; scheduled Claude Code tasks pick up Spec Ready items nightly, implement them, and move to PR Ready with a link — a separate fresh-context task handles code review (from claude automated feature request workflow)

  • Claude Cowork automation stack is sequential: skills (single workflow as slash command) → plugins (chain multiple skills + connectors) → scheduled tasks (fire on timer) → dispatch mode (remote from phone) — each layer builds on the last, don't try to build the full machine on day one (from twitter link share hooeem)

  • Cowork's built-in skill creator automatically tests new skills vs. baseline (without the skill) and compares outputs side by side for iteration — quality evaluation is baked into the creation process (from twitter link share hooeem)

  • Morning Brief scheduled workflow: Claude builds your daily dashboard before you sit down — calendar summary, outstanding email actions, weather, industry news, draft email replies for review; alone worth the subscription price (from twitter link share hooeem)

  • LLM Council skill forces 5 AI advisors with different thinking styles (Contrarian, First Principles, Expansionist, Outsider, Executor) to argue about a question, then anonymously peer-review each other — breaks Claude's sycophancy on high-stakes decisions (from link share without context)

  • The "what did all five miss" question in the LLM Council peer review is the most valuable — every run catches something no individual advisor saw; reading 5 perspectives side by side reveals gaps nobody thought to mention (from link share without context)

  • Claude Cowork pointed at a "Taxes" folder organizes scattered W-2s/1099s/CSVs/PDFs, builds a Context.md briefing, generates a master bookkeeping spreadsheet (income/expenses/write-offs/home-office), produces a tax summary with refund projection, flags discrepancies, and writes a one-page accountant briefing — same Plan-files-work-for-everything pattern applied to bookkeeping (from claude cowork tax bookkeeping automation)

  • The /ss screenshot skill: Claude lists newest files in your screenshots folder and grabs the most recent (or N most recent with /ss 4); trailing argument is the action — /ss huh (explain), /ss fix (debug error or design issue), /ss do this (reverse-engineer + remix); saves ~1 hour/week (from claude screenshot skill visual processing)

  • /ultraplan shifts the planning phase from local terminal to the cloud: Claude drafts the implementation strategy remotely while your terminal stays free; review/edit in a browser with inline comments, section navigation, and visual diagrams; choose cloud execution for an immediate PR or "teleport" the plan back to local CLI — same token allocation as standard local planning (from claude ultraplan cloud development planning)

  • The Monitor tool turns Claude into an event-driven agent: background scripts wake the agent only when needed (log lines hitting an error pattern, a PR transitioning state) instead of polling — major token saver and the right architecture for long-running session work (from claude monitor tool background scripts)

  • Build a Claude Code skill that auto-generates and updates Excalidraw architecture diagrams from code or text descriptions — visual documentation as a side-effect of the workflow, not a separate task (from claude excalidraw architecture diagrams)

  • Premortem prompt: instead of "is this a good plan?" tell Claude "it's 6 months from now and this is already dead — tell me how it died" — flips Claude's training-induced optimism off because there's nothing to validate; returns most-likely failure, most-dangerous failure, the biggest hidden assumption, and a revised plan (from claude premortem technique decision making)

  • A self-improving Claude Code skill loop: 3-5 binary eval criteria, 10 runs with varied inputs, evaluator scores every output, identify failure patterns, rewrite the prompt, retest, keep the winner — a hook-writer skill went 32/50 → 47/50 overnight; works for hooks, briefs, ad copy, scripts, reports (from claude code self improving skills automation)

  • Boris Cherny dogfooded Opus 4.7 for weeks and reports feeling incredibly productive — productivity tips for 4.7 are emerging from inside Anthropic, not just the community (from opus 4 7 productivity tips)

  • Marcus Moretti's PM-as-one-person-team workflow: strategy.md (target problem, audience, 3-5 SMART metrics, 2-4 work tracks, rerun every few months) plus /ce:product-pulse running daily at 8am reading PostHog/Stripe/Datadog/database into ~/pulse-reports/ — replaces 60% of a PM's old week with two files and a cron (from ai agent pm workflow spiral every)

  • Now/Next/Later kanban with In Progress/Done is the only execution surface — no sprints, no standups, no PRDs, no backlog grooming, no stakeholder updates; the agent writes/moves tickets and keeps statuses live (from ai agent pm workflow spiral every)

  • Anthropic shipped a 14-minute video guide ("Agents → Structure → Tools → Execution → Systems → Money") plus a 33-page Claude Skills guide focused on persistent instructions and memory — first-party documentation for "what actually works" is now mainstream (from anthropic agent architecture guide)

  • ZenSpinner replaces Claude Code's spinner verbs with zen quotes — small tooling-as-mood pattern that's part of the broader trend of customizing the entire agent experience surface (from zenspinner claude zen quotes)

  • HyperFrames video creation through Claude Design takes only 2 prompts when you give Claude the HyperFrames skill — turns Claude into a motion designer for prototypes/slides/one-pagers; Opus 4.7 vision under the hood (from claude design hyperframes video creation)

  • The complete personal-knowledge-base workflow in three moves: create raw/, wiki/, outputs/ folders plus a CLAUDE.md schema file in 5 minutes, then point Claude at raw/ with the prompt "Read everything in raw/. Compile a wiki following CLAUDE.md rules. Create INDEX.md first." — 45 minutes of weekend setup becomes a continuously improving company asset (from claude personal knowledge base workflow)

  • Monthly knowledge-base health check: ask Claude to flag contradictions, find unexplored topics, and suggest 3 new articles to fill knowledge gaps — turns the wiki into a self-auditing system (from claude personal knowledge base workflow)

  • gstack transforms Claude Code from a solo assistant into a 6-specialist AI team — CEO, Eng Manager, Designer, Release Manager, Doc Engineer, QA Lead — installed in 30 seconds; the CEO agent challenges every decision ("why does this need to exist?") before coding, the Designer ships 4-6 variants and picks a winner, and the QA Lead runs real browser tests (from gstack claude code ai team)

  • Garry Tan's exact Claude Code setup is open-sourced as gstack — 23 opinionated tools for a structured development workflow, forkable as a complete role-based team harness (from gstack claude code ai team)

  • Multi-LLM development workflow uses Claude Opus 4.7 for feature planning and GPT-5.5 for plan review to catch issues before development starts, with Playwright running automated UX/UI validation after Claude builds and before human review; @conductor_build switches between Claude and GPT models in a single workflow rather than juggling separate interfaces, for ~$400/month full dev-team capability (from multi llm development workflow conductor)

  • A one-command skill converts a personal PM OS into a team OS without leaking personal context — turning individual productivity gains into team-wide compounding benefits where teammates query shared call summaries, decision logs, and analytics in natural language and get full reasoning back in 15 seconds with no human in the loop (from team os knowledge sharing architecture)

  • Claude Code's agent view (research preview) consolidates all coding sessions into a single unified list — session management moves toward tracking and revisiting coding interactions across multiple projects rather than per-terminal context (from claude code agent view sessions)

  • Claude Code can generate static HTML files for reports, explorations, code structure documentation, and mockups as primary workflow outputs, enabling a Google Docs-style iterative commenting system for HTML pages (from claude code interactive html comments)

  • Claude Code's interactive HTML skill launches a localhost server that allows in-browser commenting on generated pages, automatically updates content based on comments, and provides guided tours of changes — install by asking Claude Code to clone the relevant repo (from claude code interactive html comments)

  • Treat planning as a search problem: Sean Geng's plan-optimizer skill scores plans against rubrics, critiques them, and rewrites until score plateaus — stopping when improvements become noise rather than signal; particularly effective with Fable 5 (from claude plan optimizer iterative improvement)

  • Use Dynamic Workflow mode for complex tasks — sends out thousands of subagents to complete work previously taking months; combine with Ultracode mode which sets thinking to xhigh and lets Claude decide when to invoke Dynamic Workflows (from claude opus 4 8 upgrade workflow optimization)

  • A structured /goal prompt should define one measurable mission, current repo/context, hard constraints, priority, plan, done-when criteria, verification, output expectations, and stop rules, making agent tasks bounded and auditable before execution (from goal command prompt engineering structure)

  • Include rollback/containment in the VERIFY section and require the agent to state what could not be verified; verification is part of the workflow contract, not just a post-hoc summary (from goal command prompt engineering structure)

  • Most messy Claude Code workflows come from staying vanilla; installing claude-code-setup lets the official plugin recommend hooks, skills, MCP servers, subagents, and automations so the workflow becomes environment-shaped rather than prompt-only (from claude code setup plugin enhancement)

Voices

81 contributors
Aakash Gupta

Aakash Gupta

@aakashgupta

✍️ https://t.co/8fvSCtBv5Q: $72K/m 💼 https://t.co/STzr4nqxnm: $39K/m 🤝 https://t.co/SqC3jTyP03: $37K/m 🎙️ https://t.co/fmB6Zf5UZv: $30K/m

209.5K followers 5 tweets
Tom Dörr

Tom Dörr

@tom_doerr

Follow for posts about GitHub repos, DSPy, and agents Subscribe for top posts DM to share your AI project (Due to volume of DMs I'll prioritize subscribers)

195.1K followers 3 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 3 tweets
Claude

Claude

@claudeai

Claude is an AI assistant built by @anthropicai to be safe, accurate, and secure. Talk to Claude on https://t.co/ZhTwG8d1e5 or download the app.

924.6K followers 3 tweets
Ole Lehmann

Ole Lehmann

@itsolelehmann

I help non-technical people make more money with AI agents. AI connoisseur, robotics maxi, eu/acc supporter, dad, techno optimist

135.5K followers 3 tweets
klöss

klöss

@kloss_xyz

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

68.9K followers 3 tweets
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 2 tweets
Boris Cherny

Boris Cherny

@bcherny

Claude Code @anthropicai

341.8K followers 2 tweets
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 2 tweets
Charlie Hills

Charlie Hills

@charliejhills

Helping Entrepreneurs Systemise & Scale with AI | Trusted by 200k+

11.8K followers 2 tweets
Mike Fishbein

Mike Fishbein

@mfishbein

Building custom AI agents and internal tools for marketing and sales teams.

7.5K followers 2 tweets
Paras Chopra

Paras Chopra

@paraschopra

life is a game 🕹️ • building @lossfunk

234.7K followers 2 tweets
Sean Geng

Sean Geng

@seangeng

Always building something fun 🎮 on @b3dotfun | Prev: engineering leader @Coinbase, @solana startup free components / prompts at my personal site

4.1K followers 2 tweets
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 2 tweets
Nick

Nick

@nickbaumann_

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

18.2K 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
Charly Wargnier

Charly Wargnier

@DataChaz

🦞 Clawdbot / @openclaw tinkerer • Ex @Streamlit @Snowflake Maestro • Also tweet about AI agents, LLMs, and web apps • My ❤️ is open source • DM for collabs 📩

161.3K followers 1 tweet
Sukh Sroay

Sukh Sroay

@sukh_saroy

Sharing daily insights on AI, No Code, & Tech Tools • Follow me to master AI to level up your life • DM for Collabs

13.6K followers 1 tweet
Cody Schneider

Cody Schneider

@codyschneiderxx

folllow for shiposting about the growth tactics i'm using to grow my startup building @graphed with @maxchehab Get Started Free - https://t.co/stXlkQBlSj

59.9K followers 1 tweet
CyrilXBT

CyrilXBT

@cyrilXBT

AI • Crypto | Sharing what I see before everyone else does

145.2K followers 1 tweet
Delba

Delba

@delba_oliveira

🪄💫 • @vercel ▲

50.4K followers 1 tweet
Ihtesham Ali

Ihtesham Ali

@ihtesham2005

investor, writer, educator, and a dragon ball fan 🐉

16.6K 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
rody

rody

@0x_rody

AI tools analyst | Code & consciousness | @zscdao

970 followers 1 tweet
Allie K. Miller

Allie K. Miller

@alliekmiller

#1 Most Followed Voice in AI Business (2M followers). Former Amazon, IBM. Time100 AI. Fortune 500 and startup AI advisor, public speaker. AI-First courses in 🔗

95.7K followers 1 tweet
Browserbase

Browserbase

@browserbase

give your agents access to the whole web - creators of @stagehanddev & @trydirector

19.3K followers 1 tweet
Corey Ganim

Corey Ganim

@coreyganim

Simplifying AI for non-technical entrepreneurs. Built an eCom biz to $16M+ revenue. Built (then sold) a coaching biz to $340k ARR.

38.5K 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
JJ Englert

JJ Englert

@JJEnglert

Community Builder at @Tenex_labs (Best AI Consulting Firm) 😎 Host of "This Week in AI" podcast 🎙️ Join our community for top 1% AI builders / leaders 👇🏼

34.1K followers 1 tweet
Kevin Rose

Kevin Rose

@kevinrose

building all the things | Chairman @digg, Advisor @trueventures | Podcast: Random Show w/ @tferriss. | Ex: @google, Board of Directors: @ouraring, @hodinkee

1.5M 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
Noah Zweben

Noah Zweben

@noahzweben

Claude Code PM @anthropicai

25.6K followers 1 tweet
Oliver Prompts

Oliver Prompts

@oliviscusAI

Helping you understand AI. Software Engineer. Opinions are personal. DM for collabs.

13.7K followers 1 tweet
elvis

elvis

@omarsar0

Building @dair_ai • Prev: Meta AI, Elastic, PhD • New AI learning portal: https://t.co/1e8RZKs4uX

303.2K followers 1 tweet
Sac

Sac

@Saccc_c

探索00后的财富自由之路(全面开源成长路径,关注我,一起实现财富自由)|疯狂探索 AI 的边际和商业应用|@SWUFEBA @Ntusg

23.8K followers 1 tweet
Shann³

Shann³

@shannholmberg

I cover AI marketing & growth. Sharing every framework as I build it. Founder @espressioai, @lunarstrategy

27.8K followers 1 tweet
Samantha Trimble

Samantha Trimble

@strimblez

the other sam at openai

2.4K followers 1 tweet
T

Theo - t3.gg

@theo

1 tweet
Daniel Steigman

Daniel Steigman

@trekedge

Building Codex @OpenAI prev @Cline

6.8K followers 1 tweet
Yi Lu

Yi Lu

@yyyiiillluuu

TL for Meta AI personalization and agent memory (Reality lab) Former head of ML at Forethought (acquired by Zendesk) Adjunct prof University of Washington

284 followers 1 tweet
0

Moysei

@0xMoysei

1 tweet
A

Aarush

@aarush_kukreja

1 tweet
Advait Paliwal

Advait Paliwal

@advaitpaliwal

disciple of experience

12.6K followers 1 tweet
A

Slopware Engineer

@aienginerd

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
Tanvir

Tanvir

@anjum_ai

Turning ideas into income with AI, SaaS & online biz. Sharing smart takes on productivity, entrepreneurship & product launches 📬 anjumtanvir095@gmail.com

10.4K followers 1 tweet
Shruti Gandhi / Array VC preseed rounds

Shruti Gandhi / Array VC preseed rounds

@atShruti

VC Eng @arrayvc Investor @happyrobot_ai @sapiomAI @placer_ai @daftengine @wabi @matic @joinallocate @runable_hq @drata @pendoio

26.5K followers 1 tweet
Bilgin Ibryam

Bilgin Ibryam

@bibryam

PM at Diagrid | Ex-Red Hat Architect | Author Kubernetes Patterns → All in distributed systems; agentic apps; AI-assisted coding;

81.4K followers 1 tweet
Dan Rosenthal

Dan Rosenthal

@dan__rosenthal

Co-Founder @ https://t.co/XSbGcOIOsc | Growth playbooks using AI

4.2K followers 1 tweet
D

Dave Jeffery

@DaveJ

1 tweet
𝒅𝒆𝒏𝒊𝒛𝒆𝒏

𝒅𝒆𝒏𝒊𝒛𝒆𝒏

@dennizor

in search of a humane, universal interface

1.9K followers 1 tweet
conrad house

conrad house

@DlSPUTED

Collection Lead for @lerandomart┊chronically online techno-curious art & music junky, tinkering and breaking things

4.5K followers 1 tweet
ericosiu

ericosiu

@ericosiu

Founder- revenue agents @ singlebrain, ad agency @singlegrain, Investor. Member: @YPO Beverly Hills Podcaster: Marketing School, Leveling Up

38.5K followers 1 tweet
Griffin Hilly

Griffin Hilly

@GriffinHilly

Bond trader by day, pro-humanism/nuclear on my own time. @MadiHilly’s biggest fan

637 followers 1 tweet
hoeem

hoeem

@hooeem

helping you turn screen time into cash flow using modern stacks to create digital leverage.

164.8K followers 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 Kneen

Jason Kneen

@jasonkneen

R&D AI Labs prev. @morph_labs @restreamio @EmergentLabs @blackboxai @axway and built @huggiapp @moltrats @vibeclawdev @cursorbuddyapp @codesurfai

29.4K followers 1 tweet
Jimmy slagle

Jimmy slagle

@jimmyslagl

building @heyparkerdotai | context + prompt design

5.0K followers 1 tweet
Kirill

Kirill

@kirillk_web3

AI Influencer × Web3 Creator · Focused on @Polymarket & Crypto Claude · Bots · Wallet flows · Probabilities Private Telegram - https://t.co/oGlSotk6ps

18.1K followers 1 tweet
Ellaa

Ellaa

@learnwithella

AI Enthusiast | Content Creator & Digital Publisher 📰✨ | Making complex tech simple. Follow for daily AI updates, prompt guides, and future tech! 🚀

245 followers 1 tweet
Bin Liu

Bin Liu

@liu8in

VP, Product & Agent Eng @HeyGen building HyperFrames: write HTML, render MP4, agent-native past: founder & CEO at Alisa (acq.), eng exec @Pinterest

3.7K 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
M

MIKE

@mikenevermiss

1 tweet
Mike Murchison

Mike Murchison

@mimurchison

CEO of Ada (@ada_cx), the agentic customer experience company. I usually post about applied AI and reflections on leadership. Made in Canada🇨🇦

4.2K followers 1 tweet
Nicolas Finet

Nicolas Finet

@nifinet

CEO @sortlist ($1B+ generated for agencies) | https://t.co/5P8KKsKWm0 (outbound) | https://t.co/GqzxF4kSrd (intent agent)

10.8K followers 1 tweet
N

Nityesh

@nityeshaga

1 tweet
P

Pejman Pour-Moezzi

@pejmanjohn

1 tweet
P

Moe Ali

@ProductFaculty

1 tweet
rahul

rahul

@rahulgs

head of applied ai @ ramp

13.1K followers 1 tweet
S

Samuel Stroschein

@samuelstroschei

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
tony 🦥

tony 🦥

@tonysheng

cofounder @cozyfinance

19.1K followers 1 tweet
V

Vaibhav Sisinty

@VaibhavSisinty

1 tweet
V

Vincent van der Meulen

@vinvan

1 tweet
Wes Roth

Wes Roth

@WesRoth

FOLLOWS YOU. Artificial Intelligence, Automation & Optimism. Everything I say is 100% serious...

34.0K followers 1 tweet
Y Combinator

Y Combinator

@ycombinator

We help founders make something people want. Subscribe to our newsletter: https://t.co/sjqjxxBeLc

1.6M followers 1 tweet
Z

Zephyr

@Zephyr_hg

1 tweet