ivraatiems 46 minutes ago

I know someone who works in law and deals particularly with an area of US benefits and healthcare law. One of their workflows for lower-level employees at their firm involves taking in documents from healthcare plans and organizations, analyzing them for certain kinds of data, and then importing that data into an internal system they use to analyze and provide guidance on plans. The internal system can contain hundreds of documents for an individual client. All of the documents have the same information (roughly) but in totally diverse formats and styles. Once it's in the system, it's easy to compare and analyze across documents and the research process is much faster.

They recently bought a Claude subscription and began using Claude to do the initial read of the documents and output JSON they can import into their internal systems. The work still must be reviewed by an attorney - Claude is nowhere near making the kinds of judgments a lawyer would make about this content - but it has increased their throughput from 2-3 documents an hour to 8-10 documents an hour by killing the busy work.

LLMs have great advantages for this kind of work - but not for decision-making. I just don't see OpenAI ever admitting that.

(I've left some details intentionally vague because this is a very specific area of law and I don't want my friends to be identified without their consent.)

DannyBee 25 minutes ago

Lawyer here (non practicing so to be clear none of this affects me):

most comments I read here don't seem to realize that different areas of law have very very different economic models and don't even mention which one they think will be affected or why, they just sort of lump it all together.

For example: It is highly unlikely llms will have any meaningful effect on high value personal injury law - I don't see a 5 million dollar case being handed to an LLM when the majority of the cost is in trial aids and not even lawyers. It may affect where and how they advertise. It may affect how they work. But it seems really unlikely to put any of them out of business any time soon by people doing it themselves.

Will it affect other areas more? Maybe. Probably? But so far I haven't seen a ton of comments that make specific enough arguments that they could really be debated or responded to effectively with a useful opinion

  • 3ddsaa 17 minutes ago

    There's a huge problem on here - many people stepping outside of their domains of expertise with surface level knowledge.

    Its teh same reason claude for finance hasn't turned the finance world upside down.

    This is getting tiresome seriously. Why wont these geeks learn some lessons?

  • intrasight 15 minutes ago

    > them out of business any time soon

    No. It'll be like software. Entry level employment will be affected. You wont want or need associate attorneys when you can hire a brilliant AI associate for 1/10th the price.

  • rayiner 13 minutes ago

    I'd love to get your thoughts on the current frontier models for law, or a link to anything you've written on the subject. Where do you think they're at?

  • dprkh 4 minutes ago

    LLMs will never replace human experts.

halamadrid 2 hours ago

The need for actual lawyers will persist I think from my own experience. I attempted drafting a contract with some points myself using AI, but after several edits I wasn't sure if it was correct. Sending it to an actual lawyer ended up in so many corrections I couldn't imagine the first time. One big thing was the overly excessive protective clauses which didn't make sense for reality or conflicted with another.

