Using Claude as a Critical Marketing Foil for SaaS Product Refinement

A developer shared an unconventional workflow for using Claude AI beyond typical coding tasks. Instead of asking for marketing copy, they framed Claude as an "extremely critical, slightly hostile product marketer" to critique their SaaS product, Prompt Optimizer.
Specific Approach
The developer gave Claude this exact instruction: "ok claude, i want you to be brutally honest. tell me exactly why no one would ever pay for a prompt optimizer and poke holes in every potential benefit. be sarcastic, be dismissive, i don't care. i want the worst-case, 'why is this stupid' take."
Results and Insights
Claude responded with what the developer described as "incredibly sharp, almost arrogant critique" that:
- Forced confrontation with the weakest parts of their messaging
- Pointed out vague claims
- Highlighted potential confusions
- Mocked some of the jargon being used
The developer noted this wasn't just generic negativity but "insightful negative" feedback that felt like it came from someone who understood the psychology of skepticism. The experience was described as "like having a rival product manager actively trying to kill my idea."
Practical Outcome
This critical review helped the developer refine their product's messaging for Prompt Optimizer, shifting from explaining features to "articulating the relief users feel from wasted AI credits and frustrating prompt iteration." The developer reported that this reframed perspective led to "incredible early traction" for their product.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reddit user reports better results with Claude after changing prompting approach
A developer spent days struggling with multiple AI tools before finding success with Claude by shifting from search-engine style prompts to back-and-forth conversations with specific context about why approaches weren't working.

Using Claude with TickTick MCP Server for Self-Study Organization
A developer used Claude to create a self-study curriculum from a YouTube transcript, then connected it to TickTick via the ticktick-mcp GitHub repository to automatically generate project tasks and a calendar view.

Claude Code Agents Negotiate API Contracts Without Orchestration Framework
Two Claude Code agents negotiated API contracts peer-to-peer using only two messaging tools and system prompts, agreeing on endpoint shapes, response formats, and CORS headers before writing code. The bridge implementation is ~190 lines of TypeScript with WebSocket broker and MCP channels.

Claude Code + Remotion: Generating App Launch Videos Without After Effects
A developer used Claude Code to generate a Remotion animation for their app launch video, getting ~80% of the way there quickly but needing manual fixes for pixel-perfect positioning.