Hacker News new | ask | show | jobs
by e_proxus 1746 days ago
Given the complexity of the solutions employed in this space and the task we’re trying to get them to solve (or perhaps, the solutions we’re looking for problems to) I’m not that surprised.

Taken to the extreme, AI code is essentially something like:

  add(M, N) {
    return M + N + rand();
  }
In addition, being tested with a (in relation to the complete set) very small set of input data.