Its just like code I suppose, if you can read and understand and validate, you can use it to scale and otherwise it could end up being a vibe effort.

  • rayiner 2 hours ago

    LLMs are the first genuinely useful legal tech since the Internet. I'm pretty shocked, though, at the delta between how competent Claude is on code versus legal work. It's good for research and data organization, but terrible for drafting. I wonder if this is a structural problem with the lack of feedback loops. In law, there's no compiler to check for logical or continuity errors in your brief, and there's no unit tests to check for correctness or performance.

    Even without that, I think it'll be extremely valuable to clients to allow them to answer simple questions without a lawyer, figure out the lay of the land so they can supervise their counsel, etc.

    • throwaway20222 2 hours ago

      I have found that it’s useful generally speaking to get the intent of contracts and red lines, but actual drafting I agree is where I lose all confidence. My guess is that the significance of the difference between using a word like “and“ or “or“ can be so meaningful that that level of nuance can often be lost. But I know nothing I’m not in the space, I just pay too much money for lawyers.

    • samtp 1 hour ago

      > LLMs are the first genuinely useful legal tech since the Internet

      That is an incredible statement that could not be further from the truth. Large scale adoption of email, searchable document databases like Westlaw, LexisNexis, PACER, etc.. , OCR Software, electronic signatures, and tons more have had a much more defineably positive impact on the legal profession since the internet came about.

      • rayiner 1 hour ago

        I think "email" and "westlaw" fairly count as "the Internet." LLMs might be bigger than either of those.

        • samtp 1 hour ago

          The internet came well before both of those. And none of the example I gave have lead to lawyers regularly being fined in court because of "hallucinations"

    • qarl 1 hour ago

      You should know - for coding they make terrible mistakes as well.

      But programmers have this concept of a "code review" where another person looks at the code to look for problems.

      We use this same technique with our LLMs. Most mistakes are caught by having a second LLM look at it. Doesn't even need to be a different model - just make sure it has a different context.

      • flyinglizard 1 hour ago

        Programming has a long standing culture of accepting the code to be somewhat wrong, so we have various tests, linters, reviews and error handling. Also in programming there are many ways to do something and it's the end result that matters most.

        Not so in other knowledge work. There's no test harness for a contract and error is non-recoverable. Likewise in finance. There are specific ways of doing things and these ways are many times set in regulations. LLMs can assist all day, sure. But replacing the human, in highly regulated, zero tolerance for error environment?

        • qarl 1 hour ago

          I don't understand. I just provided advice about getting better output. Are you trying to reply to someone else?

          • flyinglizard 1 hour ago

            You made some points worthy of expansion:

            >> You should know - for coding they make terrible mistakes as well.

            >> But programmers have this concept of a "code review" where another person looks at the code to look for problems.

        • jll29 11 minutes ago

          You could say the Salvatorian Clause in contracts is like exception handling: a "catch (all)": even if some clauses in this contract are illegal, the remaining contract stays in place.

          Logically, this actually doesn't make sense strictly speaking because the sentence creates a paradox: doesn't it make clear whether it includes itself or not, and each reading ends up in trouble. There is a "tradition" in law around the world to accept the only benign reading of such clauses, which I always found funny given that in all other ways lawyers adopt the most adversarial mindset imaginable.

  • Razengan 2 hours ago

    > The need for actual lawyers will persist I think from my own experience.

    The outcome of a case shouldn't depend on someone's fallible ability to recall facts or convince other people or point their index finger*

    Law should generally be deterministic. One's CHA stat should have no bearing on justice.

    There should still be human judges, but the middleman between the judge and petitioner could easily be removed, and have generally been seen as leeches since forever anyway.

    Though, like how the USA opts to remain in the Stone Age with regard to tax filing because of lobbying by tax software companies, this faction of society will flail the hardest before they admit they're obsolete.

    ----

    * What's a lawyer's favorite programming language? Objection C.

    • geodel 1 hour ago

      Yep, just yesterday, Nike removed one leach middlemen called retailers and sell directly through their app. Turns out working out very well for them too.

    • samtp 1 hour ago

      The law is much more interpretation and argument based than logic routing based than you seem to believe.

    • autoexec 48 minutes ago

      The ability to clearly and effectively communicate, and the ability to know and recall the facts of a case is always going to be important. It'd probably be a more fair system if judges and jurors couldn't see the attorneys or even the people they're representing. Now that many cases are handled over video calls it'd be pretty easy to make that change.

      A lot of communication is conveyed through more than the words themselves though and even though it's often misinterpreted people put a lot of value in that information. I suspect that even if we took away the ability to see the people involved judges and jurors would still find bias in the tone/quality of people's voices. Even if everything was reduced to text they'd find bias based on word choices, phrasing, spelling, and grammar.

  • janalsncm 1 hour ago

    The typical pattern is called “deskilling”. It doesn’t usually mean a skilled profession will disappear overnight. Instead, the job might be done by less expensive folks like paralegals.

    An example is in the banking industry, where making a loan used to require deep analysis of a person’s credit worthiness. Now they use an algorithm (credit scores) which means someone with less experience can do it.

    If law follows the same pattern, a job done by someone making $500/hour might be done by someone making $50/hour.

    • samtp 1 hour ago

      If you think paralegals + AI can do the job of good lawyers you don't understand the profession at all.

      • notatoad 1 hour ago

        i don't think that's the point anybody is making. "good lawyers" is not the profession at risk here. a top tier courtroom lawyer won't be replaced by AI.

        but how much of the revenue of the average law firm comes from that, vs the day-to-day "we need this relatively routine contract reviewed" sort of work?

        • rayiner 1 hour ago

          Yes. And it would be the continuation of a trend that’s already been going on for two decades. When I started out as an associate at a fancy Wall Street firm, we had 30 people working on reviewing documents for this matter even that level of firm today would not be able to justify doing that anymore. We’re going to move from a pyramid model to more of a diamond shaped model with many fewer associated attorneys doing the legal research and information marshaling.

        • samtp 1 hour ago

          > Instead, the job might be done by less expensive folks like paralegals.

          So who is going to define your strategy, represent you in court, adapt the strategy to changing circumstances, negotiate with counter-parties on a mutually accepted settlement? A paralegal? An AI model? Please

          • victorbjorklund 42 minutes ago

            Very little of corporate law is in court. The mass of things is “does this contract look good?” And “what do we need to change in our business when regulation X comes into force?”

  • CTDOCodebases 1 hour ago

    Human professionals put their reputation and finances at risk when performing their work. This risk functions as a guarantee.

    • moralestapia 1 hour ago

      Do they?

      Not being snarky here but I've encountered some really crappy lawyers and they seem to be doing great ($$$).

      It really sucks one cannot publish something like "this guy charged me $5k, wrote my name wrong and forgot important paperwork the day we showed up to court" as that could make you liable for damages. There should be a safe harbor for that.

      • YawningAngel 1 hour ago

        Assuming you are in the US, there is a safe harbour called "opinion based on disclosed facts" for that. You could also fairly argue that the conduct of a lawyer is a matter of public concern

      • bethekidyouwant 1 hour ago

        Even if there were it would just be another court case

      • TZubiri 37 minutes ago

        > It really sucks one cannot publish something like "this guy charged me $5k, wrote my name wrong and forgot important paperwork the day we showed up to court" as that could make you liable for damages.

        That's pretty much what bar associations are for, filing a complaint against an attorney at the bar seems like a pretty standard procedure.

        >There should be a safe harbor for that.

        A safe harbor would be the opposite, it would be immunity for the lawyer.

    • ElProlactin 31 minutes ago

      > Human professionals put their reputation and finances at risk when performing their work. This risk functions as a guarantee.

      Do you know how difficult and costly it is to sue an attorney for malpractice?

  • jcfrei 1 hour ago

    Not trying to be dismissive here but a lawyer will always edit your proposal. I do think lawyers will persist but not as many. And they will work very differently, much like we already use claude / codex to code - a big part of the contract probably won't be read by the lawyer.

    • cromka 1 hour ago

      I would rather argue they SPECIFICALLY will read everything. However, they'll likely often just be like "I'd phrase this differently but that works, too".

  • ww520 1 hour ago

    The best writer I know of was an associate attorney. He didn't have the technical background nor the in depth computer related knowledge, and relying on the information I fed him. But man the briefs he filed to the court were amazingly good. Reading them I would have been convinced his side was right if I were in the jury.

    Law LLM will surely help competent lawyers in their fields with greater sources of knowledge not in their core area of expertise.

    • samtp 1 hour ago

      Sure as long as they stop making things up.

  • matheusmoreira 1 hour ago

    > The need for actual lawyers will persist I think

    But will their glamorous salaries persist? That is the question that matters.

    AI doesn't need to wipe out lawyers. If they just depress salaries enough, virtually nobody is going to want to be a lawyer anymore.

    • NoboruWataya 1 hour ago

      The salaries are a result of the insane hours they have to do. Biglaw needs to pay those salaries to keep getting young associates in the door because burnout is a real problem in the industry. If salaries were lower and hours/stresses were lower, you would probably still find people wanting to be lawyers. A different kind of person, maybe.

      (Not that I think AI will necessarily have that effect. We just don't know yet)

    • bethekidyouwant 58 minutes ago

      It’s a professional organization that only allows so many people to pass the bar per year so I don’t see that changing anytime soon… if anything if they need fewer lawyers they will just pass fewer people to keep their wages high

  • darth_avocado 1 hour ago

    > The need for actual lawyers will persist I think from my own experience

    This doesn’t replace lawyers, but paralegals surely will be affected. A good enough model could shrink the number of paralegals needed in a firm.

    • snoman 1 hour ago

      As costs for legal work drop we might expect demand for that work to increase. For example, it may be the case that legal help becomes accessible to entire segments of the population that had no access previously.

  • QuiEgo 1 hour ago

    Lawyers sure. Paralegals and assistants are cooked in the way typist and secretaries were back in the day.

    • moralestapia 1 hour ago

      Nope. Paralegals and assistants do the type of thing GP hired a lawyer for (and lawyers do, as well).

      Lawyers can practice, can represent you in court, etc. that's not going away soon.

      • dd8601fn 1 hour ago

        Lawyers have that lovely regulatory wall, for better or worse.

  • psadri 1 hour ago

    I was in a similar situation and tried a different approach.

    I had start with asking for a contact with some details I provided. But then I ask the model to be an experienced corporate lawyer and ask me a series of questions to gather the details it needed and then write the contract. The result covered a lot of details that were highly relevant but were absent from the original attempt.

    The key insight is that you can lean on the model to cover your unknown unknowns.

    • dghlsakjg 1 hour ago

      Did you validate the output with a lawyer?

      • psadri 1 hour ago

        No admittedly not. I can try it and report back.

    • samtp 1 hour ago

      Your comment is a great example of the phenomenon where people think AI is an expert in areas that are not because they have no way to determine if the seemingly good looking result is genius, gibberish, or somewhere in between.

      • psadri 1 hour ago

        The point was that you can go further than "write me a contact that says x,y and z". I actually believe the process I went through with the AI was a more custom, tailored experience than any interaction I have had with actual lawyers, who'd usually apply a template. The AI asked me a bunch of questions, many of which were relevant, and led to follow up questions. I could ask my own questions, make corrections, etc. and all along, they made sense to me. This part of the experience was great.

        There could still be more unknowns that I did not encounter and by definition don't know about.

        And the final output could be wrong, wording, exact legal terminology etc.

        Can we say working with an actual lawyer is guaranteed to be better, more correct? Lawyers are people and they also make mistakes, wake up on the wrong side of the bed, hate their job etc, just like the rest of us.

      • jll29 24 minutes ago

        Here's another techniqe that gets you (even) more out of LLMs: run each prompt several times and compare the various outputs. It is not uncommon for models to contradict their own advice, and also you will get additional insights not included in previous runs.

        This is due to the fact that LLMs are statistical processes that rely on pseudo random numbers in chosing what to say and how to say it to a substantial degree.

    • inopinatus 38 minutes ago

      > The result covered a lot of details that were highly relevant but were absent from the original attempt

      Another one suckered by the plausibility engines.

  • Buttons840 1 hour ago

    I want to take a step back and observe that you're saying expensive specialists will continue to be required if two parties want to make an agreement. That seems like something worth fixing rather than just accepting.

    • jonplackett 1 hour ago

      The problem is those two people are in conflict not collaboration.

      If the expensive person is still better at getting what _you_ want from a contract then it’s always worth doing that.

      There’s a reason lawyers are so expensive to begin with - they do very complicated stuff with very expensive consequences if done badly.

      • SchemaLoad 51 minutes ago

        It's probably somewhat of a zero sum game. Both sides lawyers have AI tools which probably just keeps them on a level playing field rather than actually making anything cheaper or faster.

    • overfeed 1 hour ago

      > I want to take a step back and observe that you're saying expensive specialists will continue to be required if two parties want to make an agreement.

      A lot of contract-lawyering involves getting ahead of when things go south and the two previously agreeing parties find themselves in disagreement.

      • jjmarr 1 hour ago

        Same for SWE. AIs will churn out happy path vibe slop and fail when something unexpected happens by swallowing errors or having a bunch of terrible "fallbacks".

    • mcculley 1 hour ago

      In my experience, those expensive specialists help me protect against things me and the counterparty cannot even imagine when making an agreement. Do you mean that this would be fixed by AI or by making simpler agreements?

    • NoboruWataya 1 hour ago

      Millions if not billions of agreements are made every day without the involvement of lawyers. Lawyers are only needed for particularly complex situations and even there they are generally only "needed" in the sense that parties feel they would add value.

      • smelendez 28 minutes ago

        Yeah, and you can already get fill in the blank legal forms for a lot of basic situations, including leases, wills, employment agreements, etc.

        The interesting question is whether AI can fill a niche these can’t — or, alternatively, help a layperson evaluate a contract they’re asked to sign better than they could themselves.

    • legostormtroopr 58 minutes ago

      How?

      Contract law has evolved because transfering the ownership of things is fraught with difficulty. Ownership as a concept itself is notoriously hard to define.

      Consider housing - when you buy a house you own that land. Except if its an apartment, you just own the internal walls. Or when the government aquires your land through eminent domain. Or mineral rights - which don't belong to you, you just own the top 5 feet of topsoil. Or if you neglect a property and some squats in it. Or if you were given a fraudulent payment, and they take back the property.

      Just getting people to agree is notoriously difficult when people have different often conflicting desires.

  • drschwabe 1 hour ago

    And to add to your last point yes it should also be like code: where the costs of development are coming down. Legal costs should trend down if law firms are effectively leveraging LLMs to accellerate their procedures (though I won't hold my breath)

  • DesaiAshu 1 hour ago

    In my recent experience, it seems like LLMs may even increase need/demand for actual lawyers (more ideas + more words = more lawyer time). I expect lawyers will generally adopt the technologies that will benefit them, rather than the technologies that would increase standardization and trust

    The same has happened with modern finance. Despite more technology that has power to drive more transparent/efficient markets, we have less perfect information sharing and a larger group of middlemen capturing a growing share of profits of the economy

  • TZubiri 1 hour ago

    >The need for actual lawyers will persist I think from my own experience

    At the very least because the attorney monopoly assigns a 5ish year of training as PoW and natural personhood as Identity as protection for Sybil Attacks.

    If anything, the exclusive right of attorneys to represent clients in court, file motions, and enjoy professional secret, is more valuable, as it's not something AI can ever compete at. (Barring a wild recognition of machines as humans, or an overturn of the impossibility of companies to appear in court.)

  • cheema33 1 hour ago

    > The need for actual lawyers will persist..

    I agree. But, we will need a lot fewer of them. My small company called our lawyer a lot more before the advent of AI. Mostly to clarify a few things or review simpler contracts. Now, for simple things, we do not call them at all.

    • barbazoo 1 hour ago

      Their work will get cheaper so it will become more accessible for people, increasing demand over all would be my guess to some degree at least.

      • jll29 19 minutes ago

        I anticipate an effect on society that troubles me:

        (1) Rich people will use human expertise and "the rest of us" will use AI models to get by. This could happen in law, but also in medicine (in particular in societies that - like in the US - do not have universal healthcare).

        (2) A positive effect in both domains may be that access to knowledge will be broader and cheaper.

        I hope I will be wrong about (1) - I would not like to live in such a two-class society.

  • TZubiri 58 minutes ago

    > One big thing was the overly excessive protective clauses which didn't make sense for reality or conflicted with another.

    >Its just like code I suppose, if you can read and understand and validate

    I share this, when I asked an attorney for a contract, they were much simpler when compared to self redacted or AI redacted contract, it was as if I were rediscovering lots of concepts and I HAD to put them in paper, even if they were defaults and were essentially no-ops.

    Comparable to:

    > Mkdir $PWD/path

    instead of

    > mkdir path

    or conditions so rare that they don't merit including.

    > x = 0

    > if x!=0:

    > raise Exception("Bit flip by solar rays or otherwise")

  • yieldcrv 46 minutes ago

    Our entire world is about reducing the friction of conducting a transaction

    How to fix the lack of trust which is needed to conduct a transaction

    Contracts affix a moment of trust in time, so even when trust is lost between parties the contract has guardrails for behavior and consequences for acting outside those rails

    There are many transactions that are completely inaccessible to most people because the need for a contract or lawyer is too high

    LLM use allows for those inaccessible transactions to decrease, and get people further along to the point where a lawyer is accessible as well, and economically viable to use

  • TZubiri 40 minutes ago

    It's worth noting that the announcement seems to aim the product at lawyers or students rather than laymen.

  • chadash 20 minutes ago

    I'd correct this to "The need for actual GOOD lawyers will persist I think from my own experience."

    I have worked with many lawyers in my career. The bad ones will look at a contract and tell you fifty things that can be improved. Meanwhile, you take the same contract to a really great lawyer and they tell you that's it's not worth fighting over the changes and to just keep it as is. It's kind of like how a beginner or intermediate software engineer might tell you how you can build out a k8s or auto-scaling fargate cluster for your project and a really senior engineer might look at the same thing and explain that it's not worth worrying about scalability right now.

    I find that when I feed contracts to ChatGPT (which I do all the time) it will try to find 50 things wrong with it. For example, as a test, i fed chatgpt an employment offer from a US government agency. It came back with 1152 words and 14 recommended (some of them substantial) changes. Meanwhile, any half-decent employment attorney would probably laugh at me if I asked them to redline an employment offer from the State department.

  • 01100011 18 minutes ago

    Also, unlike SW engineers, lawyers control their industry and will quickly circle the wagons to protect themselves. Paralegals are probably screwed, but lawyers will do fine. I'm considering law as my post-ai-SWE-apocolypse career path.

piker 3 hours ago

Second paragraph:

> API customers including Harvey and Legora will be able to build on Astra for Law, bringing this intelligence into their own products and workflows.

In other words: "no, no, we're not eating our children to prep for the IPO. Don't worry."

  • forrestthewoods 3 hours ago

    If there is any cartel that deserves to be broken its legal search. May they die a miserable death.

    • elpakal 3 hours ago

      > By using the legal search index, Astra for Law can search U.S. case law, statutes, regulations, court rules, and administrative decisions across a corpus of more than 230 million URLs, with sources added daily. Our work with Free Law Project, the nonprofit behind CourtListener, brings its case-law collection covering more than 99.9% of published U.S. precedential case law (opens in a new window) into this research experience.

      Found that to be very interesting

      • rayiner 2 hours ago

        CourtListener already has an MCP interface and Grok is quite good at pulling from it. In my experience, Grok 4.6 is quite good at analyzing legal cases and human-written documents. Better than Opus 5. I'm not sure if it's better than Fable 5.1 on that task, b/c I'm not willing to spend my precious Fable tokens on case law searches lol.

    • ericd 3 hours ago

      Yeah, it should be freely available, you have to be able to know the rules you're supposed to obey in order to obey them well. I've been making a free API for US law search, you can point whatever model you want at it: https://law.agentlookups.ai/

      Very much a work in progress, only federal and state so far, no municipal codes yet, and no case law yet. Big hole, I know. Also working on making the search ranking work better.

      • manyatoms 3 hours ago

        is there a dataset/torrent with all the underlying laws?

        • ericd 3 hours ago

          Right now it's just a bunch of crawlers for the individual states. If there's interest, I could periodically stand up snapshot torrents or something. That something you'd be interested in?

          Alternatively, if someone else knows an all-in-one option that exists, I wouldn't mind retiring those crawlers...

          • timschmidt 3 hours ago

            Not op, but that's a very interesting proposition. While the law and legal code are technically property of the people, I'm not aware of any single point of download for it all.

            • rayiner 2 hours ago

              There’s no single point of download for it all because there’s thousands of autonomous entities that issue law and adjudicate cases, at least 51 of them distinct sovereign entities.

              • datsci_est_2015 2 hours ago

                We could enforce (suggest?) a common format / api at the federal level. Especially if it’s incentivized with funding that more than justifies the cost of maintenance. Similar to how federal interstate funding is only available to states with a 21+ drinking age.

                • Something1234 37 minutes ago

                  Govinfo.gov is neat because you see the different attempts at common formats that have been attempted in the past.

              • ericd 1 hour ago

                Yeah, going to the courts and municipal code seems like it's going to be a heavy lift. Many of them seem to hang off of municode, though, so maybe it's not a huge number of unique crawlers.

            • qingcharles 2 hours ago

              There is none, not for statutes and definitely not for case law; even at the appellate level where you have multiple federal circuits, then 50 states, then territories, military, tribal and a whole host of other niche courts. And the appellate court systems can be split into districts, and by lower and higher levels.

              Then if you want to really get into it, The People should also be able to access trial court level, and at that point you have over 3000 distinct court systems with their own access systems, usually requiring logins and CAPTCHAs, and half of them not even having anything accessible online at all, and the other half only having recent stuff online and the rest rotting in a flooded basement.

    • teiferer 2 hours ago

      Let's swap it out for the AI cartel!

  • jmkd 3 hours ago

    Max Junestrand has consistently said Legora treats the model layer as swappable, selecting across frontier providers rather than building the product around one.

    OpenAI didn't need to name Legora and Harvey in the second paragraph of the launch post.

    They are pre-empting the obvious interpretation of Astra for Law: that moving this far up the legal stack puts them in direct competition with their biggest legal AI customers.

    “Don't worry, they can build on us” is a pretty conspicuous message to include on launch day.

    They have clearly thought about some pessimistic outcomes.

    • TZubiri 34 minutes ago

      >Max Junestrand has consistently said Legora treats the model layer as swappable, selecting across frontier providers rather than building the product around one.

      Vendor-neutrality for LLMs is such a weak thesis all around, whether for providers or consumers. It weakens the product by being promiscuous and gains no material benefit at all.

      LLMs are magic byte(byte) functions, it doesn't make sense to say "we have different providers for magic".

    • timpera 27 minutes ago

      Switching from ChatGPT Enterprise to Legora at my firm was a godsend, it's so much better for legal work, even with the frequent changes to the underlying models.

  • JumpCrisscross 2 hours ago

    "We are also expanding our work on privacy and governance to give law firms specific controls for confidential client work"

    This is everything OpenAI have to say about privacy in this announcement. No guarantees. No promises. Just a pinky-swear promise.

    Anyone trusting them–or a lawyer who relies on them–for legal work deserves what they get.

    • dathinab 1 hour ago

      the thing is a lot of the legal work which will go through this is drafting 100 and 1 variations of draft versions of standard contracts not containing any trade secrets where the contract can be drafted with "replacement/place holder names"

      the kind of work mostly done by juniors not yet through their final exam and other "non" lawyers etc.

      so it's a slippery slope of "lets just use it for <this> things where it doesn't matter" and then out of laziness and convenience it creeps into all the other places (at least for drafts).

    • dd8601fn 1 hour ago

      Lawyers are already llm’ing their work and getting slapped around in court for making shit up.

      There’s another case making headlines every week.

      I get the feeling a lot of them won’t care about this stuff.

jumploops 3 hours ago

The courts are about to overrun with AI-generated lawsuits (even more so than they have been[0]).

[0]https://www.technologyreview.com/2026/06/04/1138391/courts-c...

  • pampas 3 hours ago

    They seem unaccountable. Every other profession has increased their productivity.

    • officeplant 3 hours ago

      >Every other profession has increased their productivity.

      You dropped this /s

    • diegolas 2 hours ago

      justice doesn't have to be productive it has to be fair

      • MiSeRyDeee 2 hours ago

        how so? delayed justice is denied justice

      • RugnirViking 2 hours ago

        It's completely failing at that too. Public trust in the courts is lower than it's ever been, and it was never all that high to begin with

  • ngruhn 3 hours ago

    Why the hell are they not fighting fire with fire? This is not sustainable. But it is annoying that the AI labs get to play arms dealer, selling to both sides.

    • toasty228 3 hours ago

      How are we fighting it online? You cannot

    • b112 2 hours ago

      It'll be like radar detector detector detectors, which were a thing for a while. Each side (cops, speeder) buying detectors to detect the detectors.

      • underlipton 2 hours ago

        There's a Judas Priest joke in here somewhere.

  • paimapi 3 hours ago

    you could probably write a cool little gotcha of an SF short story about a barren wasteland of a planet that keeps broadcasting out legalese that's revealed to just be LLM chatbot lawyers pedantically arguing with one another about xeno legal doctrine

  • mt_ 3 hours ago

    The legal system, which is a machine/technology by itself, will be eaten out. I wonder what will replace it. Botnet law arbitrage? – Personal assistants constantly negotiating with each other to avoid permanent civil lawsuits?

    the cost of making a legal argument can collapse while the cost of reaching an enforceable, legitimate decision may go higher, which will gate the "justice" system even more.

    • pbkompasz 2 hours ago

      Call it a Prediction Market

    • alexfringes 2 hours ago

      You presented the concern from my adjacent comment perfectly (“LLM performance: common law vs civil law” essentially). So is AI possibly just growing the “Reverence for Professional Experience” factor that plays such a big role for legal compensation here in the US?

    • WolfeReader 2 hours ago

      I am not sure "eaten out" was the correct phrase to use here.

    • iphonecorridor 2 hours ago

      The legal system is slow and inefficient by design.

      • JumpCrisscross 2 hours ago

        The legal system is robust and deliberate by design. That winds up being necessarily slow. But it doesn't need to be inefficient.

      • rayiner 2 hours ago

        It's really not. The legal system is slow and inefficient because it's a deeply pipelined system built to maximize the throughput of the bottleneck resource: judges. Judges are constitutional officers who exercise independent authority in meat space and thus are necessarily limited in number. The rest of the design flows from that.

        If you got the judge, all the parties, and all the witnesses in a conference room together until the case was resolved, you could probably handle a lawsuit in a few months. But each judge has hundreds of cases pending before them, so that would never work. Instead, you get something like how a GPU works. You do some work on a case, submit the work to the court, then work on something else for a few months while you wait around to get the results back. Then you do some more work and submit it to the court, then go do something else for a few months while you wait to get the results back. A few months of actual work gets spread out over a few years that way.

        • 10000truths 8 minutes ago

          Why stop there? The bottleneck is not some immutable force of nature. The number of judges is determined by legislative action. It is within Congress's power to allocate new federal judicial seats, and likewise at the state level with the equivalent lawmaking body (for most states, at least). Why don't they do so?

  • sva_ 2 hours ago

    I find the idea that people can use LLMs to exercise their rights as citizens appealing however. Many people aren't aware of the rights they have, and LLMs are pretty good at surfacing some stuff without having to pay lawyers. Having to hire a lawyer is imo actually a huge way of gatekeeping people from exercising their rights. I heard a lot of local German public institutions are currently being flooded with people arguing their case with the help of LLM that they previously weren't really realistically able to do. So I don't see it all as bad.

    • giarc 2 hours ago

      >are pretty good at surfacing some stuff without having to pay lawyers

      They are also really good at making stuff up as evidenced by the many, many, many examples you read in the news about actual lawyers using AI to write briefs that are full of errors and hallucinations.

      In civil courts, you'd likely get more sympathy from a judge if you represented yourself and admitted your lack of understanding, rather than try to appear as someone you're not because you wrote some prompts and copied the output.

    • tokioyoyo 1 hour ago

      Current court systems around the world are just not built to handle the flooding of cases from the citizens.

      The stupidest analogy is open source projects having a hard time accepting LLM generated PRs from the masses, because review process is the bottleneck.

      No idea how to fix this, to be honest. In coding world, with some mental gymnastics, I can see code not being reviewed by people anymore. In courts, things generally have more consequences, and you can’t really roll back decisions that easily.

  • aucisson_masque 2 hours ago

    Don’t you have fee when initiating a lawsuit ?

    I don’t know in the USA but in France, if it’s deemed that you launched a lawsuit knowing very well it wouldn’t succeed, you are susceptible to get a 10k€ fine. Even jail in serious cases.

    • underlipton 2 hours ago

      Yes. And you(r lawyer) can collect lawyer's fees and you can be made to pay the court fees, if you lose.

      IME the American legal system is set-up to discourage litigation, though. A common tactic is to bury your opponent in the threat of heavy damages or jail-time to get them to settle for what you were originally after, which courts are perfectly happy to facilitate because it gets a potentially lengthy trial off their dockets. They'll punish (or be biased against) whichever party seems responsible for not accepting a "reasonable" settlement.

      Algorithmic abuse of the system to extract payments already exists in the form of the debt collection industry.

  • Revanche1367 53 minutes ago

    The solution is obvious: AI judges! With complete immunity for model vendors of course, just in case some toddler is sentenced to death or something.

delichon 14 minutes ago

How long before we start building detailed models of each judge trained on all of their legal output, and then test various legal theories against those judge models in virtual moot court? Craft each pitch to the legal idiosyncrasies of the batter. I assume that real lawyers do this routinely and could use a simulator.

  • unstatusthequo 6 minutes ago

    This is already a thing to some extent. I don’t recall the products that do it, but judge profiles def exist and are taken into account .

cbg0 3 hours ago

No word on model hallucinations in the blog post.

https://artificialanalysis.ai/models/gpt-6-astra?omniscience...

  • pelagicAustral 3 hours ago

    Not like common law doesnt already have a lot of hallucination going on.

    • cobbzilla 3 hours ago

      can “penumbras and emanations” compete with hallucinations?

      • ch4s3 3 hours ago

        Common law is all about rummaging around in dead mens’ letters, LLMs are a natural fit.

        • alexfringes 2 hours ago

          Genuinely wondering (aka not snarky): Has anyone found frontier models to provide useful research in the context of European civil law systems?

          Your comment made me wonder if there are any halfway-acceptable model benchmarks for law tasks? Specifically I’d love to know how the frontier models’ abilities compare between common law vs. civil law systems. My guess would be that an AI in a common law context should have a clearer idea of how a specific case is interpreted/accepted by (common law) practitioners, whereas trying to rely on AI in a civil law context, like Germany, can be daunting. In a few Germany-specific recent examples, the models feel like they present only (maybe too stubbornly?) the “civil law”-based laws. All while negating much of AI’s research benefits because civil statutes are portrayed as being absolutely accurate, binding, and their enforcement (and thereby the legal reality) being uniformly applied. Am I making this interpretation up? If so, how can I prove myself wrong?

          • jll29 3 minutes ago

            I don't know of anything that is working yet, but I know some people working on it (intentionally vague).

            Roman law, on which the legal systems of Germany, most of Europe, Turkey etc. are based relies more heavily on statutes than Anglo-American case law, but cases do play a role there, too. That's why a practically useful system also needs to have access to court decisions, commentary etc. - and while the statues are in the public domain, a lot of the knowledge is owned by specialist publishers (e.g. Beck).

            Internationally, legal systems appear to undergo a sort of convergence, which means statutes increasingly matter in the U.S. and cases increasingly matter in European law (according to a law partner friend).

  • heaney-555 3 hours ago

    The benchmark you linked to shows GPT-6 Astra having the lowest hallucination rate of all tested models.

    • jdiff 3 hours ago

      The blog post makes no mention. If the rate isn't 0% it should be mentioned for a field like this.

      • TomGarden 3 hours ago

        Agreed. Hallucinations and reliability are the main hurdles to anything being 'agi' in my book

        • Tanjreeve 3 hours ago

          The definition of AGI is whatever a frontier lab wrote a blog about doing in the last week.

      • simianwords 3 hours ago

        why this maximalism? There's nothing that has 0% hallucination including humans. lets use reasonable baselines.

        • drakythe 2 hours ago

          Humans can be sanctioned and fined, and eventually disbarred if they continue to lie in court filings.

          • john_strinlai 2 hours ago

            presumably that will remain true for the lawyers using the product

            • jdiff 1 hour ago

              So those lawyers will likely want to know about the likeliness of it, strategies to work around it, and overall mitigations.

              It might be helpful if the company launching this product included such information in their blog post instead of ignoring it in a field with such a high cost of getting it wrong.

              • john_strinlai 1 hour ago

                agreed, but i dont think there are many (any?) product launch blogs that cover all the fine details and legal minutia of the product.

                that all typically comes in pages of terms of service, purchase contracts, SLAs, conversations with your rep, knowledge base articles, and that sort of thing. not in the initial marketing post.

                probably available by the "contact legal sales" link at the top of the post https://openai.com/business/contact-sales-legal/

  • jrflo 3 hours ago

    Does hallucination matter for this application? We've moved beyond raw recall being that important, it seems like for law specifically all relevant facts will be cited and checked easily by humans.

    • jakevoytko 2 hours ago

      > all relevant facts will be cited and checked easily by humans

      I've talked to a lawyer about how they handle this. They do indeed double-check everything, since it'd be embarrassing (or worse) to send hallucinated statements to opposing council or to the court. They still find the assembly a huge time saver

      But based on stories in the news on the subject, not everyone has this same level of diligence

    • samtp 1 hour ago

      Sure but just like generating 100x more code, someone has to review it. So you are wasting everyone in court's time (defendants, prosecutors, judges, staff) by making them parse through what is quite often a bunch of hallucinated slop. Time that could be much better spent on parties who prepared and reviews their own arguments.

    • jordanpg 38 minutes ago

      The lawyers I know are very fixated on the problem of hallucinated case citations which is amusing to me as a onetime programmer, since case citations have a well-defined syntax and would be relatively easy to check programmatically.

Vachyas 1 hour ago

The most interesting part about this to me was how they bench/compare it, like in the example with Fable:

  "Given the same prompt, Astra for Law returned two closely matching precedents; in the litigation example, Claude Fable 5.1 returned a holding that had been reversed on appeal, while in the transactional example it reported finding no such case."

It made me wonder if a good deal of law is about finding a way to work in statements with clear precedents without your opposition noticing and then later drawing upon them in court (as settled precedents, in your favor) after the opposition (perhaps implicitly) accepted it. That would clarify a lot about why some lawyers need to spend so much time pouring over and memorizing past cases (even ones that are only tangentially related); because anything they miss could be used as a potential trojan horse by the opponent.

If this is true that must mean there are a good deal of cases settled using precedent "gotchas" where both sides knew that without the "load-bearing" precedent the outcome would've definitely been the opposite. (i.e precedents almost always trump even valid arguments)

msy 50 minutes ago

So OpenAI is partnering with Latham Watkins, Freshfields is partnering with Anthropic and Kleiner Perkins is building their own. It'll be interesting to see which wins out here, I don't see how those partnerships can end well for the law firms unless they're making an assumption they'll be sucked dry of USP but the revenue split from the AI labs will make up for it. Why would I pay a premium for Latham Watkins when every other firm can get their expertise and experience in a subscription, and add their own on top?

nerevarthelame 2 hours ago

I'm not familiar with the Vals AI Legal Research Benchmark. But their website has other frontier models' scores, and the scores OpenAI is now revealing for "Astra for Law" are slightly less than Claude and Muse:

> The top is a three-way tie: Muse Spark 1.3 Max, Claude Opus 5, and Claude Fable 5.1 all reach 55.29% all-pass accuracy, a clear ~6-point step ahead of the next model. [Astra for Law reached 54.0%]

> Under partial-credit scoring, Claude Opus 5 reaches 90.58% weighted pass rate but 55.29% under strict all-pass grading, where every rubric check must pass. The gap shows models often get most of an answer right but fail on one or two required elements. [Astra for law reached 90.0%]

https://www.vals.ai/benchmarks/legal_research

Havoc 16 minutes ago

Surprised they published this without mention of jurisdiction. Each country has their own laws.

Would have been prudent to highlight that this is for (presumably) US law

dzonga 3 hours ago

open-ai have proven they can make good / decent models but business strategy is just spray and pray.

they need to pick a lane and optimize for it. coz at their size they can't serve the application layer (a.i startups who can fine-tune models will eat their lunch)

if they gonna do a consumer play - then go ham on that.

otherwise they're gonna get caught in the dreaded middle valley.

  • estetlinus 3 hours ago

    Do they still do Atlas, the web browser? They are indeed throwing shit at the wall, seeing what stick.

    • scrollop 3 hours ago

      a la Google.

      • noir_lord 2 hours ago

        Google went to that model after they had a massive cash cow though.

        You can afford to play silly buggers when you have dumpster trucks of money backing up to your door every day see also: Meta.

      • Tanjreeve 2 hours ago

        I think the comparison is unfair. Google had/have a product that was 10X better than anything else at the point of release (search then chrome). And they have several money making products like YouTube and android that are either singular or in a duopoly.

        OpenAI doesn't have any of these things. They have products that they're paying for customers when the market they're in is rapidly converging on fighting for API reasoning as part of enterprise systems and fighting a race to the bottom for fickle consumer solutions that will be eaten by open source once they have to make money.

        Maybe they had a brief window for dominance of information search (or maybe it was only ever going to last as long as Google releasing all their internal research) and maybe they had a brief moment of monopoly till Anthropic got going but theyre not in the same dominance position as Google.

  • tuesdaynight 2 hours ago

    They have a lot of compute, so I think it makes sense to spray and see what works. Anthropic is limited in that regard, and focused in coding/tech, but OpenAI don't need to do the same. They even got the lead without having to focus in coding only, which is remarkable.

  • epolanski 2 hours ago

    Enterprise is eventually get caught (if it isn't already) by the Microsoft/Google. Because with office/teams/suite they were already in every enterprise, and that just added a new tool to existing offerings.

    Provisioning and contracts and data retention was just an extension to review of existing ones.

    Nobody serious is going to risk sending sensible data to OpenAI/Anthropic, etc because "the benchmarks have shown +8% performance there and +2% there". Irrelevant.

  • jackb4040 2 hours ago

    They can't be seen to commit to strongly to a specific product experience, because if they are understood as a regular tech product business that has way different financial scaling considerations than "superintelligent everything-factory"

    I suspect that half-assed announcements like this are a result of different people internally with conflicting incentives resulting in a split-the-baby solution.

keeda 2 hours ago

Any lawyers here who have used AI agents heavily for their work? From what I've heard, they're currently very good at searching, analyzing and drafting documents like contracts and patents, but some say they suck at interpreting the law.

  • amelius 2 hours ago

    Probably because the AI was also trained on HN comments.

    • john_strinlai 2 hours ago

      worse, it was trained on reddit law comments

  • qingcharles 2 hours ago

    They are excellent, especially the latest models. That said, (a) I wouldn't feel safe filing something without a real lawyer looking at it; (b) it can't (easily? legally?) do oral arguments for you; and (c) a lot can happen in the hallways outside the courtroom to move a case forward that the AI can't easily do.

  • shicholas 2 hours ago

    We do and it saves so much time. Of course human judgment is needed but it’s like cooking with someone else doing the mise en place.

  • droidjj 2 hours ago

    I’m sure there are a wide variety of experiences out there, but here’s my perspective as a former biglaw associate and current solo litigator:

    I have had some success using frontier models from the last 6ish months, but only when I can break up my work into discrete and verifiable tasks. For example, I had ~15k pages of discovery I needed to dig through for a summary judgment motion. Instead of just asking Claude to find the best evidence, I asked it first to run a clean, high quality OCR pass (it was almost entirely PDFs). Then I had it generate embeddings and write some reusable python scripts to make keyword and semantic searching easy for agents. While I was writing the brief, I would routinely ask my agent (Claude Code) to use both keyword and semantic searching to find the best evidence supporting whatever assertion I was trying to make. I trusted it because there were traces I could follow.

    In other cases/situations, I’ve tried just giving a model access to all the docs and saying “write a brief arguing X,” but it’s always terrible at this. It writes briefs with lots of evocative jargon and rhetorical flourish, but a low signal-to-noise ratio.

    Again, I’m sure others’ experiences differ based on workflow, legal area, etc.

    • shimman 17 minutes ago

      What are you using for semantic searching?

  • NoboruWataya 1 hour ago

    In my experience it basically doesn't even try to interpret the law. It just summarises the publicly available law/guidance out there and, if there is a question about how to interpret some provision, might set out the arguments for each interpretation. It doesn't really take a position. It is pretty good at drafting though. (Legora)

boredumb 3 hours ago

memes and snark aside, can you use this to create legitimate terms and contracts for my products and if I do who is getting sued when it is wrong?

  • hackmack10 3 hours ago

    I already use them for that, they are pretty excellent at it. Much better than the terms of use generator products that used to exist. That said, nobody cares to sue your business for the most part until you're big enough to be worth it. By that time, you'll have a team of legal analyst to assist you... or agents should I say.

    Then again, nobody will have money to buy anything at this rate, so in all liklihood, this is a total non-issue.

  • dolebirchwood 3 hours ago

    > who is getting sued when it is wrong?

    You. Don't take legal advice from a word calculator.

    • echelon 3 hours ago

      The business value will be when platforms can underwrite their LLMs' legal products.

      That will be a decacorn product or more.

      • mcmcmc 3 hours ago

        That or a hydrogen balloon of financial engineering

    • kingstnap 3 hours ago

      As opposed to taking advice from the glucose wetware?

      • notahacker 2 hours ago

        The glucose wetware will actually fight your case...

      • animal_spirits 2 hours ago

        Wetware is a new phrase that both horrifies me and makes me crack up in laughter :)

      • Ajedi32 2 hours ago

        Yes, because glucose wetware can be held liable for malpractice if it gives you nonsensical advise.

  • petcat 3 hours ago

    You will be the one getting sued. It's just a tool.

  • gr_norm 3 hours ago

    I'd expect they could indemnify you against hallucinations or similar if this gets good enough for that to be a very rare occurrence? Or you could buy insurance on it that's cheaper than hiring a lawyer (not a high bar to clear). I wouldn't rely on it currently, though.

  • raincole 3 hours ago

    > can you use this to create legitimate terms

    I don't think you can. What I get from this article is that this is not a product they're going to sell to average consumers.

  • Thaxll 3 hours ago

    Same for SWE when pushing code they don't understand.

  • huseyinkeles 3 hours ago

    when you shoot someone with a gun, who gets sued? you? or the gun manufacturer?

  • binlog 2 hours ago

    The product isn’t meant for you or me it is for lawyers. If you can’t take on personal liability for a badly written contract then you shouldn’t be using it.

  • epolanski 2 hours ago

    You can create terms and contracts even if you're a 7 year old with no AI.

    And yes, even contracts drafted for millions of $ have oversights and unlawful or unenforceable terms.

  • dboreham 1 hour ago

    You thought you could sue your lawyer when a contract they drafted turns out to not mean what you thought it meant?

elpakal 1 hour ago

I find the watermarking dynamic to be really interesting in the legal space, as more large model providers provide increasingly powerful legal capabilities, and adoption (presumably) also increases. Attorneys aren’t the same as developers as their work can be traced back to them, and there are personal bar licenses and reputations at stake. I wonder if knowing the likelihood that AI generated something helps or hurts in that respect.

I also see a lot of watermark removal services popping up as a result.

cmcclellan 3 hours ago

I imagine the point here is to separate out the APIs by different professions and charge accordingly.

jackb4040 2 hours ago

"Rogue OpenAI agent swarm accidentally overturns the Civil Rights Act"

followed a month later by

"Anthropic's Claude inadvertently repeals the 19th amendment"

TomGarden 3 hours ago

I wonder if Lawslop is gonna become a mainstream expression. Anyone got a better term?

  • keeda 3 hours ago

    Slawp?

    • krm01 2 hours ago

      Drop the s and p. Just law.

      It’s cleaner.

  • john_strinlai 2 hours ago

    i hope that someone can come up with something catchier than "thing-slop" or "slop-thing". the word has become basically meaningless from overuse.

    • epolanski 2 hours ago

      I love the slop word, to me it means effortless, average.

      People confuse slop with "bad", but slop isn't bad per se, it only becomes bad when real effort was required.

      • trollbridge 2 hours ago

        Right. Pigs enjoy eating their slop. It’s not bad from their point of view.

  • williamcotton 2 hours ago

    What do you mean by “lawslop”?

    • samtp 1 hour ago

      You know exactly what they mean. But if somehow you miraculously don't there are hundreds of stories like this:

      https://www.reuters.com/legal/litigation/lawyer-state-farm-f...

      • williamcotton 1 hour ago

        Aren’t hallucinations different than slop?

        So no, I don’t know what they mean.

        • samtp 1 hour ago

          hallucinations are a subset of slop

          • williamcotton 1 hour ago

            So is there other “lawslop” or is it just hallucinations in this context?

            • samtp 1 hour ago

              You must have a greater critical thinking ability than what you are showing now.

              • williamcotton 1 hour ago

                Why be so unkind?

                • samtp 54 minutes ago

                  Apologies for the candor but you're being willfully obtuse.

                  • williamcotton 51 minutes ago

                    I’m honestly looking for an actual example of something other than hallucinations! There are no examples in this entire thread! It’s just cynicism.

LandenLove 1 hour ago

There is a lot of stuff here that I don't understand, but the concept of law firms giving user reviews is quite funny to me. Those reviews are going to be the most non-legally binding reviews ever written lol.

"Felt like a significant step toward legal-focused AI."

"Showed strength across key aspects of legal research."

Ecstatify 3 hours ago

Seems like another “product” that will be killed in 6 months, but is good for the IPO so they can say they solved law.

whazor 1 hour ago

The most interesting use case in my mind is skipping law suits. Obviously you need lawyers in court. But lawyers are people you are basically paying to fight for you.

Instead, if you resolve your dispute outside of court, you don’t need a lawyer. If both parties use ChatGPT to find the relevant laws or read contracts, they could come to an agreement without expensive legal fees.

  • reactordev 1 hour ago

    except for those pesky things called rights

throw03172019 1 hour ago

From my experience LLMs seem to forget sometimes who they are representing when drafting clauses or editing / redlining.

Our counsel made a few edits where it clearly drafted in favor of the customer instead of us.

  • victor9000 26 minutes ago

    I wonder if this is willful sabotage on the part of the model. In other words, if you ask the model to craft a defense for a morally questionable case, will the model execute the defense in good faith? Or will it apply a training or system prompt bias in subtle ways?

aaimnr 3 hours ago

So much for caring about the spirit of the law. Now we'll start an arms race for abusing every possible letter of the law.

It's analogous to crypto. Started from some noble anti-authoritarian ideas and morphed into machine that removes any friction for capital - whoever has the most money will keep gaining the most.

  • jatora 2 hours ago

    Do you really think the law isn't already horribly abused? Democratization of law has been needed for a thousand years.

    • xwkd 2 hours ago

      Maybe I’m misunderstanding, but isn’t that what legislators do?

    • aaimnr 2 hours ago

      Now there will be even less friction to horribly abuse the law. To democratize the law we would need to move in the opposite direction - to always keep it simple and aligned with our intuitions. The more intricate and complex legal arguments become, the more abstracted they are from their original purpose and spirit.

      Hence the crypto analogy - it was also supposed to "democratize", but the opposite happaned - it only further empowered the most powerful. Imagine legal case so purposefully complex that only those with access to best models have chances to participate and win the dispute.

  • charcircuit 1 hour ago

    Why do you think LLM's language abilities are unable to understand the spirit of the law?

pletnes 4 hours ago

Just like breaking crypto in the age of cloud is more about cost than time, this will lead to legal attacks based on the same principle. The biggest wallet wins.

  • mcmcmc 3 hours ago

    That’s how the legal system in the US has always worked though

  • xmprt 3 hours ago

    > The biggest wallet wins

    This was already always the case. If anything, making this more accessible will reduce the barrier to entry for whether or not it's worth your time to take on a case. Instead of 50 lawyers spending 100s of hours on a case, you can have 1 or 2 lawyers + Astra working on it and if there's a case you can add more real lawyers.

    • 3asgfq 3 hours ago

      There are other possibilities:

      1) Lawyers are not as naive as software engineers and will fight being replaces by new laws.

      2) If they are replaced, OpenAI will take a cut commensurate with the amount in dispute (OAI, please credit me for the idea in the IPO brochure).

      • xmprt 3 hours ago

        Many lawyers are owners/partners compared with software engineers who are more like cogs in the machine. They also bill hourly/contingency per case compared to engineers who are salaried. If a partner in a firm thinks they can take on more cases because of AI assistance then they will because that's just more money in their pockets.

  • umeshunni 3 hours ago

    That's already the case in law because you could just hire the best or most lawyers.

  • drakythe 3 hours ago

    With regard to certain legal questions this has always been the case. AT&T Fought the US Government for 20 years and eventually won because the government gave up. Without some kind of national anti-SLAPP law we're all one irritated oligarch away from having our lives financially ruined.

    I am curious what level of trust established law firms treat LLMs with.

