OK the CAPTCHA thing makes sense. I'd suggest at least adding the length check, as this is pretty common in my experience (often an answer to a question could be just "yes" or "no").
You can even do that without AJAX, just dynamically add JS variables to the JS in the head, and check before doing the AJAX submission.