TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: We built the first legal AI API

1 点作者 ubutler2 个月前

1 comment

ubutler2 个月前
Hey HN,<p>Over the past couple months, we, a team of Aussie legal and AI experts, have been working on building a new type of legal AI company — a company that, instead of trying to automate legal jobs, is trying to automate legal tasks.<p>We want to make lawyers’ lives easier, not replace them.<p>We’ve been laser-focused on building small and efficient yet still highly accurate, specialized models for some of the most time-consuming and mundane legal tasks lawyers have to perform. Stuff like running through a thousand contracts just to locate any clauses that would allow you to get out early.<p>We just finished training our first set of models, focused on document and clause classification, probably the most common problem we see come up. Our benchmarks show our models to be far more accurate and almost more efficient than their closest general-purpose competitors.<p>Today, we’re making those models publicly available via the Isaacus API, the world’s first legal AI API.<p>Our models don’t require any finetuning because they’re zero-shot classifiers — you give them a description of what you’re looking for (for example, “This is a confidentiality clause.”) and they pop out a classification score.<p>Because our models are so small, which they have to be to be able to process reams of legal data at scale, they can sometimes be a bit sensitive to prompts. To help with that, however, we’ve preoptimized an entire library of prompts, including what we call, universal templates, which let you plug in your own arbitrary descriptions of what you’ve looking for.<p>We’ve made our prompt library available via the Isaacus Query Language or IQL. Another world first — it’s a brand-new AI query language designed specifically for using AI models to analyze documents.<p>You can invoke query templates using the format “{IS &lt;query_template_name&gt;}”. You can also chain queries together using Boolean and mathematical operators, like so: “{This is a confidentiality clause.} AND {IS unilateral clause}”.<p>We think our API is pretty neat and we hope you will too.<p>This is just the beginning for us — over the course of this year, we’re planning on releasing text extraction and embedding models as well as a second generation of our Kanon legal foundational model.<p>Below are some links for your convenience.<p>- Quickstart guide: <a href="https:&#x2F;&#x2F;docs.isaacus.com&#x2F;quickstart" rel="nofollow">https:&#x2F;&#x2F;docs.isaacus.com&#x2F;quickstart</a><p>- Announcement: <a href="https:&#x2F;&#x2F;isaacus.com&#x2F;blog&#x2F;the-worlds-first-legal-ai-api" rel="nofollow">https:&#x2F;&#x2F;isaacus.com&#x2F;blog&#x2F;the-worlds-first-legal-ai-api</a><p>- Docs: <a href="https:&#x2F;&#x2F;docs.isaacus.com&#x2F;home" rel="nofollow">https:&#x2F;&#x2F;docs.isaacus.com&#x2F;home</a><p>- Sign up: <a href="https:&#x2F;&#x2F;platform.isaacus.com&#x2F;accounts&#x2F;signup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;platform.isaacus.com&#x2F;accounts&#x2F;signup&#x2F;</a><p>- LinkedIn: <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;company&#x2F;isaacus&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;company&#x2F;isaacus&#x2F;</a><p>- Email: hello@isaacus.com