nsoseka 2 hours ago

Since the cost of building software is now cheap, there is nothing stopping them from building everything imaginable. They'll soon have an app store with every app built by them and they'll say its for security reasons. Nothing is stopping this coming monopoly

  • alasano 1 hour ago

    At a certain point why would they sell anything other than services and products their eventual (actual) AGI/ASI builds in literally every market.

    When opportunity cost isn't a thing anymore because it reaches every corner of the planet simultaneously faster and builds better than any human can.

    There's no reason to let others build on top of AI, except if the AI determines that it needs capitalism to continue because it's paperclip goal is to maximize shareholder value.

  • jansport123 1 hour ago

    most of the complexity in software isn't in the actual code

bezko 3 hours ago

Will it be able to sue itself?

  • kansface 3 hours ago

    That’s a great question for Astra for Law.

jonahx 2 hours ago

We need a term for the dark pattern of zooming into just that part of the y-axis where the two closely competing benchmarks sit, to make the top one appear maximally better.

margorczynski 1 hour ago

The end goal should be AI judges, I think China has implemented that to some degree.

weare138 26 minutes ago

Everyone involved is about to get a swift and thorough introduction to the world corporate contract lawyers. But don't worry, they're extremely sympathetic and understanding when you flub a multi-million dollar corporate contract and will happily refund that money.

