It looks like code editor with symbol references. Is that all the functionality? I expected document to be tied to some law (or part of) and use outline of that law as outline for document, and then populating document to cover all the aspects of selected law, with AI, and indicating which generated parts were reviewed by human.
and then populating document to cover all the aspects of selected law I'm fairly certain lawyers exist specifically because this is infeasible.
Show HN: Tritium – The Legal IDE in Rust
71–80 of 171 posts
Re: Show HN: Tritium – The Legal IDE in Rust
#72I’ve been dreaming of a better contract writing tool for a while now. I’m not a lawyer but I draft insurance contracts and work with reviewing lawyers closely. As a former software developer I miss version control, partial includes, conditional logic, etc. I am shocked at how poorly supported the business world is by the ubiquity of MS Word. I’ve been experimenting with Typst now for some time and it has a lot of wha…
I think we technical folk need to build technical tools for us to use while we explore the space and iterate on something that the normies will accept.
If you find anyone willing to invest money so a team can spend time on this, please let me know! :-)
Re: Show HN: Tritium – The Legal IDE in Rust
#73Earlier quoted context omitted.
If this is Electron, try pdf.js - really good rendering, you can create a text layer (for text selection, etc). Probably the best result per effort you can get
care to link to repo? alwayss good to have one of these at hand
Re: Show HN: Tritium – The Legal IDE in Rust
#74Re: Show HN: Tritium – The Legal IDE in Rust
#75this is the actual iceberg. forget ai clause generators and buzzwords, 99 percent of the pain is version chaos. localfirst editor is cool and imagine pairing that with proper gitstyle branching across teams. redlines you can merge without manually eyeball.
Re: Show HN: Tritium – The Legal IDE in Rust
#76Re: Show HN: Tritium – The Legal IDE in Rust
#77I’ve been dreaming of a better contract writing tool for a while now. I’m not a lawyer but I draft insurance contracts and work with reviewing lawyers closely. As a former software developer I miss version control, partial includes, conditional logic, etc. I am shocked at how poorly supported the business world is by the ubiquity of MS Word. I’ve been experimenting with Typst now for some time and it has a lot of wha…
Our document editor is powered by Zoho Writer, offering all the capabilities of a word processor along with versioning, document assembly, and automation features. On top of this, we’ve built structured version control, clause-level change tracking, and workflow-integrated collaboration. This enables legal and business teams to work together seamlessly without relying on external editors or juggling redlined Word files over email.
Just sharing in case anyone else here is tackling similar problems or interested in the space.
Re: Show HN: Tritium – The Legal IDE in Rust
#78Re: Show HN: Tritium – The Legal IDE in Rust
#79Re: Show HN: Tritium – The Legal IDE in Rust
#80Earlier quoted context omitted.
Agreed! I don't think lawyers would have accepted an Electron alternative to super fast Word. Rust gives the raw speed and safety necessary to compete. It's my first Rust project, and I've found Rust to be amazing once you cross over the learning hurdle. The biggest issue was of course the borrow checker, but for a project like this where you aren't really iterating much on the design (as opposed to say a game dev),…
why you choose egui or you just choose based on what you commonly used??