Problems & solutions · Custom Software

Mass Tort Case Management Software Problems: The 5 That Surface at Settlement, and How to Avoid Them

Mass Tort Case Management Software code editor and API illustration showing common problems and fixes.
The short answer

The failure that costs most is storing qualification as checkboxes on a form. It works until a court narrows the criteria or defence counsel challenges a proof standard, at which point re-evaluating 8,000 claimants means paralegals reopening 8,000 files, and the firm cannot produce a defensible report of who moved status and why. The bill arrives twice: weeks of paralegal time you did not plan for, and a declined claimant challenging a decision you can only explain from memory. Everything else in this category, including the settlement spreadsheet nobody wants to talk about, is downstream of that same design mistake.

Why does qualification get built as checkboxes and then need rebuilding?

Because the first docket looks simple. A tort qualifies on specifics: a product identified by manufacturer and lot period, an exposure window with dates, a diagnosis inside a date range, sometimes a surgery, sometimes a residency period. Somebody builds a form with those fields, a paralegal ticks them, and the intake team calls it qualification. For the first 400 claimants that is genuinely adequate.

Then the criteria move, which they always do. A court narrows the class. Defence counsel challenges the proof standard for exposure. Your own case evaluators tighten a diagnosis window after seeing what survives. Now every one of those 8,000 checkbox files has to be reopened by a human, and the answer to how many claimants moved from qualified to needs review is a number somebody assembles by hand over a fortnight.

The design that survives is a versioned rule set per tort, evaluated against structured evidence fields, producing a status and a reason per claimant. Publish version four and the whole inventory re-evaluates overnight, with a report showing exactly who moved and why. That report is what you hand co counsel, and it is what you rely on when a declined claimant challenges the decision. Nothing in single plaintiff practice needs this, which is why nothing in single plaintiff software provides it, and why a firm that scoped its mass tort system as a personal injury system with extra fields ends up rebuilding the core in year two.

What goes wrong with duplicate claimants and vendor intake files?

Intake at volume arrives dirty from people you do not control. Three marketing vendors deliver files as CSV, as portal exports and as a nightly push, with names spelled three ways and dates of birth missing. Some records carry a signed retainer, some a call recording, some nothing but a phone number. And a proportion of them are the same human, because two vendors bought from the same aggregator.

Duplicates are not a data hygiene irritation, they are a fee dispute and a client confusion problem. Two intake specialists call the same person, two vendors invoice for the same claimant, and if the case advances nobody can say which vendor delivered first. The failure surfaces months later at reconciliation, when the evidence you need is a timestamp nobody recorded.

Treat intake as an ingestion pipeline where the claimant is the persistent identity rather than the lead. Fuzzy matching on name, date of birth, phone and address flags probable duplicates before either record advances, and delivery order is stamped with a timestamp you can defend. Retainer and authorization execution runs through e-signature with the signed artefact attached to the claimant, so whether you are engaged is a field rather than an email search. Then score every vendor on signed rate, qualification rate and cost per qualified claimant, because some vendors are worth three times what you pay and some are selling you rejections at the same price.

Why do records retrieval and e-signature integrations break after launch?

Because records retrieval is not an integration, it is a supply chain, and it gets built as a task list. A claimant names four providers. Each has its own release requirements, its own copy service, its own turnaround measured anywhere from six weeks to eight months, and its own invoicing habits. One hospital system routes everything through a third party charging per page. Requests go unanswered. Authorizations expire and the provider demands a fresh HIPAA form because the last one is over a year old.

A task list models none of that. What works is procurement thinking. Every provider becomes a record with observed behaviour: average days to respond, refusal patterns, whether they accept electronic requests, whether they invoice before or after delivery. Requests carry a chase schedule with automatic follow up. Authorizations carry an expiry that triggers re-execution before it lapses rather than after a provider rejects it. Costs are captured per claimant because they are recoverable at disbursement, and a firm that does not capture them loses real money quietly across thousands of files.

The e-signature side breaks for a duller reason: retries and duplicates. A resent authorization creates a second envelope, both come back signed, and the claimant file now holds two documents with different dates. Insist that every outbound envelope is idempotent against the claimant and document type, and that the system reconciles what was sent against what came back rather than trusting a webhook that fired once.

What happens when lien resolution and settlement allocation are left out of scope?

They leave the system, and they leave it at the exact moment your exposure peaks. Allocation is a waterfall and every layer has an owner who will check it. Gross award from the grid, common benefit assessment, fee split across referring and co counsel firms on differing agreements, advanced case costs including per page record charges, then liens: Medicare conditional payments, Medicaid, ERISA and private plan reimbursement, hospital and provider liens, sometimes child support.