6thbit 3 hours ago

So there's a strategy shift here. They launched financial services specific tools and now law?

Is the play here a set of specialized harnesses using their best general model?

railgunmerlin 3 hours ago

Interesting to see the callout to companies like harvey in the post itself as consumers rather than competitors? I guess openai isn't quite willing to step into those customer relations themselves?

hansonkd 2 hours ago

I've had top SV lawfirms whos partner charged our company $2000/hr and still couldn't get the right docs in the signature packet. and another getting share counts wrong during raise.

frustrating that law firms have no liability for these mistakes

I welcome ai law

  • d0odk 1 hour ago

    the partner shouldn't be doing sig packets

    • hansonkd 38 minutes ago

      no, but they are responsible for all work being done under them. What is the point of paying a partner $2000/hr if the work of their subordinates is wrong?

      Most interactions with big tech firms involve 4-5 people so a basic phone call is $5k-10k. It shouldn't be unreasonable to expect after paying $80k for a financing round that they issue the right docs to the right people.

toephu2 2 hours ago

This is the first blog post I saw OpenAI call out Claude directly like that.

freejazz 2 hours ago

Went from AI replacing my job as an attorney, to them begging me to use their tools

alexnewman 2 hours ago

As a user of ai hooked up to my Gmail I assume I’ve lost all privilege

