Uploaded December 2025 | Updated September 2026, 1 week ago
The Blueprint to build profitable apps: startup-ideas-pod.link/app-blueprint
On this episode I sit down with indie app builder and designer Chris Raroque to walk through his real AI coding workflow. Chris explains how he ships a portfolio of productivity apps doing thousands in MRR by pairing Claude Code and Cursor instead of picking just one tool. He live-demos “vibe coding” an iOS animation, then compares how Claude Code and Cursor’s plan mode tackle the same task. The episode closes with concrete tips on plan mode, MCP servers, AI code review, dictation, and deep research so solo devs can build bigger apps than they could alone.
*Timestamps*
00:00 – Intro
03:04 – Which Tools & Models to Use
09:16 – Thoughts on the Vibe Coding Mobile App Landscape
11:14 – Live demo: prompting Claude Code to build an iOS “AI searching” animation
18:07 – Live demo: prompting Cursor with same task
21:02 – Chris’s Best Tips for Vibe Coders
*Key Points*
* You don’t have to pick one IDE copilot: Chris actively switches between Claude Code and Cursor because they have different strengths.
* For very complex bug-hunting, he prefers Cursor with plan mode; for big-picture app architecture, he leans on Claude Code with Opus.
* Non-developers should start on higher-level “vibe coding” platforms like Create Anything for mobile apps before graduating to Claude/Cursor.
* Plan mode plus detailed, spoken prompts dramatically improves code quality, especially for UI and animation work.
* MCP servers and AI code review bots let solo developers safely set up infra, enforce security, and catch bugs they’d otherwise miss.
* Claude’s deep research is a powerful way to choose the right patterns and libraries before handing implementation back to Claude Code or Cursor.
Summaries
1. Why Use Both Claude Code and Cursor
Instead of committing to a single tool, Chris runs Cursor as his main editor and terminal, with Claude Code running in a side panel, and swaps based on the task. He uses Claude Code with Opus 4.1 for extremely complex or architectural work until he hits usage limits, then relies on Cursor plan mode with GPT-5.1 high for planning and Sonnet for execution. He notes that Claude feels slightly better at UI work, while Cursor’s plan mode shines on gnarly bugs and multi-step changes.
2. Claude Code vs Cursor Plan Mode
To compare tools, Chris undoes the Claude changes and asks Cursor plan mode (with Sonnet for execution) to implement the same animation. Cursor generates a detailed plan, asks clarifying questions about replay behavior and placeholders, then edits the code. On first try, Chris and Greg agree Cursor’s result is slightly smoother than Claude’s initial attempt, even though both use the same Sonnet model under the hood. Chris uses this to illustrate how plan mode alone can dramatically change outcomes.
3. Core Workflow Tips: Plan Mode, UltraThink, Background Tasks, MCP
Chris’ first big tip is to enable plan mode for almost every action in Cursor and Claude Code so the model can think through steps before touching the codebase. In Claude Code, he also uses the “UltraThink” keyword on most complex prompts to force deeper reasoning, and runs servers as background tasks so Claude can read logs directly during debugging. He then layers MCP servers like Context 7 (for up-to-date, compressed docs) and Supabase/Firebase/AWS MCP (for schema, security rules, and infra setup), arguing that AI often configures security better than rushed humans—though he’s more cautious in production.
4. Security and Shipping
For solo developers without teammates to review code, Chris relies on AI code review tools like BugBot and Cursor’s PR reviewer to scan for security issues and bugs before merge. He dictates most prompts via Whisperflow so he can give long, detailed instructions without slowing down, and he uses Claude’s deep research in the chat app to explore “best practice” patterns before implementing anything. The combination—plan mode, MCP, AI reviewers, dictation, and deep research—lets him ship sophisticated apps quickly while still sleeping at night.
The #1 tool to find startup ideas/trends - ideabrowser.com
LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn 'what if' into reality with AI, apps, and next-gen products https://latecheckout.agency/
The Vibe Marketer - Resources for people into vibe marketing/marketing with AI: thevibemarketer.com
Startup Empire - get your free builders toolkit to build cashflowing business - startup-ideas-pod.link/startup-empire-toolkit
Become a member - startup-ideas-pod.link/startup-empire
FIND ME ON SOCIAL
X/Twitter: twitter.com/gregisenberg
Instagram: instagram.com/gregisenberg
LinkedIn: linkedin.com/in/gisenberg
FIND CHRIS ON SOCIAL
Youtube: youtube.com/@raroque
X/Twitter: https://x.com/raroque
Instagram: instagram.com/chris.raroque
The Blueprint to build profitable apps: startup-ideas-pod.link/app-blueprint
On this episode I sit down with indie app builder and designer Chris Raroque to walk through his real AI coding workflow. Chris explains how he ships a portfolio of productivity apps doing thousands in MRR by pairing Claude Code and Cursor instead of picking just one tool. He live-demos “vibe coding” an iOS animation, then compares how Claude Code and Cursor’s plan mode tackle the same task. The episode closes with concrete tips on plan mode, MCP servers, AI code review, dictation, and deep research so solo devs can build bigger apps than they could alone.
*Timestamps*
00:00 – Intro
03:04 – Which Tools & Models to Use
09:16 – Thoughts on the Vibe Coding Mobile App Landscape
11:14 – Live demo: prompting Claude Code to build an iOS “AI searching” animation
18:07 – Live demo: prompting Cursor with same task
21:02 – Chris’s Best Tips for Vibe Coders
*Key Points*
* You don’t have to pick one IDE copilot: Chris actively switches between Claude Code and Cursor because they have different strengths.
* For very complex bug-hunting, he prefers Cursor with plan mode; for big-picture app architecture, he leans on Claude Code with Opus.
* Non-developers should start on higher-level “vibe coding” platforms like Create Anything for mobile apps before graduating to Claude/Cursor.
* Plan mode plus detailed, spoken prompts dramatically improves code quality, especially for UI and animation work.
* MCP servers and AI code review bots let solo developers safely set up infra, enforce security, and catch bugs they’d otherwise miss.
* Claude’s deep research is a powerful way to choose the right patterns and libraries before handing implementation back to Claude Code or Cursor.
Summaries
1. Why Use Both Claude Code and Cursor
Instead of committing to a single tool, Chris runs Cursor as his main editor and terminal, with Claude Code running in a side panel, and swaps based on the task. He uses Claude Code with Opus 4.1 for extremely complex or architectural work until he hits usage limits, then relies on Cursor plan mode with GPT-5.1 high for planning and Sonnet for execution. He notes that Claude feels slightly better at UI work, while Cursor’s plan mode shines on gnarly bugs and multi-step changes.
2. Claude Code vs Cursor Plan Mode
To compare tools, Chris undoes the Claude changes and asks Cursor plan mode (with Sonnet for execution) to implement the same animation. Cursor generates a detailed plan, asks clarifying questions about replay behavior and placeholders, then edits the code. On first try, Chris and Greg agree Cursor’s result is slightly smoother than Claude’s initial attempt, even though both use the same Sonnet model under the hood. Chris uses this to illustrate how plan mode alone can dramatically change outcomes.
3. Core Workflow Tips: Plan Mode, UltraThink, Background Tasks, MCP
Chris’ first big tip is to enable plan mode for almost every action in Cursor and Claude Code so the model can think through steps before touching the codebase. In Claude Code, he also uses the “UltraThink” keyword on most complex prompts to force deeper reasoning, and runs servers as background tasks so Claude can read logs directly during debugging. He then layers MCP servers like Context 7 (for up-to-date, compressed docs) and Supabase/Firebase/AWS MCP (for schema, security rules, and infra setup), arguing that AI often configures security better than rushed humans—though he’s more cautious in production.
4. Security and Shipping
For solo developers without teammates to review code, Chris relies on AI code review tools like BugBot and Cursor’s PR reviewer to scan for security issues and bugs before merge. He dictates most prompts via Whisperflow so he can give long, detailed instructions without slowing down, and he uses Claude’s deep research in the chat app to explore “best practice” patterns before implementing anything. The combination—plan mode, MCP, AI reviewers, dictation, and deep research—lets him ship sophisticated apps quickly while still sleeping at night.
The #1 tool to find startup ideas/trends - ideabrowser.com
LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn 'what if' into reality with AI, apps, and next-gen products https://latecheckout.agency/
The Vibe Marketer - Resources for people into vibe marketing/marketing with AI: thevibemarketer.com
Startup Empire - get your free builders toolkit to build cashflowing business - startup-ideas-pod.link/startup-empire-toolkit
Become a member - startup-ideas-pod.link/startup-empire
FIND ME ON SOCIAL
X/Twitter: twitter.com/gregisenberg
Instagram: instagram.com/gregisenberg
LinkedIn: linkedin.com/in/gisenberg
FIND CHRIS ON SOCIAL
Youtube: youtube.com/@raroque
X/Twitter: https://x.com/raroque
Instagram: instagram.com/chris.raroque


