Inspiration
Every startup founder has an idea—but few can express it clearly. We wanted to remove the “blank slide” problem and let anyone, anywhere, turn a spark into a structured pitch deck. Inspired by investor pitch logic and prompt engineering competitions, we asked: Can a single prompt replace an entire startup accelerator session?
What it does
PromptPitch transforms a one-line startup idea into a 5-slide investor-ready pitch deck in seconds. It generates:
Problem
Solution
Market
Business Model
Slogan
It uses a dual-AI reasoning chain—two virtual minds debating each idea—to refine clarity, logic, and investor appeal before outputting the final deck.
How we built it
We engineered a multi-agent prompt architecture using nested reasoning loops.
AI #1: The Strategist — focuses on market fit, competition, and storytelling.
AI #2: The Analyst — checks numbers, feasibility, and logic. Both agents iterate through four rounds of debate, then consolidate results via a meta prompt layer. The system runs entirely on prompt logic — no code, just intelligent orchestration.
Mathematically, the idea follows an optimization mindset:
\text{Optimal Pitch} = \arg\max_{p \in P} (Clarity(p) + Novelty(p) + Credibility(p))
Challenges we ran into
Balancing creativity and realism in AI responses.
Avoiding generic “pitch templates” while staying concise.
Creating a natural debate flow between reasoning entities without breaking coherence.
Timeboxing reasoning depth to keep generation under 10 seconds.
Accomplishments that we're proud of
Built a fully prompt-engineered startup pitch generator.
Produced investor-level decks in under 15 seconds.
Showcased how AI reasoning chains can replace early-stage consulting.
Designed a reusable framework adaptable for product design, storytelling, or education.
What we learned
We learned how structured prompt chaining can simulate critical thinking and team debate. Also, we discovered that the best outputs come from balancing “structured logic” with “creative noise”—a concept we call Prompt Alchemy.
What's next for PromptPitch
Integrate multi-language and domain-specific versions (e.g., healthtech, fintech, AI SaaS).
Launch a public web version with exportable decks (PDF/Slides).
Train it further to generate visuals and financials.
Expand to an AI co-founder simulator that co-designs startups with users.
Built With
- chatgpt


Log in or sign up for Devpost to join the conversation.