DEV Community

Anand Kashyap
Anand Kashyap

Posted on

I Built an AI That Roasts Your Startup Idea Like a VC Would

Imagine pitching your startup idea and getting brutally honest feedback — not from your supportive friends, but from a panel of hard-nosed investors. That's exactly what Pressure Test does.
It's a tool I built that validates startup ideas using AI-powered investor personas, each with their own lens, bias, and threshold for BS.

The Problem It Solves
Most early-stage founders make the same mistake: they validate their idea with people who want them to succeed. Friends, family, mentors who are too kind to say "this won't work."
What you actually need is someone who'll pressure-test it — the way a real investor would in a pitch room.
I wanted to build something that simulates that experience.

What Pressure Test Does
You type in your startup idea. The app sends it through a panel of 5 AI investor personas, each analysing it from a completely different angle:

💸 Marcus Thorne (Managing Partner, Blackwood VC) — Cuts straight to the money. Will your target customer actually open their wallet for this?

📈 Sarah Chen (GP, Apex) — Thinks in billions. Is the market big enough to matter, and are you going after the right slice of it?

⚙️ Dr. Aris Varma (Head of Deep Tech, Capital) — The engineer in the room. Can this actually be built, and how hard will it be?

⚖️ Jung Moon (Partner, Ventures) — The conscience of the panel. What ethical risks, misuse potential, or regulatory landmines are hiding in your idea?

🗡️ Elena Rossi (Venture Partner, Frontier) — Assumes someone is already building this. What's your moat, and why won't you get crushed?

Each persona gives structured feedback from their own lens, and the app aggregates everything into a Fundability Score — a single verdict on how investable your idea actually is.

Key Features

Multi-Persona Analysis — No single point of view. You get a full panel critique.
Fundability Score — A weighted composite score across dimensions like market viability, uniqueness, technical feasibility, and execution risk.
Demo Mode — Try it instantly without needing an API key. Great for showcasing.
Clean, minimal UI — Built to feel like a real pitch tool, not a toy.

The Tech Stack

Frontend: Vanilla JS + HTML/CSS (kept it lean and fast)
AI Layer: Claude API powering each investor persona
Deployment: Vercel + GitHub Pages

The core of the app is prompt engineering. Each investor persona has a detailed system prompt that defines their personality, priorities, and scoring rubric. Getting the personas to feel distinct and not like the same model repeating itself was the most interesting engineering challenge.

The Fundability Score — How It Works
Each persona scores the idea across 4 dimensions (0–10):
DimensionWeightMarket Opportunity30%Technical Feasibility20%Competitive Moat25%Execution Viability25%
The final score is a weighted average, surfaced as a percentage with a verdict label: Too Risky / Interesting / Strong Signal / Fundable.

Demo Mode — Why I Added It
A lot of AI projects die in demos because someone doesn't have an API key handy. Demo Mode pre-loads a sample idea and pre-fills AI responses so anyone can experience the full flow instantly — no setup, no keys.
It's a small thing, but it makes showing the project feel polished.

What I Learned

  1. Prompt engineering IS product design. The way you write a persona's system prompt determines everything — its tone, its usefulness, whether it gives generic or incisive feedback. I rewrote each persona 4–5 times before they felt right.
  2. Aggregation is harder than generation. Getting a meaningful score out of multiple AI responses requires careful structuring. I had the model return JSON with explicit field scores, then computed the weighted average client-side.
  3. Demo Mode is not optional for hackathon projects. It saved my demo at least once. Build it early.

What's Next

User accounts + idea history
Export pitch deck summary as PDF
Community leaderboard — submit your idea, see how it stacks up
Fine-tuned persona voices based on real investor archetypes

Try It / Check the Code
🔗 Live Demo: pressure-test.vercel.app
💻 GitHub: github.com/kashyapanand21/pressure-test

If you've ever pitched an idea and wondered "is this actually good or am I just excited?" — give it a shot.
And if the Skeptic persona destroys your idea... maybe that's useful information. 😅
Drop your startup idea in the comments — I'm curious what score it gets.

Built by Anand Kashyap | B.Tech CSE, NIT Patna

Top comments (0)