![I Built an AI Content Agent With N8N and Claude (Step-by-Step)
Join me as chat I with The Boring Marketer as we demonstrate a complete n8n workflow automation that can save content creators 10-15 hours weekly by scraping top-performing content, generating new content ideas, and publishing to social. The system uses N8N to orchestrate multiple AI tools that research, write, and even create images for posts, with an optional human review step before publishing.
Build an AI Content Automation in n8n: https://www.gregisenberg.com/ai-content-automation
Get ideas, tools, and tactics to 10x your marketing: https://www.skool.com/the-vibe-marketers
Timestamps:
00:00 - Intro
01:58 - Why use this Content AI Agent
03:05 - Demoing the n8n workflow
03:33 - Explanation workflow stages
04:52 - Appify for content scraping
05:57 - Researching Viral Content
06:59 - Content curation and Idea generation
11:47 - Overview of OpenRouter for accessing multiple LLMs
13:23 - Claude 3.7 Sonnet for content creation
14:23 - Prompting Tips
18:05 - Demo of the human review/posting process
22:33 - Get free workflow template
Key Points:
• The workflow uses N8N to automate content creation by scraping top-performing content from YouTube and X (Twitter)
• The system processes this data through various LLMs (including Claude and OpenAI) to generate original content ideas
• The workflow can automatically create and publish LinkedIn posts with minimal human intervention
• Tools mentioned include Appify (for scraping), OpenRouter (for accessing multiple LLMs), and Claude 3.7 Sonnet (for writing)
1) THE PROBLEM:
Creating quality content across multiple platforms is EXHAUSTING.
Most marketers waste hours researching, writing, and publishing—only to get mediocre results.
What if AI could do the heavy lifting while you focus on strategy?
Thats exactly what this workflow solves!
2) THE WORKFLOW OVERVIEW:
This N8n automation has 4 key stages:
• Data collection from YouTube & X
• Content idea generation
• Research & validation
• Content creation & publishing
All with minimal human input! Lets dive deeper...
3) STAGE 1: DATA COLLECTION
The workflow uses Appify to:
• Scrape top-performing YouTube videos on your topic
• Transcribe video content automatically
• Pull relevant tweets from X
• Compile everything into one massive data block
This gives your AI REAL context about whats working!
4) STAGE 2: IDEA GENERATION
Once you have the data, the workflow:
• Feeds everything to an OpenAI LLM
• Analyzes patterns in high-performing content
• Generates fresh angles and hooks
• Identifies optimal content formats
No more staring at blank screens wondering what to write!
5) STAGE 3: RESEARCH & VALIDATION
This is where it gets POWERFUL:
• Uses Perplexity (via OpenRouter) to find facts & stats
• Validates content ideas with real-world data
• Prevents AI hallucinations
• Adds credibility to your content
Your posts will be backed by ACTUAL research!
6) STAGE 4: CONTENT CREATION
The workflow uses Claude 3.7 Sonnet (the BEST writing AI right now) to:
• Create a complete LinkedIn post
• Generate an accompanying image
• Format everything properly
• Send to you for approval via Slack
One click and its published!
7) PRO TIPS FROM @boringmarketer:
• Give AI specific brand voice instructions
• Tell it to avoid corporate jargon and fluff
• Ban those AI-looking dashes ( )
• Mention conversion copywriting for better hooks
• Include a human review step before publishing
8) WHY THIS ACTUALLY WORKS:
Unlike basic ChatGPT prompts, this workflow:
• Uses VALIDATED content ideas (not guesses)
• Leverages data from top-performing posts
• Matches your authentic voice
• Creates content that passes the AI detection test
People cant tell its AI-generated!
Notable Quotes:
Instead of starting from scratch, go and find things that are already performing. Thats similar to trying to create a startup idea too. You want to find things that are already working so you can shortcut that and take those learnings and make it your own. - Boring Marketer
The problem is people dont give it [Claude] enough context. And then theyre like, this is garbage. - Greg Isenberg
The #1 tool to find startup ideas/trends - https://www.ideabrowser.com
LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn what if into reality with AI, apps, and next-gen products https://latecheckout.agency/
BoringMarketing — Vibe Marketing for Sale: https://www.thevibemarketer.com
Startup Empire - a membership for builders who want to build cash-flowing businesses https://www.startupempire.co
FIND ME ON SOCIAL
X/Twitter: https://twitter.com/gregisenberg
Instagram: https://instagram.com/gregisenberg/
LinkedIn: https://www.linkedin.com/in/gisenberg/
FIND THE BORING MARKETER ON SOCIAL
X/Twitter: https://x.com/boringmarketer
LinkedIn: https://www.linkedin.com/in/jadickerson/ I Built an AI Content Agent With N8N and Claude (Step-by-Step)](https://i.ytimg.com/vi/m9iaJNJE2-M/mqdefault.jpg)



