António Alegria, Outsystems | Outsystems NextStep 2020
>> (narrator) From around the globe it's "theCUBE." With digital coverage of OutSystems-NextStep 2020. Brought to you by OutSystems. >> I'm Stu Miniman. And welcome back to thecubes coverage of OutSystems-NextStep. Of course, one of the items that we've been talking a lot in the industry is about how artificial intelligence machine learning are helping people as we go beyond what really human scale can do. And we need to be able to do things more machine scale to help us really dig into this topic. Happy to welcome to the program. First time, guest Antonio Alegria. He is the head of artificial intelligence at OutSystems. Antonio. Thanks so much for joining us. >> Thank you Stu. I'm really happy to be here and really talk a little bit about what we're doing at OutSystems to help our customers and how we're leveraging AI to get to those goals. >> ( Stu) Wonderful. So I saw ahead of the event, a short video that you did and talked about extreme agility with no limits. So, you know, before we dig into the product itself, maybe if you could just, you know, how should we be thinking about AI? You know, there's a broad spectrum, is that, you know, machine learning that there's various components in there, you listened to the big analyst firms, you know, the journey it's big steps and something that is pretty broad. So when we're talking about AI, you know, what does that mean to you? What does that mean to your customers? >> Yeah, so AI OutSystems really speaks to the vision and the core strategy we have for our product. Which is, you know, if you saw the keynote, you know, we talk about, you know, really enabling every company, even those that, you know, that had existed for decades, perhaps have a lot of legacy to become, you know, leading elite cloud software development companies. And really can develop digital solutions at scale really easily. But one thing we see, and then this is a big statistic. One of the things that limits CIO's the most, nowadays is really the lack of talent. Lack of, you know, engineering and software engineering, you know, ability and people that can do that. And there's a statistic that was reported by wall street journal. I saw it recently, perhaps last year. That said that according to federal jobs data in the U S, by the end of 2020 there would be about a million unfilled IET and software development jobs available, right. So there's this big problem. All of these companies really need to scale, really need to invest in digital systems. And so our belief at OutSystems, we've already been abstracting, and we've been focusing on automating as much as possible, the software development tools and applications that we use. We've already seen amazing stories of people coming from different backgrounds, really starting to develop really leading edge applications. And we want to take this to the next level. And we believe that artificial intelligence with machine learning, but also with other AI technologies that we're also taking advantage of can really help us get to a next stage of productivity. So from 10 X productivity to 100 X productivity. And we believe AI plays a role in three ways. We believe AI by learning from all of this data that we now collect in terms of, you know, the projects that are being developed. We are essentially trying to embed a tech lead, so to speak inside a product. And a tech lead that can help developers by guiding them, guiding the most junior ones, by automating some of the boring, repetitive tasks where by validating their work, making sure that they are using the best practices, making sure that it helps them as they scale to refactor their code to automatically design their architectures, things like that. >> (Stu) Wonderful . Antonio. Goncalo, stated it quite clearly in the interview that I had with him, it's really about enabling that next, you know, 10 million developers. We know that there is that skill gap, as you said, and you know, everybody right now, how can I do more? How can I react faster? So that's where, you know, the machine learning artificial intelligence should be able to help. So bring us inside. I know the platform itself has had, you know, guidance and the whole movement. You know, what we used to call low code. Was about simplifying things and allowing people to, you know, build faster. So bring us inside the product, you know, what are the enhancements? What are the new pieces? Some of the key items. >> Yeah. So one interesting thing, and I think one thing that I think OutSystems is really proud of being able to achieve is, if you look at how OutSystems has been using a AI within the platform. We started with introducing AI assistance within the, our software development environment, service studio, right? And so this capability we've been iterating it a lot. We've been evolving it, and now it's really able to accelerate significantly and guide novices, but also help pros dealing through the software development process and coding. By essentially.... and trying to infer and understanding their context and trying to infer their intent, and then automating the steps afterwards. And we do this by suggesting you the most likely, let's say function or code piece that you will need. But then at the next step, which we're introducing this year even better, which is we're trying to autofill most of the, let's say the variables and all of that, and the data flow that you need to collect. And so you get a very delightful, frictionless experience as you are coding. So you're closer to the business value even more than before. Now, this was just the first step. What you're seeing now and what we're announcing, and we're showing at this next step that we showed at the keynote, is that we are trying to fuse.... starting to fuse AI across the OutSystems products and across the software development life cycle. So we took this core technology that we use to guide developers and assist and automate their work. And we use the same capability to help developers, tech leads and architects to analyze the code. Learning from the bad patterns that exist learning from and receiving runtime information about crashes and performance. And inside the product that we call Architecture Dashboard. We're really able to give recommendations to these architects and tech leads, where should they evolve and improve their code. And we're using AI, refusing AI in this product in two very specific ways. Now that we are releasing today. Which is one, is to automatically collect and design and define the architecture. So we call this automated architecture discovery. So if you have a very large factory, you can imagine, you know, have lots of different modules, lots of different applications. And if you need to go and manually have to label everything. So this is a front end, this is a backend. That would take a lot of time. So we use machine learning. Learning from what architects have already done in the past and classifying their architecture. And we can map out your architecture completely, automatically, which is really powerful. Then we also use our AI engine to analyze your factory. And we can detect the best opportunities for refactoring. So refactoring is one of the top problems and the top smells and technical debt problems that large factories have, right? So we can completely identify and pinpoint what are these opportunities for refactoring and we guide you through it. We tell you, okay, all of these hundreds of functions and logic patterns that we see in your code, you could de-refactor this into a single function, and you can save a lots and lots of code. Because you know, the best code, the fastest code, the easiest to maintain is the code you don't write, you don't have. So we're trying to really eliminate crack from these factories, with these capabilities. >> (Stu) Well. >> It's fascinating. You're absolutely right. I'm, curious, you know, I think back to some of the earliest interactions I had with things, they'd give you guidance, you know, spellcheckers, grammar check. How much does the AI that you work on, does it learn what's specific for my organization and my preferences? Is there any community learning over time? Because there are industry best practices out there that are super valuable, but, you know, we saw in the SAS wave. When I can customize things myself, we learn over time. So how does that play into kind of today in the roadmap for AI that you're building? >> That's a great question. So our AI, let's say technology that we used, it actually uses two different, big kinds of AI. So we use machine learning definitely to learn from the community, what are the best practices and what are the most common patterns that people use. So we use that to guide developers, but also to validate and analyze their code. But then we also use automated reasoning. So this is more logic based, reasoning based AI. And we pair these two technologies to really create a system that is able to learn from data, but also be able to reason it at a higher order, about what are good practices and kind of reach conclusions from there and learn new things from there. Now we started by applying these technologies to more of the community data and kind of standard best practices, but our vision is to more and more start learning specifically, and allowing tech leads and architects even, in the future to tailor these engines of AI, perhaps to suggest these are the best practices for my factory. These patterns perhaps are good best practices in general. But in my factory, I do not want to use them because I have some specificities for compliance or something like that. And our vision is that, architects and tech leads can just provide just a few examples of what they like and what they don't like. And the engine just automatically learns and gets tailored to their own environment. >> (Stu) Oh, important that you're able to, you know, have the customers move things forward to the direction that makes sense on their end. I'm also curious, you talk about, you know, what partnerships OutSystems has out there, you know, being able to tie into things like what the public cloud is doing, lots of industry collaboration. So, you know, how does health systems fit into the kind of the broader AI ecosystem? >> Yeah. So one thing I did not mention, and to your point is, so we have kind of two complimentary visions and strategies for AI. So one of them is we really want to improve our own product, improve the automation in the product in the abstraction by using AI, together with great user experience and the best programming language for software automation. Right? So that's one, that's what we generally call AI assistant development and infusing AI across the software development life cycle. The other one is we also believe that, you know, true elite cloud software companies that create frictionless experiences, one of the things that they use to really be super competitive and create these frictionless experiences is that they can themselves use AI and machine learning. To automate processes, create really, really delightful experiences. So we're also investing and we've shown. And we're launching and announcing at NextStep. We've just shown this at the keynote. One tool that we call the machine learning builder, ML builder. So this essentially speaks to the fact that, you know, a lot of companies do not have access to data science talent. They really struggle to adopt machine learning. Like just one out of 10 companies are able to go and put AI in production. So we're essentially abstracting also that. We're also increasing the productivity for customers to implement AI and machine learning. We use partners behind the scenes and cloud providers for the core technology, with automated machine learning and all of that. But we abstract all of the experience. So developers can essentially just pick the data they have already inside the AI systems platform. And they want to just select. I want to train this machine learning model to predict this field, just click, click, click. And it runs dozens of experiments, selects the best algorithms transforms the data for you without you needing to have a lot of data science experience. And then you can just drag and drop into platform. Integrate in your application. And you're good to go. >> (Stu) Well. Sounds, you know, phenomenal. You mentioned data scientists. We talked about that the skill gap. Do you have any statistics, you know, is this helping people, you know, hire faster, lower the bar to entry for people to get on board, you know, increase productivity, what kind of hero numbers do your customers typically, you know, how do they measure success? >> Yeah. So we know that in, for machine learning adoption at companies, we know that, sorry, this is one of the top challenges that they have, right? So companies do not, it's not only that they do not have the expertise to implement machine learning in their products and their applications. They don't even have a good understanding of what are the use cases in order the technology opportunities for them to apply. Right? So this has been listed by lots of different surveys that this is the top problem. These are the two of the top problems that companies have to adopt AI's. Access to skill, data science skill, and understanding of the use case. And that's exactly what we're trying to kind of package up in a very easy to use product, where you can see the use cases you have available. You just select your data. You just click train, you do not need to know the nitty gritty details. And for us, a measure of success is that we've seen customers that are starting to experiment with ML builder. Is that in just a day or a few days, they can iterate over several machine learning models and put them in production. We have customers that have, you know, no machine learning models in production ever. And they just now have two. And they're starting to automate processes. They're starting to innovate with business. And that for us is we've seen as kind of the measure of success for businesses. Initially, what they want to do is they want to do POC's, and they want to experiment and they want to get to production, start getting to field for it and iterate. >> (Stu) From a product standpoint, is the AI just infused in, or there are additional licensing, you know, how do customers, you know, take advantage of it? What's the impact on that from the relationships without systems? >> Yeah. So for AI and machine learning that is fused into our product. And for automation, validation and guidance, there's, you know, no extra charges, just part of the product is what we believe is kind of a core building block in a core service for everything we do in our product. For machine learning services and components that customers can use to.... in their own applications. We allow you to integrate with cloud providers and the billing is done separately. And that's something that we're working towards and building great technical partnerships and exploring other avenues for deeper integration, so that developers and customers do not really have to worry about those things as well. >> (Stu) Yeah. Well, it's such a great way to really democratize the use of this technology platform that they're used to. They start doing it. What's general feedback from your customers? Do they just like, "Oh, it's there." "I started playing with it." "It's super easy, it makes it better." Are there any concerns or pushback? Have we gotten beyond that? What do you hear? Any good customer examples you can share as to general adoption? >> Yeah. So as I said, as we reduce the friction for adopting these technologies. We've seen one thing that's very interesting. So we have a few customers that are, for example, more in the logistics side of industry and vertical. And so they have a more conservative management, like they take time to adopt. They're more of a laggard in adopting these kinds of technologies. The business is more skeptical. Doesn't want to spend a lot of time playing around, right. And once they saw what they could do with a platform, they quickly did a proof of concept. They showed to the business and the business had lots of ideas. So they just started interacting a lot more with IT. Which is something we see with OutSystems platform, not just for AI machine learning, but generally in the digital transformation. Is when the IT can start really being very agile and iterating and innovating. And they start collaborating a lot with the business. And so what we see is, customers asking us for even more. So customers want more use cases to be supported like this. Customers also the ones that are more mature, that already have their centers of excellence, and they have their data scientists for example. They want to understand how they can also bring in perhaps, their use of very specialized tools. How can they integrate that into the platform so that, you know, for certain use cases, developers can very quickly train their own models, but so specialized data science teams can also bring in and developers can integrate their models easily and put them into production. Which is one of the big barriers. We see in a lot of companies, people working on year long projects, they develop the models, but they struggle to get them to production. And so we really want to focus on the whole end to end journey. Either you're building everything within the AI platform, or you're bringing it from a specialized pro tool. We want to make that whole journey frictionless and smooth. >> ( STU) Antonio, final question I have for you. Of course, this space we're seeing maturing, you know, rapid new technologies out there. Give us a little look forward. What should we be expecting to see from OutSystems or things even a little broader as you look at your partner ecosystem over kind of the next six, 12, 18 months? >> Yeah. So what... We're going to continue to see a trend, I think from the cloud service providers of democratization of the AI services. So this is during, just starting to advanced and accelerate. As these providers started packaging. It's like, what our system is also doing, starting to packaging some specific well-defined use cases. And then making the journey for training these models and deploying super simple. That's one thing that's continued to ramp up. And we're going to move from a AI services, more focused on cognitive pre-trained models, right. That, which is kind of the status quo. To custom AI models based on your data. That's kind of the trend we're going to start seeing in that, OutSystems also pushing forward. Generally from the AI and machine learning application and technology side of thing. I think one thing that we are leading on is that you know, machine learning and deep learning is definitely one of the big drivers for the innovation that we're seeing in AI. But you're start seeing more and more what is called hybrid AI. Which is taking machine learning and database artificial intelligence with more logic based automated reasoning techniques in pairing these two to really create systems that are able to operate at a really higher level. A higher cognitive level, which is what OutSystems is investing internally in terms of research and development. And with partnerships with institutions like Carnegie Mellon University, and such as that. >> (Stu) Wonderful. Antonio, who doesn't want, you know, a tech expert sitting next to them, helping get rid of some of the repetitive, boring things or challenges. Thank you so much for sharing the updates. >> (Antonio) Thank you Stu Congratulations on your progress And definitely look forward to hearing more in the future. >> (Antonio) Thank you Stu. Have a good day. >> (Stu) All right. >> Stay tuned for more from OutSystems NextStep. I'm Stu Miniman. And thank you for watching the "theCUBE."
SUMMARY :
Brought to you by OutSystems. He is the head of artificial I'm really happy to be here What does that mean to your customers? legacy to become, you know, and you know, everybody and we guide you through it. How much does the AI that you work on, in the future to tailor talk about, you know, to the fact that, you know, to get on board, you know, We have customers that have, you know, and the billing is done separately. to really democratize the use and the business had lots of ideas. you know, rapid new That's kind of the trend we're going Antonio, who doesn't want, you know, to hearing more in the future. (Antonio) Thank you And thank you for watching the "theCUBE."
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Antonio | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
Carnegie Mellon University | ORGANIZATION | 0.99+ |
Antonio Alegria | PERSON | 0.99+ |
António Alegria | PERSON | 0.99+ |
OutSystems | ORGANIZATION | 0.99+ |
100 X | QUANTITY | 0.99+ |
Goncalo | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
two technologies | QUANTITY | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Stu | PERSON | 0.99+ |
10 X | QUANTITY | 0.99+ |
a day | QUANTITY | 0.99+ |
first step | QUANTITY | 0.99+ |
18 months | QUANTITY | 0.98+ |
10 companies | QUANTITY | 0.98+ |
One tool | QUANTITY | 0.98+ |
Outsystems | ORGANIZATION | 0.98+ |
one thing | QUANTITY | 0.97+ |
end of 2020 | DATE | 0.97+ |
hundreds | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
One | QUANTITY | 0.96+ |
First time | QUANTITY | 0.96+ |
single function | QUANTITY | 0.95+ |
NextStep | ORGANIZATION | 0.95+ |
this year | DATE | 0.95+ |
dozens of experiments | QUANTITY | 0.93+ |
10 million developers | QUANTITY | 0.92+ |
U S | LOCATION | 0.9+ |
about a million | QUANTITY | 0.9+ |
2020 | DATE | 0.89+ |
three ways | QUANTITY | 0.87+ |
SAS wave | EVENT | 0.87+ |
days | QUANTITY | 0.86+ |
one interesting thing | QUANTITY | 0.86+ |
decades | QUANTITY | 0.85+ |
street | ORGANIZATION | 0.8+ |
six | QUANTITY | 0.8+ |
theCUBE | TITLE | 0.77+ |
functions | QUANTITY | 0.72+ |
two complimentary | QUANTITY | 0.7+ |
Outsystems NextStep | ORGANIZATION | 0.7+ |
specific ways | QUANTITY | 0.68+ |
2 | QUANTITY | 0.58+ |
them | QUANTITY | 0.51+ |
NextStep | TITLE | 0.32+ |