Back at the Nordic Perl Workshop 2007, I sat down with Ovid to talk about logic programming. Here is the audio for that interview.
I hope it gets people more interested in logic programming. It's a fascinating topic.
Re:Interesting interview
Alias on 2008-01-21T04:19:13
The other tricky problem when using AI-type systems is your evaluation can in some cases fall victim to observation biases.
In order to test the AI system, you use it on a problem domain you already understand. So when you as an expert observer look at the results, they can appear underwhelming, since you can see how you would write a simple naive algorithm to achieve similar results.
And if you use it on a problem domain you DON'T understand, you aren't in a position to evaluate the results.
And that's the tricky bit... knowing when an AI routine is smart enough from observations of a problem domain you understand, that you trust it enough to use it in a problem domain you don't understand.