![How Id use Sora 2 + Claude to hit 1M+ views on AI videos
Get My Guide to Creating Viral Sora 2 Videos: https://startup-ideas-pod.link/sora2-guide
On this episode I share a comprehensive framework for creating viral videos using Sora 2, Perplexity, and Claude. The process involves researching viral formats with Perplexity, using Claude to generate and evaluate video concepts based on audience psychology, and finally implementing those concepts with Sora 2.
Timestamps:
00:00 - Intro
01:32 -Why Sora 2 gives you an unfair advantage
03:02 - Using Perplexity as a research agent
06:07 - Generating concepts with Claude
09:15 - Evaluating concepts for viral potential
14:51 - Implementing prompts in Sora 2
18:10 - Final thoughts and demonstration
Key Points:
• A three-step workflow using Perplexity for research, Claude for prompt creation, and Sora 2 for video generation
• Creating viral content gives startups an unfair advantage in distribution and attention
• Evaluating video concepts against engagement criteria (hook strength, emotional triggers, algorithm fit)
• Testing multiple AI-generated concepts to find what resonates with your target audience
1) Why This Matters
Distribution is the new moat in 2024.
Just like people who mastered:
• YouTube (2006-2012)
• Instagram (2012-2019)
• Twitter (2019-2023)
Those who master Sora 2 will build attention empires that fuel their startups.
The goal? Create viral videos → capture attention → sell products.
2) The 3-Tool Framework
Gregs viral video creation system uses:
• Perplexity → Research agent to identify viral formats
• Claude → Prompt engineer to craft perfect Sora instructions
• Sora 2 → Video generation engine
This workflow ELIMINATES the blank page problem and gives you data-backed concepts.
3) Step 1: Research with Perplexity
Use this prompt template:
I run [your startup]. It does [what it does]. Need to create short-form video that will go viral. Need scroll-stopping concepts for my audience of [audience description] who long for [core desire]. What kind of short-form will get engagement?
Add deep research for best results!
4) What Perplexity Delivers
Perplexity will analyze what ACTUALLY works for your audience, including:
• Psychological triggers (FOMO, validation-seeking)
• Content frameworks that convert
• Hook structures that stop scrolling
• Examples of viral formats in your niche
This is GOLD for understanding what resonates!
5) Step 2: Generate Concepts with Claude
Copy ALL the Perplexity research into Claude with this prompt:
You are a skilled social media strategist. Using these insights, brainstorm 10 creative short-form video concepts for my brand.
The key? Youre leveraging AI to generate IDEAS before touching Sora.
6) The Secret Sauce: Concept Evaluation
THIS is where most people fail.
Ask Claude to evaluate each concept on:
• Hook strength (1-10)
• Pattern interrupts
• Emotional triggers
• Algorithm fit
• Trend friendliness
Then get Claude to rank your top 3 concepts with specific reasons WHY theyll work.
7) Step 3: Craft Optimized Sora Prompts
Dont write Sora prompts yourself!
Ask Claude: Make these Sora 2 optimized. How can I use Soras capabilities to make this scroll-stopping? Give me prompts for the top 2 concepts.
Claude will research Soras capabilities and craft DETAILED prompts that leverage its strengths.
8) Sora 2 Pro Tips
• Use Sora on web (not just mobile) for longer prompts
• Aim for 10-15 second videos (current limit)
• Include spoken dialogue labels
• Specify on-screen text explicitly
• Describe visual elements in detail
Remember: Vine was only 6 seconds and created STARS!
9) Iteration is Key
Your first Sora video probably wont be perfect.
The real magic happens when you:
• Test different visual styles
• Adjust pacing
• Try different hooks
• Keep asking Claude for prompt improvements
What would normally cost $1000s to produce now takes minutes!
10) Real Example: The Results
Greg tested this exact process for @ideabrowser:
• Created a Notion clone tutorial concept
• Generated curiosity-driven hooks
• Produced a professional-looking ad in minutes
• No design skills needed!
The result? Videos that drive clicks at a fraction of the cost.
The #1 tool to find startup ideas/trends - https://www.ideabrowser.com/
LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn what if into reality with AI, apps, and next-gen products https://latecheckout.agency/
Boringmarketing - Vibe Marketing for Companies: http://boringmarketing.com/
The Vibe Marketer - Join the Community and Learn: http://thevibemarketer.com/
Startup Empire - get your free builders toolkit to build cashflowing business -
https://startup-ideas-pod.link/startup-empire-toolkit
Become a member -
https://startup-ideas-pod.link/startup-empire
FIND ME ON SOCIAL
X/Twitter: https://twitter.com/gregisenberg
Instagram: https://instagram.com/gregisenberg/
LinkedIn: https://www.linkedin.com/in/gisenberg/ How Id use Sora 2 + Claude to hit 1M+ views on AI videos](https://i.ytimg.com/vi/nt8gUax1Aj0/mqdefault.jpg)