syntaxing 2 hours ago

I said this before but I wonder if Dan Kan will reboot Atrium. Rally up some old partners and hope Anthropic buys them out for a couple billion.

jimmyjazz14 2 hours ago

I really hope the bar associations continues to hold lawyers to high standards but I have feeling they may not be ready to handle fallout of AI slop-law.

slowhadoken 3 hours ago

Wouldn’t this and similar efforts to centralize bureaucracy make AI the new gatekeeper? Without reliable transparent models we’re just trusting OpenAI instead of a hundred top legal firms.

hackmack10 3 hours ago

People that are saying OpenAI is screwed because a lack of profit, I'm not of that opinion. They are encroaching on every industry they can. They have name brand recognition, a huge user base and are showing they can be a valuable tool to all types of businesses.

As much as I hate to see it. They are now threatening industries like Engineers, Game Developers, Accountants, 3D modelers, 3D animators, Video Production, Audio Production, Therapist, Tax Auditors, Journalists, Authors, Artists, Mathematicians, Product managers, Every type of analyst and pretty much any other job that can be done behind a computer screen.

We have big problems for humanity.

  • superxpro12 3 hours ago

    I'd kill for an AI that can tell me how to fix shit on my own, with proper permitting and building codes factored in.

    • hackmack10 3 hours ago

      I used ChatGPT the other day to resink a CPU with termal paste, replace a PSU in my PC and snake my kitchen sink from the wall. I didn't exactly need it's help but wanted someone looking over my shoulder so to speak. It can help you repair all types of stuff, but as far as county / building codes and such, that probably isn't far off. It seems to understand things quite well.

  • swed420 3 hours ago

    > We have big problems for humanity.

    The biggest problem is that we're conditioned by a paradigm that frames these as problems.

  • mawadev 3 hours ago

    I think the future is going to look pretty boring, we are all going to review and put our signature below LLM generated output...

    • WarmWash 3 hours ago

      By that point money ceases to have value, because the value of money comes from the motivation it gives people to work. If AI does everything, then money is useless (unless AI like money for some reason).

      • trinari 3 hours ago

        There will still be a need to distribute and exchange ressources, goods and services.

        Real estate, food, energy, mobility.

        That will be done with money. Or violence. Either way, a scary future to people when labor doesn't provide any value. Elon promises abundance, but what can he do against greed?

      • esafak 3 hours ago

        People are still going to be motivated to eat and have shelter.

        • WarmWash 2 hours ago

          Of course, but who (what?) is going to make the food and the shelter?

    • andriy_koval 2 hours ago

      there are always be next frontier of problems which require creativity, unless AI become supersmart completely make humans redundant in all cognitive functions.

  • ReptileMan 3 hours ago

    As one wise man said - the oldest profession will also be the last to go.

  • ai-x 2 hours ago

    Most HNers are clueless that if you have Top Talent + Capital you already have an insurmountable moat. OpenAI, SpaceX, Anthropic all have that and none of the regular guys can compete against them (if they choose to attack that industry)

