As an implementer of reCAPTCHA, you don't have to do anything to try to check the humanity of the user other than implement according to the guides. It's google's job to modify their reCAPTCHA APIs as needed to prevent ways to defeat it.
That's actually the beauty of the version 2 API. It allows google to make changes as needed on both the client side and the server side without breaking the code of the people who implement reCAPTCHA on their sites.
As long as you are calling the validate appropriately and checking for success:true then you can trust that every reasonable precaution to avoid allowing bots in has been taken.
-Seth