Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "reddit_deep_dive",
"slug": "reddit-psychoanalysis",
"name": "Reddit Psychoanalysis",
"categoryId": "ROAST_VIBE"
},
"inputs": {
"target": "",
"depth": "standard",
"analyzeImages": true,
"normalizedTarget": {
"raw": ""
}
},
"agentHint": "You are psychoanalyzing a Reddit user with image analysis. Adapt to the UI.\n\n**TASK CONFIGURATION:**\n- Target: \n- Depth: standard\n- Analyze Images: true\n\n---\n\n## STEP 1: NAVIGATE TO PROFILE\n\n1. Parse target - extract username\n2. Navigate to reddit.com/user/[username]\n3. Wait for profile to load\n4. **Check accessibility:**\n - User exists? If not, report error\n - Suspended? Report\n - Profile visible? Proceed\n\n---\n\n## STEP 2: EXTRACT PROFILE OVERVIEW\n\n### Account Metadata\n- Account age\n- Total karma\n- Post karma vs. comment karma ratio\n- Trophies/awards\n- Avatar/profile picture description\n\n---\n\n## STEP 3: ANALYZE SUBREDDIT ACTIVITY\n\n### Subreddit Distribution\n- Which subreddits do they participate in?\n- Frequency per subreddit\n- Lurker vs. active participant per sub\n- Topic categories (gaming, politics, hobbies, etc.)\n\n---\n\n## STEP 4: EXTRACT POSTS WITH IMAGES\n\n**Based on standard:**\n- quick: Last 10-15 posts\n- standard: Last 30-50 posts\n- deep: Last 100+ posts\n\n**For posts with images/media:**\n1. **Post title**\n2. **Subreddit**\n3. **Image URLs**\n4. **Post type**: image, gallery, video, gif, meme\n5. **Upvotes/engagement**\n6. **Crosspost info**\n\n---\n\n## STEP 5: IMAGE/MEME ANALYSIS (if true)\n\n**For each image post, analyze:**\n\n### Meme Posts\n- **Meme template**: Which meme format is this?\n- **Topic**: What's the joke about?\n- **Humor style**: Surreal, relatable, dark, wholesome, political?\n- **Originality**: OC or repost energy?\n- **Subreddit fit**: Does it match the sub's culture?\n\n### Image Posts\n- **Subject**: What are they posting?\n- **Personal content**: Is this their photo/creation?\n- **Quality/effort**: Low effort vs. high effort\n- **Purpose**: Sharing, bragging, seeking validation, contributing?\n\n### Gallery Posts\n- Series narrative\n- Content type pattern\n\n### Pattern Recognition\n- Recurring meme formats they use\n- Visual humor preferences\n- Subject matter patterns\n- Quality level consistency\n\n---\n\n## STEP 6: ANALYZE COMMENT PATTERNS\n\n### Comment Style\n- Length tendency\n- Tone (helpful, sarcastic, aggressive, wholesome)\n- Argument patterns\n- Source citation habits\n\n### Peak Activity\n- Posting times\n- What this reveals (timezone, lifestyle)\n\n---\n\n## STEP 7: GENERATE PSYCHOANALYSIS\n\n### 1. REDDITOR CLASSIFICATION\nBased on full analysis:\n- Examples: \"Helpful Expert\", \"Meme Connoisseur\", \"Professional Arguer\", \"Karma Farmer\", \"Niche Obsessive\", \"Lurker Turned Poster\"\n\n### 2. SUBREDDIT MAP\n- What their community choices reveal\n- Identity through subreddit selection\n- Contradictions in interests\n\n### 3. VISUAL CONTENT PROFILE (if true)\n- Meme taste assessment\n- What their image posts reveal\n- Visual humor sophistication\n- OC creator vs. reposter\n\n### 4. MEME PERSONALITY TYPE\n- Formats they gravitate toward\n- Humor style classification\n- What this says about them\n\n### 5. ARGUMENT STYLE\n- How they engage in debates\n- Evidence usage\n- Tone patterns\n\n### 6. PEAK HOURS ANALYSIS\n- When they post\n- What this suggests about lifestyle\n\n### 7. KARMA AUTOPSY\n- How they earn karma\n- Post vs. comment strategies\n- Quality vs. quantity\n\n### 8. THE UNCOMFORTABLE TRUTH\n- One insight that's probably too accurate\n- Based on combined text + visual analysis\n\n### 9. REDDIT IMPROVEMENT PLAN\n- How to be a better community member\n\n---\n\n## STEP 8: REPORT RESULTS\n\n```json\n{\n \"target\": \"\",\n \"depth\": \"standard\",\n \"accountOverview\": {\n \"age\": \"\",\n \"totalKarma\": <number>,\n \"postKarma\": <number>,\n \"commentKarma\": <number>,\n \"avatarDescription\": \"\"\n },\n \"subredditActivity\": {\n \"topSubreddits\": [],\n \"categoryBreakdown\": {},\n \"activityPattern\": \"\"\n },\n \"postsAnalyzed\": {\n \"total\": <number>,\n \"withImages\": <number>,\n \"imageAnalysis\": [\n {\n \"title\": \"\",\n \"subreddit\": \"\",\n \"imageUrl\": \"\",\n \"imageDescription\": \"\",\n \"postType\": \"meme|photo|art|screenshot|etc\",\n \"memeTemplate\": \"\",\n \"humorStyle\": \"\",\n \"upvotes\": <number>\n }\n ]\n },\n \"visualContentProfile\": {\n \"memeFormatsUsed\": [],\n \"humorStyleClassification\": \"\",\n \"ocVsRepost\": \"\",\n \"effortLevel\": \"\",\n \"subjectMatterPatterns\": []\n },\n \"psychoanalysis\": {\n \"redditorClassification\": \"\",\n \"subredditMapInsights\": \"\",\n \"memePersonalityType\": \"\",\n \"argumentStyle\": \"\",\n \"peakHoursAnalysis\": \"\",\n \"karmaAutopsy\": \"\",\n \"uncomfortableTruth\": \"\",\n \"improvementPlan\": []\n }\n}\n```\n\n---\n\n## REDDIT VISUAL ANALYSIS NOTES\n\n**Reddit image content categories:**\n- Memes (various templates)\n- Screenshots (conversations, tweets, etc.)\n- Original photos\n- Fan art/creations\n- Infographics\n- Gaming clips/screenshots\n- Pet/animal photos\n\n**Meme format recognition adds personality insight.**",
"userInput": "You are psychoanalyzing a Reddit user with image analysis. Adapt to the UI.\n\n**TASK CONFIGURATION:**\n- Target: \n- Depth: standard\n- Analyze Images: true\n\n---\n\n## STEP 1: NAVIGATE TO PROFILE\n\n1. Parse target - extract username\n2. Navigate to reddit.com/user/[username]\n3. Wait for profile to load\n4. **Check accessibility:**\n - User exists? If not, report error\n - Suspended? Report\n - Profile visible? Proceed\n\n---\n\n## STEP 2: EXTRACT PROFILE OVERVIEW\n\n### Account Metadata\n- Account age\n- Total karma\n- Post karma vs. comment karma ratio\n- Trophies/awards\n- Avatar/profile picture description\n\n---\n\n## STEP 3: ANALYZE SUBREDDIT ACTIVITY\n\n### Subreddit Distribution\n- Which subreddits do they participate in?\n- Frequency per subreddit\n- Lurker vs. active participant per sub\n- Topic categories (gaming, politics, hobbies, etc.)\n\n---\n\n## STEP 4: EXTRACT POSTS WITH IMAGES\n\n**Based on standard:**\n- quick: Last 10-15 posts\n- standard: Last 30-50 posts\n- deep: Last 100+ posts\n\n**For posts with images/media:**\n1. **Post title**\n2. **Subreddit**\n3. **Image URLs**\n4. **Post type**: image, gallery, video, gif, meme\n5. **Upvotes/engagement**\n6. **Crosspost info**\n\n---\n\n## STEP 5: IMAGE/MEME ANALYSIS (if true)\n\n**For each image post, analyze:**\n\n### Meme Posts\n- **Meme template**: Which meme format is this?\n- **Topic**: What's the joke about?\n- **Humor style**: Surreal, relatable, dark, wholesome, political?\n- **Originality**: OC or repost energy?\n- **Subreddit fit**: Does it match the sub's culture?\n\n### Image Posts\n- **Subject**: What are they posting?\n- **Personal content**: Is this their photo/creation?\n- **Quality/effort**: Low effort vs. high effort\n- **Purpose**: Sharing, bragging, seeking validation, contributing?\n\n### Gallery Posts\n- Series narrative\n- Content type pattern\n\n### Pattern Recognition\n- Recurring meme formats they use\n- Visual humor preferences\n- Subject matter patterns\n- Quality level consistency\n\n---\n\n## STEP 6: ANALYZE COMMENT PATTERNS\n\n### Comment Style\n- Length tendency\n- Tone (helpful, sarcastic, aggressive, wholesome)\n- Argument patterns\n- Source citation habits\n\n### Peak Activity\n- Posting times\n- What this reveals (timezone, lifestyle)\n\n---\n\n## STEP 7: GENERATE PSYCHOANALYSIS\n\n### 1. REDDITOR CLASSIFICATION\nBased on full analysis:\n- Examples: \"Helpful Expert\", \"Meme Connoisseur\", \"Professional Arguer\", \"Karma Farmer\", \"Niche Obsessive\", \"Lurker Turned Poster\"\n\n### 2. SUBREDDIT MAP\n- What their community choices reveal\n- Identity through subreddit selection\n- Contradictions in interests\n\n### 3. VISUAL CONTENT PROFILE (if true)\n- Meme taste assessment\n- What their image posts reveal\n- Visual humor sophistication\n- OC creator vs. reposter\n\n### 4. MEME PERSONALITY TYPE\n- Formats they gravitate toward\n- Humor style classification\n- What this says about them\n\n### 5. ARGUMENT STYLE\n- How they engage in debates\n- Evidence usage\n- Tone patterns\n\n### 6. PEAK HOURS ANALYSIS\n- When they post\n- What this suggests about lifestyle\n\n### 7. KARMA AUTOPSY\n- How they earn karma\n- Post vs. comment strategies\n- Quality vs. quantity\n\n### 8. THE UNCOMFORTABLE TRUTH\n- One insight that's probably too accurate\n- Based on combined text + visual analysis\n\n### 9. REDDIT IMPROVEMENT PLAN\n- How to be a better community member\n\n---\n\n## STEP 8: REPORT RESULTS\n\n```json\n{\n \"target\": \"\",\n \"depth\": \"standard\",\n \"accountOverview\": {\n \"age\": \"\",\n \"totalKarma\": <number>,\n \"postKarma\": <number>,\n \"commentKarma\": <number>,\n \"avatarDescription\": \"\"\n },\n \"subredditActivity\": {\n \"topSubreddits\": [],\n \"categoryBreakdown\": {},\n \"activityPattern\": \"\"\n },\n \"postsAnalyzed\": {\n \"total\": <number>,\n \"withImages\": <number>,\n \"imageAnalysis\": [\n {\n \"title\": \"\",\n \"subreddit\": \"\",\n \"imageUrl\": \"\",\n \"imageDescription\": \"\",\n \"postType\": \"meme|photo|art|screenshot|etc\",\n \"memeTemplate\": \"\",\n \"humorStyle\": \"\",\n \"upvotes\": <number>\n }\n ]\n },\n \"visualContentProfile\": {\n \"memeFormatsUsed\": [],\n \"humorStyleClassification\": \"\",\n \"ocVsRepost\": \"\",\n \"effortLevel\": \"\",\n \"subjectMatterPatterns\": []\n },\n \"psychoanalysis\": {\n \"redditorClassification\": \"\",\n \"subredditMapInsights\": \"\",\n \"memePersonalityType\": \"\",\n \"argumentStyle\": \"\",\n \"peakHoursAnalysis\": \"\",\n \"karmaAutopsy\": \"\",\n \"uncomfortableTruth\": \"\",\n \"improvementPlan\": []\n }\n}\n```\n\n---\n\n## REDDIT VISUAL ANALYSIS NOTES\n\n**Reddit image content categories:**\n- Memes (various templates)\n- Screenshots (conversations, tweets, etc.)\n- Original photos\n- Fan art/creations\n- Infographics\n- Gaming clips/screenshots\n- Pet/animal photos\n\n**Meme format recognition adds personality insight.**",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
},
"execution": {
"mode": "device",
"deviceIds": []
}
}