Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hacking Culture with Javascript (CodeMotion Amsterdam 2017)

Hacking Culture with Javascript (CodeMotion Amsterdam 2017)

Most every remote-enabled team uses real-time-communication software of one sort or another, but usually it's a chat room. Lately, even co-located teams are signing up for this. So now that a bunch of our togetherness is in a chat room, we can gently introduce robots to do some of our scut work for us. Let's take a look at what happens when the robot becomes not just a tool, but a part of the team.

Ben Straub

May 17, 2017
Tweet

More Decks by Ben Straub

Other Decks in Technology

Transcript

  1. “A computer lets you make more mistakes faster than any

    invention in human history” Mitch Ratcliffe
  2. “By 2020, 60% of meetings with 3 or more participants

    will involve a virtual assistant.”
  3. "Ping" in Err from errbot import BotPlugin, botcmd class Ping(BotPlugin):

    @botcmd def ping(self, msg, args): return "PONG"