All Episodes
Fix the Thing 70% of Americans Are Ignoring
April 16, 202600:52:07

Fix the Thing 70% of Americans Are Ignoring

with David Rosati, Succession Wills

Fix the Thing 70% of Americans Are Ignoring

0:000:00

Show Notes

Most people think estate planning is something you do when you're old, wealthy, or both. David Rosati spent 15 years as a corporate and M&A lawyer watching that assumption wreck families. The paperwork gets avoided. The conversations never happen. And then someone dies, and suddenly everything that should have been simple becomes a courtroom fight.

So he built something to fix that. Succession Wills is a flat-fee online will builder, starting at $79.99, designed to give regular people the legal document they need without the lawyer bill they've been dreading. David is one half of a fully bootstrapped two-person team. They launched in January. They have no investors and no office. And they rebuilt their entire front end, from scratch, in a matter of days, using AI.

Frameworks from This Episode

Deterministic Logic Plus Conversational AI

Most online will builders are wizard-based forms. You fill in fields, answer dropdowns, and a document gets generated. The problem is that approach assumes you already know what you want. That's almost never true. Succession Wills solves this with a split architecture:

  • The will itself is generated by a fully deterministic system. Every line of text in the final document was authored by David and his co-founder Nick. No AI is drafting legal language.
  • The AI layer sits on top as a trained conversational guide. It walks users through the process, answers questions in plain language, and surfaces the right prompts at the right moment.
  • The result is something closer to having a lawyer in the room than clicking through a form.

Perfect as the Enemy of Good, Applied to Estate Planning

The biggest threat to completing a will is not complexity. It's emotionally loaded questions, like who gets Dad's guitar, that cause people to stall and never finish. David's framework for getting it done:

  • Get the document done first. "All my stuff goes to my kids equally" is a legally valid will.
  • Sentimental and specific bequests can be handled in a separate non-binding rider that doesn't tie the executor's hands if circumstances change.
  • Succession Wills offers lifetime platform access for one flat fee. You can revise whenever life changes, without paying again.
  • A will should be a living document, revisited after major life events, not a one-time ceremonial act.

The LLM-as-Wireframe Method

David's practical framework for using AI responsibly in legal contexts without replacing professional counsel entirely:

1Draft with AI first: Use an LLM to draft a first version of any agreement: partnership, NDA, employment contract, prenup.
2Treat it as a wireframe: The AI output is a starting point, not a final document. It gives you structure without giving you false confidence.
3Bring it to a lawyer: The expensive part of legal work is blank-canvas drafting. Show up with 80% done and you cut billable hours significantly. AI doesn't replace the lawyer. It dramatically reduces what the lawyer has to do, which reduces what you pay.

Founder Experiment: Build a Document Intake Bot

Build a simple AI intake assistant that mimics the Succession Wills conversational model. Replace a static intake form for any service-based business with a chat interface that asks clarifying questions, interprets ambiguous answers, and outputs a structured summary a professional can actually use.

  1. 1Write a system prompt that defines the domain, lists the key questions the intake needs to cover, and includes a rule that the assistant should ask follow-up questions when answers are vague.
  2. 2Build the interface in Cursor or Replit using any chat-capable LLM.
  3. 3Connect the output to a Google Sheet or Notion database so every completed intake lands somewhere structured.
  4. 4Test it on your own business: legal, medical, financial, or any service that runs on intake forms.

The payoff: You now have a conversational intake layer that does the legwork before a human ever gets involved. This is the exact architecture Succession Wills uses, and it translates to any domain where intake forms are the bottleneck.

Key Terms

These terms have been added to the AI for Founders Glossary. Search by David Rosati to filter them.

Testator: The person who creates and signs a will.
Last Will and Testament: A legal document stating how a person's assets and responsibilities should be handled after death.
Intestate: Dying without a valid will, leaving asset distribution to state default rules. These defaults typically favor a spouse and children, and almost never match what someone actually wanted.
Executor: The person named in a will to carry out its instructions.
Specific Bequest: A named item or asset left to a specific person in a will. David recommends handling these in a separate non-binding rider so emotionally loaded decisions don't block completion of the will itself.
Cohabitation Agreement: A legal contract for unmarried couples who live together, functioning like a prenup under common-law family law regimes.
Deterministic System: A software system that produces the same output for the same input every time, with no probabilistic variation. Succession Wills uses a deterministic system to generate will language, ensuring no AI improvises legal text.
Wireframe (Legal Context): David's term for using an AI-drafted document as a starting point for attorney review, not as a final legal product. Brings 80% of the drafting work to a lawyer meeting, dramatically reducing billable hours.
Common Law Couple: A couple treated as legally married under certain jurisdictions due to cohabitation, without a formal marriage ceremony.
Cap Table: A record of a company's ownership structure, including equity classes and percentages. Referenced as one of the legal documents where the LLM-as-wireframe method applies.

Q&A

What is Succession Wills?

Succession Wills is an online will builder and estate planning platform founded by lawyer David Rosati. It allows users to create a legally valid last will and testament for a flat fee of $79.99, with lifetime access to revise the document as circumstances change.

Is Succession Wills a replacement for a lawyer?

It is a self-help software platform, not a legal advice service. For straightforward estates, it provides a guided, AI-assisted experience that produces a legally structured document. Complex estates or situations requiring legal counsel should still involve an attorney.

When should someone create a will?

David recommends creating a will at three key triggers: getting married, having a first child, or beginning to accumulate meaningful assets. The absence of family is not a reason to skip a will. It is often more urgent in that scenario because default inheritance rules assume a traditional family structure.

How does Succession Wills use AI?

The document generation itself is deterministic, authored entirely by the founding team. The AI layer functions as a conversational guide that walks users through the process, answers questions, offers examples, and surfaces options the way a lawyer would in an in-person consultation.

What happens if you die without a will?

Your estate is distributed according to your state's intestacy laws. These default rules typically favor a spouse and children. If you are unmarried, childless, or want assets to go to a specific person or charity, dying without a will almost certainly produces an outcome you did not intend.

What legal documents beyond wills could benefit from this kind of product?

David identifies prenups, cohabitation agreements, partnership and founders agreements, employment contracts, NDAs, and service agreements as high-volume legal documents that most people avoid due to cost and friction.

What is the difference between a will and a cohabitation agreement?

A will governs what happens to your assets after death. A cohabitation agreement governs what happens to assets and obligations if an unmarried couple separates. In jurisdictions that recognize common-law partnerships, cohabitation agreements function like prenups for people who never legally marry.