A claimant cannot be paid from the qualified settlement fund until each of those is closed or held back. Do that math in a workbook across 12,000 claimants and the exposure is not theoretical, because lien resolution errors and misallocation follow a lawyer personally rather than the firm.

Model the waterfall as data with a version per settlement programme. Keep lien status per claimant per lien type with the demand and resolution documents attached. Enforce, in software, that a disbursement cannot release while an open lien lacks a recorded holdback. Generate the claimant facing settlement statement from the same numbers that drive the payment file, so the statement the claimant reads line by line and the money that moves cannot disagree. You will still use a lien resolution vendor for the negotiation itself, which is a specialist service rather than a feature. What you stop doing is being unable to answer, at any moment, how many claimants are payment ready and what is blocking the rest. Confirm your specific obligations with lien counsel, since they vary by plan and by state.

Should you build custom or configure what you already own?

Plenty of firms should not build. If you run under roughly 1,000 claimants on a single docket alongside a standard personal injury practice, SmartAdvocate or Assembly Neos will carry it, and a custom build is a distraction from signing cases. If your mass tort work is referral out, where you sign and refer for a fee and never own qualification or settlement, buy and move on.

Be fair to the incumbents at the top end too. Filevine has the strongest document assembly and templating of the group. Litify carries the Salesforce platform behind it, which means real reporting and a genuine automation layer, though it also inherits Salesforce economics so claimant growth and user growth are both billable events. All four are credible products and successful firms run on them.

The shared limit is the unit of work. All of them are built around a matter with a plaintiff attached, and mass tort inverts that: one claimant may sit in three dockets, and one docket holds tens of thousands of claimants evaluated against criteria that change when the special master issues a new order. Build when two or more apply: you hold more than 5,000 claimants, you are across two or more dockets with different criteria, your last settlement required an operations person to rebuild allocation in Excel, you co counsel with firms who currently get spreadsheets by email, or your qualification criteria have already moved once and re-running the inventory cost weeks.

How do hidden costs get into the quote?

Five sources, and each is a question you can ask before signing.

  • Concurrent dockets. Each carries its own criteria, fact sheet format and settlement grid. A quote written against one docket becomes a change order when the second one signs.
  • Co counsel access. Scoped visibility across firms is a permissions model with real consequences, and retrofitting cross firm visibility onto a system that assumed one firm is genuinely expensive.
  • Document volume. A system holding 40,000 claimants with 60 documents each has architecture requirements around storage, search and reporting that a 2,000 matter firm never meets. Ask what volume the team has actually handled, in terabytes and documents per record.
  • Migration. Moving off an incumbent when medical records run to terabytes is heavy, and it runs alongside launch rather than blocking it.
  • Rule agreement. The most common schedule slip is not engineering. It is that a firm's intake team and its case evaluators apply different standards for the same tort, and the build cannot encode a rule those two still argue about.

In Digital Heroes delivery experience a first release covering vendor intake with deduplication, the qualification rule engine and the records pipeline runs $70,000 to $150,000 over 14 to 20 weeks, with the full platform at $220,000 to $500,000 across 8 to 14 months.

What separates a build that works from one that fails here?

Make them whiteboard the data model before anything is signed. The right answer separates claimant, docket participation, evidence and settlement position as distinct things, because one human can be a claimant in three torts with different qualification states in each. A developer who draws a matter with a claimant field has built personal injury software and will hit the wall somewhere around claimant number 3,000.

Ask specifically how they would re-run qualification after criteria change, and listen for versioned rules rather than a data migration script. A migration script means the answer to what changed is a diff nobody can read to a judge.

Ask how they would enforce that no disbursement releases with an unresolved lien and no holdback. That is the control that protects you personally, and it should be a hard constraint in the system rather than a report somebody checks.

Build for your largest active docket first and generalise afterwards, rather than designing an abstract mass tort platform on day one. The first docket is where the model gets learned and the second is where it earns its keep. And settle ownership of the code and the cloud accounts before kickoff, in writing, because a system holding the qualification history and settlement position of tens of thousands of people gives whoever controls it a hold over your docket at the moment you can least afford a dispute.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. An independent Forrester Total Economic Impact study of OutSystems found a 363% three-year ROI with payback in under 6 months, illustrating that faster, lower-labor build approaches can materially shift the payback math. Source: Forrester Consulting (commissioned by OutSystems) (2024) →
  2. A 0.1-second improvement in mobile site speed increased retail conversions by 8.4% and average order value by 9.2%; travel conversions rose 10.1%. Source: Deloitte & Google (2020) →
  3. SHRM's 2025 benchmarking data puts the average cost-per-hire at $5,475 for nonexecutive roles and $35,879 for executive roles - executive hires are on average nearly 7x more expensive than nonexecutive hires. Source: SHRM (Society for Human Resource Management) (2025) →
  4. Workers can expect 39% of their existing skill sets to be transformed or become outdated over 2025-2030; 77% of employers plan to upskill their workforce, and 63% identify skill gaps as the biggest barrier to business transformation. Source: World Economic Forum (2025) →
