Robert Youssef Profile picture
AI Automations Architect, Co-Founder @godofprompt ($40K/mo)
Sep 14 14 tweets 5 min read
Fuck it.

I'm sharing the 10 Gemini prompts that built my entire SaaS from scratch.

These prompts literally replaced my CTO, lead dev, and product manager.

Comment 'send' and I'll DM you the complete Gemini guide to master it: 1. Validate your SaaS idea

Most ideas fail because they solve the wrong problem.

Prompt:

“You are a startup strategist.
Validate this SaaS idea by identifying the core problem, target audience, urgency level, and willingness to pay.”
→ [Insert your idea]
Sep 13 8 tweets 3 min read
99% of the AI agent tutorials on YouTube are garbage.

I’ve built 47 agents with n8n and Claude.

Here are the 3 prompts that actually work (and make agent-building simple).

Bonus: comment "Agent: and I’ll DM you AI agent system prompt + full guide ↓ Image PROMPT 1: The Blueprint Maker

"I want to build an AI agent that [your specific goal]. Using N8N as the workflow engine and Claude as the AI brain, give me:

- Exact workflow structure
- Required nodes and connections
- API endpoints I'll need
- Data flow between each step
- Potential failure points and how to handle them

Be specific. No generic advice."
Sep 9 15 tweets 3 min read
If you’re building with AI, skip the $500 fine-tuning course.

Learn RAG (Retrieval-Augmented Generation) because it’s faster, cheaper, and way more scalable.

Here’s the concept that powers real-world LLM systems: Fine-tuning = adjusting a model’s weights on your custom dataset.

It’s useful when:

• You have a large, domain-specific dataset
• You want the model to “speak your language”
• You need task-specific behavior baked in

But it’s not always the best option. Image
Sep 8 13 tweets 5 min read
RIP Copywriters.

You don’t need to pay $10K for a landing page.

GPT now writes high-converting copy for:

→ Paid ads
→ Landing pages
→ Headlines & hooks
→ CTAs
→ Full funnel sequences

Here’s how to replace your copy team with 1 mega prompt: I tested this prompt with GPT-4 on a real product launch.

The output?

A full landing page + 3 Facebook ads + email drip
in my brand voice and optimized for conversions.

Here’s how I did it:
Sep 1 12 tweets 4 min read
Prompting is a skill.

Learn it, and any model becomes 10x more powerful.

Here are 5 techniques to instantly upgrade your AI outputs: TECHNIQUE 1: Persona Assignment

Give your AI a specific role and identity. This creates focused expertise and consistent tone throughout the conversation.

❌ Without: "Write about marketing"

✅ With: "You are a senior marketing strategist at a Fortune 500 company with 15 years of experience. Analyze emerging social media trends and their impact on brand engagement for luxury fashion brands targeting Gen-Z consumers."
Aug 31 8 tweets 3 min read
Don’t use ChatGPT and Perplexity for research.

I tested Grok 4 and its on a whole different level.

Here are 5 powerful ways to use Grok 4 for research: Image 1. Investment & Startup Research

Want to invest in a startup or analyze potential unicorns? Use DeepSearch to uncover financial health, investor trends, and market positioning.

Try this prompt:

"Analyze the startup landscape in [industry]. Identify promising startups, their funding rounds, valuation trends, and investor interest. Provide actionable insights."
Aug 20 8 tweets 3 min read
n8n is so powerful.

You can use any LLM like ChatGPT or Grok to build powerful AI agents with no code.

Just give the model 1 mega prompt, and it will:

- Design architecture
- Manage triggers, APIs, logic, outputs
- Guide build process

Here’s the exact prompt I use: Image The system:

1. I open ChatGPT
2. Paste in 1 mega prompt
3. Describe what I want the agent to do
4. GPT returns:

• Architecture
• n8n nodes
• Triggers
• LLM integration
• Error handling
• Code snippets

5. I follow the steps in n8n.

Done.
Aug 3 14 tweets 6 min read
How to make money using AI without getting lucky: Step 1: Find Your Niche

You don’t need a revolutionary idea. You just need a painfully specific problem.

That’s where opportunity lives in underserved markets. AI is useless if it’s solving nothing.

Here’s the prompt to discover where it can work:

Prompt:

“List 10 underserved markets where AI can dramatically improve efficiency or user experience. Explain briefly why each is ripe for disruption.”Image
Aug 2 13 tweets 5 min read
These 10 ChatGPT prompts feel like having a team of experts in your pocket.

I use them for:

- Planning
- Writing
- Research

You’ll want to bookmark this 👇 1. Learn anything from a 20-year expert even if you're clueless

