PromptBase
Upgrade
Close icon
General
Home
Marketplace
Create
Hire
Login
Chat
Sell
Explore

Prompt Details

Model
(claude-4-6-sonnet)
Token size
624
Example input
[PASTE PROJECT DESCRIPTION HERE]: I want to build a lottery analysis web site which can provide lottery predictions for punters. Because there are so many lottery games, I want to focus mainly on the Powerballtype lottery games in which there are winning numbers and a bonus ball. The web site will use sophisticated AI and Python algorithms and strategies to provide users with the best predictions for the game. I am not sure yet how to monetize the web site for example, I could charge a monthly subscription, or I could charge a fee per prediction slate, or I could share the winnings with one of the users of my web site. If millions of players use my Powerball predictions, there must be a winner. So the web site becomes like a lottery syndicate. I am concerned about the cost of the AI API calls which can add up fast.
Example output
# Pre-Mortem Analysis: Lottery Prediction Website --- ## 1. Executive Summary The five biggest failure risks are: 1. **The core product is mathematically indefensible.** Powerball-style draws are independently certified random events. No AI model, Python algorithm, or historical pattern analysis can improve prediction accuracy beyond random chance. This is not a technical gap that better engineering can close — it is a statistical law. The entire value proposition rests on a false premise. 2. **Legal exposure is severe, jurisdiction-spanning, and potentially criminal.** Depending on structure and geography, your site may constitute an unlicensed lottery, illegal gambling operation, or consumer fraud. The syndicate model in particular triggers financial regulation in most jurisdictions. Regulators can shut you down overnight with no recourse. 3. **Users will not win, will blame the product, and will leave fast.** There is no retention mechanism that survives the empirical reality that predictions don't outperform random picks. Churn will be structural, not fixable by UX improvements. 4. **The syndicate model ("millions of users = guaranteed winner") creates unresolvable operational and legal liability** before you earn a dollar — verification, payout, tax reporting, and fraud prevention are each unsolved businesses in their own right. 5. **API costs will scale ahead of revenue**, creating a cash-flow inversion that makes the unit economics unworkable unless you solve the cost structure before acquiring users. --- ## 2. Pre-Mortem Failure Scenarios | # | Failure Scenario | Why It Happened | Why I Missed It | Early Warning Signs | Preventive Action | Severity | |---|---|---|---|---|---|---| | 1 | **The AI produces predictions statistically indistinguishable from random picks.** Users notice within 2–3 draw cycles. Refund requests and chargebacks begin by month 2. By month 5, payment processor dispute rates exceed 1% and the merchant account is suspended. Revenue collapses. | Powerball draws use certified RNG and physical ball machines audited for statistical uniformity. Historical draw data contains no exploitable signal — it is pure noise. The AI learns spurious patterns and outputs confident-sounding nonsense. No amount of Python sophistication changes this. | "Sophisticated AI" feels like it should find hidden patterns. Hot/cold number folklore is pervasive online and creates false legitimacy. You may interpret an early user win as product validation. Backtesting on historical data can produce misleadingly high apparent accuracy if not properly controlled for overfitting. | User reviews stating results are "no different from random." Your own tracked slates winning at baseline probability rates after 30+ draws. Support tickets asking why users aren't winning, starting in week 3. Zero user testimonials of meaningful wins after 60 days. | Before writing a line of code, run a formal statistical test: generate predictions using your algorithm and compare hit rates against random number generation across 1,000 simulated historical draws. If the distributions are statistically indistinguishable (they will be), you do not yet have a product. This test takes days and costs nothing. | **HIGH** | | 2 | **A gaming regulator issues a cease-and-desist or criminal referral within 6 months.** The winnings-sharing syndicate model triggers unlicensed lottery statutes in multiple US states and federal Wire Act exposure. The site is taken down, domain potentially seized, and you face personal liability. | Operating a lottery syndicate — collecting fees or shares from users in exchange for a portion of potential winnings — is a licensed, regulated activity in virtually every jurisdiction. Doing it online across state lines compounds federal exposure. Framing it as "AI analysis" does not change the legal classification of the underlying activity. | You are building a "website," not thinking of yourself as a gambling operator. The tech product framing feels categorically different from running a lottery. Legal risk feels like a future problem to solve with a terms-of-service disclaimer. It is not. | A formal inquiry or notice from a state Attorney General's office. Your payment processor requesting gambling licensing documentation. App store listing rejected citing gambling content policies. A user filing a complaint with a consumer protection agency. | Engage a gaming and gambling attorney in your primary jurisdiction before launch — specifically to assess whether each of your three monetization models constitutes an illegal lottery or unlicensed gambling operation. Budget $500–$1,000 for this. It is the single most important hour you can spend before starting. | **HIGH** | | 3 | **Subscription churn destroys unit economics by month 3.** Monthly churn exceeds 45%. Customer acquisition cost cannot be recovered within a single billing cycle. The business never achieves positive cash flow and runs out of runway before finding a workable retention lever. | The product's sole value proposition is winning money. Users empirically do not win meaningful money. There is no secondary value — no community, no entertainment layer, no data insight — sufficient to sustain ongoing payment once the win-expectation fails to materialize. | Acquisition metrics look encouraging early (signups are easy to generate with lottery-adjacent audiences). You may focus on top-of-funnel numbers while ignoring that revenue per user trends toward zero within 60–90 days. The reasoning "even 2% retention at scale is profitable" ignores that reaching scale requires acquisition spend that outpaces that 2%. | Average subscription duration under 45 days in the first cohort. Net revenue declining while gross signups grow. Refund rate above 15% in month 2. Support ticket volume rising with "when will I win?" as the dominant theme. | Before setting any pricing, conduct 10 structured interviews with actual lottery players asking: "What would make you keep paying for 6 months even without a major win?" If no answer emerges, the subscription model is not viable as designed. Do this before building. | **HIGH** | | 4 | **API costs make every user unprofitable at any realistic price point.** By month 4 you have 500 active users. Each prediction generation costs $0.15–$0.80 depending on model, prompt complexity, and call frequency. At $9.99/month with 45% monthly churn, average lifetime revenue per user is approximately $13. Average lifetime API cost per user over the same window is $18–$25. The business operates at a structural per-user loss from day one. | You assumed API usage would be modest in production. In practice, generating multi-number prediction slates with explanations, personalization, or iterative calls multiplies token consumption rapidly. The jump from 10 test users to 500 real users is easy to underestimate when testing in a low-volume environment. | API costs in development feel trivial. "I'll optimize the prompts later" defers a structural math problem. Early low-volume usage gives no warning of what happens at scale. | API cost per prediction exceeding $0.10 in closed beta. Monthly API bill growing faster than monthly subscription revenue in the first 60 days. Cost-per-user calculations showing negative margin at any plausible price point. | Before launch, build a cost model in a spreadsheet: estimated tokens per prediction call × API rate × expected daily call frequency per user × average user lifetime. Compare against your intended price point. If the margin is negative, your model, price, or approach must change before you write a line of production code. | **HIGH** | | 5 | **The syndicate winnings-sharing model creates a payout liability you cannot operationally honor.** If 2 million users played the same numbers and a ticket wins, who gets paid, how much, how fast, and how do you verify the claim? You have no mechanism for ticket verification, identity confirmation, fraud prevention, or international payout. One viral winner-claim dispute ends the project. | The syndicate model assumes users purchase their own tickets independently and self-report wins. This creates completely unverifiable claims, mass fraud exposure, and no enforceable payout infrastructure. The operational machinery required — ticket verification, KYC, payment rails, tax reporting — is itself a regulated financial business. | The concept sounds elegant at scale. "If millions play the same numbers, someone must win" is logically true but operationally empty. You may be designing the front end of a company whose back end doesn't exist and cannot be built cheaply. | Inability to answer "how do we verify and pay a jackpot winner?" in a concrete, legally defensible single paragraph. Payment processors declining to support winnings-sharing payouts. No clear answer on whether payouts constitute taxable income requiring 1099 reporting. | Treat the winnings-sharing model as a standalone business requiring separate legal structure, operational design, and capitalization. Do not bundle it with the prediction site at launch. Evaluate one monetization model at a time, starting with the one with the cleanest legal profile. | **HIGH** | | 6 | **A viral debunking post collapses the brand before profitability.** A skeptical journalist, data-literate Reddit user, or YouTube creator runs a simple statistical comparison showing your predictions win at exactly random-chance rates. The post circulates in lottery communities. Traffic spikes but conversions drop to near zero permanently. | The lottery enthusiast community is large, experienced with prediction scams, and contains statistically sophisticated members. A single well-documented takedown with actual win-rate data is sufficient to permanently associate your brand with fraud, even if you never made a technically false claim. | Positive early affiliate traffic or press coverage masks underlying skepticism. High traffic is easy to misread as validation when it may be rubbernecking. The absence of negative press early does not mean it isn't coming. | Negative threads appearing in r/powerball, r/lottery, or equivalent communities within the first 30 days. Review patterns pairing your brand name with "scam" or "random number generator." A journalist inquiry asking for your win-rate data. | Before publishing a single word of marketing copy, make a precise legal and factual decision: does your site claim to *improve odds* (legally dangerous, factually false) or to *organize, visualize, and surface historical draw data* (defensible)? These are different products with different survival odds. Choose before you name the site. | **MEDIUM** | | 7 | **A user who wins a large prize sues for their contractually implied winnings share, or a user who lost money on tickets sues for consumer fraud.** Either claim generates legal costs that exceed your annual revenue within months. | "Sharing winnings with users" — even informally described in marketing — creates implied contractual obligations. Courts have ruled against informal syndicate operators who failed to pay out. Separately, marketing that implies improved odds may constitute a deceptive trade practice claim under FTC rules or state consumer protection statutes, even with a disclaimer. | You believe a clear disclaimer resolves the liability. It often does not — particularly when marketing language implies a material benefit (better predictions, shared winnings) that is contradicted by actual outcomes. The gap between marketing and reality is where liability lives. | A solicitation letter from a plaintiff's attorney following any user jackpot win. A user publicly claiming you owe them a share. An FTC inquiry following a consumer complaint filing. Negative press coverage framing your site as exploiting vulnerable gamblers. | Have your attorney review all marketing copy and terms of service before any public launch — specifically focused on what you are and are not promising about odds improvement, prediction quality, and winnings sharing. This is not a boilerplate task; it requires a gaming-literate attorney. | **HIGH** | --- ## 3. Highest-Priority Actions Before Starting 1. **Test the mathematical premise before anything else.** Pull 5 years of publicly available Powerball draw history. Build your algorithm. Run a proper out-of-sample backtest — no data leakage, no in-sample fitting. Compare prediction hit rates against a random number generator over 10,000 simulated draws using a chi-square test. If results are statistically indistinguishable from random (they almost certainly will be), you do not yet have a product. This is a one-week test that costs nothing and answers the only question that actually matters first. 2. **Get a gaming law consultation before writing a business plan.** One hour with a gambling attorney in your jurisdiction (~$300–$600) will tell you definitively which of your three monetization models are legal as-described, which require licensing you don't have, and which create criminal rather than civil exposure. Do this before you name the site, register a domain, or describe the concept publicly. 3. **Build the unit economics model before building the product.** In a spreadsheet: API cost per prediction call × daily calls per user × average user lifetime (derived from an honest churn estimate) = lifetime API cost per user. Compare against lifetime revenue per user at your intended price. If cost exceeds revenue at any realistic scale, the model is structurally broken. Find the configuration that works — or conclude that it doesn't — before writing production code. 4. **Separate and rank your three monetization models by legal and economic risk.** Subscription, per-prediction fee, and winnings-share are three distinct businesses. Winnings-share is the most legally complex and operationally unsolvable at this stage. Per-prediction fee is the most legally clean. Subscription is the most economically sensitive to churn. Evaluate them independently and launch with only the one that passes the legal review and unit economics test. 5. **Define your product's factual claim with precision before naming or marketing it.** "Predictions that improve your odds" is factually false and legally dangerous. "Historical draw analysis and pattern visualization tools" is defensible. "Statistically informed number selection assistance" occupies a grey zone. You must make this definitional choice before you write a headline, choose a domain name, or describe the product to anyone publicly — because the claim defines your legal exposure, your marketing strategy, and what your product actually needs to deliver. --- ## 4. Assumptions and Missing Information | Assumption Made | What Would Change the Analysis | |---|---| | You are primarily targeting US users (Powerball is a US multi-state lottery). | If targeting other jurisdictions (UK, Australia, South Africa, etc.), specific gambling regulations differ materially, but legal risk remains HIGH in all cases. | | You plan to use a third-party LLM API (OpenAI, Anthropic, Google, etc.) for predictions. | If using a locally hosted open-source model, API cost risk drops significantly, but upfront infrastructure cost, model quality risk, and maintenance burden increase. | | You do not currently hold a gaming or gambling license in any jurisdiction. | An existing license changes the legal analysis but does not resolve the mathematical validity problem — the core product issue remains. | | The winnings-sharing model assumes users purchase their own tickets and self-report results. | If you intend to purchase tickets on users' behalf, you are operating a lottery syndicate business requiring specific licensing, capitalization, and financial regulation in nearly every jurisdiction. | | You are a solo founder or very small team without dedicated legal or compliance capacity. | A larger team with in-house legal counsel reduces several risks but does not resolve risks #1 (mathematical) or #3 (churn), which are structural. | **Information that would sharpen this analysis:** - Your jurisdiction of incorporation and the primary geography of your intended user base - Whether you have a technical co-founder with a statistics or ML background (not just Python development experience) - Your starting capital and how many months of runway you have before needing revenue - Whether "prediction" in your model means specific number slates, probability-weighted rankings, or something else - Whether you have any existing audience in the lottery, gambling, or data analysis space
🌀 Claude

Reduce Financial Risk On Doomed Ideas

Add to Cart
Instant accessInstant access
Usage rightsCommercial use
Money-back guaranteeMoney‑back
By purchasing this prompt, you agree to our terms of service
CLAUDE-4-6-SONNET
Tested icon
Guide icon
4 examples icon
Free credits icon
90% of startups fail. Most founders saw it coming — too late. This AI pre-mortem exposes the fatal flaws in your business, app, or website before you waste a single dollar or hour of development. Powered by Gary Klein's battle-tested framework, it stress-tests your idea across finance, market fit, tech, legal, and execution — returning ranked failure scenarios, early warning signs, and a concrete action plan to fix the biggest risks before they destroy you. Don't build what nobody wants.
...more
Added 19 hours ago
Report
Browse Marketplace