Ananya I. · Director of Shopify Practice · Delhi

Ananya leads the Shopify practice at Digital Heroes, covering store builds, replatforms, app development and the merchant side of running a product catalog. Her posts help retailers weigh theme level work against a full custom build, and understand what each choice commits them to.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

A court narrowed the criteria mid docket. How should the system respond?
By publishing a new rule version and re-evaluating the whole inventory overnight, then producing a report of exactly who moved status, in which direction, and against which criterion. That report is what you hand co counsel and what you rely on if a declined claimant challenges the decision. If criteria live as checkboxes on a form, the same event means paralegals reopening thousands of files and an answer you assembled by hand, which is both slower and harder to defend.
Two vendors delivered the same claimant. How do we prove who was first?
With a delivery timestamp captured at ingestion, before either record advances, and a fuzzy match on name, date of birth, phone and address that flags the probable duplicate for human confirmation. Both source records stay attached to the single claimant identity so the audit trail shows what each vendor sent and when. Reconstructing this months later from email and invoices is exactly the position you do not want to be in during a fee dispute.
Why does records retrieval stay the bottleneck even after we buy software?
Because most software tracks requests as tasks, and providers do not behave like tasks. Each has its own release requirements, turnaround, copy service and invoicing habits, and authorizations expire before some of them respond. Modelling each provider with observed behaviour, running an automatic chase schedule, and re-executing authorizations before they lapse is what moves the needle. Capturing per page charges per claimant matters too, since those are recoverable at disbursement and are routinely lost.
Where does document extraction genuinely help?
Pulling diagnosis dates, procedure dates and provider names out of hundreds of pages into the structured evidence fields your qualification rules read, so a file advances without a paralegal hunting for one date in a 400 page record. The second useful job is triaging defence deficiency notices into their specific cure items. Anything that claims to make the qualification decision itself should stay advisory, because that decision is only defensible when a human owns it and the reasoning is recorded.
How should plaintiff fact sheet deadlines be tracked across three dockets?
Per claimant, per docket, computed from the triggering event that the case management order specifies, with the fact sheet generated from data you already hold rather than re-keyed. The system should flag missing fields before the deadline rather than on the day, and treat defence deficiency notices as first class objects with their own cure clocks, because they arrive in batches and each one restarts a timer. A shared calendar stops scaling somewhere in the low hundreds of claimants.
What stops a claimant being paid with an unresolved lien?
A hard constraint in the disbursement workflow, not a report. The system holds lien status per claimant per lien type with the demand and resolution documents attached, and refuses to release a payment while an open lien has no recorded holdback. The claimant facing settlement statement is generated from the same numbers that drive the payment file, so what the claimant reads and what actually moves cannot disagree. Lien negotiation itself stays with your lien resolution vendor.
How should co counsel access work without exposing the whole docket?
Scoped visibility, designed early rather than bolted on. A co counsel firm sees only the claimants inside their arrangement, with their own users, their own audit trail and a defined set of actions they can take. Retrofitting cross firm permissions onto a system that assumed one firm is one of the more expensive changes in this category, so if you share dockets at all, raise it during the data model conversation rather than in phase two.
Should we build an abstract mass tort platform or build for one docket?
Build for your largest active docket and generalise afterwards. The first docket is where the model gets learned, including the awkward parts nobody would have specified in advance, and the second is where the abstraction proves itself. Firms that try to design a general platform on day one spend the budget on flexibility they cannot yet describe, and still discover in month six that their intake team and their case evaluators apply different standards for the same tort.
How do I calculate whether custom software will pay for itself?
Divide the build cost by the monthly benefit, where benefit is hours saved times loaded hourly cost, plus subscription fees replaced, plus any revenue the software unlocks. Three staff saving 10 hours a week each at a $40 loaded rate is about $62,000 a year, which pays back a $60,000 build in roughly 12 months. Across Digital Heroes internal-tool projects, 12 to 24 months is the normal payback range, and anything projecting under 6 months usually means the spreadsheet is hiding costs.
What happens to my software if the agency shuts down or we stop working together?
Nothing dramatic, if the engagement was set up correctly: the code sits in your repository, hosting runs on your cloud account, and a handover document explains how to deploy and operate the system. Any competent replacement team can then take over in days rather than months. If the agency controls the repo, the servers, or the domain, fix that now, because renegotiating access during a dispute is the most expensive place to discover the problem.
How many SaaS seats do we need before building custom becomes cheaper?
The crossover usually shows up between 20 and 50 seats on premium tiers. Salesforce Enterprise lists at $165 per user per month, so 40 users cost about $79,000 a year in subscriptions, which is real money against a custom system you would own outright. Run the comparison over three years: if subscription spend beats the build cost plus 15-20% annual maintenance, custom wins on price before you even count workflow fit.
Is a solo freelancer enough for my project, or do I really need an agency?
A solo freelancer is a fine choice for a well-defined build under roughly $15,000 to $20,000 with a limited lifespan: an internal calculator, a scripted integration, a prototype. Above $50,000, or for any system your business will depend on for years, you are buying continuity as much as code: enforced code review, cover when someone is ill, and support that outlasts one person's career plans. Price the risk of a single point of failure, not just the hourly rate.
How many people should be working on my software project?
A typical $40,000 to $150,000 build runs on three to five people: a technical lead, one or two developers, a designer, and someone owning QA and project communication, often as overlapping part-time roles. More bodies do not make software arrive faster; past a point they slow it down with coordination overhead. The question that matters more than headcount is whether one named senior engineer is accountable for the outcome.
What happens if I stop paying for maintenance after launch?
Nothing breaks on day one, which is what makes it dangerous. Within 6 to 18 months, unpatched dependencies accumulate known vulnerabilities, an integrated API like Stripe ships a breaking change, and the first fix requires a developer to relearn a stale codebase at full price. Budget 15 to 20% of the build cost per year for upkeep; it is the difference between a $500 patch and a $15,000 emergency.
How much should a small business budget for its first custom app or website?
For a focused first build, most small businesses land between $8,000 and $60,000: roughly $8,000 to $45,000 for a custom website and $25,000 to $60,000 for an internal tool or simple web app, based on Digital Heroes delivery across 2,000+ projects. Customer-facing products with payments, logins, or a mobile app start around $40,000. Quotes far below these bands usually mean a template with your logo on it, not software shaped around your workflow.
Will custom software work with the tools we already use, like QuickBooks and Stripe?
Yes, and this is one of custom software's genuine advantages: QuickBooks, Stripe, Shopify, and most mainstream business tools publish documented APIs built for exactly this. Expect each standard integration to add one to two weeks of build time, and be suspicious of any quote that lists five integrations without asking what data flows in which direction. The hard cases are legacy systems with no API, which is a question to raise in discovery, not in week nine.
Is it cheaper to customize Salesforce than to build a custom CRM from scratch?
If you use less than a third of what Salesforce does, a custom CRM is often cheaper by year three. Salesforce Enterprise lists at $165 per user per month, so 25 seats cost about $49,500 a year before admin and consultant fees, while a focused custom CRM runs $60,000 to $100,000 once plus 15 to 20% a year in maintenance. If you genuinely need Salesforce's ecosystem, reporting, and app marketplace, customizing it beats rebuilding it; the mistake is paying enterprise prices to use it as a glorified contact list.
How small can the first version of my software be and still be worth building?
One workflow, end to end, for one type of user: the single process that currently burns the most hours or loses the most money. In Digital Heroes delivery experience, first versions scoped to 6 to 10 weeks of build time ship, get used, and generate the feedback that makes version two obviously right, while 9-month first versions routinely launch with features nobody touches. Everything you cut from v1 gets cheaper to build later, because real usage reorders the roadmap for you.
What does it cost to keep custom software running after launch?
Budget 15-20% of the original build cost per year, which on a $100,000 system means $15,000 to $20,000 for security patches, dependency updates, bug fixes, and small improvements as real usage reveals what the spec missed. Cloud hosting for a typical business application adds $50 to $300 a month on top. Skipping maintenance does not save the money; in Digital Heroes rescue work, unmaintained systems typically need a far more expensive rebuild within about three years.
What is the biggest mistake first-time software buyers make?
Choosing the lowest quote without asking why it is the lowest. A bid 40% under the field usually gets there by skipping tests, documentation, and code review, which are invisible in a demo and brutal to pay for later; every stalled project Digital Heroes has been asked to rescue tells some version of that story. The second mistake is signing without a written scope, which reliably turns the winning cheap quote into 1.5x to 2x the price by launch.
Who can build a custom software system?

Digital Heroes builds custom software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other software companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?