When it Comes to Bots - the Beer Test* Might be More Important than the Turing Test.

Amir Shevat
Slack Platform Blog

--

The Turing test is a test, developed by Alan Turing in 1950, of a machine’s ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human. When I joined Slack, my vision was to help developers build Bots that pass the Turing test 2–3 times a day. As time passes, I understand the Beer Test might be much more important. In this post, I will explain what that means and also provide a real, actionable tips on how to make your bots feel more approachable and friendly.

The Turing test is hard!

So what is this Beer Test?

Now the Beer Test is much less complex than the Turing Test: When I worked in New Zealand, I was asked to interview several engineers and PMs. In addition to assessing their tech and product skills, I had to answer this question “would you go out to a beer with this person?” (or sushi, hummus, or just hang out). That’s a simple question, but one of great depth — Do you think this person is someone you’d want to work with every day? is this a person who will not only be effective but is also a good person? In Google we called it Googliness, although I am not sure that it has an accurate synonym. I would say that a person that passes the Beer Test is a delightful, interesting, and fun person.

Service with a smile is everything.

How to make your bot pass the Beer Test

Here are some best practices collected by our team from an internal Slack bot hackathon and working with Bot developers:

  • A bot should always support the ‘help ’ command and reply with a short manual on how to work with it.
  • A bot should respond to a DM or a mention, even when it does not understand it. Saying, “I did not understand” is better than ignoring.
  • A bot should not DM all the users in a team, unless there is fire!
  • A bot should always introduce itself to a channel politely before sending too many messages (and ideally it shouldn’t use @channel or @here).
  • A bot should always ask people to opt-in to interacting with it, rather than emailing or DMing everyone on a team. Ideally work with the person who installed your bot to facilitate the onboarding of new people to interact with the bot.
  • A bot should support a “mute” or “pause” request when applicable.
  • Before a bot sends a bunch of unsolicited messages, have the bot send something like “I have something for you. Is now a good time?”
  • Carefully consider whether your bot is one that should be used in public channels, or in DMs, or both. Sometimes picking just one and sticking to it makes it much easier to set expectations with users.
  • Whenever your bot doesn’t understand what someone is saying, give simple usage hints and possibly a link to more detailed usage instructions.
  • Personalize your bot to each user… let it remember the preferences and defaults of individuals on the team so that future interactions go more smoothly.
  • Randomize your answers, even if you are trying to say the same thing:
Many ways to say “I love you!”

Why strive for delightful bots, not humanized bots?

There are several reasons service providers should build delightful bots rather than humanized bots:

  • Building humanized bots that pass the Turing Test is super hard, it involves NLP, complex conversational skills, and much more.
  • The technologies for building a great conversational user experience are available today.
  • You can provide a great service without requiring all the complex skills humans have.
A bot might even get an invite to Oktoberfest

Conclusion

Making a bot that provides delightful services requires product and UX skills, but not necessarily all the complexities of trying to pass the Turing Test.

As we move to the conversational office era, it is time to take the step forward, provide your service as a bot - not an impersonator bot, but a friendly and approachable bot — it is easy peasy.

Please tap or click “♥︎” to help to promote this piece to others.

*I know beer’s not for everyone, sushi, coffee, ice cream, or movies with the bot could also work.

--

--

Amir Shevat
Slack Platform Blog

Investor in early stage startups. Previously: Head of Product, Twitter Dev Platform, VP product at Twitch, Slack, Google, Microsoft. Author at O'Reilly.