'Conversations' Category
-
Jul272010
Hello.?
Conversations are slowly starting to make some sense There’s still a nasty threading issue in the flow recognition code (some data neuron that needs to be duplicated but which isn’t yet). So on occasion you need to repeat the statement (like the ‘How many fingers do i have’ question). Anyway, I think this [...]
-
Jul112010
AICI calling .Net
The thunk to .Net is finally working:
So it’s now possible to call static functions that take value types as argument and/or as return type. In this example, I am calling the standard System.IO.File.Copy function to copy a file on my disk. Exceptions are also supported, as you can see from the first line, when I [...]
-
Jun082010
Context sensitive word interpretation
There’s a lot more going on here besides the context sensitive interpretation of ‘blue’ (near the end). But I think that’s the most impressive.
-
Jun022010
Counting AI, take 2
Notice how, in this example, I never declared a direct relationship between me and fingers, it’s all indirect. The renderer still has a little problem handling plurals, but that will be fixed soon.
Here’s a more compact version, which is stored differently (internally), but renders the same result. Hands and fingers are just less understood.
-
May272010
counting, not yet
Mmm… Close, but no cigar, and definitely not what I expected. It’s 10, you dummy.
Ps: that was the first run of the count algorithm, by the way.