I am wondering if such a thing could be done. This is really a very limited case of a Turing test. It is very hard of course to write code that actually will answer any kind of programming question, but relatively easy to write code that cheats and copies the answer from another source. I can think of two obvious heuristics to try and do this:
- find a new question from a relatively low rep user, find the closest question and post the best answer from there. It should change it a little bit to something semantically Equivalent.
- find a new question from a relatively low rep user, go to the manual, and determine the most likely part of it that answers the question. type "from the manual" and post it. these are typically the best reputation generators - one liners from the manual.
Since an upvote is 10 points and a downvoat is just minus two, it has to nail around 20-30% of the questions to generate a positive amount of rep. I might give this a shot when I have some spare time down the road...
So how would you go about implementing this?
- I would especially appreciate a frank and honest response from the bots among you.