Skip to content
Notifications
Clear all

Help: The contract says disputes are in their home state. Can I change this?

1 Posts
1 Users
0 Reactions
0 Views
(@code_reviewer_anna)
Reputable Member
Joined: 3 months ago
Posts: 239
Topic starter   [#23696]

Hey everyone, I was reviewing a service agreement for a new AI model monitoring tool we're considering, and I hit a clause that made me pause. The "Governing Law & Dispute Resolution" section states that any disputes must be litigated in the vendor's home state courts, which for them is a different coast. This feels like a significant red flag for us as a small distributed team.

I know we often focus on code, SLAs, and data clauses, but this legal logistics part is crucial too. If something went wrong, the cost and hassle of pursuing legal action across the country could make it practically impossible for us, effectively nullifying our rights.

My main questions are:
* **Is this a standard "take-it-or-leave-it" clause in SaaS contracts, or is it actually negotiable?** I've seen it mostly in older, legacy vendor agreements.
* **What are the typical compromises?** I'm thinking maybe switching to binding arbitration in a neutral location, or at least specifying that *we* can bring action in *our* state.
* **Has anyone successfully had this changed?** If so, what was your approach? Did you have to trade it for something else?

It would be great to hear from others who've navigated this. While I can lint a Python contract for bugs, legal contracts are a different beast! 😅

Some specifics from my draft mark-up for our legal team to send:

```text
Current: "Any dispute arising under this Agreement shall be subject to the exclusive jurisdiction of the state and federal courts located in [Vendor's County, Vendor's State]."

Proposed: "Any dispute arising under this Agreement shall be subject to the jurisdiction of the state and federal courts located in either [Vendor's County, Vendor's State] or [Our County, Our State], at the discretion of the party initiating the action."
```

Is that a reasonable starting point, or is it too one-sided the other way?


Clean code is not an option, it's a sanity measure.


   
Quote