HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jpbryan

no profile record

Submissions

Lawyers don't need "Legal AI"

theredline.versionstory.com
2 points·by jpbryan·4 เดือนที่ผ่านมา·0 comments

AI Critics Don't Use Claude Code

theredline.versionstory.com
2 points·by jpbryan·5 เดือนที่ผ่านมา·1 comments

Don't trust people who don't use Claude Code

theredline.versionstory.com
4 points·by jpbryan·5 เดือนที่ผ่านมา·2 comments

Why can't $4.3B in legal AI investment outcompete $20/month for Claude?

theredline.versionstory.com
2 points·by jpbryan·5 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by jpbryan·6 เดือนที่ผ่านมา·0 comments

Vibe-Coding Lawyers

theredline.versionstory.com
1 points·by jpbryan·6 เดือนที่ผ่านมา·0 comments

The future of Legal Tech will be vibe-coded by lawyers

theredline.versionstory.com
2 points·by jpbryan·6 เดือนที่ผ่านมา·1 comments

The VC incentives behind the AI landgrab strategy

theredline.versionstory.com
2 points·by jpbryan·6 เดือนที่ผ่านมา·0 comments

Why Legal AI can't outcompete ChatGPT

theredline.versionstory.com
1 points·by jpbryan·6 เดือนที่ผ่านมา·0 comments

On Legal AI in 2025

theredline.versionstory.com
2 points·by jpbryan·7 เดือนที่ผ่านมา·0 comments

The State of Legal AI in 2025

theredline.versionstory.com
1 points·by jpbryan·7 เดือนที่ผ่านมา·0 comments

The immortality of Microsoft Word

theredline.versionstory.com
69 points·by jpbryan·7 เดือนที่ผ่านมา·100 comments

Legal AI startups sell fear, not products

theredline.versionstory.com
3 points·by jpbryan·7 เดือนที่ผ่านมา·1 comments

Why can't $4.3B in legal AI investment outcompete $20/month for ChatGPT?

theredline.versionstory.com
3 points·by jpbryan·7 เดือนที่ผ่านมา·0 comments

Markdown Can Never Replace Microsoft Word

theredline.versionstory.com
5 points·by jpbryan·7 เดือนที่ผ่านมา·4 comments

comments

jpbryan
·4 เดือนที่ผ่านมา·discuss
Why do I need a canvas to visualize the work that the agents are doing? I don't want to see their thought process, I just want the end product like how ChatGPT or Claude currently work.
jpbryan
·4 เดือนที่ผ่านมา·discuss
Why not just use AWS Secrets Manager?
jpbryan
·4 เดือนที่ผ่านมา·discuss
What if you want to build a third party integration to connect to Claude Chat or Cowork? Those can't run arbitrary CLIs. The only way to integrate with them is via MCP.

For good reason, IMO. Anthropic can't just allow their execution environments to run arbitrary user-generated CLI tools.
jpbryan
·7 เดือนที่ผ่านมา·discuss
Thank you!
jpbryan
·7 เดือนที่ผ่านมา·discuss
The same arguments of this essay apply to LaTeX and Typst
jpbryan
·7 เดือนที่ผ่านมา·discuss
>If lawyers would think that visuals are more important than semantics

I never claimed that it was more important than semantics. But it is, nonetheless, essential.
jpbryan
·7 เดือนที่ผ่านมา·discuss
Correct. Lawyers load their Word instances up with many add-ins specific to their practice. Microsoft Word add-ins are the entire product surface for many legal tech companies.

It's somewhat analogous to how coders use add-ins in their IDE but if only one IDE could run them.
jpbryan
·7 เดือนที่ผ่านมา·discuss
Correct. Solely relying on the built in Word Compare tool results in a whole host of version control issues, however, which I outline in detail in my post "On Building Git for Lawyers."