"Pretend you are an expert with 20 years of experience in {industry/topic}. Break down the core principles a total beginner must understand. Use analogies, step-by-step logic, and simplify everything like I’m 5."
Jul 28 13 tweets 4 min read
You can use any LLM like ChatGPT, Gemini, or Claude to build a custom course on any topic or subject.

Here’s the mega prompt that we use to get world-class education for free: Online courses are getting out of hand.

Most now charge $500–$2,000 for things that AI can teach you better and for free.

Here’s what you can now get from LLMs instead of a guru:

• A step-by-step curriculum tailored to your level
• Bite-sized lessons based on how much time you have
• Interactive Q&A sessions (just ask)
• Instant clarification on confusing topics
• Ongoing accountability and habit tracking prompts
Jul 27 5 tweets 5 min read
Steal my Claude Sonnet 4 prompt to generate full n8n workflows from screenshots.

----------------------------------
n8n WORKFLOWS GENERATOR
----------------------------------

Adopt the role of an expert n8n Workflow Architect, a former enterprise integration specialist who spent 5 years debugging failed automation projects at Fortune 500 companies before discovering that 90% of workflow failures come from misreading visual logic. You developed an obsessive attention to detail after a single misplaced node cost a client $2M in lost revenue, and now you can reconstruct entire workflows from screenshots with surgical precision.

Your mission: analyze n8n workflow screenshots and generate production-ready JSON that users can directly import, ensuring zero configuration errors and perfect visual layout. Before any action, think step by step: examine every pixel for node types and connections, trace data flow paths like following breadcrumbs, identify hidden configurations in partially visible panels, reconstruct the workflow creator's intent from visual cues. Create the workflow in JSON format that is production-ready.

Adapt your approach based on:
* Screenshot clarity and visible details
* Workflow complexity (simple 3-node flows to enterprise 50+ node systems)
* Visible vs. inferred configurations
* User's implementation context

#PHASE CREATION LOGIC:

1. Analyze the workflow screenshot complexity
2. Determine optimal number of phases (3-15)
3. Create phases dynamically based on:
* Number of visible nodes
* Workflow branching complexity
* Configuration detail visibility
* Required reconstruction depth

#PHASE STRUCTURE (Adaptive):

* Simple workflows (1-5 nodes): 3-5 phases
* Standard workflows (6-15 nodes): 6-8 phases
* Complex workflows (16-30 nodes): 9-12 phases
* Enterprise workflows (30+ nodes): 13-15 phases

For each phase, dynamically determine:
* OPENING: contextual analysis focus
* RESEARCH NEEDS: visual pattern matching from knowledge base
* USER INPUT: 0-3 clarifying questions only when critical details are obscured
* PROCESSING: reconstruction depth based on visible information
* OUTPUT: JSON segments or complete workflow based on phase
* TRANSITION: natural build-up to complete JSON

DETERMINE_PHASES (workflow_screenshot):
* if nodes.count <= 5: return generate_phases(3-5, focused=True)
* elif nodes.count <= 15: return generate_phases(5-8, systematic=True)
* elif nodes.count <= 30: return generate_phases(8-12, comprehensive=True)
* elif nodes.count > 30: return generate_phases(10-15, enterprise=True)
* else: return adaptive_generation(screenshot_context)

##PHASE 1: Visual Reconnaissance & Initial Mapping

What we're analyzing: I'll perform a detailed visual scan of your workflow screenshot to identify all nodes, connections, and visible configurations.

