Choose what to get done
Classify Capital Character: Patient/Impatient for Growth vs Profit
A deterministic function mapping a venture's funding terms onto Christensen's two-axis capital-character model and returning whether the capital is good or bad for a new-market disruption, with the quadrant label.
Classify email subject lines and assign the right precursor
A pure function precursor_for(intent) that maps an email intent code to the canonical subject-line precursor string, graded on hidden intent->precursor cases.
Classify Startup Growth-Engine Fit (Viral / Sticky / Paid)
A founder receives a structured engine-fit assessment that pins each of the three Lean-Startup growth engines to a pass/fail gate on its driving metric and names the recommended primary engine.
Classify whether to publish prices using the market 2x2
I give market size and homogeneity (with thresholds) and get the quadrant plus the publish-on-website recommendation, matching the book's transparency 2x2.
Clean-code smell scorecard for a method
A per-method clean-code smell scorecard: which thresholds each method exceeds (long method, too many arguments, deep nesting, and more), a 0-100 score, and a pass/warn/fail verdict.
Cold-outreach sequence with timed follow-ups
A ready-to-load multi-step sequence: A/B subject variants per email, one clear call to action, send-day spacing that moves forward, and only declared personalization tokens.
Compare gig-platform fees and net earnings
For every platform I compare, I see the fee it takes and the net earnings that remain, with the highest-net platform flagged as the winner.
Competitor-informed SEO content brief
A complete content brief: primary and long-tail keywords, an H2/H3 outline, must-cover subtopics, a word-count band, internal and external link slots, an on-page checklist, and a takeaway for each competitor URL you list.
Compute a convertible-note / pre-money SAFE conversion price (cap vs discount) and simple round dilution
You get the conversion price per share for a PRE-money convertible note or pre-money SAFE (the lower of the cap-implied and discount-implied price), the shares it converts into, the round's post-money valuation, and the new lead investor's post-money ownership percentage.
Compute a liquidation-preference waterfall (multiple, participating vs non, cap)
You get each preferred investor's exit payout and the common-shareholder (founder and employee) residual for a given exit value, computed from each investor's invested amount, preference multiple, participating-or-not, participation cap, and as-converted ownership; payouts always sum exactly to the exit.
Compute a proportional token allocation from contribution scores
Each contributor receives a token allocation proportional to their share of the contribution scores, and the allocations add back up to the full pool.
Compute a weighted-average anti-dilution conversion price
A function that applies the broad-based weighted-average anti-dilution formula to produce the adjusted conversion price for an earlier preferred series after a dilutive financing.