Who did it better?
https://theonion.com/ai-chatbot-that-only-responds-huh-valued-at-200-billion vs. https://www.maiasa.ai ("Maiasa's active vocabulary is limited to the single token 'a', and it will reply to all prompts with only 'a'.")
(Once again real life catches up with #TheOnion's attempt to parody it.)
#AI #humor #funny
Post
Replies:
1
Building AIs is easy money!!!!!
using System;
public class HuhAI
{
public static void Main(string[] args)
{
while (1==1)
{
Console.WriteLine("What is your query?");
var line = Console.ReadLine();
Console.WriteLine("huh");
}
}
}