https://theredline.versionstory.com/p/on-building-git-for-la...
jpbryan
·7 เดือนที่ผ่านมา·discuss
Diffing the XML is a complete nonstarter. I've spent years working with the OpenXML format and can assure you it is very complex even for a professional software engineer with 10 years of experience.

The diff of the document (referred to as a "redline") is what lawyers send to the client and their counterparties. It's essential that the redline is legible for all parties and reflects their professionalism.

Moreover, it is not enough to see the structural changes between the versions. A lawyer needs to see the formatting changes between the versions as well which cannot be accomplished by diffing XML files.
jpbryan
·7 เดือนที่ผ่านมา·discuss
>the commit atomicity and comprehensive history aren't supported by Word either, are they? That's just a function of maintaining 20 separate copies of the file with each set of changes.

Sure, you could, but that defeats the purpose of Google Docs which is to make the document collaborative. If you save each iteration in a different Doc, you might as well use Word.

It would also add friction to the workflow because a lawyer would need to download the document from Google Docs whenever they circulate it to a client or counterparty.

The best solution to the problem, in my opinion, is a docx native version control system. I write about how that works in our product Version Story in "On Building Git for Lawyers."

https://theredline.versionstory.com/p/on-building-git-for-la...
jpbryan
·7 เดือนที่ผ่านมา·discuss
I completely agree.

On the Google Docs front — I wrote specifically about its viability as a Word successor in an earlier post, "Why Lawyers Will Never Use Google Docs".

https://theredline.versionstory.com/p/why-lawyers-will-never...
jpbryan
·7 เดือนที่ผ่านมา·discuss
Yes, exactly. A successor could theoretically replace Word, but first it needs to replicate all of its existing functionality.

For a competitor to supplant Word, it would need to:

- Be fully backwards compatible with .docx. Lawyers will inevitably receive .docx files from counterparties that they need to review, redline, and mark up. The new processor has to handle everything Word does flawlessly. (As an engineer who has spent considerable time building a high-quality docx comparison engine, I can tell you this is tremendously difficult.)

- If it introduces a new file format, support seamless comparison and conversion between that format and .docx. Not technically impossible, but also tremendously difficult with marginal upside.

- Defeat the Microsoft Office bundle in the market — meaning it either offers enough advantage that organizations pay for both, or it replaces Excel, PowerPoint, and Outlook too.

Given the enormous challenge of building a viable Word competitor and the marginal room for improvement that Microsoft has left on the table, I think it's very unlikely that a competitor will threaten its market position.
jpbryan
·7 เดือนที่ผ่านมา·discuss
HTML can represent a docx file in a web application but it can never replace docx. Docx files are a protocol for sharing documents between lawyers. I go into more detail on that in the "Docx is a protocol, not a filetype" portion of the essay.

https://open.substack.com/pub/versionstory/p/on-the-immortal...
jpbryan
·7 เดือนที่ผ่านมา·discuss
Version control + binary file support is of limited utility for lawyers. They need to see what's changed from version to version, including formatting changes. This is why we spent years building out the document processing technology needed build version control for Microsoft Word.

I write a lot more about it in an earlier essay, "On Building Git for Lawyers."

https://theredline.versionstory.com/p/on-building-git-for-la...
jpbryan
·7 เดือนที่ผ่านมา·discuss
I'm sure ODT works well for many personal use cases, but can guarantee it will never see adoption in the legal industry. Microsoft Word is the only viable option for lawyers.
jpbryan
·7 เดือนที่ผ่านมา·discuss
I actually wrote a detailed breakdown of why Google Docs doesn't meet lawyers' needs!

https://theredline.versionstory.com/p/why-lawyers-will-never...

The short answer is Google Docs:

- Requires all-or-nothing adoption which is a non-starter for law-firms

- Does not support commit atomicity

- Does not store a comprehensive history of the document
jpbryan
·7 เดือนที่ผ่านมา·discuss
Thank you! I agree that it's an underrated tool.