Integrating Docassemble and Clio: Part 2
My ABA Innovation Fellowship project, through the ABA’s Centre for Innovation, is docassemble-openlcbr, an open-source tool to bring the power of analogical reasoning to docassemble, the leading open source legal expert system tool.
If you’d like some background, check out my post on why I study expert systems, and my post on introducing analogical reasoning to docassemble.
Clio is the leading cloud-based legal practice management software in North America. Clio has generously agreed to sponsor my fellowship, which has allowed me to expand the scope of project considerably, including by integrating it with Clio.
Today, I’m announcing the second part of the integration between docassemble-openlcbr and Clio. In the first integration, docassemble-openlcbr used the data in your Clio account as the test case-the fact scenario that you wanted to ask a legal question about. All the precedent cases were held in docassemble itself.
In this second version of the integration, docassemble-openlcbr can now compare one case in your Clio account against any number of other cases in your Clio account.
How Does It Work?
On the Clio side, you create a set of custom fields which matches the factors in your reasoner. If you’re curious how the reasoner works, check out this deep dive post.
It’s best if you put these fields in a custom field set so that they can be added to the matter all at once. As you can see in the image below, the fields are just a list of check-boxes that indicate whether or not something was true about that file, and a drop-down that indicates whether the issue in the reasoner was eventually decided for the plaintiff or the defendant.
Then, you need to connect your docassemble interview to your Clio account. Using the new “bulk actions” features of Clio’s v4 API, the interview can then download all of the relevant custom fields from closed matters in a given practice area. In the demo, the practice area is “Trade Secrets”.
Once downloaded, docassemble adds that data to the database of cases used by docassemble-openlcbr, and then the reasoner runs as usual.
Just Try It Already
So Why Does This Matter?
A couple of reasons.
Most artificial intelligence tools that predict legal outcomes require a database of cases to work from. Most will start by working with publicly-reported (and hopefully freely-available) cases.
But reported case data is not most of the cases, or the right cases. Reported cases tend to go to trial and get reported for a bunch of reasons that are unrelated to how representative they are of the entire population of lawsuits.
But unreported decisions are… well, unreported. Which usually means unavailable.
Unavailable, that is, unless your law firm uses a practice management tool with API integration features like Clio. If it does, you can record the relevant factors about the matters your firm handles, and then use your own closed cases as the database for making predictions about future ones.
So the first benefit is that connecting to practice management tools improves the quantity and quality of the data that these sorts of AI tools have access to. All other things being equal, that ought to improve the quality of the predictions these tools can make.
Second, it gives forward-thinking law firms an opportunity to create value (automated case outcome predictions) for people at near-zero marginal cost, using assets they already own.