Show HN: Crowdsourced freelance contract template, written in plain language
51–60 of 71 posts
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#52What I don't get. And I suppose I am speaking here for 99% of all developers without a background in law. How can it be so difficult to create a contract framework? How can there possibly so many variations on that theme that you need a lawyer to do that? I do understand that there are circumstances where legal advice is necessary. But at least 90% of all freelance (and other) contracts should be coverable with a man…
How can it be so difficult to build a software application? How can there possibly be so many variations on that theme that you need a programmer to do that?
If you google "how do I write my own contract" you go down a rabbit hole of impossible to reconcile contradictions and absurdity.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#53Earlier quoted context omitted.
Not that it applies to you, but the right to subcontract in the UK is one of the primary checks for wether a contract is considered disgused employment. The checks are Substitution, Direction and Control, and strong clauses in these will protect both the client and the contractor from a nasty tax bill.
In the US its way more fuzzy and generally in a way that's not usually covered in a contracting agreement.
Most US lawyers advise reciting independent-contractor status, anyway. Some forms include obligations to comply with tax laws in accordance with that characterization. Some go even further, and have contractor indemnify client for wage, benefit, and other reclassification-related claims by putative subs.
Where reclassification is particularly risky, lawyers will often include recitals that go to the relevant factors, like independence, self-direction, use of own equipment, and so on. Intuition says that language may be stronger when they it speaks in terms of the specific work to be done, rather than generic features of a generic independent-contractor agreement.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#54Earlier quoted context omitted.
How can it be so difficult to build a software application? How can there possibly be so many variations on that theme that you need a programmer to do that?
The difference is if you want to build it yourself there is an infinite amount of documentation on how to do it freely available. I'm pretty sure if you started on google with "how do I make my own website" you would end up with something passable in a months time. If you google "how do I write my own contract" you go down a rabbit hole of impossible to reconcile contradictions and absurdity.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#55I've seen this idea done a couple of times and it seems like the major problem with it is that while it probably works for small clients and impromptu projects, any client with a legal team is going to either reject it, or redline in so much legalese that the contract doesn't win you anything because you'll need legal review anyways. I do most of our first-round contract review (we almost always end up getting things…
Penny for your thoughts? http://commonform.org/kemitchell/fairshake/current
> The Client agrees to indemnify, save, hold harmless and defend[2] the Contractor from any and all damages, liabilities, costs, losses or expenses arising out of any claim, demand, or action by a third party (including reasonable attorneys’ fees and expenses)[3] as a result of the work the Contractor has done under this Contract.
(Without the explanatory footnotes, of course.)
The non-solicitation clause also sticks out to me because it seems a bit odd. I’ve never come across something like this in an agreement with a freelancer and I think I would be suspicious if someone tried to include this in an agreement. Are they going to try to poach my people as soon as the contract ends? I think it’s better to just leave it out - I can’t imagine many corporate attorneys would look for this specific clause, let alone insist it’s included. I don't work in Silicon Valley though so it might be different there.
Finally, this one is nit-picky, but it looks like you have a duplicate “is” in the second sentence of the agreement. (It’s captured in the screenshot on your site, too.)
[1] That means I've never given an agreement back to a contractor without redlining it – we just can’t help ourselves!
[2] Indemnification typically occurs after the matter is settled. That means if the Contractor gets sued for the work done the Contractor would foot all the legal bills and once the proceedings are complete the Client would cut a check to the Contractor for the costs incurred. Most freelancers don’t have the deep pockets their clients do so that could put them in a precarious financial position. Adding the duty to defend here means the Client would have to actively fund the Contractor’s defense of the claim, not just reimburse it. In some states this is assumed to be part of the indemnification but in others it must be specifically included in the agreement.
[3] Likewise, in some states attorneys’ fees are not considered part of the indemnification unless expressly stated and whether or not litigation expenses such as e-discovery or an expert witness are covered is still debated so it's best practice to clearly include them.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#56Earlier quoted context omitted.
How can it be so difficult to build a software application? How can there possibly be so many variations on that theme that you need a programmer to do that?
The difference is if you want to build it yourself there is an infinite amount of documentation on how to do it freely available. I'm pretty sure if you started on google with "how do I make my own website" you would end up with something passable in a months time. If you google "how do I write my own contract" you go down a rabbit hole of impossible to reconcile contradictions and absurdity.
If I gave you documentation for Oracle you’d probably be at a loss too. My friends mom had a book stack one meter high off the floor.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#57Earlier quoted context omitted.
How can it be so difficult to build a software application? How can there possibly be so many variations on that theme that you need a programmer to do that?
The difference is if you want to build it yourself there is an infinite amount of documentation on how to do it freely available. I'm pretty sure if you started on google with "how do I make my own website" you would end up with something passable in a months time. If you google "how do I write my own contract" you go down a rabbit hole of impossible to reconcile contradictions and absurdity.
I find legal drafting and programming to be remarkably similar. And I think you get the same rabbit holes when googling either way, but when you're developing the feedback you get for the "solution" you found on Google is almost immediate. The function either works as you expected or it doesn't. When you're drafting an agreement you might not find out that the snippet of legalese you found worked in a way you hadn't anticipated for years, or decades later, if ever.
There's also the added complication that the law is constantly changing. When you're developing you know you're using Language X v10. And when the meaning of a reserved word needs to change, everyone upgrades to v11. We can't (yet!) update all of our contracts every time a court ruling calls the interpretation of a clause into question. Add to that the complication that sometimes the courts don't even agree on the interpretation of something for years. It's as though a team of programmers are all working on the same project without a GitHub repo.
Source: Lawyer who codes.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#58Earlier quoted context omitted.
Penny for your thoughts? http://commonform.org/kemitchell/fairshake/current
Corporate lawyer here.[1] There actually isn't too much in this that I would object to if this came across my desk… except the indemnity clause. It’s so broad I would imagine any lawyer worth their salt would request at least specifying the scope of the indemnification. Even knowing it likely won’t be executed as-written I would still suggest you consider adding: > The Client agrees to indemnify, save, hold harmless…
3 out of every 5 clients of ours takes our unilateral indemnity clause (our legal was optimistic!) and simply reverses it so it works for the client and against us. I'm pretty close to offering mutual indemnification simply to avoid round trips. Anyways my point is that, as the representative of corporate attorneys on this thread, I blame you.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#59Earlier quoted context omitted.
Corporate lawyer here.[1] There actually isn't too much in this that I would object to if this came across my desk… except the indemnity clause. It’s so broad I would imagine any lawyer worth their salt would request at least specifying the scope of the indemnification. Even knowing it likely won’t be executed as-written I would still suggest you consider adding: > The Client agrees to indemnify, save, hold harmless…
Nonsolicits are a common term in consulting MSAs --- though usually it's the client demanding them and not the consultant offering them unbidden. 3 out of every 5 clients of ours takes our unilateral indemnity clause (our legal was optimistic!) and simply reverses it so it works for the client and against us. I'm pretty close to offering mutual indemnification simply to avoid round trips. Anyways my point is that, as…
Entirely warranted. We're nothing but an expensive headache to everyone on both sides of the table.
Re: Show HN: Crowdsourced freelance contract template, written in plain language
#60I wrote my own contract that is written plainly, I borrowed the bulk of it from a similar effort to this one and heavily modified it. It acknowledges that it is written plainly and that where any ambiguity exists, it's presumed both parties are reasonable and responsible, are not malicious and that all effort will be expended to resolve problems as such before resorting to the legal system to settle a dispute.
The most important and most complex part is indemnification. You don't want to mess that section up. It outlines who is responsible, how responsible, type of responsibility and where they are responsible (if you are in a different part of the country or world). It has to fit with whatever your professional indemnity insurance is.
The Client has the opportunity to suggest changes if something is important to them - but only up to a point.
It works for me and I don't work for huge or faceless organisations, ymmv.