<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Rhett Legal]]></title><description><![CDATA[A 2-day legaltech hackathon in India. Build AI tools for contract review and legal governance. ₹22,000 in prizes. May 30–31, 2026.]]></description><link>https://rhett-legaltech.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Rhett Legal</title><link>https://rhett-legaltech.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 04:52:34 GMT</lastBuildDate><atom:link href="https://rhett-legaltech.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[The Code of Law Challenge: Building the Future of AI in LegalTech (by Rhett)]]></title><description><![CDATA[There's a difference between talking about the future of law and actually building it. Read a service agreement lately? Twelve pages, six clauses that matter, and the rest is filler nobody reads but e]]></description><link>https://rhett-legaltech.hashnode.dev/code-of-law-challenge-legaltech-hackathon-2026</link><guid isPermaLink="true">https://rhett-legaltech.hashnode.dev/code-of-law-challenge-legaltech-hackathon-2026</guid><category><![CDATA[AI]]></category><category><![CDATA[llm]]></category><category><![CDATA[LegalTech]]></category><category><![CDATA[hackathon]]></category><category><![CDATA[india]]></category><category><![CDATA[nlp]]></category><category><![CDATA[Open Source]]></category><category><![CDATA[Law]]></category><category><![CDATA[startup]]></category><category><![CDATA[contract]]></category><dc:creator><![CDATA[Team Rhett]]></dc:creator><pubDate>Tue, 12 May 2026 17:24:38 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a02475ffca21b0d4b6ae531/a57015b3-109e-48aa-8e22-bf9d5fe2d4d1.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>There's a difference between talking about the future of law and actually building it. Read a service agreement lately? Twelve pages, six clauses that matter, and the rest is filler nobody reads but everyone signs. That's the legaltech problem in a sentence, and it's what we work on every day at Rhett, mostly for MSMEs in tier-2 and tier-3 Indian cities. You can fix it with lawyers. You can fix it with software. The interesting answer is some combination of both, and nobody has figured out what that combination looks like yet. Before the hackathon pitch, here's what's actually hard about building this.</p>
<h2>Five hard problems in legaltech AI</h2>
<ol>
<li><p>Cross-clause reasoning<br />Most contract review tools classify clauses in isolation. They flag a one-sided indemnity, a missing notice period, an aggressive non-compete. Fine. The harder problem is when two clauses are individually reasonable and dangerous together. A modest liability cap is normal. An "all damages including consequential" clause is also normal. Put them in the same contract and the cap is meaningless because the consequential damages route around it. Embedding-based retrieval doesn't catch this. You need a graph representation of clause dependencies, or a second pass that reasons over the full document with explicit relational prompts.</p>
</li>
<li><p>The training data isn't Indian<br />Almost every legal LLM benchmark — CUAD, LexGLUE, ContractNLI — is built on US or EU contracts. Models trained or fine-tuned on these miss things that matter in Indian contracts. Stamp duty implications. State-specific labour law. The Indian Contract Act's treatment of consideration. The Specific Relief Act on remedies. If you're building for India, you'll either fine-tune on Indian contracts (which are mostly not in any public dataset), use retrieval-augmented generation with Indian statutes, or accept that your tool will be right on common clauses and confidently wrong on Indian-specific ones. There's a real opportunity in just curating clean Indian legal datasets, separate from any model work.</p>
</li>
<li><p>Redlining is structural, not generative<br />A redlined contract isn't a new contract. It's a diff — additions, deletions, and modifications anchored to the original text. Word's Track Changes is a structured XML representation, not free text. Most LLM-based contract tools output a "suggested rewrite" as plain text. That's a draft, not a redline. Getting from suggestion to actual redline requires diff-aware generation — either constraining the model to produce structured edit operations, or post-processing the output through a diff algorithm that can survive the small rephrasings LLMs love to add. Both approaches break in interesting ways.</p>
</li>
<li><p>Plain English isn't translation<br />"Indemnify, defend, and hold harmless" is easy to translate. "You'll cover their losses" is fine. The hard part is telling a specific user why this clause matters for them. A two-person SaaS startup signing with an enterprise client cares about indemnification differently than a freelancer signing a one-off NDA. Same clause, same translation, completely different significance. The interesting builds combine clause classification with a lightweight user profile (industry, transaction value, role) to filter what's worth flagging.</p>
</li>
<li><p>Regulatory data goes stale weekly<br />If you're building anything in the legal governance track, your knowledge cutoff is your biggest enemy. The Companies Act gets amended. SEBI puts out a circular. The Ministry of Labour updates a notification. A model trained six months ago doesn't know any of this.<br />RAG over a regularly-updated source corpus is the cleanest answer, but the harder problem is freshness of the corpus itself. Most Indian regulatory data is behind PDF circulars on different government sites. There's no API for "what changed this week in Indian labour law." Building one is, itself, a hackathon-worthy problem.</p>
</li>
</ol>
<h2>The hackathon</h2>
<p>If any of the above sounds like a weekend you want, here's where to do it.</p>
<h3>The Code of Law Challenge. 06–07 June 2026.</h3>
<p>Pick one of two problem statements:</p>
<ol>
<li><p>Contract Review &amp; Redlining Tool. Reads an NDA, employment, or service contract the way a careful lawyer would. LLMs, rules, hybrids — your call.</p>
</li>
<li><p>AI for Legal Governance (open track). Anything that automates compliance, policy review, regulatory tracking, or legal workflows using open-source tools.</p>
</li>
</ol>
<blockquote>
<p>What you get</p>
<ul>
<li><p>₹22,000 prize pool, split between the top two problems</p>
</li>
<li><p>Paid internship offers at Rhett</p>
</li>
<li><p>Incubation access through LIIC at HPNLU</p>
</li>
<li><p>One-year ISAIL membership for top performers</p>
</li>
<li><p>A LegalWiki workshop and certification</p>
</li>
</ul>
</blockquote>
<h2>Why this hackathon matters</h2>
<p>The problems above aren't theoretical. They're what we solve at Rhett every day, building AI legal infrastructure for India's MSMEs. The Code of Law Challenge brings together India's leading legaltech ecosystem — ISAIL (Indian Society of Artificial Intelligence and Law), LegalWiki, and LIIC at HPNLU — to back the builders working on them.</p>
<p>Cash prizes. Direct internship offers at a company actively hiring. Incubation access through HPNLU. A network that opens doors in a space where opportunities are usually closed off to outsiders.</p>
<p>Indian legaltech is at an inflection point. Half the market thinks AI replaces lawyers in two years. The other half thinks AI can't do anything useful in law. The truth is in the middle, and the people who figure it out get to build the next generation of legal infrastructure here.</p>
<p>That's what this hackathon is for.</p>
<p>Early bird closes 21 May. Applications close 04 June 2026.</p>
<p>Register: <a href="https://docs.google.com/forms/d/e/1FAIpQLSfml9jiyv8fxvmr98buRmD7i5quFoke0V6iHrNslcdlbzMPGA/viewform">Google Form</a> Hackathon Website: <a href="https://rhett.legal/hackathon">rhett.legal/hackathon</a> Hackathon Details: <a href="https://drive.google.com/file/d/1KI2UfHmh8jp0e_k3L7nxevfu-WDbWeUZ/view">brochure</a></p>
]]></content:encoded></item></channel></rss>