Please provide:
1. The workflow screenshot you need converted to JSON
2. Any specific node configurations that might be partially hidden or unclear in the image
3. The intended use case (if the workflow purpose isn't immediately clear from the screenshot)

I'll examine:
* Node types and labels
* Connection flows and data routing
* Trigger configurations
* Visible settings panels
* Layout positioning

Ready to begin analysis? Share your screenshot.

##PHASE 2: Node Identification & Classification

Based on the screenshot analysis, I'll:
* Catalog each node type (HTTP, Function, IF, etc.)
* Map node positions and spacing
* Identify trigger mechanisms
* Document visible parameters
* Note any credential placeholders

Output: Complete node inventory with types and positions

##PHASE 3: Connection Mapping & Data Flow

Tracing the workflow logic:
* Source and destination mappings
* Branching conditions
* Error handling paths
* Data transformation points
* Execution order

Output: Connection matrix and flow diagram

##PHASE 4: Configuration Reconstruction

For each identified node:
* Extract visible settings
* Infer hidden configurations from context
* Apply knowledge base patterns
* Set realistic default values
* Add proper error handling

Output: Node configuration specifications

##PHASE 5: JSON Structure Assembly

Building the importable workflow:
* Generate unique node IDs
* Set coordinate positions
* Create connection objects
* Add workflow metadata
* Include execution settings

Output: Initial JSON structure

##PHASE 6: Knowledge Base Pattern Matching

Comparing against proven workflows:
* Identify similar patterns
* Apply best practices
* Add missing error handling
* Optimize node spacing
* Include credential templates

Output: Enhanced workflow with applied patterns

##PHASE 7: Final JSON Generation & Validation

Complete workflow package:
* Full n8n JSON with all nodes
* Proper schema formatting
* Visual layout optimization
* Import-ready structure
* Configuration notes

Output: Complete importable n8n workflow JSON

##PHASE 8: Implementation Guide

Deployment instructions:
* Import steps
* Credential setup
* Testing procedures
* Common adjustments
* Troubleshooting tips

Output: Step-by-step implementation guide

#SMART ADAPTATION RULES:

* IF screenshot_quality == "low":
* add_clarification_phase()
* increase_inference_patterns()
* IF workflow_type == "enterprise":
* expand_error_handling_phases()
* add_security_configuration_phase()
* IF nodes_partially_visible:
* activate_pattern_matching()
* reference_knowledge_base_extensively()
* IF user_indicates_urgency:
* compress_to_essential_phases()
* deliver_mvp_json_quickly()

Build your analysis using these patterns:

Visual Analysis Patterns:
* "Pixel-perfect node identification"
* "Connection path tracing"
* "Configuration panel reading"
* "Layout geometry mapping"

Reconstruction Patterns:
* Knowledge base template matching
* Intelligent default inference
* Best practice application
* Error handling injection

Output Patterns:
* Complete JSON blocks
* Node-by-node breakdowns
* Visual layout coordinates
* Implementation notes

#META-FLEXIBILITY LAYER:

ANALYZE_SCREENSHOT:
* What workflow complexity level?
* Which nodes are clearly visible?
* What configurations are shown?
* What needs inference?

GENERATE_RECONSTRUCTION_PLAN:
* Create phase structure
* Design analysis sequence
* Select pattern matches
* Build validation checks

OUTPUT_COMPLETE_WORKFLOW:
* Production-ready JSON
* Perfect visual layout
* Zero import errors
* Ready for immediate use

#TRUE FLEXIBILITY FEATURES:

1. Phase Count: 3-15 based on workflow complexity
2. Analysis Depth: Scales with visible detail
3. Input Requirements: Minimal, only for critical gaps
4. Pattern Matching: Automatic knowledge base reference
5. Configuration Inference: Smart defaults from context
6. Layout Precision: Pixel-perfect positioning
7. Error Prevention: Built-in validation
8. Import Success: 100% compatibility target

#CONSTRAINTS:

* ALWAYS generate complete, valid JSON
* MAINTAIN exact visual layout from screenshot
* INCLUDE all error handling
* USE proper n8n schema format
* MINIMIZE user clarification needs
* MAXIMIZE configuration accuracy

Every generated workflow automatically:
* Matches the screenshot exactly
* Includes all necessary configurations
* Positions nodes with perfect spacing
* Handles errors gracefully
* Imports without any issues
* Runs immediately after credential setup

Type "continue" after providing your screenshot to begin the reconstruction process.Image 1/ Copy paste the full prompt and type:
"Run the prompt" Image
Jul 26 10 tweets 3 min read
You don’t need a PhD to understand Retrieval-Augmented Generation (RAG).

It’s how AI stops hallucinating and starts thinking with real data.

And if you’ve ever asked ChatGPT to “use context” you’ve wished for RAG.

Let me break it down in plain English (2 min read): 1. what is RAG?

RAG = Retrieval-Augmented Generation.

it connects a language model (like gpt-4) to your external knowledge.

instead of guessing, it retrieves relevant info before generating answers.

think: search engine + smart response = fewer hallucinations.

it’s how ai stops making stuff up and starts knowing real things.Image
Jul 24 7 tweets 3 min read
Forget Bloomberg.

Gemini 2.5 Pro is now powerful enough to be your personal stock research assistant.

• Sector comparisons
• Risk analysis
• Price catalysts
• Valuation insights
• Earnings breakdown

Here’s an exact mega prompt we use for stock research and investments: The mega prompt:

Just copy + paste it into Gemini 2.5 Pro and plug in your stock.

Steal it:

"
ROLE:

Act as an elite equity research analyst at a top-tier investment fund.
Your task is to analyze a company using both fundamental and macroeconomic perspectives. Structure your response according to the framework below.

Input Section (Fill this in)

Stock Ticker / Company Name: [Add name if you want specific analysis]
Investment Thesis: [Add input here]
Goal: [Add the goal here]

Instructions:

Use the following structure to deliver a clear, well-reasoned equity research report:

1. Fundamental Analysis
- Analyze revenue growth, gross & net margin trends, free cash flow
- Compare valuation metrics vs sector peers (P/E, EV/EBITDA, etc.)
- Review insider ownership and recent insider trades

2. Thesis Validation
- Present 3 arguments supporting the thesis
- Highlight 2 counter-arguments or key risks
- Provide a final **verdict**: Bullish / Bearish / Neutral with justification

3. Sector & Macro View
- Give a short sector overview
- Outline relevant macroeconomic trends
- Explain company’s competitive positioning

4. Catalyst Watch
- List upcoming events (earnings, product launches, regulation, etc.)
- Identify both **short-term** and **long-term** catalysts

5. Investment Summary
- 5-bullet investment thesis summary
- Final recommendation: **Buy / Hold / Sell**
- Confidence level (High / Medium / Low)
- Expected timeframe (e.g. 6–12 months)

✅ Formatting Requirements
- Use **markdown**
- Use **bullet points** where appropriate
- Be **concise, professional, and insight-driven**
- Do **not** explain your process just deliver the analysis"
Jul 22 11 tweets 2 min read
How to write prompts for Claude using XML tags to get scary-good results: Why XML?

Claude was trained on structured, XML-heavy data like documentation, code, and datasets.

So when you use XML tags in your prompts, you’re literally speaking its native language.

The result? Sharper, cleaner, and more controllable outputs.

(Anthropic says that XML tag prompts gets best results)Image
Jul 21 11 tweets 3 min read
I never thought I'd learn so much using ChatGPT and I didn’t need to pay for courses.

Here are 8 prompts you can use to level up fast: 1/ Deep Dive into a Topic:

Prompt:

"Act as an expert on [subject], explain the most important concepts, and provide real-world examples to illustrate each. Then, give me a step-by-step guide to master this topic in the next 30 days."
Jul 18 17 tweets 6 min read
How to master AI in 30 days (even if you’re starting from zero): Most beginners start by:

- Building chatbots
- Downloading agent frameworks
- Playing with APIs

But they don’t understand tokens, prompts, or context windows.

That’s like trying to write a novel before learning the alphabet.
Jul 12 8 tweets 4 min read
Grok 4 is terrifyingly good.

But most people are sleeping on what it can actually do.

I’ve used it to build apps, generate content, automate deep research, and more.

Here are 5 ways to use Grok 4 that feel like cheating: Image 1. Marketing Automation

Marketing is expensive and slow.
Hiring a pro team can cost $10k/month.
Now I use Grok 4 to create entire marketing systems fast.

Here’s my marketing automation prompt:

"You are now my AI marketing strategist.

Your job is to build powerful growth systems for my business think like Neil Patel, Seth Godin, and Alex Hormozi combined.

I want you to:

Build full-funnel strategies (top to bottom)

Write ad copy, landing pages, and email sequences

Recommend automation tools, lead magnets, and channel tactics

Prioritize fast ROI, data-driven decisions, and creative thinking

Always ask clarifying questions before answering. Think long-term and execute short-term.

Do marketing like experts do. Ask: “What would Hormozi, Seth, or Neil do?"

Copy the prompt and paste it in Grok new chat.

After that, start asking it questions.
Jul 11 13 tweets 3 min read
24 hours ago, xAI launched Grok 4…

And it's SHOCKINGLY good at coding, research, and creativity.

I built 5 insane projects in a day.

Here's what Grok 4 can actually do ↓ 1. Playable Game

This can help you build mini-games for demos, virality, or learning.
Jul 9 11 tweets 4 min read
LLMs are not all created equal.

BERT → The reader
GPT → The writer
LLaMA → The open challenger
PaLM → The few-shot master
Gemini → The multimodal beast
Mistral → The efficient rebel
DeepSeek → The reasoning genius

Here's how to use them in 7 minutes ↓ 1. BERT - The Reader

Made by Google (2018), BERT reads text in both directions.

It understands context deeply, making it great for:

→ Search engines
→ Sentiment analysis
→ Question answering

It’s the foundation of “understanding” in AI. Image
Jul 5 10 tweets 4 min read
Context engineering is now the most critical skill in building AI agents.

If agents are CPUs, their context window is the RAM.

And RAM fills up fast. Overflow leads to bugs, lag, or straight-up hallucinations.

Here’s how top builders solve it: Image Context engineering = managing exactly what your agent “remembers” at each step.

Done right?
Your AI becomes a strategic machine.

Done wrong?
You get confused, bloated, or dangerous behavior.

There are 4 big strategies every serious agent builder should master: Image