Developer Tooling for AI Bots: Where Are We?
Published on May 7, 2021

The developer tooling for bots makes certain aspects of building one painful. And the deployment process after it’s built has its own challenges. I spoke with senior bot developers from Microsoft, Opearlo, and The Bot Platform about the current state of bot tools and deployments. Watch the video of our conversation here, or scroll below the video to read the full transcript. .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Developer Tooling for AI Bots: Where Are We? (Full Transcript)

Sam Machin (Nexmo Developer Advocate & Alexa Champion): So...yeah, and one of the things I found is probably the tooling, particularly around building those voice models and things. It's all...a lot of them seem to be very browser-based. I mean, predominantly it's mostly Alexa but you're spending ages typing and clicking stuff into boxes.

“you're spending ages typing and clicking stuff into boxes”

And to try and take... a lot of the actual code, the traditional Node, Python, C#, business logic of your bot is actually a very small piece of the bot, isn't it? There's a lot more structured data, probably in something like JSON or YAML or some form of syntax. But it's not...you can't easily just check that into GitHub and check it out and run a build. You have to copy and paste a lot of it in. Do other people find that?

Oscar Merry (Co-Founder & CTO at Opearlo): Yeah, definitely. I think that's a big challenge. And I think I'm sure there are some solutions to that on the horizon because it does slow people down as they're making updates and making their bots and their voice apps better.

Martin Beeby (Technical Evangelist at Microsoft): That is true actually. A lot of the cognitive services aspects of it, previously required—in the Microsoft world, at least—required you to go into a browser to do those things. I think we're getting past that now, at least on our platform. Almost every single one of them has code-based APIs where we can do a push. So that Q&A one that I was talking about, for example, you don't have to forward that over to a URL now. You can actually directly get to the API. So most of a build for a bot for us would be done in our DevOps platform, which for us would be Visual Studio Online. So we would be building all the build things that when we do a deploy to GitHub or whatever source control is, that would be the way that we would construct the entire bot. And there'd be lots of different build processes it's going through but now they are all codeable. And I'm not having to log into a website necessarily to update my LUIS model or to update my Q&A database. I can do that all programmatically. So it's kind of, for the larger sort of scaled systems where we need a more defined workflow, we are able, at least on the Microsoft aspect of it, I'm able to code that in a sort of DevOps pattern so we can release with confidence.

Sam: That's really nice.

Martin: But then there are edge cases to that where a new preview API comes, a new preview service comes out that we wanna use that doesn't have an API yet. Which always really irritates me when they release a web frontend to something but don't actually have a code API that I could ultimately push things through. But yeah, I think as these things become more real and more, sort of, serious, then you have to have a DevOps kind of release platform for it.

“as these things become more real ... you have to have a DevOps kind of release platform for it”

Sam: Yeah. Syd, you're nodding. I guess you're a bit lucky because you guys are building this platform, this backend, whatever we're going to call it, engine or framework. How do you guys manage things like deployments and stuff?

Syd Lawrence (CEO & Co-Founder of The Bot Platform): I mean, so we have various things ourselves. We've got our own API that some of our customers are hooking into to kind of extend it. We've got our system that has got...I mean, we're working with bigger and bigger customers who need a whole deployment process themselves, right? Where it can't just be a case of X person logs in and updates and boom, done, everything's ready. Because ultimately, they have approval processes themselves. So to me, it's a completely different paradigm. But yeah, we also have approval processes as well as APIs to do stuff more powerfully on top of our platform.

[Editor’s Note: Watch the full one-hour discussion on the state of AI bot technology.]

Sam MachinVonage Alumni

Sam Machin has nearly 20 years of experience in the communications industry and a strong track record of innovation. His personal projects mostly revolve around Amazon Alexa, Sam created the AlexaPi project allowing developers to build thier own Alexa powered devices and he is recognised by Amazon as an Alexa Champion.

Ready to start building?

Experience seamless connectivity, real-time messaging, and crystal-clear voice and video calls-all at your fingertips.

Subscribe to Our Developer Newsletter

Subscribe to our monthly newsletter to receive our latest updates on tutorials, releases, and events. No spam.