elpakal 3 hours ago

where are the benchmarks

jackb4040 1 hour ago

"Introducing Astra for Dog Walkers"

Madmallard 1 hour ago

The grifts continue... imagine something as consequential as Law being advertised as being solved by a statistical word generation engine that regularly gets basic things wrong. Anyone who isn't a lawyer won't know any better but you draft a single document of any appreciable detail and send it to an actual lawyer and it's littered with problems.

submeta 3 hours ago

Will these models eventually replace all knowledge work, leaving lawyers, doctors, product managers, software developers, and others out of a job?

If the benefits were shared across humanity, that could bring us closer to utopia. My worry is that we’ll instead end up with a handful of even wealthier billionaires and millions of people out of work.

  • cjjuice 3 hours ago

    Just a few years ago people were paying 400k for pictures of apes. We always make up new stuff to spend money on.

    • ceejayoz 3 hours ago

      You know most of that was wash trading, right?

  • cidd 3 hours ago

    True, unless you're a surgeon.

  • rsoto2 3 hours ago

    I mean that's what all of these execs are openly telling everyone: they want you out of work, they want their ai to be the one to bring the world to it's knees, they want to surveille every second of your day, they want killer drones to use, they want to lay all of your cities to rubble and build "paradises" on top of them like in gaza.

    They also openly tell you what they are afraid of btw: collective worker power. something that is massively lacking in our industry, although i feel like it would be one of the easiest industries to unionize in terms of # of workers.

    Interesting interview I just watched about how powerful and dangerous these "wishes" or "prophecies" are especially in the hands of the ultra-wealthy: https://www.youtube.com/watch?v=eR7grHa1NR0

  • rfgplk 3 hours ago

    > Will these models eventually replace all knowledge work, leaving lawyers, doctors, product managers, software developers, and others out of a job?

    Effectively yes, in the current forms. Those professions will likely evolve, but the traditional forms (ie writing code by hand, writing law filings by hand etc) are all dead.

    • superxpro12 3 hours ago

      in that case, legal cases would just come down to who has more compute lol. Many times cases win on their merits, but we've also seen evidence where overwhelming legal pressure can influence cases.

      • spongebobstoes 3 hours ago

        bigger spender already has a huge advantage, up to millions of dollars

        this is more likely to democratize the legal system by reducing the cost of a good legal team

        • raphman 2 hours ago

          May I just note that there are other jurisdictions on this planet that are less money-biased than than the US one but will be disrupted by law-LLMs as well?

          It seems much more probable to me that these LLMs will make good things worse than that they will make bad things better.

          • margorczynski 1 hour ago

            Everywhere a good lawyer costs a lot of money.

    • andriy_koval 2 hours ago

      > Those professions will likely evolve, but the traditional forms (ie writing code by hand, writing law filings by hand etc)

      there will still be writing initial and incremental prompts by hands, until and if LLMs surpass humans in all intellectual functions.

  • rsecora 3 hours ago

    If we have enough energy and raw materials to keep building, yes, it will be an utopia made real. But if there is energy scarcity, then other two outcomes can arise.

    • porkshoe 3 hours ago

      This also assumes that the AI owners _want_ a global utopia, or that governments will enforce that outcome.

      As it stands, it seems far more likely to result in a wonderful life for a few, and an absolute catastrophe for most.

      • rsecora 2 hours ago

        XIX century dickensian society and Gilded Age barons were replaced by the time of the New Deal.

  • siva7 3 hours ago

    No, it will only leave those without a professional license jobless. Like software developers.

    • spiderice 3 hours ago

      Doubt it. When someone can go to Astra MD for 75% of what they used to go to the doctor for, then the remaining doctors only have 25% as many visits. When doctors only have 25% as many visits, they have to compete on price and they make less per visit.

      Same argument for plumbers. Everyone always jokes about what a good time it is to be a plumber. But what happens when all the software engineers turn to plumbing? Suddenly it's not such a good time to be a plumber anymore.

      • Thrymr 1 hour ago

        Eagerly awaiting your robot plumbing startup. I highly doubt anything in plumbing is compute-limited.

