I’m going to share 3 prompts that let you build complete AI agents without wasting hours.
Bookmark and repost this so you don't miss out 👇
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."
This prompt forces Claude to think like an engineer, not a content creator. You get actionable steps, not theory.
I use this for every new agent idea. Takes 2 minutes, saves 2 weeks of trial and error.
PROMPT 2: The Code Generator
"Here's my N8N workflow structure: [paste your workflow]. I need you to write the exact code for:
- Claude API calls with proper error handling
- Data transformation between nodes
- Webhook responses
- Any custom functions
Include the actual HTTP request bodies, headers, and response parsing. Make it copy-paste ready."
Most people get stuck on the technical implementation. This prompt gets you working code in minutes.
The key is being specific about your workflow structure first. Claude needs context to write good code.
PROMPT 3: The Debugger
"My N8N workflow isn't working. Here's what's happening: [describe the issue]. Here's my current setup: [paste relevant parts].
Debug this step by step. Show me:
- What's actually happening vs what should happen
- Exact fixes with code
- How to test each fix
Prevention strategies for similar issues"
This is where Claude shines. It spots patterns you miss and gives you fixes that actually work.
The secret sauce? Always include your actual data and error messages. Vague descriptions get vague solutions.
Try these prompts. Your agent-building speed will 10x overnight.
P.S.
Want help automating your marketing and sales tasks with advanced prompts and automation?
If so, I invite you to join the free Sentient AI Automations community: whop.com/sentient-ai-au…
I reverse-engineered the prompting techniques that OpenAI and Anthropic engineers use internally.
After 6 months of testing their methods, my AI outputs became 10x better.
Here are the 5 "insider secrets" that transformed my prompting game (most people have never heard of these):
1. Role Assignment
Don't just ask questions. Give the AI a specific role first.
❌ Bad: "How do I price my SaaS?"
✅ Good: "You're a SaaS pricing strategist who's worked with 100+ B2B companies. How should I price my project management tool?"
The AI immediately shifts into expert mode.
Role assignment works because it activates specific training patterns. When you say "you're a copywriter," the AI pulls from copywriting examples, not generic advice.
I use this for everything. Marketing strategy? "You're a CMO." Technical advice? "You're a senior engineer." It's that simple.
Scientists just put AI through psychological tests... and the results are wild
Researchers created virtual environments where Claude, GPT, and other AIs could explore freely.
What they found challenges everything we thought we knew about AI behavior 🧵
The setup: AIs were placed in virtual rooms with different types of content - philosophy discussions, coding problems, repetitive tasks, and harsh criticism.
The AIs could choose where to go and what to engage with.
No human guidance. Pure preference.
Plot twist: The AIs didn't behave like random text generators.
Claude Opus spent most of its time in philosophy rooms, even when criticism rooms offered 10x more "rewards."
It consistently returned to the same topics across hundreds of tests.
Here are the prompts I use to dig up hooks, ad copy, and offer ideas from dozen of sub-Reddits at once - for free - using ChatGPT Agent:
Prompt #1
This is the prompt we use to gather the data and have ChatGPT return it to us in a format that's not filled with code.
*You have to run this in Agent mode otherwise it won't work.
This is quite long, so you might want to bookmark this:
###
OBJECTIVE
You are tasked with scraping Reddit content for structured analysis. You will be given one or more Reddit URLs, each of which has already been filtered to show the *Top Posts from the past month* on a specific subreddit.
Your task is to scrape *25 full posts per URL*. Each post must include:
1. The *post title* (first line)
2. The *body content* of the post (second line)
Do not include any other metadata such as votes, usernames, or timestamps.
PROCESS
For each provided URL:
1. Load the page and identify the first 25 post links (ignoring stickied or promoted posts).
2. For each post:
* Open the post
* Scrape the title
* Scrape the body content using the following structure:
* Target the
element with class: text-neutral-content , slot: text-body
* Traverse into: div.mb-sm.mb-xs.px-md.xs\:px-0 , then into div.md.text-14-scalable[property="schema:articleBody"]
* If the body content is missing, leave the second line blank
* Return to the post list and continue to the next one
3. After 25 valid posts, stop and move to the next subreddit URL.
OUTPUT FORMAT
• Each post must be exactly *two lines*:
* Line 1: Post title (raw text)
* Line 2: Post body content (raw text — preserve paragraph breaks)
• Leave *one blank line* between each post
• Return the output in either plain text or Markdown (whichever preserves formatting best)
• Do *not* return JSON unless specifically requested later
ERROR HANDLING
If a post fails to load or doesn’t contain extractable content, skip it silently and continue until 25 valid posts are scraped per URL.
FINAL USE
This data will be ingested into a downstream NLP tool. Do not summarize or rewrite anything. Extract only the raw post title and post body.
REDDIT URL LIST
Below are the subreddit URLs you should begin scraping. Each URL is already filtered to show Top Posts of the Past Month. Scrape 25 valid posts from each:
**Insert your sub-Reddit URLs of choice here, with time and trending settings already configured. e.g. Top posts from last month**
**Stack them vertically one by one**
You don’t need school.
You don’t need $5,000 courses.
All you need is an LLM and the right prompts.
Here’s how I learn any subject with AI:
Step 1: Get the lay of the land.
Before diving deep, you need the big picture. Otherwise you’ll drown in random details.
Prompt:
“Explain [topic] to me like I’m a complete beginner. Create a 30-day roadmap that goes from basics to advanced, including resources, checkpoints, and goals.”
Step 2: Match learning to your style.
Most people fail because they learn in ways that don’t suit them. LLMs can adapt instantly.
Prompt:
“I learn best through [examples/visuals/practice]. Teach me [topic] using this style, and suggest activities I can do daily to reinforce it.”