logoalt Hacker News

aristofuntoday at 11:31 AM8 repliesview on HN

In general it is not surprising. Even if this particular study is bad.

There are certain areas of law work that are about analyzing large amounts of texts, drawing conclusions and writing other texts based on that and nothing more. That is literally the bread of LLMs.

Those types of lawyers should be the first in line for unemployment, not programmers, not even close.


Replies

alansabertoday at 1:16 PM

"That is literally the bread of LLMs." correct. However, programming has a large number of advantages RE LLM use compare to law:

You can execute the logic, and set up loops from the output. You can set up more useful RL. It's easier to generate synthetic training data. It naturally supports tool use and agent parallelism. It's easier to integrate with APIs (with what few APIs the court systems provide). Programming explicitly encodes abstractions at the function, module levels etc that are easier to KG/reason/build upon than text chunks.

iterancetoday at 3:54 PM

Just because it is theoretically the bread and butter of LLMs does not mean LLMs are capable of doing the job. It still needs to be proven, setting prior beliefs aside. Law is a life-critical system and deserves our highest level of scrutiny.

nickburnstoday at 1:15 PM

'Bread *and butter'. The English expression requires the second part—but otherwise fits perfectly in your well-stated point, with which I wholeheartedly agree.

Source: AAL.

show 2 replies
conartist6today at 12:15 PM

I see the same problem with AI in both programming and law though.

AI is like a scab on a wound: it's a temporary filler, it rushes in to fill a void, but it's not going to be the final solution.

Models showed us that there was huuuge unmet demand for literacy, both in software and in law. But now we have a choice to either address the systemic causes of the unmet demand, or just try to paper over them with layers and layers of AI scab.

show 1 reply
NoboruWatayatoday at 12:43 PM

These are academics. Not to disparage them or their work at all but it is very different to the transaction or litigation work that is done in BigLaw. It is a lot more focused on analysing and summarising existing texts, which are themselves more easily available for LLMs to train on (statutes, case law, legal journals, textbooks). As such it is probably the easiest legal work to LLM-ify but also the least valuable, because I assume law professors aren't getting paid nearly as much as BigLaw lawyers. So this approach won't scale. Not to say AI won't crack BigLaw but it will be a different challenge.

scotty79today at 1:01 PM

LLMs answered student questions of the top of their heads, without any refresher look into the case law. And systems that were primied with the case law like NotebookLM underperformed when compared to baseline LLMs that you'd as anything about anything.

It's not about what LLMs can or are suited to do. This study shows strengths of what's already in them, innately.

epolanskitoday at 12:22 PM

The more I see the evolution, the more it looks to me that any knowledge workers is going to be impacted.

streetfighter64today at 12:12 PM

> analyzing large amounts of texts, drawing conclusions and writing other texts based on that and nothing more

The same could be said about programming. Or if you want to be even more reductive, looking at a screen and pressing buttons to make the correct lights light up https://xkcd.com/722/

show 1 reply