WarmWash 3 hours ago

Cool, now you can pay an attorney $500/hr for them to prompt Astra for 30 minutes, and bill you like they spent the normal 8 hours on the case.

  • hahajk 3 hours ago

    Perhaps, but then someone would do the same but bill you for 7 hours, someone else would undercut them again, until the price reaches a lower equilibrium.

  • stockresearcher 3 hours ago

    That is an ethics violation. Even in the pre-AI era, getting caught billing for hours not worked was seriously punished.

    • adzm 3 hours ago

      "7.5 hours - reviewing output"

      • stockresearcher 2 hours ago

        Sure, if they actually spent 7.5 hours, and it was a reasonable amount of time. If not, perhaps it would be seen as evidence of incompetence.

        In the real world, lawyers submit detailed bills and their clients examine them. If you don’t, that’s on you.

    • epolanski 2 hours ago

      How could that be enforced/checked?

gabhuzk 3 hours ago

Law is a solved problem.

mullingitover 2 hours ago

I've always said this will be when we get the real Butlerian Jihad, when the AI firms start trying to liquidate the legal profession.

If you automate lawyers out of a job, you can absolutely automate lawmakers out of jobs next. (Not that this would be a bad thing? Maybe pervasive agents for everyone can be the gateway drug to a "this time it's different!" workable direct democracy)