Image Title

Search Results for Dell Data Analytics and Intelligence:

Pat Conte, Opsani | AWS Startup Showcase


 

(upbeat music) >> Hello and welcome to this CUBE conversation here presenting the "AWS Startup Showcase: "New Breakthroughs in DevOps, Data Analytics "and Cloud Management Tools" featuring Opsani for the cloud management and migration track here today, I'm your host John Furrier. Today, we're joined by Patrick Conte, Chief Commercial Officer, Opsani. Thanks for coming on. Appreciate you coming on. Future of AI operations. >> Thanks, John. Great to be here. Appreciate being with you. >> So congratulations on all your success being showcased here as part of the Startups Showcase, future of AI operations. You've got the cloud scale happening. A lot of new transitions in this quote digital transformation as cloud scales goes next generation. DevOps revolution as Emily Freeman pointed out in her keynote. What's the problem statement that you guys are focused on? Obviously, AI involves a lot of automation. I can imagine there's a data problem in there somewhere. What's the core problem that you guys are focused on? >> Yeah, it's interesting because there are a lot of companies that focus on trying to help other companies optimize what they're doing in the cloud, whether it's cost or whether it's performance or something else. We felt very strongly that AI was the way to do that. I've got a slide prepared, and maybe we can take a quick look at that, and that'll talk about the three elements or dimensions of the problem. So we think about cloud services and the challenge of delivering cloud services. You've really got three things that customers are trying to solve for. They're trying to solve for performance, they're trying to solve for the best performance, and, ultimately, scalability. I mean, applications are growing really quickly especially in this current timeframe with cloud services and whatnot. They're trying to keep costs under control because certainly, it can get way out of control in the cloud since you don't own the infrastructure, and more importantly than anything else which is why it's at the bottom sort of at the foundation of all this, is they want their applications to be a really a good experience for their customers. So our customer's customer is actually who we're trying to solve this problem for. So what we've done is we've built a platform that uses AI and machine learning to optimize, meaning tune, all of the key parameters of a cloud application. So those are things like the CPU usage, the memory usage, the number of replicas in a Kubernetes or container environment, those kinds of things. It seems like it would be simple just to grab some values and plug 'em in, but it's not. It's actually the combination of them has to be right. Otherwise, you get delays or faults or other problems with the application. >> Andrew, if you can bring that slide back up for a second. I want to just ask one quick question on the problem statement. You got expenditures, performance, customer experience kind of on the sides there. Do you see this tip a certain way depending upon use cases? I mean, is there one thing that jumps out at you, Patrick, from your customer's customer's standpoint? Obviously, customer experience is the outcome. That's the app, whatever. That's whatever we got going on there. >> Sure. >> But is there patterns 'cause you can have good performance, but then budget overruns. Or all of them could be failing. Talk about this dynamic with this triangle. >> Well, without AI, without machine learning, you can solve for one of these, only one, right? So if you want to solve for performance like you said, your costs may overrun, and you're probably not going to have control of the customer experience. If you want to solve for one of the others, you're going to have to sacrifice the other two. With machine learning though, we can actually balance that, and it isn't a perfect balance, and the question you asked is really a great one. Sometimes, you want to over-correct on something. Sometimes, scalability is more important than cost, but what we're going to do because of our machine learning capability, we're going to always make sure that you're never spending more than you should spend, so we're always going to make sure that you have the best cost for whatever the performance and reliability factors that you you want to have are. >> Yeah, I can imagine. Some people leave services on. Happened to us one time. An intern left one of the services on, and like where did that bill come from? So kind of looked back, we had to kind of fix that. There's a ton of action, but I got to ask you, what are customers looking for with you guys? I mean, as they look at Opsani, what you guys are offering, what's different than what other people might be proposing with optimization solutions? >> Sure. Well, why don't we bring up the second slide, and this'll illustrate some of the differences, and we can talk through some of this stuff as well. So really, the area that we play in is called AIOps, and that's sort of a new area, if you will, over the last few years, and really what it means is applying intelligence to your cloud operations, and those cloud operations could be development operations, or they could be production operations. And what this slide is really representing is in the upper slide, that's sort of the way customers experience their DevOps model today. Somebody says we need an application or we need a feature, the developers pull down something from get. They hack an early version of it. They run through some tests. They size it whatever way they know that it won't fail, and then they throw it over to the SREs to try to tune it before they shove it out into production, but nobody really sizes it properly. It's not optimized, and so it's not tuned either. When it goes into production, it's just the first combination of settings that work. So what happens is undoubtedly, there's some type of a problem, a fault or a delay, or you push new code, or there's a change in traffic. Something happens, and then, you've got to figure out what the heck. So what happens then is you use your tools. First thing you do is you over-provision everything. That's what everybody does, they over-provision and try to soak up the problem. But that doesn't solve it because now, your costs are going crazy. You've got to go back and find out and try as best you can to get root cause. You go back to the tests, and you're trying to find something in the test phase that might be an indicator. Eventually your developers have to hack a hot fix, and the conveyor belt sort of keeps on going. We've tested this model on every single customer that we've spoken to, and they've all said this is what they experience on a day-to-day basis. Now, if we can go back to the side, let's talk about the second part which is what we do and what makes us different. So on the bottom of this slide, you'll see it's really a shift-left model. What we do is we plug in in the production phase, and as I mentioned earlier, what we're doing is we're tuning all those cloud parameters. We're tuning the CPU, the memory, the Replicas, all those kinds of things. We're tuning them all in concert, and we're doing it at machine speed, so that's how the customer gets the best performance, the best reliability at the best cost. That's the way we're able to achieve that is because we're iterating this thing in machine speed, but there's one other place where we plug in and we help the whole concept of AIOps and DevOps, and that is we can plug in in the test phase as well. And so if you think about it, the DevOps guy can actually not have to over-provision before he throws it over to the SREs. He can actually optimize and find the right size of the application before he sends it through to the SREs, and what this does is collapses the timeframe because it means the SREs don't have to hunt for a working set of parameters. They get one from the DevOps guys when they send it over, and this is how the future of AIOps is being really affected by optimization and what we call autonomous optimization which means that it's happening without humans having to press a button on it. >> John: Andrew, bring that slide back up. I want to just ask another question. Tuning in concert thing is very interesting to me. So how does that work? Are you telegraphing information to the developer from the autonomous workload tuning engine piece? I mean, how does the developer know the right knobs or where does it get that provisioning information? I see the performance lag. I see where you're solving that problem. >> Sure. >> How does that work? >> Yeah, so actually, if we go to the next slide, I'll show you exactly how it works. Okay, so this slide represents the architecture of a typical application environment that we would find ourselves in, and inside the dotted line is the customer's application namespace. That's where the app is. And so, it's got a bunch of pods. It's got a horizontal pod. It's got something for replication, probably an HPA. And so, what we do is we install inside that namespace two small instances. One is a tuning pod which some people call a canary, and that tuning pod joins the rest of the pods, but it's not part of the application. It's actually separate, but it gets the same traffic. We also install somebody we call Servo which is basically an action engine. What Servo does is Servo takes the metrics from whatever the metric system is is collecting all those different settings and whatnot from the working application. It could be something like Prometheus. It could be an Envoy Sidecar, or more likely, it's something like AppDynamics, or we can even collect metrics off of Nginx which is at the front of the service. We can plug into anywhere where those metrics are. We can pull the metrics forward. Once we see the metrics, we send them to our backend. The Opsani SaaS service is our machine learning backend. That's where all the magic happens, and what happens then is that service sees the settings, sends a recommendation to Servo, Servo sends it to the tuning pod, and we tune until we find optimal. And so, that iteration typically takes about 20 steps. It depends on how big the application is and whatnot, how fast those steps take. It could be anywhere from seconds to minutes to 10 to 20 minutes per step, but typically within about 20 steps, we can find optimal, and then we'll come back and we'll say, "Here's optimal, and do you want to "promote this to production," and the customer says, "Yes, I want to promote it to production "because I'm saving a lot of money or because I've gotten "better performance or better reliability." Then, all he has to do is press a button, and all that stuff gets sent right to the production pods, and all of those settings get put into production, and now he's now he's actually saving the money. So that's basically how it works. >> It's kind of like when I want to go to the beach, I look at the weather.com, I check the forecast, and I decide whether I want to go or not. You're getting the data, so you're getting a good look at the information, and then putting that into a policy standpoint. I get that, makes total sense. Can I ask you, if you don't mind, expanding on the performance and reliability and the cost advantage? You mentioned cost. How is that impacting? Give us an example of some performance impact, reliability, and cost impacts. >> Well, let's talk about what those things mean because like a lot of people might have different ideas about what they think those mean. So from a cost standpoint, we're talking about cloud spend ultimately, but it's represented by the settings themselves, so I'm not talking about what deal you cut with AWS or Azure or Google. I'm talking about whatever deal you cut, we're going to save you 30, 50, 70% off of that. So it doesn't really matter what cost you negotiated. What we're talking about is right-sizing the settings for CPU and memory, Replica. Could be Java. It could be garbage collection, time ratios, or heap sizes or things like that. Those are all the kinds of things that we can tune. The thing is most of those settings have an unlimited number of values, and this is why machine learning is important because, if you think about it, even if they only had eight settings or eight values per setting, now you're talking about literally billions of combinations. So to find optimal, you've got to have machine speed to be able to do it, and you have to iterate very, very quickly to make it happen. So that's basically the thing, and that's really one of the things that makes us different from anybody else, and if you put that last slide back up, the architecture slide, for just a second, there's a couple of key words at the bottom of it that I want to want to focus on, continuous. So continuous really means that we're on all the time. We're not plug us in one time, make a change, and then walk away. We're actually always measuring and adjusting, and the reason why this is important is in the modern DevOps world, your traffic level is going to change. You're going to push new code. Things are going to happen that are going to change the basic nature of the software, and you have to be able to tune for those changes. So continuous is very important. Second thing is autonomous. This is designed to take pressure off of the SREs. It's not designed to replace them, but to take the pressure off of them having to check pager all the time and run in and make adjustments, or try to divine or find an adjustment that might be very, very difficult for them to do so. So we're doing it for them, and that scale means that we can solve this for, let's say, one big monolithic application, or we can solve it for literally hundreds of applications and thousands of microservices that make up those applications and tune them all at the same time. So the same platform can be used for all of those. You originally asked about the parameters and the settings. Did I answer the question there? >> You totally did. I mean, the tuning in concert. You mentioned early as a key point. I mean, you're basically tuning the engine. It's not so much negotiating a purchase SaaS discount. It's essentially cost overruns by the engine, either over burning or heating or whatever you want to call it. I mean, basically inefficiency. You're tuning the core engine. >> Exactly so. So the cost thing is I mentioned is due to right-sizing the settings and the number of Replicas. The performance is typically measured via latency, and the reliability is typically measured via error rates. And there's some other measures as well. We have a whole list of them that are in the application itself, but those are the kinds of things that we look for as results. When we do our tuning, we look for reducing error rates, or we look for holding error rates at zero, for example, even if we improve the performance or we improve the cost. So we're looking for the best result, the best combination result, and then a customer can decide if they want to do so to actually over-correct on something. We have the whole concept of guard rail, so if performance is the most important thing, or maybe some customers, cost is the most important thing, they can actually say, "Well, give us the best cost, "and give us the best performance and the best reliability, "but at this cost," and we can then use that as a service-level objective and tune around it. >> Yeah, it reminds me back in the old days when you had filtering white lists of black lists of addresses that can go through, say, a firewall or a device. You have billions of combinations now with machine learning. It's essentially scaling the same concept to unbelievable. These guardrails are now in place, and that's super cool and I think really relevant call-out point, Patrick, to kind of highlight that. At this kind of scale, you need machine learning, you need the AI to essentially identify quickly the patterns or combinations that are actually happening so a human doesn't have to waste their time that can be filled by basically a bot at that point. >> So John, there's just one other thing I want to mention around this, and that is one of the things that makes us different from other companies that do optimization. Basically, every other company in the optimization space creates a static recommendation, basically their recommendation engines, and what you get out of that is, let's say it's a manifest of changes, and you hand that to the SREs, and they put it into effect. Well, the fact of the matter is is that the traffic could have changed then. It could have spiked up, or it could have dropped below normal. You could have introduced a new feature or some other code change, and at that point in time, you've already instituted these changes. They may be completely out of date. That's why the continuous nature of what we do is important and different. >> It's funny, even the language that we're using here: network, garbage collection. I mean, you're talking about tuning an engine, am operating system. You're talking about stuff that's moving up the stack to the application layer, hence this new kind of eliminating of these kind of siloed waterfall, as you pointed out in your second slide, is kind of one integrated kind of operating environment. So when you have that or think about the data coming in, and you have to think about the automation just like self-correcting, error-correcting, tuning, garbage collection. These are words that we've kind of kicking around, but at the end of the day, it's an operating system. >> Well in the old days of automobiles, which I remember cause I'm I'm an old guy, if you wanted to tune your engine, you would probably rebuild your carburetor and turn some dials to get the air-oxygen-gas mix right. You'd re-gap your spark plugs. You'd probably make sure your points were right. There'd be four or five key things that you would do. You couldn't do them at the same time unless you had a magic wand. So we're the magic wand that basically, or in modern world, we're sort of that thing you plug in that tunes everything at once within that engine which is all now electronically controlled. So that's the big differences as you think about what we used to do manually, and now, can be done with automation. It can be done much, much faster without humans having to get their fingernails greasy, let's say. >> And I think the dynamic versus static is an interesting point. I want to bring up the SRE which has become a role that's becoming very prominent in the DevOps kind of plus world that's happening. You're seeing this new revolution. The role of the SRE is not just to be there to hold down and do the manual configuration. They had a scale. They're a developer, too. So I think this notion of offloading the SRE from doing manual tasks is another big, important point. Can you just react to that and share more about why the SRE role is so important and why automating that away through when you guys have is important? >> The SRE role is becoming more and more important, just as you said, and the reason is because somebody has to get that application ready for production. The DevOps guys don't do it. That's not their job. Their job is to get the code finished and send it through, and the SREs then have to make sure that that code will work, so they have to find a set of settings that will actually work in production. Once they find that set of settings, the first one they find that works, they'll push it through. It's not optimized at that point in time because they don't have time to try to find optimal, and if you think about it, the difference between a machine learning backend and an army of SREs that work 24-by-seven, we're talking about being able to do the work of many, many SREs that never get tired, that never need to go play video games, to unstress or whatever. We're working all the time. We're always measuring, adjusting. A lot of the companies we talked to do a once-a-month adjustment on their software. So they put an application out, and then they send in their SREs once a month to try to tune the application, and maybe they're using some of these other tools, or maybe they're using just their smarts, but they'll do that once a month. Well, gosh, they've pushed code probably four times during the month, and they probably had a bunch of different spikes and drops in traffic and other things that have happened. So we just want to help them spend their time on making sure that the application is ready for production. Want to make sure that all the other parts of the application are where they should be, and let us worry about tuning CPU, memory, Replica, job instances, and things like that so that they can work on making sure that application gets out and that it can scale, which is really important for them, for their companies to make money is for the apps to scale. >> Well, that's a great insight, Patrick. You mentioned you have a lot of great customers, and certainly if you have your customer base are early adopters, pioneers, and grow big companies because they have DevOps. They know that they're seeing a DevOps engineer and an SRE. Some of the other enterprises that are transforming think the DevOps engineer is the SRE person 'cause they're having to get transformed. So you guys are at the high end and getting now the new enterprises as they come on board to cloud scale. You have a huge uptake in Kubernetes, starting to see the standardization of microservices. People are getting it, so I got to ask you can you give us some examples of your customers, how they're organized, some case studies, who uses you guys, and why they love you? >> Sure. Well, let's bring up the next slide. We've got some customer examples here, and your viewers, our viewers, can probably figure out who these guys are. I can't tell them, but if they go on our website, they can sort of put two and two together, but the first one there is a major financial application SaaS provider, and in this particular case, they were having problems that they couldn't diagnose within the stack. Ultimately, they had to apply automation to it, and what we were able to do for them was give them a huge jump in reliability which was actually the biggest problem that they were having. We gave them 5,000 hours back a month in terms of the application. They were they're having pager duty alerts going off all the time. We actually gave them better performance. We gave them a 10% performance boost, and we dropped their cloud spend for that application by 72%. So in fact, it was an 80-plus % price performance or cost performance improvement that we gave them, and essentially, we helped them tune the entire stack. This was a hybrid environment, so this included VMs as well as more modern architecture. Today, I would say the overwhelming majority of our customers have moved off of the VMs and are in a containerized environment, and even more to the point, Kubernetes which we find just a very, very high percentage of our customers have moved to. So most of the work we're doing today with new customers is around that, and if we look at the second and third examples here, those are examples of that. In the second example, that's a company that develops websites. It's one of the big ones out in the marketplace that, let's say, if you were starting a new business and you wanted a website, they would develop that website for you. So their internal infrastructure is all brand new stuff. It's all Kubernetes, and what we were able to do for them is they were actually getting decent performance. We held their performance at their SLO. We achieved a 100% error-free scenario for them at runtime, and we dropped their cost by 80%. So for them, they needed us to hold-serve, if you will, on performance and reliability and get their costs under control because everything in that, that's a cloud native company. Everything there is cloud cost. So the interesting thing is it took us nine steps because nine of our iterations to actually get to optimal. So it was very, very quick, and there was no integration required. In the first case, we actually had to do a custom integration for an underlying platform that was used for CICD, but with the- >> John: Because of the hybrid, right? >> Patrick: Sorry? >> John: Because it was hybrid, right? >> Patrick: Yes, because it was hybrid, exactly. But within the second one, we just plugged right in, and we were able to tune the Kubernetes environment just as I showed in that architecture slide, and then the third one is one of the leading application performance monitoring companies on the market. They have a bunch of their own internal applications and those use a lot of cloud spend. They're actually running Kubernetes on top of VMs, but we don't have to worry about the VM layer. We just worry about the Kubernetes layer for them, and what we did for them was we gave them a 48% performance improvement in terms of latency and throughput. We dropped their error rates by 90% which is pretty substantial to say the least, and we gave them a 50% cost delta from where they had been. So this is the perfect example of actually being able to deliver on all three things which you can't always do. It has to be, sort of all applications are not created equal. This was one where we were able to actually deliver on all three of the key objectives. We were able to set them up in about 25 minutes from the time we got started, no extra integration, and needless to say, it was a big, happy moment for the developers to be able to go back to their bosses and say, "Hey, we have better performance, "better reliability. "Oh, by the way, we saved you half." >> So depending on the stack situation, you got VMs and Kubernetes on the one side, cloud-native, all Kubernetes, that's dream scenario obviously. Not many people like that. All the new stuff's going cloud-native, so that's ideal, and then the mixed ones, Kubernetes, but no VMs, right? >> Yeah, exactly. So Kubernetes with no VMs, no problem. Kubernetes on top of VMs, no problem, but we don't manage the VMs. We don't manage the underlay at all, in fact. And the other thing is we don't have to go back to the slide, but I think everybody will remember the slide that had the architecture, and on one side was our cloud instance. The only data that's going between the application and our cloud instance are the settings, so there's never any data. There's never any customer data, nothing for PCI, nothing for HIPPA, nothing for GDPR or any of those things. So no personal data, no health data. Nothing is passing back and forth. Just the settings of the containers. >> Patrick, while I got you here 'cause you're such a great, insightful guest, thank you for coming on and showcasing your company. Kubernetes real quick. How prevalent is this mainstream trend is because you're seeing such great examples of performance improvements. SLAs being met, SLOs being met. How real is Kubernetes for the mainstream enterprise as they're starting to use containers to tip their legacy and get into the cloud-native and certainly hybrid and soon to be multi-cloud environment? >> Yeah, I would not say it's dominant yet. Of container environments, I would say it's dominant now, but for all environments, it's not. I think the larger legacy companies are still going through that digital transformation, and so what we do is we catch them at that transformation point, and we can help them develop because as we remember from the AIOps slide, we can plug in at that test level and help them sort of pre-optimize as they're coming through. So we can actually help them be more efficient as they're transforming. The other side of it is the cloud-native companies. So you've got the legacy companies, brick and mortar, who are desperately trying to move to digitization. Then, you've got the ones that are born in the cloud. Most of them aren't on VMs at all. Most of them are on containers right from the get-go, but you do have some in the middle who have started to make a transition, and what they've done is they've taken their native VM environment and they've put Kubernetes on top of it so that way, they don't have to scuttle everything underneath it. >> Great. >> So I would say it's mixed at this point. >> Great business model, helping customers today, and being a bridge to the future. Real quick, what licensing models, how to buy, promotions you have for Amazon Web Services customers? How do people get involved? How do you guys charge? >> The product is licensed as a service, and the typical service is an annual. We license it by application, so let's just say you have an application, and it has 10 microservices. That would be a standard application. We'd have an annual cost for optimizing that application over the course of the year. We have a large application pack, if you will, for let's say applications of 20 services, something like that, and then we also have a platform, what we call Opsani platform, and that is for environments where the customer might have hundreds of applications and-or thousands of services, and we can plug into their deployment platform, something like a harness or Spinnaker or Jenkins or something like that, or we can plug into their their cloud Kubernetes orchestrator, and then we can actually discover the apps and optimize them. So we've got environments for both single apps and for many, many apps, and with the same platform. And yes, thanks for reminding me. We do have a promotion for for our AWS viewers. If you reference this presentation, and you look at the URL there which is opsani.com/awsstartupshowcase, can't forget that, you will, number one, get a free trial of our software. If you optimize one of your own applications, we're going to give you an Oculus set of goggles, the augmented reality goggles. And we have one other promotion for your viewers and for our joint customers here, and that is if you buy an annual license, you're going to get actually 15 months. So that's what we're putting on the table. It's actually a pretty good deal. The Oculus isn't contingent. That's a promotion. It's contingent on you actually optimizing one of your own services. So it's not a synthetic app. It's got to be one of your own apps, but that's what we've got on the table here, and I think it's a pretty good deal, and I hope your guys take us up on it. >> All right, great. Get Oculus Rift for optimizing one of your apps and 15 months for the price of 12. Patrick, thank you for coming on and sharing the future of AIOps with you guys. Great product, bridge to the future, solving a lot of problems. A lot of use cases there. Congratulations on your success. Thanks for coming on. >> Thank you so much. This has been excellent, and I really appreciate it. >> Hey, thanks for sharing. I'm John Furrier, your host with theCUBE. Thanks for watching. (upbeat music)

Published Date : Sep 22 2021

SUMMARY :

for the cloud management and Appreciate being with you. of the Startups Showcase, and that'll talk about the three elements kind of on the sides there. 'cause you can have good performance, and the question you asked An intern left one of the services on, and find the right size I mean, how does the and the customer says, and the cost advantage? and that's really one of the things I mean, the tuning in concert. So the cost thing is I mentioned is due to in the old days when you had and that is one of the things and you have to think about the automation So that's the big differences of offloading the SRE and the SREs then have to make sure and certainly if you So most of the work we're doing today "Oh, by the way, we saved you half." So depending on the stack situation, and our cloud instance are the settings, and get into the cloud-native that are born in the cloud. So I would say it's and being a bridge to the future. and the typical service is an annual. and 15 months for the price of 12. and I really appreciate it. I'm John Furrier, your host with theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Emily FreemanPERSON

0.99+

PatrickPERSON

0.99+

JohnPERSON

0.99+

AndrewPERSON

0.99+

John FurrierPERSON

0.99+

Pat ContePERSON

0.99+

10%QUANTITY

0.99+

50%QUANTITY

0.99+

Patrick ContePERSON

0.99+

15 monthsQUANTITY

0.99+

secondQUANTITY

0.99+

90%QUANTITY

0.99+

AWSORGANIZATION

0.99+

thousandsQUANTITY

0.99+

fourQUANTITY

0.99+

nine stepsQUANTITY

0.99+

30QUANTITY

0.99+

OculusORGANIZATION

0.99+

100%QUANTITY

0.99+

72%QUANTITY

0.99+

48%QUANTITY

0.99+

10 microservicesQUANTITY

0.99+

second partQUANTITY

0.99+

FirstQUANTITY

0.99+

second slideQUANTITY

0.99+

first caseQUANTITY

0.99+

TodayDATE

0.99+

Amazon Web ServicesORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

oneQUANTITY

0.99+

20 servicesQUANTITY

0.99+

PrometheusTITLE

0.99+

second exampleQUANTITY

0.99+

second oneQUANTITY

0.99+

five keyQUANTITY

0.99+

OneQUANTITY

0.99+

firstQUANTITY

0.99+

third oneQUANTITY

0.99+

80-plus %QUANTITY

0.99+

eight settingsQUANTITY

0.99+

OpsaniPERSON

0.99+

third examplesQUANTITY

0.99+

twoQUANTITY

0.99+

todayDATE

0.99+

servicesQUANTITY

0.99+

50QUANTITY

0.99+

eight valuesQUANTITY

0.99+

bothQUANTITY

0.99+

nineQUANTITY

0.98+

three elementsQUANTITY

0.98+

ServoORGANIZATION

0.98+

80%QUANTITY

0.98+

opsani.com/awsstartupshowcaseOTHER

0.98+

first oneQUANTITY

0.98+

two small instancesQUANTITY

0.98+

10QUANTITY

0.97+

three thingsQUANTITY

0.97+

once a monthQUANTITY

0.97+

one timeQUANTITY

0.97+

70%QUANTITY

0.97+

GDPRTITLE

0.97+

zeroQUANTITY

0.97+

ServoTITLE

0.97+

about 20 stepsQUANTITY

0.97+

12QUANTITY

0.96+

KubernetesTITLE

0.96+

four timesQUANTITY

0.96+

Karl Hick, Brian Bohan, and Arjun Bedi | AWS Executive Summit 2020


 

>>from around the globe. It's the Cube with digital coverage of AWS reinvent Executive Summit 2020 sponsored by Accenture and AWS. What? Welcome, everyone to the Cube Virtual and our coverage of the Accenture Executive Summit, part of AWS reinvent 2020. I'm your host, Rebecca Knight. Today we're talking about the power of three. And what happens when you bring together the scientific know how of a global bias Bio pharmaceutical powerhouse in Takeda, a leading cloud services provider in AWS and Accenture's ability to innovate, execute and deliver innovation, Joining me to talk about these things we have Aaron. Sorry. Arjun, baby. He is the senior managing director and chairman of Accenture's Diamond Leadership Council. Welcome margin, you Carl Hick. He is the chief digital and information officer at Takeda. >>Pleasure to be here. Thank you. Rebecca >>and Brian Bowen, global director and head of the Accenture AWS Business Group at Amazon Web services. Thanks so much for coming. Thank you. So, as I said, we're talking today about this relationship between your three organizations. Carl, I want to talk with you. I know you're at the beginning of your cloud journey. What was the compelling reason Why? Why I moved to the cloud and why now? >>Yeah. No, thank you for the question. So you know as ah, bio pharmaceutical leader were committed toe bringing better health and a brighter future to our patients. We're doing that by translating science and toe some really innovative and life transporting therapies. But throughout, you know, we believe that there's, ah responsible use of technology of data and of innovation. And those three ingredients air really key to helping us deliver on that promise. And so, you know, while I think I'll call it this Cloud Journeys already has always been a part of our strategy. Andi have made some pretty steady progress over the last years with a number of local it diverse approaches to the digital in AI. We just weren't seeing the impact at scale that we wanted to see. Andi, I think that you know, there's a there's a need ultimately to accelerate and broaden that shift. And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. One of those has been certainly a number of the large acquisitions we've made Shire being the most pressing example, but also the global pandemic. Both of those highlight the need for us to move faster at the speed of cloud ultimately on. So we started thinking outside of the box because it was taking us too long and we decided to leverage the strategic partner model on. It's giving us a chance to think about our challenges very differently. We call this the power of three on. Ultimately, our focus is singularly on our patients. I mean, they're waiting for us. We need Thio. Get there faster. It can take years. And so I think that there is a focus on innovation at a rapid speed so we can move ultimately from treating conditions to keeping people healthy. >>So as you are embarking on this journey, what are some of the insights you want to share about? About what you're seeing so far? >>Yeah. No, it's a great question. So I mean, look, maybe right before I highlight some of the key insights, I would say that, you know, with Cloud now as the as a launchpad for innovation, you know, our vision all along has been that in less than 10 years we want every single to Kito associate. We're employees to be empowered by an AI assistant. And I think that, you know that's gonna help us make faster, better decisions that will help us. Uh, fundamentally, you know, deliver transformative therapies and better experiences to to that ecosystem, to our patients, to positions to payers, etcetera much faster than we previously thought possible. Um, and I think that technologies like cloud and edge computing together with a very powerful or call it data fabric is gonna help us to create this this really time. I'll call it the digital ecosystem. The data has to flow ultimately seamlessly between our patients and providers or partners or researchers. Etcetera. Uh, and so we've been thinking about this, Uh, call it. We call it sort of this pyramid. Um, that helps us describe our vision on a lot of it has to do with ultimately modernizing the foundation, modernizing and re architect ing the platforms that drive the company, heightening our focus on data, which means that there's an accelerated shift towards enterprise data platforms and digital products. And then, ultimately, a, you know, really an engine for innovation. Sitting at the very top, um, and So I think with that, you know, there's a few different I'll call it insights that you know are quickly kind of come zooming into focus. I would say one is this need to collaborate very differently. Um, you know, not only internally, but you know, how do we define ultimately and build a connected digital ecosystem with the right partners and technologies? Externally, I think the second component that maybe people don't think as much about but, you know, I find critically important is for us to find ways of really transforming our culture. We have to unlock talent and shift the culture, certainly as a large biopharmaceutical, very differently. And then, lastly, you've touched on it already. Which is, you know, innovation at the speed of cloud. How do we re imagine that you know how Doe ideas go from getting tested in months? That kind of getting tested in days, you know, how do we collaborate very differently on So I think those air three, perhaps of the larger chocolate insights that you know the three of us are spending a lot of time thinking about right now. >>So, Arjun, I want to bring you into this conversation a little bit. Let's let's delve into those a bit. Talk first about the collaboration that Carl was referencing there. How how have you seen that it is enabling colleagues and teams to communicate differently, interact in new and different ways, both internally and externally. As Carl said, >>No, thank you for that. And I've got to give called a lot of credit because as we started to think about this journey, it was clear was a bold ambition. It was, uh, something that, you know, we had all to do differently. And so the concept of the power of three that Karl has constructed has become a label for us as a way to think about what are we going to do to collectively drive this journey forward? And to me, the unique ways of collaboration means three things. The first one is that what is expected is that the three parties they're going to come together, and it's more than just the sum of our resource is, and by that I mean that we have to bring all of ourselves all of our collective capabilities as an example. Amazon has amazing supply chain capabilities there. One of the best at supply chain. So in addition to Resource is when we have supply chain innovations, that's something that they're bringing in addition to just talent and assets. Similarly, for Accenture, right, we do a lot in the talent space. So how do we bring our thinking as to how we apply best practices for talent to this partnership? So as we think about this, so that's that's the first one. The second one is about shared success. Very early on in this partnership, we started to build some foundations and actually develop seven principles that all of us would look at it as the basis for this success shared success model. And we continue to hold that sort of in the forefront as we think about this collaboration. And maybe the third thing I would say is this one team mindset. So whether it's the three of our CEO's that get together every couple of months to think about this partnership or it is the governance model that Karl has put together, which has all three parties in the governance and every level of leadership, we always think about this as a collective group so that we can keep that front and center. And what this, I think, ultimately has enabled us to do Is it allowed us to move its speed, be more flexible and ultimately all be looking at the target the same way the North south? The same way. >>Brian. What? What about you? What have you observed? What are you thinking about? In terms of how this is helping teams collaborate differently? >>Yeah, absolutely. And Georgia made some great points there. And I think if you really think about what he's talking about, it's that diversity of talent, diversity of skill and viewpoint and even culture. Right? And so we see that in the power of three. And I think if we drilled down into what we see at Takeda and frankly, Takeda was really, I think, pretty visionary and on their way here, right, and taking this kind of cross functional approach and applying it to how they operate day to day. So moving from a more functional view of the world to more of a product oriented view of the world, right? So when you think about, we're gonna be organized around a product or service or capability that we're gonna provide to our customers are patients or donors. In this case, it implies a different structure, although altogether in a different way of thinking. Right, because now you've got technical people in business experts and marketing experts all working together in This is sort of a cross collaboration, and what's great about that is it's really the only way to succeed with Cloud, right, because the old ways of thinking where you've got application people in infrastructure, people and business people is sub optimal, right, because we can all access this tools and capabilities. And the best way to do that isn't across kind of a cross collaborative way. And so this is product oriented mindset of Takeda was already on, I think is allowed us to move faster in those areas. >>Carl, I wanna go back to this idea of unlocking talent and culture, and this is something that both Brian and origin have talked about. Two people are are an essential part of their at the heart of your organization. How will their experience of work change and how are you helping reimagine and reinforce a strong organizational culture, particularly at this time when so many people are working remotely. >>Yeah, that's a great question. And it's something that, you know, I think we all have to think a lot about. I mean, I think, you know, driving this this call this this digital and data kind of capability building takes a lot of a lot of thinking. So I mean, there's a few different elements in terms of how we're tackling this one is we're recognizing. And it's not just for the technology organization or for those actors that that we're innovating with. But it's really across, you know, all of Takeda. We're working through ways of raising what I'll call the overall digital leaders literacy of the organization. You know, what are the, You know, what are the skills that are needed almost at a baseline level, even for, ah, global biopharmaceutical company? And how do we deploy? I'll call it Those learning resource is very broadly, and then secondly, I think that, you know, we're very clear that there's a number of areas where they're very specialized skills that are needed. Uh, my organization is one of those, and so, you know, we're fostering ways in which you know, were very kind of quickly kind of creating avenues, excitement for for associates in that space. So one example specifically is we use, you know, during these very much sort of remote sort of days, we use what we call global it me days, and we set a day aside every single month and this last Friday. Um, you know, we create during that time, it's time for personal development. Um, and we provide active seminars and training on things like, you know, robotic process automation, Data Analytics Cloud. Uh, in this last month, we've been doing this for months and months now, but in his last month, more than 50% of my organization participated. And there's this huge positive shift, both in terms of access and excitement about really harnessing those new skills and being able to apply them on. So I think that that's, you know, 11 element that can be considered. And then thirdly, of course, every organization has to work on. How do you prioritize talent, acquisition and management and competencies that you can't re skill? I mean, there's just some new capabilities that we don't have, And so there's a large focus that I have with our executive team in our CEO and thinking through those critical roles that we need to activate in order kind of thio build on this, uh, this business led cloud transformation and lastly, probably the hardest one. But the one that I'm most jazzed about is really this focus on changing the mindsets and behaviors. Andi, I think there, you know, this is where the power of three is really kind of coming together nicely. E mean, we're working on things like, you know, how do we create this patient obsessed curiosity? Um, and really kind of unlock innovation with a really kind of a growth mindset, Uh, and the level of curiosity that's needed not to just continue to do the same things, but to really challenge the status quo. So that's one big area of focus. We're having the agility toe act just faster. I mean, toe worry less. I guess I would say about kind of the standard chain of command, but how do you make more speedy, more courageous decisions? And this is places where we can emulate the way that ah, partner like AWS works? Or how do we collaborate across the number of boundaries, you know, and I think origin spoke eloquently to a number of partnerships that we can build so we can break down some of these barriers and use these networks. Um, whether it's within our own internal ecosystem or externally, to help to create value faster. So a lot of energy around ways of working we'll have to check back in. But, I mean, we're early in on this mindset and behavioral shift, but a lot of good early momentum. >>Carl, you've given me a good segue to talk to Brian about innovation because you said a lot of the things that I was the customer obsession and this idea of innovating much more quickly. Obviously. Now the world has its eyes on drug development, and we've all learned a lot about it in the past few months. And accelerating drug development is all of is of great interest to all of us. Brian How does a transformation like this help a company's ability to become more agile and more innovative? Add quicker speed to >>Yeah, No, absolutely. And I think some of the things that Karl talked about just now are critical to that. Right? I think, where sometimes you know, folks fall short is they think, you know, we're going to roll out the technology and the technology is going to be the Silver Bullet, where, in fact it is. The culture it is is the talent, and it's the focus on that. That's going to be, you know, the determinant of success. And I will say, You know, in this power of three arrangement, Karl talked a lot about the pyramid, um, talent and culture and that change. And that kind of thinking about that has been a first class citizen since the very beginning. Right? That absolutely is critical for being there. Um and so that's been that's been key. And so we think about innovation at Amazon and AWS, and Carl mentioned some of things that, you know, partner like AWS can bring to the table is we talk a lot about builders, right? So we're kind of obsessive about builders, Onda. We mean what we mean by that is way at Amazon, we hire for builders, we cultivate builders and we like to talk to our customers about it as well. And it also implies a different mindset. Right? When you're a builder, you have that curiosity. You have that ownership. You have that steak and whatever I am creating. I'm going to be a co owner of this product or the service right getting back to that kind of product oriented mindset. And it's not just the technical people or the I t. People who are builders. It is also the business people, as Karl talked about right. So when we start thinking about innovation again, where we see folks kind of get into a little bit of innovation, pilot paralysis is that you can focus on the technology. But if you're not focusing on the talent and the culture and the processes and the mechanisms, you're gonna be putting out technology. But you're not gonna have an organization that's ready to take it and scale and accelerated right, and so that's that's been absolutely critical. So just a couple of things we've been doing with with Takeda indicate, has really been leading the way is think about a mechanism and a process, and it's really been working backwards from the customer, right? In this case again, the patient and the donor. And that was an easy one because a key value of decadas is to be a patient focused biopharmaceutical, right? So that was embedded in their DNA. So that working back from that, that patient, that donor was a key part of that process. And that's really deep in our DNA as well in eccentrics. And so we're able to bring that together. The other one is, is getting used to experimenting and even perhaps failing right and being able to reiterate and fail fast and experiment and understanding that you know some decisions, what we call it at Amazon or to a doors meaning you could go through that door not like what you see and turn around and go back. And cloud really helps there. Because the cost of experimenting and the cost of failure is so much lower than it's ever been. You could do it much faster, and the implications there so much less so just a couple of things that we've been really driving with a kid around innovation that's been really critical. >>Carl, where are you already seeing signs of success? >>Yeah, No, it's a great question. And so we chose, you know, with our focus on innovation to try to unleash maybe the power of data digital in uh, focusing on what I call sort of a maid. And so we chose our plasma derived therapy business. Um and you know, the plasma drive therapy business unit? It develops critical lifesaving therapies for patients with a rare and complex diseases. Um, but what we're doing is by bringing kind of our energy together, we're focusing on creating called State of the art digitally connected donation centers. And we're really modernizing. You know, the donor experience right now we're trying Thio improve. Also, I'll call it the overall Plasma Collection process. And so we've selected a number of uncle at very high speed pilots that were working through right now specifically in this in this area, and we're seeing really great results already on DSO. That's that's one specific area of focus. >>Arjun, I want you to close this out here. Any ideas? Any best practices advice you would have for other pharmaceutical companies that are that are at the early stage of their cloud journey. >>Sorry. Was that for me? >>Yes. Sorry. Urgent? >>Yeah. No, I was breaking up a bit. No, I think the key is what sort of been great for me to see is that when people think about cloud, you know, you always think about infrastructure technology. The reality is that the cloud is really the true enabler for innovation at innovating at scale. And if you think about that, right and all the components that you need, ultimately, that's where the value is for the company, right? Because, yes, you're gonna get some cost synergies, and that's great. But the true value is And how do we transform the organization? The case of Takeda and a life sciences clients, right. We're trying to take a 14 year process of research and development that takes billions of dollars and compress that right. Tremendous amounts of innovation, opportunity. You think about the commercial aspect, lots of innovation can come that the plasma derived therapy is a great example of how we're gonna really innovate to change the trajectory of that business. So I think innovation is at the heart of what most organizations need to do. And the formula the cocktail that Takeda has constructed with this Fuji program really has all the ingredients, um, that are required for that success. >>Great. Well, thank you so much. Arjun, Brian and Carl was really an enlightening conversation. >>Thank you. It's been a lot of >>fun. Thank you. >>Uh, been fun. Thanks, Rebecca. >>And thank you for tuning into the Cube. Virtual is coverage of the Accenture Executive Summit.

Published Date : Dec 1 2020

SUMMARY :

And what happens when you bring together the scientific know how of a global bias Pleasure to be here. and Brian Bowen, global director and head of the Accenture AWS Business Group at And so, you know, while I think I'll call it this Cloud Journeys already has always been a part of our strategy. Sitting at the very top, um, and So I think with that, you know, How how have you seen that it is enabling colleagues and teams to communicate And so the concept of the power of three that Karl has constructed has become a What have you observed? And I think if you really think about what he's talking about, How will their experience of work change and how are you helping reimagine And it's something that, you know, I think we all have to think a lot about. And accelerating drug development is all of is of great interest That's going to be, you know, the determinant of success. And so we chose, you know, Arjun, I want you to close this out here. Was that for me? sort of been great for me to see is that when people think about cloud, you know, Well, thank you so much. It's been a lot of Thank you. Uh, been fun. And thank you for tuning into the Cube.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
BrianPERSON

0.99+

AmazonORGANIZATION

0.99+

Brian BowenPERSON

0.99+

Carl HickPERSON

0.99+

Rebecca KnightPERSON

0.99+

AWSORGANIZATION

0.99+

CarlPERSON

0.99+

AaronPERSON

0.99+

RebeccaPERSON

0.99+

Brian BohanPERSON

0.99+

Karl HickPERSON

0.99+

KarlPERSON

0.99+

AccentureORGANIZATION

0.99+

Arjun BediPERSON

0.99+

threeQUANTITY

0.99+

14 yearQUANTITY

0.99+

ArjunPERSON

0.99+

TakedaORGANIZATION

0.99+

three partiesQUANTITY

0.99+

OneQUANTITY

0.99+

bothQUANTITY

0.99+

more than 50%QUANTITY

0.99+

less than 10 yearsQUANTITY

0.99+

Two peopleQUANTITY

0.99+

second componentQUANTITY

0.99+

BothQUANTITY

0.99+

last monthDATE

0.99+

three organizationsQUANTITY

0.99+

first oneQUANTITY

0.99+

seven principlesQUANTITY

0.98+

todayDATE

0.98+

TodayDATE

0.98+

last FridayDATE

0.98+

oneQUANTITY

0.98+

Accenture AWS Business GroupORGANIZATION

0.98+

second oneQUANTITY

0.98+

one exampleQUANTITY

0.98+

Accenture Executive SummitEVENT

0.98+

third thingQUANTITY

0.98+

Amazon WebORGANIZATION

0.97+

TakedaLOCATION

0.97+

11 elementQUANTITY

0.96+

billions of dollarsQUANTITY

0.96+

AndiPERSON

0.96+

firstQUANTITY

0.95+

Cube VirtualCOMMERCIAL_ITEM

0.95+

ShireORGANIZATION

0.94+

KitoORGANIZATION

0.94+

three thingsQUANTITY

0.93+

one teamQUANTITY

0.93+

Colin Blair & David Smith, Tech Data | HPE Discover 2020


 

>>from around the globe. It's the Cube covering HP. Discover Virtual experience Brought to you by HP. >>Welcome to the Cube's coverage of HP Discover 2020 Virtual Experience. I'm Lisa Martin, and I'm pleased to be joined by two guests from HP longtime partner Tech Data. We have calling Blair the vice president of sales and marketing of I. O. T. And Data Solutions and David Smith, H P E Pre Sales Field Solutions are common. And David, Welcome to the Cube. Thanks, Lisa. Great to see. So let's start with the calling. HP and Technical have been partners for over 40 years, but tell our audience a little bit about tech data before we get into the specifics of what you're doing and some of the cool I o. T. Stuff with HP. I >>think that the Tech data is a Fortune 100 distributor. We continued to evolved to be a solutions aggregator in these next generation technology businesses. As you've mentioned, we've been serving the I T distribution markets globally for for 40 plus years, and we're now moving into next generation technologies like Wild Analytics, I O. T and Security bubble Lifecycle Management services. But to be able todo position ourselves with our customer base and the needs of their clients have. So I'm excited to be here today to talk a little bit about what we're doing in I, O. T. And Analytics with David on the HPC side >>and in addition to the 40 plus years of partnership calling that you mentioned that Detected and HP have you've got over 200 plus hp. Resource is David, you're one of those guys in the field. Talk to us about some of the things that you're working on with Channel Partners Table David to enable them, especially during such crazy times of living and now >>absolutely, absolutely so. What we can do is we can provide strong sales and technical enablement if your team, for example, wants to better understand how to position HP portfolio if they require assistance and architect ing a secure performance i o t. Solution. We can help ensure that you're technical team is fully capable of having that conversation, and it's one that they're able to have of confidence, weaken validate the proposed HP solutions with the customers, technical requirements and proposed use case. We can even exist on a customer calls, if it would, would benefit our partner to kind of extend out to that. We also have a a a deep technical bench that Colin can speak to in the OT space toe lean on as well. For so solution is that kind of span into the space beyond where HP typically operates, which would be edge, compute computing and network. Sic security. >>Excellent call and tell me a little bit about Tech Data's investments in I o. T. When did this start? What are you guys doing today? >>Sure, we started in the cloud space. First tackle this opportunity in data center modernization and hybrid cloud. That was about seven years ago. Shortly thereafter we started investing very materially in the security cyber security space. And then we follow that with Data Analytics and then the Internet of things. Now we've been in those spaces with our long term partners for some time. But now that we're seeing this movement to the intelligent edge and a real focus on business outcomes and specialization, we've kind of tracked with the market, and we feel like we've invested a little bit ahead of where the channel is in terms of supporting our ecosystem of partners in this space. >>So the intelligent edge has been growing for quite some time. Poland in the very unique times that we're living in in 2020 how are you seeing that intelligent edge expand even more? And what are some of the pressing opportunities that tech data and HPC i O T solutions together can address? >>So a couple. So the first is a Xai mentioned earlier just data center modernization. And so, in the middle of code 19 and perhaps postcode 19 we're going to see a lot of clients that are really focused on monetizing the things that they've got. But doing so to drive business outcomes. We believe that increasingly, the predominance of use cases and compute and analytics is going to move to the edge. And HP has got a great portfolio for not just on premise high performance computing but also hybrid cloud computing. And then when we get into the edge with edge line and networking with Aruba and devices that need to be a digitized and sense arised, it's a really great partnership. And then what we're able to do also, Lisa, is we've been investing in vertical markets since 2000 and seven, and I've been a long the ride with that team, most all of that way. So we've got deep specialization and healthcare and industrial manufacturing, retail and then public sector. And then the last thing we've kind of turned on here recently just last month is a strategic partnership in the smarter cities space. So we're able to leverage a lot of those vertical market capabilities. Couple that with our HP organization and really drive specialized repeatable solutions in these vertical markets, where we believe increasingly, customers are going to be more interested in a repeatable solutions that can drive quick proof of value proof of concepts with minimal viable what kinds of products. And that's that's kind of the apartment today with RHB Organization and the HP Corporation >>David. Let's double click into some of those of vertical markets that Colin mentioned some of the things that pop into minor healthcare manufacturing. As we know, supply chains have been very challenged during covered. Give us an insight into what you're hearing from channel partners now virtually, but what are some of the things that are pressing importance? >>So from a pressing and important to Collins exact point, and your exact point as well is really it's all about the edge computing space now from a product perspective Azaz Colin had mentioned earlier. HP has their edge line converged systems, which is kind of taking the functionality of OT and edge T Excuse me of OT and I t and combine it into a single edge processing compute solution. You kind of couple that with the ability to configure components such as Tesla GP, use in specific excellent offerings to offer an aid and things like realtime, video processing and analytics. Uh, and a perfect example of this is, ah so for dissing and covert space. If if I need to be able to analyze a group of people to ensure they're staying as far apart as possible or, you know within self distant guidelines, that is where kind of the real time that's like an aspect of things can be taken advantage of same things with with the leveraging cameras where you could actually take temperature detection as as well, so it's really kind of best to think of Edge Lines Solutions is data center computing at the edge kind of transition into the Aruba space. Uh Rubio says offerings aid in the island Security is such a clear pass device inside, which allows for device discovery of network and monitoring of wired and wireless devices. There's also Aruba asset tracking and real time location of solutions, and that's particularly important in the healthcare space as well. If I have a lot of high value assets, things like wheelchairs, things like ventilation devices, where these things low located within my facilities and how can I keep keep track of them? They also, and by that I mean HP. They also kind of leveraging expanse ecosystem of partners. As an example, they leverage thing works allow their i o t solutions as well, when you kind of tying it all together with HP Point. Next to the end, customers provided with comprehensive loyalty solution. >>So, Colin, how ready? Our channel partners and the end user customers to rapidly pivot and start either deploying more technologies at the edge to be able to deliver some of the capabilities that David talked about in terms of analytics and sensors for social distancing. How ready are the channel partners and customers to be able to understand, adopt and execute this technology. >>So I think on the understanding side, I think the partners are there. We've been talking about digital transformation in the channel for a couple of years now, and I think what's happened through the 19 Pandemic is that it's been a real spotlight on the need for those business outcomes to to solve for very specific problems. And that's one of the values that we serve in the channel. So we've got a solution offering that we call our solution factory. And what we do really says is we leverage a process to look outside the industry. At Gartner, Magic Quadrant Solutions forced a Wave G two crowd. You know, top leaders, visionaries and understand What are those solutions that are in demand in these vertical markets that we talked about? And then we do a lot of work with David and his team internally in the HP organization to be able to do that and then build out that reference architectures so that we know that there's a solution that drives a bill of materials and a reference architecture that's going to work that clients are going to need and then we can do it quickly. You know, Tech data. Everything's about being bold, acting now getting scale. And we've got a large ecosystem partners that already have great relationships. So we pride ourselves on being able to identify what are those solutions that we can take to our partners that they can quickly take to their end users where you know we've We've kind of developed out what we think the 70 or 80% of that solution is going to look like. And then we drive point next and other services capabilities to be able to complete that last mile, if you will, of some of the customization. So we're helping them. For those who aren't ready, we're helping them. For those who already have very specific use cases and a practice that they drive with repeatable solutions were coming alongside them and understanding. What can we do? Using a practice builder approach, which is our consultative approach to understand where our partners are going in the market, who their clients are, what skill sets do they have? What supplier affinities do they want to drive? What brand marketing or demand generation support do they need? And that's where we can take some of these solutions, bring them to bear and engage in that consultative engagement to accelerate being ready as, as you rightly say, >>so tech. It has a lot of partners. You in general. You also have a lot of partners in the i o T space calling What? How do you from a marketing hat perspective? How do you describe the differentiation that Tech data and HP ease Iot solutions delivered to the channel to the end user? >>A couple of different things? I think that's that's differentiation. And that's one of the things that we strive for in the channel is to be specialized and to be competitively differentiated. And so the first part, I say to all of my team, Lisa, is you know, whether it's our solution consultants or our technical consultants, our solutions to the developers or the software development team that works my organization. Our goal is to be specialized in such a way that we're having relevant value added conversations not only our channel partners, but also end users of our partners want to bring us into those conversations, and many do. The next is really education and enablement as you would expect. And so there's a lot of things that are specialized in our technical. We drive education certification programs, roadshows, seminars, one of the things that we're seeing a lot of interest now. Lisa is for a digital marketing, and we're driving. Some really need offerings around digital marketing platforms that not only educate our partners but also allow our partners to bring their end users and tour some of this some of these technologies. So whether it's at our Clearwater office, where we've got an I. O T. Solution center, that we we take our partners and their clients through or we're using our facilities Teoh to do executive briefings and ideation as a service that, you know, kind of understanding the art of the possible. With both our resellers and their clients work, we're using our solution. Our solution catalogs that we've built an interactive pdf that allows our partners to understand over 50 solutions that we've got and then be able to identify. Where would they like to bring in David and his team and then my consultants to do that, that deep planning on business development, uh, that we talked about a little bit earlier. >>So the engagement right now is maybe even more important than it has been in a while because it's all hands off and virtual David. Talk to me about some of the engagement and the enablement piece that call and talked about. How are you able to really keep a channel partner and their end user customers engaged and interested in what you're able to deliver through this from New Virtual World? >>That's a great, great question. And we work in conjunction with our marketing teams to make sure that as new technologies and quite in I O. T space as well as within the HP East base as well that that our channel partners are educated and aware that these solutions exist. I know for a fact that for the majority of them you kind of get this consistent bombardment of new technology. But being able to actually have someone go out and explain it and then being able to correspondingly position it's use case and it's functionality and why it would provide value for your end customer is one of the benefits of tech data ads to kind of build upon that previous statement. The fact that We have such a huge portfolio of partners, so you kind of have HP and the edge compute space. But we have so many different partners in the OT space where it's really just a phone call, an email, a Skype message, a way to have that conversation around interoperability and then provide those responses back to our partners. >>Excellent. One more question before we go. Colin for you, A lot of partners. Why HP fry Mt. >>So a couple of reasons? One of the one of the biggest reasons as HP is just a great partner. And so when you look at evaluating I. O. T solutions that tend to be pretty comprehensive in many cases, Lisa it takes 10 or 12 partners to complete a really i o t solution and address that use case that that's in the field. And so when you have a partner like HP who's investing in these programs, investing in demand generation, investing in the spectrum of technology, whether it's hybrid Cloud Data Center, compute storage or your edge devices and Iot gateways, then to be able to contextualize those into what we call market ready solutions in each one of these vertical markets where there's references and there's use cases. And there were coupling education that specific rest of solutions. You know HP can do all of those things, and that's very important. Because in this new world, no one can go it alone anymore. It takes it takes partnerships, and we're all better together. And HP really does embrace that philosophy. And they've been a great partner for us in the Iot space. >>Excellent. Well, Colin and David, thank you so much for joining me today on the Cube Tech data. H p e i o t better together. Thank you so much. It's been a pleasure talking with you. >>Thank you. >>Thank you. Lisa. >>And four Collet and David. I am Lisa Martin. You're watching the Cube's virtual coverage of HP Discover 2020. Thanks for watching. Yeah, yeah, yeah, yeah.

Published Date : Jun 23 2020

SUMMARY :

Discover Virtual experience Brought to you by HP. And David, Welcome to the Cube. But to be able todo position ourselves with our customer base and the and in addition to the 40 plus years of partnership calling that you mentioned that Detected team is fully capable of having that conversation, and it's one that they're able to have of confidence, What are you guys doing today? And then we follow that with Data Analytics and then the Internet So the intelligent edge has been growing for quite some time. And that's that's kind of the apartment today with RHB Organization that pop into minor healthcare manufacturing. You kind of couple that with the ability to configure How ready are the channel partners and customers to be able to that clients are going to need and then we can do it quickly. You also have a lot of partners in the i o T And so the first part, I say to all of my team, Lisa, is you know, So the engagement right now is maybe even more important than it has been in a while because a fact that for the majority of them you kind of get this consistent bombardment One more question before we go. And HP really does embrace that philosophy. Thank you so much. Thank you. And four Collet and David.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

Lisa MartinPERSON

0.99+

10QUANTITY

0.99+

ColinPERSON

0.99+

BlairPERSON

0.99+

David SmithPERSON

0.99+

LisaPERSON

0.99+

HPORGANIZATION

0.99+

70QUANTITY

0.99+

2020DATE

0.99+

Azaz ColinPERSON

0.99+

12 partnersQUANTITY

0.99+

Colin BlairPERSON

0.99+

GartnerORGANIZATION

0.99+

2000DATE

0.99+

40 plus yearsQUANTITY

0.99+

ArubaLOCATION

0.99+

two guestsQUANTITY

0.99+

FirstQUANTITY

0.99+

80%QUANTITY

0.99+

Magic Quadrant SolutionsORGANIZATION

0.99+

OneQUANTITY

0.99+

ColletPERSON

0.99+

code 19OTHER

0.99+

first partQUANTITY

0.99+

firstQUANTITY

0.99+

over 40 yearsQUANTITY

0.99+

SkypeORGANIZATION

0.99+

oneQUANTITY

0.98+

todayDATE

0.98+

One more questionQUANTITY

0.98+

bothQUANTITY

0.98+

ArubaORGANIZATION

0.98+

PolandLOCATION

0.97+

over 50 solutionsQUANTITY

0.97+

RubioPERSON

0.97+

last monthDATE

0.97+

Wild AnalyticsORGANIZATION

0.97+

HP CorporationORGANIZATION

0.96+

postcode 19OTHER

0.96+

I O. TORGANIZATION

0.95+

I. O. T. And Data SolutionsORGANIZATION

0.94+

CollinsPERSON

0.94+

singleQUANTITY

0.93+

Cube TechORGANIZATION

0.91+

about seven years agoDATE

0.91+

RHB OrganizationORGANIZATION

0.9+

Nitin Madhok, Clemson University | Splunk .conf19


 

>>live from Las Vegas. It's the Cube covering Splunk dot com. 19. Brought to you by spunk >>Welcome back Everyone's two cubes Live coverage from Las Vegas. Four Splunk dot com 2019 The 10th anniversary of their and user conference I'm John Free host of the key that starts seventh year covering Splunk Riding the wave of Big Data Day three of our three days were winding down. Our show are great to have on next guest Didn't Medoc executive director be Ibis Intelligence? Advanced Data Analytics at Clemson University Big A C C. Football team Everyone knows that. Great stadium. Great to have you on. Thanks for spending the time to come by and on Day three coverage. >>Thanks, John, for having me over. >>So, you know, hospitals, campuses, some use cases just encapsulate the digital opportunities and challenges. But you guys air have that kind of same thing going on. You got students, you got people who work there. You got a I ot or campus to campus is you guys are living the the real life example of physical digital coming together. Tell us about what's going on in your world that Clemson wouldn't your job there. What's your current situation? >>So, like you mentioned, we have a lot of students. So Clemson's about 20,000 undergraduate, children's and 5000 graduate students way faculty and staff. So you're talking about a lot of people every semester. We have new devices coming in. We have to support the entire network infrastructure, our student information systems on and research computing. So way we're focused on how convene make students lives better than experience. Better on how convene facilitated education for them. So way try toe in my role. Specifically, I'm responsible for the advanced eight analytics, the data that we're collecting from our systems. How can we? How can you use that on get more insides for better decision making? So that's that's >>Is a scope university wide, or is it specifically targeted for certain areas? >>So it does interest divide. So we have. We have some key projects going on University wide way, have a project for sure and success. There's a project for space utilization and how how, how we can utilize space and campus more efficiently. And then we're looking at energy energy usage across buildings campus emergency management idea. So we've got a couple of projects, and then Pettersson projects that most hired edge motion overseas work on this father's retention enrollment, graduation rates. How how the academics are. So so we're doing the same thing. >>What's interesting is that the new tagline for Splunk is data to everything. You got a lot of things. Their data. Ah, lot of horizontal use cases. So it seems to me that you have, ah, view and we're kind of talking on camera before we went live here was Dana is a fluid situation is not like just a subsystem. It's gotta be every native everywhere in the organization on touched, touches everything. How do you guys look at the data? Because you want to harness the data? Because data getting gathering on, say, energy. Your specialization might be great data to look at endpoint protection, for instance. I don't know. I'm making it up, but data needs to be workable. Cross. How do you view that? What's what's the state of the art thinking around data everywhere? >>So the key thing is, we've got so many IOC's. We've got so many sensors, we've got so many servers, it's it's hard when you work with different technologies to sort of integrate all of them on in the industry that have bean Some some software companies that try to view themselves as being deking, but really the way to dress it does you look at each system, you look at how you can integrate all of that, all of that data without being deking. So you basically analyze the data from different systems. You figured out a way to get it into a place where you can analyze it on, then make decisions based on that. So so that's essentially what we've been focused on. Working on >>Splunk role in all this is because one of things that we've been doing spot I've been falling spunk for a long time in a very fascinated with law. How they take log files and make make value out of that. And their vision now is that Grew is grow is they're enabling a lot of value of the data which I love. I think it's a mission that's notable, relevant and certainly gonna help a lot of use cases. But their success has been about just dumping data on display and then getting value out of it. How does that translate into this kind of data space that you're looking at, because does it work across all areas? What should what specifically are you guys doing with Splunk and you talk about the case. >>So we're looking at it as a platform, like, how can we provide ah self service platform toe analysts who can who can go into system, analyze the data way not We're not focusing on a specific technology, so our platform is built up of multiple technologies. We have tableau for visual analytics. We're also using Splunk. We also have a data warehouse. We've got a lot of databases. We have a Kafka infrastructure. So how can we integrate all of these tools and give give the choice to the people to use the tools, the place where we really see strong helping us? Originally in our journey when we started, our network team used to long for getting log data from switches. It started off troubleshooting exercise of a switch went down. You know what was wrong with it? Eventually we pulled in all for server logs. That's where security guard interested apart from the traditional idea of monitoring security, saw value in the data on. And then we talked about the whole ecosystem. That that's one provides. It gives you a way to bring in data withdrawal based access control so you can have data in a read only state that you can change when it's in the system and then give access to people to a specific set of data. So so that's that's really game changing, even for us. Like having having people be comfortable to opening data to two analysts for so that they can make better decisions. That's that's the key with a lot of product announcements made during dot com, I think the exciting thing is it's Nargis, the data that you index and spunk anymore, especially with the integration with With Dew and s three. You don't have to bring in your data in response. So even if you have your data sitting in history, our audio do cluster, you can just use the data fabric search and Sarge across all your data sets. And from what I hear that are gonna be more integrations that are gonna be added to the tool. So >>that's awesome. Well, that's a good use. Case shows that they're thinking about it. I got to ask you about Clemson to get into some of the things that you guys do in knowing Clemson. You guys have a lot of new things. You do your university here, building stuff here, you got people doing research. So you guys are bringing on new stuff, The network, a lot of new technology. Is there security concerns in terms of that, How do you guys handle that? Because you want to encourage innovation, students and faculty at the same time. You want gonna have the data to make sure you get the security without giving away the security secrets are things that you do. How do you look at the data when you got an environment that encourages people to put more stuff on the network to generate more data? Because devices generate data project, create more data. How do you view that? How do you guys handle that? >>So our mission and our goal is not to disrupt the student experience. Eso we want to make it seem less. And as we as we get influx of students every semester, we have way have challenges that the traditional corporate sector doesn't have. If you think about our violence infrastructure. We're talking about 20 25,000 students on campus. They're moving around. When, when? When they move from one class to another, they're switching between different access points. So having a robust infrastructure, how can we? How can we use the data to be more proactive and build infrastructure that's more stable? It also helps us plan for maintenance is S O. We don't destruct. Children's so looking at at key usage patterns. How what time's Our college is more active when our submissions happening when our I. D. Computing service is being access more and then finding out the time, which is gonna be less disruptive, do the students. So that's that's how we what's been >>the biggest learnings and challenges that you've overcome or opportunities that you see with data that Clemson What's the What's the exciting areas and or things that you guys have tripped over on, or what I have learned from? We'll share some experiences of what's going on in there for you, >>So I think Sky's the limit here. Really like that is so much data and so less people in the industry, it's hard to analyze all of the data and make sense of it. And it's not just the people who were doing the analysis. You also need people who understand the data. So the data, the data stores, the data trustees you need you need buy in from them. They're the ones who understand what data looks like, how how it should be structured, how, how, how it can be provided for additional analysis s Oh, that's That's the key thing. What's >>the coolest thing you're working on right now? >>So I'm specifically working on analyzing data from our learning management system canvas. So we're getting data informer snapshots that we're trying to analyze, using multiple technologies for that spunk is one of them. But we're loading the data, looking at at key trends, our colleges interacting, engaging with that elements. How can we drive more adoption? How can we encourage certain colleges and departments, too sort of moved to a digital classroom Gordon delivery experience. >>I just l a mess part of the curriculum in gym or online portion? Or is it integrated into the physical curriculum? >>So it's at this time it's more online, But are we trying to trying to engage more classes and more faculty members to use the elements to deliver content. So >>right online, soon to be integrated in Yeah, you know, I was talking with Dawn on our team from the Cube and some of the slum people this week. Look at this event. This is a physical event. Get physical campuses digitizing. Everything is kind of a nirvana. It's kind of aspiration is not. People aren't really doing 100% but people are envisioning that the physical and digital worlds are coming together. If that happens and it's going to happen at some point, it's a day that problem indeed, Opportunity date is everything right? So what's your vision of that as a professional or someone in the industry and someone dealing with data Clemson Because you can digitize everything, Then you can instrument everything of your instrument, everything you could start creating an official efficiencies and innovations. >>Yes, so the way I think you you structure it very accurately. It's amalgam of the physical world and the digital world as the as the as the world is moving towards using more more of smartphones and digital devices, how how can we improve experience by by analyzing the data on and sort of be behind the scenes without even having the user. The North is what's going on trading expedience. If the first expedience is in good that the user has, they're not going to be inclined to continue using the service that we offer. >>What's your view on security now? Splunk House League has been talking about security for a long time. I think about five years ago we started seeing the radar data. Is driving a lot of the cyber security now is ever Everyone knows that you guys have a lot of endpoints. Security's always a concern. How do you guys view the security of picture with data? How do you guys talk about that internally? How do you guys implement data without giving me a secret? You know, >>way don't have ah ready Good Cyber Security Operation Center. That's run by students on. And they do a tremendous job protecting our environment. Way monitored. A lot of activity that goes on higher I deserve is a is a challenge because way have in the corporate industry, you can you can have a set of devices in the in the higher education world We have students coming in every semester that bringing in new, important devices. It causes some unique set of challenges knowing where devices are getting on the network. If if there's fishing campaigns going on, how can be, How can we protect that environment and those sort of things? >>It is great to have you on. First of all, love to have folks from Clemson ons great great university got a great environment. Great Great conversation. Congratulations on all your success on their final question for you share some stories around some mischief that students do because students or students, you know, they're gonna get on the network and most things down. Like when when I was in school, when we were learning they're all love coding. They're all throwing. Who knows? Kitty scripts out there hosting Blockchain mining algorithms. They gonna cause some creek. Curiosity's gonna cause potentially some issues. Um, can you share some funny or interesting student stories of caught him in the dorm room, but a server in there running a Web farm? Is there any kind of cool experiences you can share? That might be interesting to folks that students have done that have been kind of funny mistress, but innovative. >>So without going into Thio, I just say, Like most universities, we have, we have students and computer science programs and people who were programmers and sort of trying to pursue the security route in the industry. So they, um, way also have a lot of research going on the network on. And sometimes research going on may affect our infrastructure environment. So we tried toe account for those use cases and on silo specific use cases and into a dedicated network. >>So they hit the honeypot a lot. They're freshmen together. I'll go right to the kidding, of course. >>Yes. So way do we do try to protect that environment on Dhe. Makes shooting experience better. >>I know you don't want to give any secrets. Thanks for coming on. I always find a talk tech with you guys. Thanks so much appreciated. Okay. Cube coverage. I'm shot for a year. Day three of spunk dot com for more coverage after this short break

Published Date : Oct 24 2019

SUMMARY :

19. Brought to you by spunk Great to have you on. to campus is you guys are living the the real life example How can you use that on How how the academics are. So it seems to me that you have, ah, view and we're kind of talking on camera before we went live here but really the way to dress it does you look at each system, guys doing with Splunk and you talk about the case. So even if you have your data sitting in history, get into some of the things that you guys do in knowing Clemson. So our mission and our goal is not to disrupt the the data stores, the data trustees you need you need buy in from them. So we're getting data informer So it's at this time it's more online, But are right online, soon to be integrated in Yeah, you know, I was talking with Dawn on our team from the Yes, so the way I think you you structure it very accurately. How do you guys talk about that internally? the corporate industry, you can you can have a set of devices in the in the It is great to have you on. also have a lot of research going on the network on. So they hit the honeypot a lot. I always find a talk tech with you guys.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JohnPERSON

0.99+

100%QUANTITY

0.99+

Nitin MadhokPERSON

0.99+

Las VegasLOCATION

0.99+

two analystsQUANTITY

0.99+

SplunkORGANIZATION

0.99+

John FreePERSON

0.99+

two cubesQUANTITY

0.99+

Ibis IntelligenceORGANIZATION

0.99+

DawnPERSON

0.98+

three daysQUANTITY

0.98+

Clemson UniversityORGANIZATION

0.98+

each systemQUANTITY

0.98+

ThioPERSON

0.98+

a yearQUANTITY

0.98+

seventh yearQUANTITY

0.98+

first expedienceQUANTITY

0.97+

oneQUANTITY

0.97+

ClemsonPERSON

0.97+

5000 graduate studentsQUANTITY

0.97+

this weekDATE

0.97+

SkyORGANIZATION

0.96+

10th anniversaryQUANTITY

0.96+

one classQUANTITY

0.96+

Day threeQUANTITY

0.96+

about 20,000 undergraduateQUANTITY

0.95+

2019DATE

0.95+

ClemsonORGANIZATION

0.94+

MedocORGANIZATION

0.94+

Splunk .conf19OTHER

0.92+

Splunk House LeagueORGANIZATION

0.92+

FirstQUANTITY

0.92+

about five years agoDATE

0.92+

ClemsonLOCATION

0.91+

about 20 25,000 studentsQUANTITY

0.9+

CubeORGANIZATION

0.89+

PetterssonPERSON

0.89+

KafkaTITLE

0.83+

GordonPERSON

0.82+

eight analyticsQUANTITY

0.82+

spunk dot comORGANIZATION

0.82+

Advanced Data AnalyticsORGANIZATION

0.8+

FourQUANTITY

0.74+

DewORGANIZATION

0.73+

SplunkTITLE

0.73+

SplunkEVENT

0.7+

NargisORGANIZATION

0.7+

SplunkPERSON

0.66+

the wave of Big DataEVENT

0.62+

I. D.ORGANIZATION

0.58+

KittyPERSON

0.57+

DanaPERSON

0.56+

semesterQUANTITY

0.52+

Security OperationORGANIZATION

0.5+

Big A CORGANIZATION

0.5+

RidingTITLE

0.49+

threeTITLE

0.32+

Gokula Mishra | MIT CDOIQ 2019


 

>> From Cambridge, Massachusetts, it's theCUBE covering MIT Chief Data Officer and Information Quality Symposium 2019 brought to you by SiliconANGLE Media. (upbeat techno music) >> Hi everybody, welcome back to Cambridge, Massachusetts. You're watching theCUBE, the leader in tech coverage. We go out to the events. We extract the signal from the noise, and we're here at the MIT CDOIQ Conference, Chief Data Officer Information Quality Conference. It is the 13th year here at the Tang building. We've outgrown this building and have to move next year. It's fire marshal full. Gokula Mishra is here. He is the Senior Director of Global Data and Analytics and Supply Chain-- >> Formerly. Former, former Senior Director. >> Former! I'm sorry. It's former Senior Director of Global Data Analytics and Supply Chain at McDonald's. Oh, I didn't know that. I apologize my friend. Well, welcome back to theCUBE. We met when you were at Oracle doing data. So you've left that, you're on to your next big thing. >> Yes, thinking through it. >> Fantastic, now let's start with your career. You've had, so you just recently left McDonald's. I met you when you were at Oracle, so you cut over to the dark side for a while, and then before that, I mean, you've been a practitioner all your life, so take us through sort of your background. >> Yeah, I mean my beginning was really with a company called Tata Burroughs. Those days we did not have a lot of work getting done in India. We used to send people to U.S. so I was one of the pioneers of the whole industry, coming here and working on very interesting projects. But I was lucky to be working on mostly data analytics related work, joined a great company called CS Associates. I did my Master's at Northwestern. In fact, my thesis was intelligent databases. So, building AI into the databases and from there on I have been with Booz Allen, Oracle, HP, TransUnion, I also run my own company, and Sierra Atlantic, which is part of Hitachi, and McDonald's. >> Awesome, so let's talk about use of data. It's evolved dramatically as we know. One of the themes in this conference over the years has been sort of, I said yesterday, the Chief Data Officer role emerged from the ashes of sort of governance, kind of back office information quality compliance, and then ascended with the tailwind of the Big Data meme, and it's kind of come full circle. People are realizing actually to get value out of data, you have to have information quality. So those two worlds have collided together, and you've also seen the ascendancy of the Chief Digital Officer who has really taken a front and center role in some of the more strategic and revenue generating initiatives, and in some ways the Chief Data Officer has been a supporting role to that, providing the quality, providing the compliance, the governance, and the data modeling and analytics, and a component of it. First of all, is that a fair assessment? How do you see the way in which the use of data has evolved over the last 10 years? >> So to me, primarily, the use of data was, in my mind, mostly around financial reporting. So, anything that companies needed to run their company, any metrics they needed, any data they needed. So, if you look at all the reporting that used to happen it's primarily around metrics that are financials, whether it's around finances around operations, finances around marketing effort, finances around reporting if it's a public company reporting to the market. That's where the focus was, and so therefore a lot of the data that was not needed for financial reporting was what we call nowadays dark data. This is data we collect but don't do anything with it. Then, as the capability of the computing, and the storage, and new technologies, and new techniques evolve, and are able to handle more variety and more volume of data, then people quickly realize how much potential they have in the other data outside of the financial reporting data that they can utilize too. So, some of the pioneers leverage that and actually improved a lot in their efficiency of operations, came out with innovation. You know, GE comes to mind as one of the companies that actually leverage data early on, and number of other companies. Obviously, you look at today data has been, it's defining some of the multi-billion dollar company and all they have is data. >> Well, Facebook, Google, Amazon, Microsoft. >> Exactly. >> Apple, I mean Apple obviously makes stuff, but those other companies, they're data companies. I mean largely, and those five companies have the highest market value on the U.S. stock exchange. They've surpassed all the other big leaders, even Berkshire Hathaway. >> So now, what is happening is because the market changes, the forces that are changing the behavior of our consumers and customers, which I talked about which is everyone now is digitally engaging with each other. What that does is all the experiences now are being captured digitally, all the services are being captured digitally, all the products are creating a lot of digital exhaust of data and so now companies have to pay attention to engage with their customers and partners digitally. Therefore, they have to make sure that they're leveraging data and analytics in doing so. The other thing that has changed is the time to decision to the time to act on the data inside that you get is shrinking, and shrinking, and shrinking, so a lot more decision-making is now going real time. Therefore, you have a situation now, you have the capability, you have the technology, you have the data now, you have to make sure that you convert that in what I call programmatic kind of data decision-making. Obviously, there are people involved in more strategic decision-making. So, that's more manual, but at the operational level, it's going more programmatic decision-making. >> Okay, I want to talk, By the way, I've seen a stat, I don't know if you can confirm this, that 80% of the data that's out there today is dark data or it's data that's behind a firewall or not searchable, not open to Google's crawlers. So, there's a lot of value there-- >> So, I would say that percent is declining over time as companies have realized the value of data. So, more and more companies are removing the silos, bringing those dark data out. I think the key to that is companies being able to value their data, and as soon as they are able to value their data, they are able to leverage a lot of the data. I still believe there's a large percent still not used or accessed in companies. >> Well, and of course you talked a lot about data monetization. Doug Laney, who's an expert in that topic, we had Doug on a couple years ago when he, just after, he wrote Infonomics. He was on yesterday. He's got a very detailed prescription as to, he makes strong cases as to why data should be valued like an asset. I don't think anybody really disagrees with that, but then he gave kind of a how-to-do-it, which will, somewhat, make your eyes bleed, but it was really well thought out, as you know. But you talked a lot about data monetization, you talked about a number of ways in which data can contribute to monetization. Revenue, cost reduction, efficiency, risk, and innovation. Revenue and cost is obvious. I mean, that's where the starting point is. Efficiency is interesting. I look at efficiency as kind of a doing more with less but it's sort of a cost reduction, but explain why it's not in the cost bucket, it's different. >> So, it is first starts with doing what we do today cheaper, better, faster, and doing more comes after that because if you don't understand, and data is the way to understand how your current processes work, you will not take the first step. So, to take the first step is to understand how can I do this process faster, and then you focus on cheaper, and then you focus on better. Of course, faster is because of some of the market forces and customer behavior that's driving you to do that process faster. >> Okay, and then the other one was risk reduction. I think that makes a lot of sense here. Actually, let me go back. So, one of the key pieces of it, of efficiency is time to value. So, if you can compress the time, or accelerate the time and you get the value that means more cash in house faster, whether it's cost reduction or-- >> And the other aspect you look at is, can you automate more of the processes, and in that way it can be faster. >> And that hits the income statement as well because you're reducing headcount cost of your, maybe not reducing headcount cost, but you're getting more out of different, out ahead you're reallocating them to more strategic initiatives. Everybody says that but the reality is you hire less people because you just automated. And then, risk reduction, so the degree to which you can lower your expected loss. That's just instead thinking in insurance terms, that's tangible value so certainly to large corporations, but even midsize and small corporations. Innovation, I thought was a good one, but maybe you could use an example of, give us an example of how in your career you've seen data contribute to innovation. >> So, I'll give an example of oil and gas industry. If you look at speed of innovation in the oil and gas industry, they were all paper-based. I don't know how much you know about drilling. A lot of the assets that goes into figuring out where to drill, how to drill, and actually drilling and then taking the oil or gas out, and of course selling it to make money. All of those processes were paper based. So, if you can imagine trying to optimize a paper-based innovation, it's very hard. Not only that, it's very, very by itself because it's on paper, it's in someone's drawer or file. So, it's siloed by design and so one thing that the industry has gone through, they recognize that they have to optimize the processes to be better, to innovate, to find, for example, shale gas was a result output of digitizing the processes because otherwise you can't drill faster, cheaper, better to leverage the shale gas drilling that they did. So, the industry went through actually digitizing a lot of the paper assets. So, they went from not having data to knowingly creating the data that they can use to optimize the process and then in the process they're innovating new ways to drill the oil well cheaper, better, faster. >> In the early days of oil exploration in the U.S. go back to the Osage Indian tribe in northern Oklahoma, and they brilliantly, when they got shuttled around, they pushed him out of Kansas and they negotiated with the U.S. government that they maintain the mineral rights and so they became very, very wealthy. In fact, at one point they were the wealthiest per capita individuals in the entire world, and they used to hold auctions for various drilling rights. So, it was all gut feel, all the oil barons would train in, and they would have an auction, and it was, again, it was gut feel as to which areas were the best, and then of course they evolved, you remember it used to be you drill a little hole, no oil, drill a hole, no oil, drill a hole. >> You know how much that cost? >> Yeah, the expense is enormous right? >> It can vary from 10 to 20 million dollars. >> Just a giant expense. So, now today fast-forward to this century, and you're seeing much more sophisticated-- >> Yeah, I can give you another example in pharmaceutical. They develop new drugs, it's a long process. So, one of the initial process is to figure out what molecules this would be exploring in the next step, and you could have thousand different combination of molecules that could treat a particular condition, and now they with digitization and data analytics, they're able to do this in a virtual world, kind of creating a virtual lab where they can test out thousands of molecules. And then, once they can bring it down to a fewer, then the physical aspect of that starts. Think about innovation really shrinking their processes. >> All right, well I want to say this about clouds. You made the statement in your keynote that how many people out there think cloud is cheaper, or maybe you even said cheap, but cheaper I inferred cheaper than an on-prem, and so it was a loaded question so nobody put their hand up they're afraid, but I put my hand up because we don't have any IT. We used to have IT. It was a nightmare. So, for us it's better but in your experience, I think I'm inferring correctly that you had meant cheaper than on-prem, and certainly we talked to many practitioners who have large systems that when they lift and shift to the cloud, they don't change their operating model, they don't really change anything, they get a bill at the end of the month, and they go "What did this really do for us?" And I think that's what you mean-- >> So what I mean, let me make it clear, is that there are certain use cases that cloud is and, as you saw, that people did raise their hand saying "Yeah, I have use cases where cloud is cheaper." I think you need to look at the whole thing. Cost is one aspect. The flexibility and agility of being able to do things is another aspect. For example, if you have a situation where your stakeholder want to do something for three weeks, and they need five times the computing power, and the data that they are buying from outside to do that experiment. Now, imagine doing that in a physical war. It's going to take a long time just to procure and get the physical boxes, and then you'll be able to do it. In cloud, you can enable that, you can get GPUs depending on what problem we are trying to solve. That's another benefit. You can get the fit for purpose computing environment to that and so there are a lot of flexibility, agility all of that. It's a new way of managing it so people need to pay attention to the cost because it will add to the cost. The other thing I will point out is that if you go to the public cloud, because they make it cheaper, because they have hundreds and thousands of this canned CPU. This much computing power, this much memory, this much disk, this much connectivity, and they build thousands of them, and that's why it's cheaper. Well, if your need is something that's very unique and they don't have it, that's when it becomes a problem. Either you need more of those and the cost will be higher. So, now we are getting to the IOT war. The volume of data is growing so much, and the type of processing that you need to do is becoming more real-time, and you can't just move all this bulk of data, and then bring it back, and move the data back and forth. You need a special type of computing, which is at the, what Amazon calls it, adds computing. And the industry is kind of trying to design it. So, that is an example of hybrid computing evolving out of a cloud or out of the necessity that you need special purpose computing environment to deal with new situations, and all of it can't be in the cloud. >> I mean, I would argue, well I guess Microsoft with Azure Stack was kind of the first, although not really. Now, they're there but I would say Oracle, your former company, was the first one to say "Okay, we're going to put the exact same infrastructure on prem as we have in the public cloud." Oracle, I would say, was the first to truly do that-- >> They were doing hybrid computing. >> You now see Amazon with outposts has done the same, Google kind of has similar approach as Azure, and so it's clear that hybrid is here to stay, at least for some period of time. I think the cloud guys probably believe that ultimately it's all going to go to the cloud. We'll see it's going to be a long, long time before that happens. Okay! I'll give you last thoughts on this conference. You've been here before? Or is this your first one? >> This is my first one. >> Okay, so your takeaways, your thoughts, things you might-- >> I am very impressed. I'm a practitioner and finding so many practitioners coming from so many different backgrounds and industries. It's very, very enlightening to listen to their journey, their story, their learnings in terms of what works and what doesn't work. It is really invaluable. >> Yeah, I tell you this, it's always a highlight of our season and Gokula, thank you very much for coming on theCUBE. It was great to see you. >> Thank you. >> You're welcome. All right, keep it right there everybody. We'll be back with our next guest, Dave Vellante. Paul Gillin is in the house. You're watching theCUBE from MIT. Be right back! (upbeat techno music)

Published Date : Aug 1 2019

SUMMARY :

brought to you by SiliconANGLE Media. He is the Senior Director of Global Data and Analytics Former, former Senior Director. We met when you were at Oracle doing data. I met you when you were at Oracle, of the pioneers of the whole industry, and the data modeling and analytics, So, if you look at all the reporting that used to happen the highest market value on the U.S. stock exchange. So, that's more manual, but at the operational level, that 80% of the data that's out there today and as soon as they are able to value their data, Well, and of course you talked a lot and data is the way to understand or accelerate the time and you get the value And the other aspect you look at is, Everybody says that but the reality is you hire and of course selling it to make money. the mineral rights and so they became very, very wealthy. and you're seeing much more sophisticated-- So, one of the initial process is to figure out And I think that's what you mean-- and the type of processing that you need to do I mean, I would argue, and so it's clear that hybrid is here to stay, and what doesn't work. Yeah, I tell you this, Paul Gillin is in the house.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

AmazonORGANIZATION

0.99+

HitachiORGANIZATION

0.99+

AppleORGANIZATION

0.99+

FacebookORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

Doug LaneyPERSON

0.99+

five timesQUANTITY

0.99+

OracleORGANIZATION

0.99+

KansasLOCATION

0.99+

TransUnionORGANIZATION

0.99+

Paul GillinPERSON

0.99+

HPORGANIZATION

0.99+

three weeksQUANTITY

0.99+

IndiaLOCATION

0.99+

10QUANTITY

0.99+

Sierra AtlanticORGANIZATION

0.99+

Gokula MishraPERSON

0.99+

DougPERSON

0.99+

hundredsQUANTITY

0.99+

Berkshire HathawayORGANIZATION

0.99+

five companiesQUANTITY

0.99+

80%QUANTITY

0.99+

U.S.LOCATION

0.99+

Booz AllenORGANIZATION

0.99+

Tata BurroughsORGANIZATION

0.99+

first stepQUANTITY

0.99+

GokulaPERSON

0.99+

next yearDATE

0.99+

thousandsQUANTITY

0.99+

McDonald'sORGANIZATION

0.99+

one aspectQUANTITY

0.99+

Cambridge, MassachusettsLOCATION

0.99+

SiliconANGLE MediaORGANIZATION

0.99+

firstQUANTITY

0.99+

yesterdayDATE

0.99+

thousands of moleculesQUANTITY

0.99+

first oneQUANTITY

0.99+

OneQUANTITY

0.98+

GEORGANIZATION

0.98+

northern OklahomaLOCATION

0.98+

todayDATE

0.97+

CS AssociatesORGANIZATION

0.97+

20 million dollarsQUANTITY

0.97+

oneQUANTITY

0.96+

FirstQUANTITY

0.96+

Global Data and Analytics and Supply ChainORGANIZATION

0.95+

MIT CDOIQ ConferenceEVENT

0.95+

13th yearQUANTITY

0.94+

U.S. governmentORGANIZATION

0.93+

two worldsQUANTITY

0.92+

Azure StackTITLE

0.91+

one thingQUANTITY

0.9+

one pointQUANTITY

0.9+

NorthwesternORGANIZATION

0.9+

couple years agoDATE

0.89+

MIT Chief Data Officer and Information Quality Symposium 2019EVENT

0.87+

this centuryDATE

0.85+

Tang buildingLOCATION

0.85+

Global Data Analytics andORGANIZATION

0.83+

Chief Data Officer Information Quality ConferenceEVENT

0.81+

MITORGANIZATION

0.78+

theCUBEORGANIZATION

0.77+

thousand different combination of moleculesQUANTITY

0.74+

lastDATE

0.67+

yearsDATE

0.66+

U.S.ORGANIZATION

0.66+

billion dollarQUANTITY

0.65+

themesQUANTITY

0.65+

Osage IndianOTHER

0.64+

Mark Clare, AstraZeneca & Glenn Finch, IBM | IBM CDO Summit 2019


 

>> live from San Francisco, California. It's the key. You covering the IBM chief Data officer? Someone brought to you by IBM. >> We're back at the IBM CDO conference. Fisherman's Worf Worf in San Francisco. You're watching the Cube, the leader in life tech coverage. My name is David Dante. Glenn Finches. Here's the global leader of Big Data Analytics and IBM, and we're pleased to have Mark Clare. He's the head of data enablement at AstraZeneca. Gentlemen, welcome to the Cube. Thanks for coming on my mark. I'm gonna start with this head of data Data Enablement. That's a title that I've never heard before. And I've heard many thousands of titles in the Cube. What is that all about? >> Well, I think it's the credit goes to some of the executives at AstraZeneca when they recruited me. I've been a cheap date officer. Several the major financial institutions, both in the U. S. And in Europe. Um, AstraZeneca wanted to focus on how we actually enable our business is our science areas in our business is so it's not unlike a traditional CDO role, but we focus a lot more on what the enabling functions or processes would be >> So it sounds like driving business value is really the me and then throw. Sorry. >> I've always looked at this role in three functions value, risk and cost. So I think that in any CDO role, you have to look at all three. I think the you'd slide it if you didn't. This one with the title. Obviously, we're looking at quite a bit at the value we will drive across the the firm on how to leverage our date in a different way. >> I love that because you can quantify all three. All right, Glenn. So you're the host of this event. So awesome. I love that little presentation that you gave. So for those you didn't see it, you gave us pay stubs and then you gave us a website and said, Take a picture of the paste up, uploaded, and then you showed how you're working with your clients. Toe. Actually digitize that and compress all kinds of things. Time to mortgage origination. Time to decision. So explain that a little bit. And what's that? What's the tech behind that? And how are people using it? You know, >> for three decades, we've had this OCR technology where you take a piece of paper, you tell the machine what's on the paper. What longitudinal Enter the coordinates are and you feed it into the hope and pray to God that it isn't in there wrong. The form didn't change anything like that. That's what that's way. We've lived for three decades with cognitive and a I, but I read things like the human eye reads things. And so you put the page in and the machine comes back and says, Hey, is this invoice number? Hey, is this so security number? That's how you train it as compared to saying, Here's what it So we use this cognitive digitization capability to grab data that's locked in documents, and then you bring it back to the process so that you can digitally re imagine the process. Now there's been a lot of use of robotics and things like that. I'm kind of taken existing processes, and I'm making them incrementally. Better write This says look, you now have the data of the process. You can re imagine it. However, in fact, the CEO of our client ADP said, Look, I want you to make me a Netflix, not a blood Urbach Blockbuster, right? So So it's a mind shift right to say we'll use this data will read it with a I will digitally re imagine the process. And it usually cuts like 70 or 80% of the cycle time, 50 to 75% of the cost. I mean, it's it's pretty groundbreaking when you see it. >> So markets ahead of data neighborhood. You hear something like that and you're not. You're not myopically focused on one little use case. You're taking a big picture of you doing strategies and trying to develop a broader business cases for the organization. But when you see an example like that and many examples out there, I'm sure the light bulbs go off. So >> I wrote probably 10 years cases down while >> Glenn was talking about you. You do get tactical, Okay, but but But where do you start when you're trying to solve these problems? >> Well, I look att, Glenn's example, And about five and 1/2 years ago, Glenn was one I went to had gone to a global financial service, firms on obviously having scale across dozens of countries, and I had one simple request. Thio Glenn's team as well as a number of other technology companies. I want cognitive intelligence for on data in Just because the process is we've had done for 20 years just wouldn't scale not not its speed across many different languages and cultures. And I now look five and 1/2 years later, and we have beginning of, I would say technology opportunities. When I asked Glenn that question, he was probably the only one that didn't think I had horns coming out of my head, that I was crazy. I mean, some of the leading technology firms thought I was crazy asking for cognitive data management capabilities, and we are five and 1/2 years later and we're seeing a I applied not just on the front end of analytics, but back in the back end of the data management processes themselves started automate. So So I look, you know, there's a concept now coming out day tops on date offices. You think of what Dev Ops is. It's bringing within our data management processes. It's bringing cognitive capabilities to every process step, And what level of automation can we do? Because the, you know, for typical data science experiment 80 to 90% of that work Estate engineering. If I can automate that, then through a date office process, then I could get to incite much faster, but not in scale it and scale a lot more opportunities and have to manually do it. So I I look at presentations and I think, you know, in every aspect of our business, where we clear could we apply >> what you talk about date engineering? You talk about data scientist spending his or her time just cleaning the wrangling data, All the all the not fun stuff exactly plugging in cables back in the infrastructure date. >> You're seeing horror stories right now. I heard from a major academic institution. A client came to them and their data scientists. They had spent several years building. We're spending 99% of their time trying to cleanse and prep data. They were spend 90% cleansing and prepping, and of the remaining 10% 90% of that fixing it where they fix it wrong and the first time so they had 1% of their job doing their job. So this is a huge opportunity. You can start automating more of that and actually refocusing data science on data >> science. So you've been a chief data officer number of financial institutions. You've got this kind of cool title now, which touches on some of the things a CDO might do and your technical. We got a technical background. So when you look a lot of the what Ginny Rometty calls incumbents, call them incumbent Disruptors two years ago at Ivy and think they've got data that has been hardened, you know, in all these projects and use cases and it's locked and people talk about the silos, part of your role is to figure out Okay, how do we get that data out? Leverage. It put it at the core. Is that is that fair? >> Well, and I'm gonna stay away from the word core cause to make core Kenan for kind of legacy processes of building a single repositories single warehouse, which is very time consuming. So I think I can I leave it where it is, but find a wayto to unify it. >> Not physically, exactly what I say. Corny, but actually the court, that's what we need >> to think about is how to do this logically and cream or of Ah unification approach that has speed and agility with it versus the old physical approaches, which took time. And resource is >> so That's a that's a computer science problem that people have been trying to solve for years. Decentralized, distributed, dark detectors, right? And why is it that we're now able Thio Tap your I think it's >> a perfect storm of a I of Cloud, the cloud native of Io ti, because when you think of I o. T, it's a I ot to be successful fabric that can connect millions of devices or millions of sensors. So you'd be paired those three with the investment big data brought in the last seven or eight years and big data to me. Initially, when I started talking to companies in the Valley 10 years ago, the early days of, um, apparatus, what I saw or companies and I could get almost any of the digital companies in the valley they were not. They were using technology to be more agile. They were finding agile data science. Before we call the data signs the map produce and Hadoop, we're just and after almost not an afterthought. But it was just a mechanism to facilitate agility and speed. And so if you look at how we built out all the way up today and all the convergence of all these new technologies, it's a perfect storm to actually innovate differently. >> Well, what was profound about my producing in the dupe? It was like leave the data where it is and shipped five megabytes a code two upended by the data and that you bring up a good point. We've now, we spent 10 years leveraging that at a much lower cost. And you've got the cloud now for scale. And now machine intelligence comes in that you can apply in the data causes. Bob Pityana once told me, Data's plentiful insights aren't Amen to that. So Okay, so this is really interesting discussion. You guys have known each other for a couple of couple of decades. How do you work together toe to solve problems Where what is that conversation like, Do >> you want to start that? >> So, um, first of all, we've never worked together on solving small problems, not commodity problems. We would usually tackle something that someone would say would not be possible. So normally Mark is a change agent wherever he goes. And so he usually goes to a place that wants to fix something or change something in an abnormally short amount of time for an abnormally small amount of money. Right? So what's strange is that we always find that space together. Mark is very judicious about using us as a service is firm toe help accelerate those things. But then also, we build in a plan to transition us away in transition, in him into full ownership. Right. But we usually work together to jump start one of these wicked, hard, wicked, cool things that nobody else >> was. People hate you. At first. They love you. I would end the one >> institution and on I said, OK, we're going to a four step plan. I'm gonna bring the consultants in day one while we find Thailand internally and recruit talent External. That's kind of phases one and two in parallel. And then we're gonna train our talent as we find them, and and Glenn's team will knowledge transfer, and by face for where, Rayna. And you know, that's a model I've done successfully in several organizations. People can. I hated it first because they're not doing it themselves, but they may not have the experience and the skills, and I think as soon as you show your staff you're willing to invest in them and give them the time and exposure. The conversation changes, but it's always a little awkward. At first, I've run heavy attrition, and some organizations at first build the organizations. But the one instance that Glen was referring to, we came in there and they had a 4 1 1 2 1 12 to 15 year plan and the C I O. Looked at me, he says. I'll give you two years. I'm a bad negotiator. I got three years out of it and I got a business case approved by the CEO a week later. It was a significant size business case in five minutes. I didn't have to go back a second or third time, but we said We're gonna do it in three years. Here's how we're gonna scale an organization. We scaled more than 1000 person organization in three years of talent, but we did it in a planned way and in that particular organization, probably a year and 1/2 in, I had a global map of every data and analytics role I need and I could tell you were in the US they set and with what competitors earning what industry and where in India they set and in what industry And when we needed them. We went out and recruited, but it's time to build that. But you know, in any really period, I've worked because I've done this 20 plus years. The talent changes. The location changes someone, but it's always been a challenge to find him. >> I guess it's good to have a deadline. I guess you did not take the chief data officer role in your current position. Explain that. What's what. What's your point of view on on that role and how it's evolved and how it's maybe being used in ways that don't I >> mean, I think that a CDO, um on during the early days, there wasn't a definition of a matter of fact. Every time I get a recruiter, call me all. We have a great CDO row for first time I first thing I asked him, How would you define what you mean by CDO? Because I've never seen it defined the same way into cos it's just that way But I think that the CDO, regardless of institutions, responsibility end in to make sure there's an Indian framework from strategy execution, including all of the governance and compliance components, and that you have ownership of each piece in the organization. CDO most companies doesn't own all of that, but I think they have a responsibility and too many organizations that hasn't occurred. So you always find gaps and each organization somewhere between risk costs and value, in terms of how how they're, how the how the organization's driving data and in my current role. Like I said, I wanted to focus. We want the focus to really be on how we're enabling, and I may be enabling from a risk and compliance standpoint, Justus greatly as I'm enabling a gross perspective on the business or or cost management and cost reductions. We have been successful in several programs for self funding data programs for multi gears. By finding and costs, I've gone in tow several organizations that it had a decade of merger after merger and Data's afterthought in almost any merger. I mean, there's a Data Silas section session tomorrow. It'd be interesting to sit through that because I've found that data data is the afterthought in a lot of mergers. But yet I knew of one large health care company. They've made data core to all of their acquisitions, and they was one the first places they consolidated. And they grew faster by acquisition than any of their competitors. So I think there's a There's a way to do it correctly. But in most companies you go in, you'll find all kinds of legacy silos on duplication, and those are opportunities to, uh, to find really reduce costs and self fund. All the improvements, all the strategic programs you wanted, >> a number inferring from the Indian in the data roll overlaps or maybe better than gaps and data is that thread between cost risk. And it is >> it is. And I've been lucky in my career. I've report toe CEOs. I reported to see Yellows, and I've reported to CEO, so I've I've kind of reported in three different ways, and each of those executives really looked at it a little bit differently. Value obviously is in a CEO's office, you know, compliance. Maurizio owes office and costs was more in the c i o domain, but you know, we had to build a program looking >> at all three. >> You know, I think this topic, though, that we were just talking about how these rules are evolving. I think it's it's natural, because were about 5 2.0. to 7 years into the evolution of the CDO, it might be time for a CDO Um, and you see Maur CEOs moving away from pure policy and compliance Tomb or value enablement. It's a really hard change, and that's why you're starting to Seymour turnover of some of the studios because people who are really good CEOs at policy and risk and things like that might not be the best enablers, right? So I think it's pretty natural evolution. >> Great discussion, guys. We've got to leave it there, They say. Data is the new oil date is more valuable than oil because you could use data to reduce costs to reduce risk. The same data right toe to drive revenue, and you can't put a gallon of oil in your car and a quart of oil in the car quarter in your house of data. We think it's even more valuable. Gentlemen, thank you so much for coming on the cues. Thanks so much. Lot of fun. Thanks. Keep right, everybody. We'll be back with our next guest. You're watching the Cube from IBM CDO 2019 right back.

Published Date : Jun 24 2019

SUMMARY :

Someone brought to you by IBM. Here's the global leader of Big Data Analytics and IBM, and we're pleased to have Mark Clare. Well, I think it's the credit goes to some of the executives at AstraZeneca when So it sounds like driving business value is really the me and So I think that in any CDO role, you have to look at all three. I love that little presentation that you gave. However, in fact, the CEO of our client ADP said, Look, I want you to But when you see an example like that and Okay, but but But where do you start when you're trying to solve these problems? So I I look at presentations and I think, you know, what you talk about date engineering? and of the remaining 10% 90% of that fixing it where they fix it wrong and the first time so they had 1% of the what Ginny Rometty calls incumbents, call them incumbent Disruptors two years ago Well, and I'm gonna stay away from the word core cause to make core Kenan for kind of legacy Corny, but actually the court, that's what we need to think about is how to do this logically and cream or of Ah unification approach that has speed and I think it's And so if you look at how we built out all the way up today and all the convergence of all And now machine intelligence comes in that you can apply in the data causes. something that someone would say would not be possible. I would end the one I had a global map of every data and analytics role I need and I could tell you were I guess you did not take the chief and that you have ownership of each piece in the organization. a number inferring from the Indian in the data roll overlaps or maybe better domain, but you know, we had to build a program looking Um, and you see Maur CEOs moving away from pure and you can't put a gallon of oil in your car and a quart of oil in the car quarter in your house of data.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
GlennPERSON

0.99+

Bob PityanaPERSON

0.99+

AstraZenecaORGANIZATION

0.99+

IBMORGANIZATION

0.99+

David DantePERSON

0.99+

Mark ClarePERSON

0.99+

MarkPERSON

0.99+

50QUANTITY

0.99+

EuropeLOCATION

0.99+

20 yearsQUANTITY

0.99+

99%QUANTITY

0.99+

70QUANTITY

0.99+

two yearsQUANTITY

0.99+

90%QUANTITY

0.99+

San Francisco, CaliforniaLOCATION

0.99+

10 yearsQUANTITY

0.99+

10%QUANTITY

0.99+

GlenPERSON

0.99+

IndiaLOCATION

0.99+

three yearsQUANTITY

0.99+

San FranciscoLOCATION

0.99+

Ginny RomettyPERSON

0.99+

five minutesQUANTITY

0.99+

USLOCATION

0.99+

MaurizioPERSON

0.99+

80%QUANTITY

0.99+

1%QUANTITY

0.99+

five megabytesQUANTITY

0.99+

each pieceQUANTITY

0.99+

millionsQUANTITY

0.99+

three decadesQUANTITY

0.99+

bothQUANTITY

0.99+

RaynaPERSON

0.99+

NetflixORGANIZATION

0.99+

U. S.LOCATION

0.99+

80QUANTITY

0.99+

20 plus yearsQUANTITY

0.99+

tomorrowDATE

0.99+

eachQUANTITY

0.99+

Thio GlennPERSON

0.99+

a week laterDATE

0.99+

Glenn FinchPERSON

0.99+

oneQUANTITY

0.99+

more than 1000 personQUANTITY

0.99+

Big Data AnalyticsORGANIZATION

0.99+

secondQUANTITY

0.99+

75%QUANTITY

0.99+

ADPORGANIZATION

0.99+

7 yearsQUANTITY

0.98+

first timeQUANTITY

0.98+

threeQUANTITY

0.98+

10 years agoDATE

0.98+

each organizationQUANTITY

0.98+

Glenn FinchesPERSON

0.98+

IvyORGANIZATION

0.98+

15 yearQUANTITY

0.98+

third timeQUANTITY

0.98+

two years agoDATE

0.98+

todayDATE

0.97+

first placesQUANTITY

0.97+

firstQUANTITY

0.97+

single warehouseQUANTITY

0.97+

first timeQUANTITY

0.97+

a yearQUANTITY

0.97+

millions of devicesQUANTITY

0.97+

ThailandLOCATION

0.96+

one instanceQUANTITY

0.96+

1/2QUANTITY

0.96+

SeymourPERSON

0.95+

twoQUANTITY

0.95+

four stepQUANTITY

0.94+

one simple requestQUANTITY

0.93+

first thingQUANTITY

0.93+

Kevin Shatzkamer, Dell EMC & Honoré LaBourdette, VMware | Dell Technologies World 2019


 

>> Live from Las Vegas, it's theCUBE. Covering Dell Technologies World 2019. Brought to you by Dell Technologies and its ecosystem partners. >> Welcome back everyone to theCUBE's live coverage of Dell World Technologies here in Las Vegas. I'm your host, Rebecca Knight along with my cohost, Stu Miniman. We have two guests for this segment. We have Honore LaBourdette. She is the VP, Global Market Development, Telco Business Group. Welcome, VMware, thank you, sorry. >> Thank you, yes. >> Welcome. And we have Kevin Shatzkamer, Senior VP, Networking and Solutions, Dell EMC. Thank you both so much for coming on the show. >> Our pleasure. >> Thank you. >> So Kevin I want to start with you. There was a big announcement this morning, signing with Orange of France. Tell our viewers a little bit more about this. >> Yeah, sure. So, I think as overall Dell Technologies continues to focus on helping our service providers through what is a very complex transition, both in their business, in their operations, in their technology investments, in the operational skill set gaps, in the business models, the architecture's use cases kind of comes across the board of how their businesses are evolving. What we continue to do is focus on a core set of telecommunication service providers that we can partner with very deeply to help in that transformation and use the knowledge gained through that collaboration as a means to expand the Dell Technologies capabilities globally. So, I think that the belief is that when we help solve problems, it not only benefits the service provider we're working with, it benefits the industry as a whole with the lessons learned, so that we can then contribute back. >> And so far, there's been some enthusiasm about this? >> There certainly has. I think it's been a big day for us. Obviously, the first two days at Dell Technologies World, we're extremely focused on new product introductions across the Dell portfolio, and today, with the opportunity to expand the messaging and announce some of the great things we're doing with partners, we're doing with out customers, and we're doing within the ecosystem, I think we continue to drive a very positive message. >> Honore, the networking component is something that we know service providers have a need and is ever-changing. We've watched that expand greatly in the VMware portfolio over the years. I've done plenty of interviews with telcos talking about things like NFV, network functions virtualization, but the big thing everybody's been talking about, the last couple of years it feels like, is 5G. So, maybe we could start there, but talk a little bit about what you're hearing from service providers and how VMware and VMware plus Dell are helping to meet some of those requirements. >> Sure, well, needless to say, 5G is the topic of every conversation we have with our telecommunication customers, and I think that there's a number of areas around 5G that are most prevalent in those conversations. One is really how does the service provider get a return on investment for the huge amounts of monies that they're investing in this infrastructure, right? So, 5G is a new infrastructure, a new technology, that's going to require a refresh of the entire infrastructure. And so, while they're making all of those investments, and they are doing so very aggressively to have a first-mover advantage, in terms of the first to deliver on a 5G technology, they want to work with vendors who can, in fact, accelerate their time to a return on the investment for that infrastructure. So, many of our conversations are really focused around how can we help these service providers actually accomplish that, right? Not just build out, or take advantage of a software-defined infrastructure and all of the technologies that both Dell and WMware offer to them under the umbrella of the Dell Technology Companies, but also, how can we help them accelerate services that they want to to put on top of the 5G technology? I think one of the key differentiators of 5G over its predecessors is that the industry has recognized that it's going to require partnerships in order for the service providers to really get their return on investment. And that's where the partnership with VMware and with Dell and the work that Kevin and I are doing together to focus on service providing is really anchored, right? It's bringing together those partnerships, so that these telecommunication customers can take advantage of our technology and do it very quickly. >> So, there's a real acknowledgement of the need for partnerships? >> Yes. >> So then, how do you show customers that the VMware-Dell partnership is the right direction? >> Well, needless to say, it's anchored in our technology. Kevin and I have been working together for a number of years now, and our partnership really started out focusing on just making sure that the components of the stack worked as promised, right? That we could deliver a high degree of confidence to our customers that when they software-defined the infrastructure on Dell Technology hardware, and then layered on top of that, their virtual network functions, that it would perform our outperform their legacy, bare-metal, vertical-stack equipment. Over time, however, our partnership has progressed to where we're actually collaborating to bring new technology to market together. And one example of that is the City of Las Vegas. We recently announced a Smart City IoT use case, and that technology, that solution, was co-developed with NTT, Dell EMC, and VMware using VMware software, Dell hardware, as well as Dell Storage, Dell Data Analytics and Intelligence, and NTT's infrastructure and points of presence. >> Yeah, I think there's both a technical reality and an operational reality to the technologies that we speak of, right? The technical reality is that the transformation that the telcos are going through around NFV and the direction toward network edge, edge computing, cloud environments, is really just software-defined data center similar to what we've done on the IT side for a long time. So, the technologies that the telecommunications industry is adopting are the technologies that both Dell EMC and VMware have been working on for a very long time. The operational reality is that just taking what you've done in IT and applying it into a telco network is not sufficient. Understanding of the workloads, how those workloads layer on top of infrastructure, understanding that those workloads are in a transformation of their own, and that virtual network functions were not designed to natively consume and compute. They were designed for network appliances, and that there are still requirements that they drive down to the infrastructure was, I think, where Honore and I have been investing for the last several years, right? How do we complement the broad capabilities of both Dell EMC and VMware in IT virtualization software-defined data center, and bring in telco service provider networking expertise and domain knowledge that we can use to be able to really ramp up and accelerate the partnerships we have in the service provider industry? >> That's great stuff. We actually got to do an interview on the smarter cities earlier this week, and a fascinating discussion to see how there's, Kevin, I like what you laid out there. When I look at this space, scale gets talked about a lot, but you talk to telcos, they have a little bit of a different scale, and the management for these kind of environments is also quite a bit different than if you were talking to the enterprise. Are those some of the key items? Where would you say your focus? >> I also think that even further. That the challenges of scale that have been solved in the public cloud are a different set of challenges than the telco industry is really trying to wrestle with, right? In the public cloud, we're taking about a very small number of facilities, and we can build a homogenous architecture within there. We define a standard server. We replicate that server across a rack, replicate that rack across rows, replicate those rows across a data center. The reality is, as we get further and further towards the edge of the telco network, it looks more heterogeneous, right? I need GPUs for particular instances. I have cloud-native applications. I have virtualized applications that sit inside of VMs. I have native Linux environments. I need to handle dense networking topologies. I have east-west traffic, north-south traffic that I need to take into account. And I think that what we've figured out and what we've learned in automating and orchestrating the public cloud is how to handle hundreds of thousands of things at single-digit number of locations. And what we're talking about here is hundreds of thousands of locations with single-digit number of things. >> And that's another key area of the collaboration between the two groups, in terms of how we deliver value to our telco customers. So, rather than us working in silos and delivering yet another disparate technology for managing the edge, cloud, or all these different locations, we're working together so we can bring a cohesive technology to market for them. >> That's right, I think the infrastructure demands and openness and a willingness to be a productive member of a complex and consistently changing ecosystem, and I think that, obviously, Dell EMC does that in our way. VMware does it in their way, but there's clear recognition that the better capabilities are when we work together to really drive the platform and bring the true capabilities of the broader Dell technologies together. >> So, telcoms is a hugely competitive industry, and as you've talked about, there's a lot of challenges, and it's a real transformative moment for this sector. Can you lay out some of sort of what you're thinking about for after 5G, which as you've said, is a hugely expensive investment for these companies? But sort of post-5G, what are we looking at? What's on their minds of your customers? >> So, I don't know that there's going to be distinct, post-5G event, right? I think that 5G, in and of itself, is going to take some time to roll out and proliferate, to the extent that its predecessors is now deployed across all locations all over the world. I do think that 5G, in addition to the infrastructure technology, or the refresh of that technology, a lot of what is going to happen around 5G is, in fact, the applications and use cases that's going to take advantage of 5G. If we about what 5G is capable of enabling, it doesn't just address consumer applications. 5G also will address enterprise applications. And that opens up a whole world of innovation, and again, applications, partnerships, and vendors coming together, who can really help the service providers put those pieces together and deliver on those applications. There's already talk about 6G, although it's very limited. So, it's easy for me to say what's coming next after 5G will be 6G, but I think that there's still a lot of activity and a lot of innovation that will happen around 5G for some time to come. >> Yeah, we know that standards and the consortiums always have to be working. I was looking at terabit ethernet on the networking side. So, I wanted to help kind of bring this conversation together. If you have maybe a customer example, love if you could share who it is, but if not, give us a little bit of anonymity around what it is to help highlight this partnership. >> Sure, I think Honore shared the City of Las Vegas as a great example of where we're enabling the Smart Cities use case. We can speak to MetTel, in terms of the capabilities of Dell Technologies to be able to transform their NFV offerings and really help them bring NFV to market at scale. We can speak to at least one tier-one service provider in AMIA that is delivering a full-stack offering, in which we extended the capabilities of our Ericsson partnership that both Dell EMC, as well as VMware have, to build a complete stack offering of Ericsson, VMware, as well as Dell EMC. >> Yeah, and to Ericsson, there's some of the edge computing in there. I've talked to them quite a bit about what they're doing on their edge offering. >> Yeah, so I think we have a number of examples that we also can't share as publicly. But we continue to collaborate. I think we're driving fantastic innovation. The industry is responding extremely favorably across the board, and I think that the strategy that we have jointly to not just develop technology, but really change the way we engage with telecommunications organizations and service providers to work with them well before they're ready to deploy technology, and also, help them scale their own operations and understand this transformation is really key to the success here. Because just having the best technology at this inflection point in the industry is not enough. We really have to partner to help them understand how to operationalize and monetize that infrastructure. >> And we do have a number of innovation projects, with regards to the edge and far edge with some of the top-tier service providers, in particular, in the Americas, where we're working together for edge solutions. I've got to hear what this far-edge is in a future conversation, because I thought I was getting my arms around it, but -- >> I know, it was edge, and now it's edge and far-edge. >> That's for Dell Technologies World 2020. >> That's right. >> Honore, Kevin, thank you both so much for coming on theCUBE. >> My pleasure. >> Thank you. >> Thank you. >> It's a great time. >> You are watching theCUBE's live coverage of Dell Technologies World. There's more to come after this. (upbeat music)

Published Date : May 2 2019

SUMMARY :

Brought to you by Dell Technologies She is the VP, Global Market Development, And we have Kevin Shatzkamer, So Kevin I want to start with you. of telecommunication service providers that we can partner and announce some of the great things in the VMware portfolio over the years. in terms of the first to deliver on a 5G technology, And one example of that is the City of Las Vegas. The technical reality is that the transformation of a different scale, and the management for these kind of the public cloud is how to handle hundreds of thousands between the two groups, in terms of how we deliver value that the better capabilities are when we work together and as you've talked about, there's a lot of challenges, So, I don't know that there's going to be distinct, always have to be working. of Dell Technologies to be able to transform their Yeah, and to Ericsson, there's some but really change the way we engage of the top-tier service providers, in particular, Honore, Kevin, thank you both so much There's more to come after this.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
KevinPERSON

0.99+

EricssonORGANIZATION

0.99+

Rebecca KnightPERSON

0.99+

Kevin ShatzkamerPERSON

0.99+

Stu MinimanPERSON

0.99+

NTTORGANIZATION

0.99+

Honore LaBourdettePERSON

0.99+

Dell TechnologiesORGANIZATION

0.99+

DellORGANIZATION

0.99+

VMwareORGANIZATION

0.99+

AmericasLOCATION

0.99+

WMwareORGANIZATION

0.99+

two groupsQUANTITY

0.99+

Las VegasLOCATION

0.99+

HonorePERSON

0.99+

two guestsQUANTITY

0.99+

Dell Data Analytics and IntelligenceORGANIZATION

0.99+

Dell EMCORGANIZATION

0.99+

Telco Business GroupORGANIZATION

0.99+

bothQUANTITY

0.99+

hundreds of thousandsQUANTITY

0.99+

Dell StorageORGANIZATION

0.98+

first two daysQUANTITY

0.97+

Honoré LaBourdettePERSON

0.97+

telcosORGANIZATION

0.96+

LinuxTITLE

0.96+

telcoORGANIZATION

0.96+

one exampleQUANTITY

0.96+

theCUBEORGANIZATION

0.95+

6GORGANIZATION

0.95+

MetTelORGANIZATION

0.95+

firstQUANTITY

0.95+

earlier this weekDATE

0.94+

oneQUANTITY

0.94+

todayDATE

0.92+

OneQUANTITY

0.9+

5GORGANIZATION

0.9+

Dell Technologies WorldORGANIZATION

0.89+

2019DATE

0.87+

FranceLOCATION

0.86+

this morningDATE

0.85+

lcoORGANIZATION

0.85+

Nick Curcuru, Mastercard, & Thierry Pellegrino, Dell EMC | Dell Technologies World 2019


 

>> live from Las Vegas. It's the queue covering del Technologies. World twenty nineteen, Brought to you by Del Technologies and its ecosystem partners. >> Welcome back to Las Vegas, Lisa Martin. With the cue, we're live Day one of our duel set coverage of Del Technologies World twenty nineteen student a menace here with me, and we're welcoming back a couple of alumni. But for the first time together on our set, we've got Terry Pellegrino, the BP of high performance computing at Delhi Emcee and Nick, who grew VP of Data Analytics and Cyber Securities just at MasterCard. Did I get that right? All right, good. So, guys, thanks for joining Suited me this afternoon, by the way. So we will start with you High performance computing. Talk about that a lot. I know you've been on the Cube talking about HPC in the Innovation lab down in in Austin, high performance computing, generating a ton of data really requiring a I. We talk a lot of it II in machine learning, but let's look at it in the context of all this data. Personal data data from that word, you know, it turns out do with mastercard, for example How are you guys working together? Dell Technologies and MasterCard to ensure that this data is protected. It secure as regulations come up as fraud, is a huge, expensive >> issue. Well, I think make way worked together to really well worry about the data being secure, but also privacy being a key item that we worry about every day you get a lot of data coming through, and if we let customer information or any kind of information out there, it can be really detrimental. So we've really spent a lot of time not only helping manage and worked through the data through the infrastructure and the solutions that we've put together for. For Nick, who also partnered with the consortium project that got started Mosaic Crown to try to focus even more on data privacy on Mosaic Crown is is really interesting because it's getting together and making sure that the way we keep that privacy through the entire life cycle of the data that we have the right tools tio have other folks understand that critical point. That's that's how we got all the brains working together. So it's not just Delon DMC with daily emcee and MasterCard It's also ASAP We have use of Milan, you're sort of bergamot and we'Ll solve the only three c and all together back in January decided to get together and out of Nick's idea. Think about how we could put together with all those tools and processes to help everybody have more private data. Other. >> I think this was your idea. >> I can't say it was my idea. The European Union itself with what? The advent of Judy parent privacy. Their biggest concern was we don't want people to stop sharing. Data began with artificial intelligence. The great things that we do with it from the security, you know, carrying diseases all the way through, making sure transactions are safe and secure. Look, we don't want people to stop our organizations to stop sharing that data because they have fear of the regulations. How do we create a date on market? So the U has something called Horizon twenty twenty on one of their initiatives. Wass Way wanted to understand what a framework for data market would look like where organizations can share that data with confidence that they're complying to all the regulations there, doing the anonymous ization of that data, and the framework itself allows someone to say, I could do analysis without worrying that if it's surfacing personally identifiable information or potentially financial information, but I can share it so that it can progress the market data economy. So as a result of that, what we did is we put the guilt. I said, This is a really good idea for us. Went to the partners at del. That's it, guys, this is something we should consider doing now. Organization always been looking at privacy, and as a result, we've done a very good job of putting that consortium together. >> So, Nick, we've talked with you on the Cuba quite a few times about security. >> Can you just give >> us? You know, you talked about that opportunity of a I We don't want people to stop giving data in. There was concerned with GPR that Oh, wait, I need you to stop collecting information because I'm going to get sued out of existence. If it happened, how do we balance that? You know, data is the new oil I need, you know, keep not flowing and oh, my God. I'm going to get hacked. I'm going to get sued. I'm going to have the regulation, You know, people's personal information. I'm goingto walk down the grocery store and they're going to be taking it from me. How do we balance that? >> Well, the nice part is, since State is the new oil, well, we considered it is artificial intelligences that refinery for that oil. So, for our perspective, is the opportunity to say we can use a eye to help. Somebody says, Hey, I don't want you to share my data information. I want to be private, but I can use a I d. S. Okay, let's filter those out so I can use a I'd actually sit on top of that. I can sit down and say, Okay, how do I keep that person's safe, secure and only share the necessary data that will solve the problem again, using artificial intelligence through different types of data classifications, whoever secure that data with different methods of data security, how we secure those types of things come into play. And again, there's also people say, I don't ever want my data to be we identified so we can use different methods to do complete anonymous ation. >> How do you do that when there are devices that are listening constantly, what Walmart's doing? Everybody that has those devices at home with the lady's name. I won't say it. I know it activates it. How How do you draw the line with ensuring that those folks that don't want certain things shared if they're in the island Walmart talking about something that they don't want shared? How do you facilitate that? >> Well, part of that is okay. At a certain point, when it comes to privacy, you've gotta have a little bit of parenting. Just because you have that information doesn't mean you need to use that information. So that's where we as humans have to come into play and start thinking about what is the data that we're collecting And how should we use that information on that person and who is walking through a store? And we say we are listening to what their conversations are? Well, I don't need to identify that you or you. I just didn't know what is the top talking about? Maybe that's the case, but again, you have to make that decision again. It's about being a parent at this point. That's the ethical part of data which we've discussed on this program before. Alright, >> so teary. Talkto us some about the underlying architecture that's going to drive all of this. You know, we we love the shift. For years ago, it was like storing my data. You know, Now we're talking about how do we extract the value of the data? We know data's moving a lot, So you know what's changing And I talk every infrastructure company I talked to, it's like, Oh, well, we've got the best ai ai, you know, x, whatever. So you know what kind of things should custom be looking for To be able to say, Oh, this is something, really. It's about scale. It's about, you know, really focused on my data. Yeah, absolutely. Well, I will say first, the end of underlying infrastructure. We have our set of products that have security intrinsic in the way they're designed. I really worry about ki management for software we have silicon based would have trust throughout a lot of our portfolio. We also think about secure supply chain, even thinking through security race. If you lose your hard drive on, we can go and make sure that the data is not removed. So that's on the security front. On the privacy side, as a corporation, William C. Is very careful about the data that we have access to on. Then you think about a HBC. So being in charge of H. P. C for Cordelia emcee way actually are part of how the data gets created, gets transferred, gets generated, curated and then stored. Of course, storage s O. What we want to make sure is our customers feel like where that one company that can help them through their journey for their data. And as you heard Michael this morning during keynote, >> uh, getting that value out of the data because it's really where that little transformation is going to get everybody to the next level. But right now there's a lot of data. Has Nick stated this data has more personal information at times? Andan i'll add one more thing way. Want to really make sure that innovation is not stifled and the way we get there is to make sure >> that the data sets are as broad as possible, and today it's very difficult to share data. Sets mean that there are parts of the industry there are so worried about data that they will not even get it anywhere else than their own data center and locked behind closed doors. But if you think about all the data scientists, they're craving more data. And the way we can get there is with what make it talked about is making sure that the data that is collected is free of personal information and can still be qualified for some analysis and letting all the data scientists out there to get a lot of value out of it. >> So HBC can help make the data scientist job simpler or simplify evaluating this innumerable amun of data. >> Correct. So what in the days you had an Excel spreadsheet and wanted to run and put the table on it, you could do that on a laptop for end up tablet. When you start thinking about finding a black hole in the galaxy, you can do that on tablet. So you're gonna have to use several computers in a cluster with the right storage of the right interconnect. And that's why it's easy comes in place. >> I mean, if I man a tactical level, what you'LL see with HBC computing is when someone's in the moment, right? You want to be able to recognize that person has given me the right to communicate to them or has not given me the right to communicate to them, even though they're trying to do something that could be a transaction. The ability to say Hey, I have I know that this person's or this device is operating here is this and they have given me these permissions. You've got to do that in real time, and that's what you're looking for. HBC competing to do. That's what you're saying. I need my G p you to process in that way, and I need that cpt kind of meat it from the courts. The edges say Yep, you can't communicate. No, you can't. Here's where your permissions like. So, >> Nick, what should we >> be looking for? Coming out of this consortium is people are watching around the industry. You know what, what, what >> what expect for us? The consortium's about people understand that they can trust that they're data's being used properly, wisely, and it's being used in the way it was intended to be used so again, part of the framework is what do you expect to do with the data so that the person understands what their data is being used for the analysis being done? So they have full disclosure. So the goal here is you can trust your data's being used. The way was intended. You could trust that. It's in a secure manner. You can trust that your privacy is still in place. That's what we want this construction to create that framework to allow people to have that trust and confidence. And we want the organization to be able to not, you know, to be able to actually to share that information to again move that date economy forward. >> That trust is Nirvana. Well, Nick Terry, thank you so much for joining suing me on the cue this afternoon. Fascinating conversation about HPC data security and privacy. We can't wait to hear what's in store next for this consortium. So you're gonna have to come back. Thank >> you. We'LL be back. Excellent. Thanks so much. >> Our pleasure. First Minutemen, I'm Lisa Martin. You're watching us live from Las Vegas. The keeps coverage of day one of del technology World twenty nineteen. Thanks for watching

Published Date : Apr 29 2019

SUMMARY :

World twenty nineteen, Brought to you by Del Technologies So we will start with you High performance sure that the way we keep that privacy through the entire life cycle of the data that we The great things that we do with it from the security, you know, carrying diseases all the way through, There was concerned with GPR that Oh, wait, I need you to stop collecting information because I'm going to So, for our perspective, is the opportunity to say How do you do that when there are devices that are listening constantly, I don't need to identify that you or you. that have security intrinsic in the way they're designed. Want to really make sure that innovation is not stifled and the way And the way we can get there is with So HBC can help make the data scientist job simpler or simplify the galaxy, you can do that on tablet. I need my G p you to process in that way, Coming out of this consortium is people are watching around the industry. So the goal here is you can trust your data's being used. Well, Nick Terry, thank you so much for joining suing me on the cue this afternoon. Thanks so much. The keeps coverage of day one of del technology World twenty nineteen.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
WalmartORGANIZATION

0.99+

Terry PellegrinoPERSON

0.99+

Del TechnologiesORGANIZATION

0.99+

Mosaic CrownORGANIZATION

0.99+

Lisa MartinPERSON

0.99+

NickPERSON

0.99+

AustinLOCATION

0.99+

Nick TerryPERSON

0.99+

HBCORGANIZATION

0.99+

MichaelPERSON

0.99+

William C.PERSON

0.99+

European UnionORGANIZATION

0.99+

Thierry PellegrinoPERSON

0.99+

Dell TechnologiesORGANIZATION

0.99+

Las VegasLOCATION

0.99+

JanuaryDATE

0.99+

del TechnologiesORGANIZATION

0.99+

Nick CurcuruPERSON

0.99+

ExcelTITLE

0.99+

first timeQUANTITY

0.99+

MasterCardORGANIZATION

0.99+

todayDATE

0.99+

H. P. CPERSON

0.98+

oneQUANTITY

0.98+

Del Technologies WorldORGANIZATION

0.97+

Dell EMCORGANIZATION

0.97+

HPCORGANIZATION

0.97+

Day oneQUANTITY

0.96+

firstQUANTITY

0.96+

Data AnalyticsORGANIZATION

0.96+

one companyQUANTITY

0.96+

JudyORGANIZATION

0.95+

GPRORGANIZATION

0.95+

this afternoonDATE

0.92+

threeQUANTITY

0.92+

day oneQUANTITY

0.89+

NirvanaORGANIZATION

0.88+

CordeliaORGANIZATION

0.86+

AndanPERSON

0.85+

this morningDATE

0.84+

CubaLOCATION

0.84+

Cyber SecuritiesORGANIZATION

0.82+

Delhi Emcee andORGANIZATION

0.82+

yearsDATE

0.81+

delORGANIZATION

0.74+

Delon DMCORGANIZATION

0.73+

Dell Technologies World 2019EVENT

0.72+

MastercardORGANIZATION

0.69+

UORGANIZATION

0.68+

VPPERSON

0.67+

del technologyORGANIZATION

0.67+

coupleQUANTITY

0.65+

twenty nineteen studentQUANTITY

0.65+

twenty nineteenQUANTITY

0.64+

Horizon twenty twentyTITLE

0.62+

FirstTITLE

0.62+

emceeORGANIZATION

0.59+

MilanORGANIZATION

0.59+

WorldTITLE

0.43+

Mathew Joseph, Wipro Limited & Emilio Valdes, Informatica | AWS Summit Bahrain


 

>> Live, from Bahrain it's theCUBE. Covering AWS Summit Bahrain. Brought to you by Amazon Web Services. >> Okay, welcome back everyone. It's the theCUBE's coverage here, in Bahrain, in the Middle East, for our coverage of AWS Summit and the announcement, and now soon to be up-and-running in 2019 in Q1, Amazon Web Services, full region here in the Middle East. Should have a massive impact to the ecosystem, and companies and entrepreneurs from around the borders. We've got great conversations all day. And today we've got to great guests here, Emilio Valdes, VP of EMEA South and Latin America for Informatica. Thank you for theCUBE sponsorships over the years. We've covered Informatica shows all over the world. Mathew Joseph, business head of Data Analytics for Wipro. Good to see you, thanks for joining us. >> It's a pleasure. >> Same >> Great to be here. >> So, Informatica, we know a lot about you. We cover all of your big events in North America, I interviewed your CEO, I've been following the value proposition, growing really well, you've got a good product offering. But we're in the Middle East, okay? And what I've learned here is that there's a thirst for entrepreneurship. There's a thirst for cloud. But everyone's talking about data. And if data's the new oil, no better place to be than in the Middle East. They know the value of oil. What's going on in town here? What's happening in the Middle East? >> Right, so, as I cover a pretty big area within Informatica, I used to travel the world and meet many customers, in many places, many customers and many industries here in the Middle East. And I can tell you that, you know, the story, the messages are very consistent, you know? Every company, every industry, is going through a massive period of change, and companies are reacting to this change very differently. What we've seen is that the disrupters are going to be the ones that will, you know, implement digital transformation consistently, and we believe that data is the key driver for intelligent digital transformation. Here in the Middle East is no different. We've been seeing this across the different countries, in Dubai, in Bahrain, in Kuwait, in Saudi Arabia, exactly the same as everywhere else in the world. >> And cloud's now coming in full throttle at Amazon, You guys are not new to Amazon. I know you guys do a ton of work with Amazon integrating and putting all this together, what do you think is going to happen, here? Now Amazon gets up and running, they're already using a cloud now, so Bahrain's clear, cloud first. Saudi's got the cloud bug too, they're doing great things. So when an actual region comes here, what do you think is going to happen? An explosion of innovation and more business? What's going to be the impact? >> Well I think, I think the market knows what the benefits they can get out of the AWS platform, and I believe the challenges are related to get the most out of this AWS platform. At Informatica, we are going to help customers to move their data to the cloud in a consistent manner that is connected, articulated, properly governed, and not only this, but also we believe that the key value is in the hybrid world. The world hasn't moved to the cloud yet, entirely, so most companies continue to have some on-premise applications, as well as their cloud applications. So I believe that Informatica can help customers here in the Middle East, by connecting the on-premise world with the cloud world. And at the same time, the value they can get from our platform is by making AWS easy to operate, and, you know, move data to the cloud in a consistent, quick, and sustainable manner. >> So Matthew Joseph, you're with Wipro, why are you guys together, what's the relationship? Obviously we know what you guys do, you guys do great work, global, around the world. We see you at all the events. From SAP Sapphire, EMC World, now Dell World, Reinvent, you guys are everywhere. So here, what's going on here? I mean, analytics, you need analytics. You're good at analytics >> First of all, John, thanks a lot. A couple of thoughts. One, Wipro has been a global partner of AWS. Wipro's a global partner of Informatica. And the region is going through massive change of innovation, of using, consuming data. And at this point we really feel that both the expertises should come together to manage the change. And that's the simple reason why Informatica and Wipro are together, along with AWS and this, I would say a historical movement of this part of the world, to actually consume this rate and transfer the data for all of us. >> So if I asked you a question that said, hey, tell me about your relationship with Informatica. What's in it for me? What do you do for me? Are you, are you bringing it together? Are you guys going to market together? How do you, how do I win with you and Informatica? >> So what we have done is, as I told, the global partnership, across the globe, the best practices we're bringing back to this part of the world, to make sure that we have a similar set of stories across the global sphere. This certainly means more repeatability, less risk, and for the entire government to go through a small transition of going to the cloud. >> And data disruption is huge. You guys have Informatica 3.0, and you guys have your practice. When you put that together, what's the go to market? What's the value proposition? What's the pitch to the customer? >> So the key part is the IPaas method, the platform as a service message, right? With the platform as a service, it's a market that Gartner has identified as a $12.5 billion market. And it's growing very rapidly. Just to give you an idea, we process three trillion transactions per month, and this number is being multiplied by three every three to four months, right? So the iPaaS platform is what is going to help customers to move from the on-premise world, to the cloud. And this is where the key value Informatica, and Wipro, can put together to facilitate and to help enable customers in their journey to the cloud. >> So talk about the Amazon impact, obviously you guys do work with Amazon. What, specifically, does Amazon have that you guys like? That you work with the most with customers? Obviously they want to know, obviously you know, I got data, a ton of data. I've got to manage it. I mean, analytics are pretty good. You've got Sagemakers, Hotrock, on fire. Redshift everyone knows is doing well. Kinesis, with streaming. What's some of the Amazon tools you guys are working with around some of these day-to-day opportunities? >> Yeah, so there are multiple of them. In fact today's the day when the big data is pouring in, for example, right? So how do I really bring in all the data into a common platform? And today the customer is also talking about how do they really consume it? So consumption is a major attraction for AWS and how they really consume this data. The extraction, making sure the data is available, furthers decision making in the second part. The way Wipro and Informatica positions this entire journey is not just about putting the data into a common place and building up a transformation, right? What you're looking at is how do I really change the way the business works? And elements of design principal come in on it. And what Wipro has literally done is, we've done a lot of investments around how to I really make this transformation from a design-thinking point of view? How do I make sure the best practices of data science, and governance comes into it? How do I make sure that the press points for the customer are so clear and so vivid that decisions are made based on that? And I feel AWS, out in the region, is doing a great work on that. And that's the simple reason why all of us are together with that. >> That's great. And cloud, you guys are no stranger to Amazon. >> We are partner of Amazon. And we've been a partner of Amazon AWS for awhile. As well as Wipro is a partner of Amazon. And Informatica and Wipro are global partners as well. We're quite excited about bringing this partnership to the region. >> What sort of things that you guys have done together, can you share some examples of some awesome implementation and use cases? >> A few of them. So to me, what is happening, as I was earlier telling is that most of the government entities are talking about how do I really consume this data. How do I really think of it as an experience? So what we have really done is pull up this data, look at various models on how I can do revenue generation for the customer. How can I bring in more customers' recommendation? How do I make impactful decisions based on those data? And the ample amount of programs use cases that you have already implemented in this part of the world, and certainly Informatica has been a great help in this journey of ours. So the teams around which we look out, is data monetization, customizability, researching degree of the customer, operating efficiency, and this is true across industries. Government is doing a fabulous job of going on this journey but certainly we do a lot of work in the oil and gas sector, in the healthcare, and similar things like that. >> Awesome, and what's core value proposition that you guys are offering customers out here? >> I believe it's the messages we discussed earlier. It's having a consistent platform where data gets together and can be used across different applications, business units, et cetera. At the end of the day, end users will need to use data and they don't care where this data is stored. It could be in the cloud, it could on premise, it could be in a big data application, it doesn't really matter, you know? >> It could be addressable. >> Exactly >> In real time too in low latency. It can't be some data warehousing thing that takes, you know, real time application like a car needs data. IoT, a huge growth area. I mean these are new cloud architectural opportunities. You can't be having the old way. >> The data has to be connected, and secure, and clean, and available, and consistent. This is what we do for a business. >> Yeah you guys have got some good story there. Good luck with everything. I want to get your final questions as we kind of round down the day here. The day's kind of cleaning out here behind us. You can see it's getting quieter. What do you think about what's happening here? Amazon Web Services Summit, mix a little public sector, you've got some commercial, but this region pulsing with cloud demand. What do you think, guys? What's your thoughts? >> I think we're going to help the government to move to the cloud. We're very excited about the announcement that we heard this morning. The cloud-first policy. I think that Wipro and Informatica are uniquely positioned to give the government what they need to be successful in their cloud-first policy >> Thoughts? >> Same here, I think the last 24 months we have seen a lot of initiative from the government. Both across the artificial and then about data being the center of all things. And cloud is going to be a very pivotal role in this. And I think we are geared very well to take care of it. >> I think you guys are well positioned enough, you know. My translation is you see their cloud-first policy, they want to be involved in FinTech in the future, you got to have a data strategy to center the value proposition everything's got to be built around how that data's going to move, how it's going to be addressed, how it's going to be consumed, shared, connected. Across the board, IoT, on premises, real-time mobile, everything. >> And John, one more point, to close, would be what we see is the hybrid architecture coming up, alright? So cloud being one of them, the customers still want data inside the premises as well, so how do you really look at the hybrid architecture, and the challenges around it. I don't think there are many companies in this part of the world who are geared up to that. Wipro has done it multiple times, Informatica has been a leader in that. And I think that is going to be a game changer for all of us. >> You know Mathew you made me smile because, thank you for making me smile, because we always joke, and I always talk on theCUBE, and usually Dave Vellante's here and we kind of argue about it, because I say data is the new oil, he says it's not the new oil because oil can only be used in the car I guess, we can always go back and forth. But I've been saying that cloud is the future, I've been saying it for many years. Amazon certainly is more hardcore, Andy Jassy, all data systems moved to the cloud, What does that mean? Just announced RDS on VMware on premises, so it kind of like, takes that window, but I say that the cloud, operationally, is what's going on. People are moving to operations that are cloud-linked. So if everything is running cloud operations, DevOps, infrastructure as code, AI, all the things that you guys are working on, that means that the data center and on-premises, is an edge device. Or is it? It's a big fat edge. Or what's the difference between a windmill and an on-premise campus? I mean, edges? So, this is the debate we've been having. What is an edge? >> The way we see it is customers having a journey, in a journey to the cloud. And the state of the art is very different. We're happy to help customers to go through this journey efficiently, quickly, and in a consistent manner. >> And all serious, putting the fun kind of comment aside about the argument we had about the edge, is that the architecture that we see people are going to is, don't let some pre-defined thing define where the data has to go. So this data out there, it's got to move around. And if you don't want it to move around, then you put Compute to it. So there's all kinds of things going on where you don't have to get dogmatic about it. >> Absolutely >> What the definition is. It's all running cloud operations, then it's cloud, right? I mean it's not on-premises operations, no one says that. Anyway thanks for coming on theCUBE, thanks for sharing. Great to see Informatica here, great to see Wipro. We've got to get more of these use cases, if we had more time we would. This is theCUBE coverage, here, in Bahrain for Amazon Web Services Summit. Stay with us for more coverage after this break. (electronic music)

Published Date : Sep 30 2018

SUMMARY :

Brought to you by Amazon Web Services. and companies and entrepreneurs from around the borders. And if data's the new oil, the story, the messages are very consistent, you know? I know you guys do a ton of work with Amazon And at the same time, the value they can get Obviously we know what you guys do, you guys do great work, And that's the simple reason why Informatica So if I asked you a question that said, and for the entire government to go What's the pitch to the customer? So the iPaaS platform is what is going to help customers What's some of the Amazon tools you guys are working with And I feel AWS, out in the region, And cloud, you guys are no stranger to Amazon. to the region. is that most of the government entities are talking I believe it's the messages we discussed earlier. You can't be having the old way. The data has to be connected, and secure, and clean, Yeah you guys have got some good story there. to give the government what they need And cloud is going to be a very pivotal role in this. I think you guys are well positioned enough, you know. And I think that is going to be a game changer all the things that you guys are working on, And the state of the art is very different. is that the architecture that we see What the definition is.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Amazon Web ServicesORGANIZATION

0.99+

InformaticaORGANIZATION

0.99+

Emilio ValdesPERSON

0.99+

AmazonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

JohnPERSON

0.99+

BahrainLOCATION

0.99+

WiproORGANIZATION

0.99+

Andy JassyPERSON

0.99+

KuwaitLOCATION

0.99+

Matthew JosephPERSON

0.99+

DubaiLOCATION

0.99+

Mathew JosephPERSON

0.99+

$12.5 billionQUANTITY

0.99+

2019DATE

0.99+

Saudi ArabiaLOCATION

0.99+

Dave VellantePERSON

0.99+

second partQUANTITY

0.99+

North AmericaLOCATION

0.99+

EMC WorldORGANIZATION

0.99+

Middle EastLOCATION

0.99+

GartnerORGANIZATION

0.99+

Dell WorldORGANIZATION

0.99+

Wipro LimitedORGANIZATION

0.99+

bothQUANTITY

0.99+

MathewPERSON

0.99+

todayDATE

0.99+

BothQUANTITY

0.99+

four monthsQUANTITY

0.99+

ReinventORGANIZATION

0.99+

EMEA SouthORGANIZATION

0.98+

Data AnalyticsORGANIZATION

0.98+

HotrockORGANIZATION

0.98+

OneQUANTITY

0.98+

three trillion transactionsQUANTITY

0.98+

threeQUANTITY

0.97+

SAP SapphireORGANIZATION

0.97+

AWS SummitEVENT

0.96+

oneQUANTITY

0.96+

Amazon Web Services SummitEVENT

0.95+

this morningDATE

0.95+

FirstQUANTITY

0.94+

Dell EMC: Get Ready For AI


 

(bright orchestra music) >> Hi, I'm Peter Burris. Welcome to a special digital community event brought to you by Wikibon and theCUBE. Sponsored by Dell EMC. Today we're gonna spend quite some time talking about some of the trends in the relationship between hardware and AI. Specifically, we're seeing a number of companies doing some masterful work incorporating new technologies to simplify the infrastructure required to take full advantage of AI options and possibilities. Now at the end of this conversation, series of conversations, we're gonna run a CrowdChat, which will be your opportunity to engage your peers and engage thought leaders from Dell EMC and from Wikibon SiliconANGLE and have a broader conversation about what does it mean to be better at doing AI, more successful, improving time to value, et cetera. So wait 'til the very end for that. Alright, let's get it kicked off. Tom Burns is my first guest. And he is the Senior Vice President and General Manager of Networking Solutions at Dell EMC. Tom, it's great to have you back again. Welcome back to theCUBE. >> Thank you very much. It's great to be here. >> So Tom, this is gonna be a very, very exciting conversation we're gonna have. And it's gonna be about AI. So when you go out and talk to customers specifically, what are you hearing then as they describe their needs, their wants, their aspirations as they pertain to AI? >> Yeah, Pete, we've always been looking at this as this whole digital transformation. Some studies say that about 70% of enterprises today are looking how to take advantage of the digital transformation that's occurring. In fact, you're probably familiar with the Dell 2030 Survey, where we went out and talked to about 400 different companies of very different sizes. And they're looking at all these connected devices and edge computing and all the various changes that are happening from a technology standpoint, and certainly AI is one of the hottest areas. There's a report I think that was co-sponsored by ServiceNow. Over 62% of the CIO's and the Fortune 500 are looking at AI as far as managing their business in the future. And it's really about user outcomes. It's about how do they improve their businesses, their operations, their processes, their decision-making using the capability of compute coming down from a class perspective and the number of connected devices exploding bringing more and more data to their companies that they can use, analyze, and put to use cases that really make a difference in their business. >> But they make a difference in their business, but they're also often these use cases are a lot more complex. They're not, we have this little bromide that we use that the first 50 years of computing were about known process, unknown technology. We're now entering into an era where we know a little bit more about the technology. It's gonna be cloud-like, but we don't know what the processes are, because we're engaging directly with customers or partners in much more complex domains. That suggests a lot of things. How are customers dealing with that new level of complexity and where are they looking to simplify? >> You actually nailed it on the head. What's happening in our customers' environment is they're hiring these data scientists to really look at this data. And instead of looking at analyzing the data that's being connected, that's being analyzed and connected, they're spending more time worried about the infrastructure and building the components and looking about allocations of capacity in order to make these data scientists productive. And really, what we're trying to do is help them get through that particular hurdle. So you have the data scientists that are frustrated, because they're waiting for the IT Department to help them set up and scale the capacity that they need and infrastructure that they need in order to do their job. And then you got the IT Departments that are very frustrated, because they don't know how to manage all this infrastructure. So the question around do I go to the cloud? Do I remain on-prem? All of this is things that our companies, our customers, are continuing to be challenged with. >> Now, the ideal would be that you can have a cloud experience but have the data reside where it most naturally resides, given physics, given the cost, given bandwidth limitations, given regulatory regimes, et cetera. So how are you at Dell EMC helping to provide that sense of an experience based on what the work load is and where the data resides, as opposed to some other set of infrastructure choices? >> Well, that's the exciting part is that we're getting ready to announce a new solution called the Ready Solutions for AI. And what we've been doing is working with our customers over the last several years looking at these challenges around infrastructure, the data analytics, the connected devices, but giving them an experience that's real-time. Not letting them worry about how am I gonna set this up or management and so forth. So we're introducing the Ready Solutions for AI, which really focuses on three things. One is simplify the AI process. The second thing is to ensure that we give them deep and real-time analytics. And lastly, provide them the level of expertise that they need in a partner in order to make those tools useful and that information useful to their business. >> Now we want to not only provide AI to the business, but we also wanna start utilizing some of these advanced technologies directly into the infrastructure elements themselves to make it more simple. Is that a big feature of what the ready system for AI is? >> Absolutely, as I said, one of the key value propositions is around making AI simple. We are experts at building infrastructure. We have IP around compute, storage, networking, infinity band. The things that are capable of putting this infrastructure together. So we have tested that based upon customers' input, using traditional data analytics, libraries, and tool sets that the data scientists are gonna use, already pre-tested and certified. And then we're bringing this to them in a way which allows them through a service provisioning portal to basically set up and get to work much faster. The previous tools that were available out there, some from our competition. There were 15, 20, 25 different steps just to log on, just to get enough automation or enough capability in order to get the information that they need. The infrastructure allocated for this big data analytics through this service portal we've actually gotten it down to around five clicks with a very user-friendly GUI, no CLI required. And basically, again, interacting with the tools that they're used to immediately right out of the gate like in stage three. And then getting them to work in stage four and stage five so that they're not worried about the infrastructure, not worried about capacity, or is it gonna work. They basically are one, two, three, four clicks away, and they're up and working on the analytics that everyone wants them to work on. And heaven knows, these guys are not cheap. >> So you're talking about the data scientists. So presumably when you're saying they're not worried about all those things, they're also not worried about when the IT Department can get around to doing it. So this gives them the opportunity to self-provision. Have I got that right? >> That's correct. They don't need the IT to come in and set up the network to do the CLI for the provisioning, to make sure that there is enough VM's or workloads that are properly scheduled in order to give them the capacity that they need. They basically are set with a preset platform. Again, let's think about what Dell EMC is really working towards and that's becoming the infrastructure provider. We believe that the silos, the service storage, and networking are becoming eliminated, that companies want a platform that they can enable those capabilities. So you're absolutely right. The part about the simplicity or simplifying the AI process is really giving the data scientists the tools they need to provision the infrastructure they need very quickly. >> And so that means that the AI or rather the IT group can actually start acting more like a DevOps organization as opposed to a specialist in one or another technology. >> Correct, but we've also given them the capability by giving the usual automation and configuration tools that they're used to coming from some of our software partners, such as Cloudera. So in other words, you still want the IT Department involved, making sure that the infrastructure is meeting the requirements of the users. They're giving them what they want, but we're simplifying the tools and processes around the IT standpoint as well. >> Now we've done a lot of research into what's happening in the big data now is likely to happen in the AI world. And a lot of the problems that companies had with big data was they conflated or they confused the objectives, the outcome of a big data project, with just getting the infrastructure to work. And they walked away often, because they failed to get the infrastructure to work. So it sounds though what you're doing is you're trying to take the infrastructure out of the equation while at the same time going back to the customer and saying, "Wherever you want this job "to run or this workload to run, you're gonna get the same "experience irregardless." >> Correct, but we're gonna get an improved experience as well. Because of the products that we've put together in this particular solution, combined with our compute, our scale-out mass solution from a storage perspective, our partnership with Mellon Oshman infinity band or ethernet switch capability. We're gonna give them deeper insights and faster insights. The performance and scalability of this particular platform is tremendous. We believe in certain benchmark studies based upon the Reznik 50 benchmark. We've performed anywhere between two and half to almost three times faster than the competition. In addition from a storage standpoint, all of these workloads, all of the various characteristics that happen, you need a ton of IOPS. >> Yeah. >> And there's no one in the industry that has the IOP performance that we have with our All-Flash Isilon product. The capabilities that we have there we believe are somewhere around nine times the competition. Again, the scale-out performance while simplifying the overall architecture. >> Tom Burns, Senior Vice President of Networking and Solutions at Dell EMC. Thanks for being on theCUBE. >> Thank you very much. >> So there's some great points there about this new class of technology that dramatically simplifies how hardware can be deployed to improve the overall productivity and performance of AI solutions. But let's take a look at a product demo. >> Every week, more customers are telling us they know AI is possible for them, but they don't know where to start. Much of the recent progress in AI has been fueled by open source software. So it's tempting to think that do-it-yourself is the right way to go. Get some how-to references from the web and start building out your own distributive deep-learning platform. But it takes a lot of time and effort to create an enterprise-class AI platform with automation for deployment, management, and monitoring. There is no easy solution for that. Until now. Instead of putting the burden of do-it-yourself on your already limited staff, consider Dell EMC Ready Solutions for AI. Ready Solutions are complete software and hardware stacks pre-tested and validated with the most popular open source AI frameworks and libraries. Our professional services with proven AI expertise will have the solution up and running in days and ready for data scientists to start working in weeks. Data scientists will find the Dell EMC data science provisioning portal a welcome change for managing their own hardware and software environments. The portal lets data scientists acquire hardware resources from the cluster and customize their software environment with packages and libraries tested for compatibility with all dependencies. Data scientists choose between JupyterHub notebooks for interactive work, as well as terminal sessions for large-scale neural networks. These neural networks run across a high-performance cluster of power-edge servers with scalable Intel processors and scale-out Isilon storage that delivers up to 18 times the throughput of its closest all-flash competitor. IT pros will experience that AI is simplified as Bright Cluster Manager monitors your cluster for configuration drift down to the server BIOS using exclusive integration with Dell EMC's open manage API's for power-edge. This solution provides comprehensive metrics along with automatic health checks that keep an eye on the cluster and will alert you when there's trouble. Ready Solutions for AI are the only platforms that keep both data center professionals and data scientists productive and getting along. IT operations are simplified and that produces a more consistent experience for everyone. Data scientists get a customizable, high-performance, deep-learning service experience that can eliminate monthly charges spent on public cloud while keeping your data under your control. (upbeat guitar music) >> It's always great to see the product videos, but Tom Burns mentioned something earlier. He talked about the expansive expertise that Dell EMC has and bringing together advanced hardware and advanced software into more simple solutions that can liberate business value for customers, especially around AI. And so to really test that out, we sent Jeff Frick, who's the general manager and host of theCUBE down to the bowels of Dell EMC's operations in Austin, Texas. Jeff went and visited the Dell EMC HPC and AI Innovation Lab and met with Garima Kochhar, who's a tactical staff Senior Principal Engineer. Let's hear what Jeff learned. >> We're excited to have with us our next guest. She's Garima Kochhar. She's on the tactical staff and the Senior Principal Engineer at Dell EMC. Welcome. >> Thank you. >> From your perspective what kinda changing in the landscape from high-performance computing, which has been around for a long time, into more of the AI and machine learning and deep learning and stuff we hear about much more in business context today? >> High-performance computing has applicability across a broad range industries. So not just national labs and supercomputers, but commercial space as well. And our lab, we've done a lot of that work in the last several years. And then the deep learning algorithms, those have also been around for decades. But what we are finding right now is that the algorithms and the hardware, the technologies available, have hit that perfect point, along with industries' interest with the amount of data we have to make it more, what we would call, mainstream. >> So you can build an optimum solution, but ultimately you wanna build industry solutions. And then even subset of that, you invite customers in to optimize for what their particular workflow or their particular business case which may not match the perfect benchmark spec at all, right? >> That's exactly right. And so that's the reason this lab is set up for customer access, because we do the standard benchmarking. But you want to see what is my experience with this, how does my code work? And it allows us to learn from our customers, of course. And it allows them to get comfortable with their technologies, to work directly with the engineers and the experts so that we can be their true partners and trusted advisors and help them advance their research, their science, their business goals. >> Right. So you guys built the whole rack out, right? Not just the fun shiny new toys. >> Yeah, you're right. So typically, when something fails, it fails spectacularly. Right, so I'm you've heard horror stories where there was equipment on the dock and it wouldn't fit in the elevator or things like that, right? So there are lots of other teams that handle, of course Dell's really good at this, the logistics piece of it, but even within the lab. When you walk around the lab, you'll see our racks are set up with power meters. So we do power measurements. Whatever best practices in tuning we come up with, we feed that into our factories. So if you buy a solution, say targeted for HPC, it will come with different BIOS tuning options than a regular, say Oracle, database workload. We have this integration into our software deployment methods. So when you have racks and racks of equipment or one rack of equipment or maybe even three servers, and you're doing an installation, all the pieces are baked-in already and everything is easy, seamless, easy to operate. So our idea is... The more that we can do in building integrated solutions that are simple to use and performant, the less time our customers and their technical computing and IT Departments have to spend worrying about the equipment and they can focus on their unique and specific use case. >> Right, you guys have a services arm as well. >> Well, we're an engineering lab, which is why it's really messy, right? Like if you look at the racks, if you look at the work we do, we're a working lab. We're an engineering lab. We're a product development lab. And of course, we have a support arm. We have a services arm. And sometimes we're working with new technologies. We conduct training in the lab for our services and support people, but we're an engineering organization. And so when customers come into the lab and work with us, they work with it from an engineering point of view not from a pre-sales point of view or a services point of view. >> Right, kinda what's the benefit of having the experience in this broader set of applications as you can apply it to some of the newer, more exciting things around AI, machine learning, deep learning? >> Right, so the fact that we are a shared lab, right? Like the bulk of this lab is High Performance Computing and AI, but there's lots of other technologies and solutions we work on over here. And there's other labs in the building that we have colleagues in as well. The first thing is that the technology building blocks for several of these solutions are similar, right? So when you're looking at storage arrays, when you're looking at Linux kernels, when you're looking at network cards, or solid state drives, or NVMe, several of the building block technolgies are similar. And so when we find interoperability issues, which you would think that there would never be any problems, you throw all these things together, they always work like-- >> (laughs) Of course (laughs). >> Right, so when you sometimes, rarely find an interoperability issue, that issue can affect multiple solutions. And so we share those best practices, because we engineers sit next to each other and we discuss things with each other. We're part of the larger organization. Similarly, when you find tuning options and nuances and parameters for performance or for energy efficiency, those also apply across different domains. So while you might think of Oracle as something that it's been done for years, with every iteration of technology there's new learning and that applies broadly across anybody using enterprise infrastructure. >> Right, what gets you excited? What are some of the things that you see, like, "I'm so excited that we can now apply "this horsepower to some of these problems out there?" >> Right, so that's a really good point, right? Because most of the time when you're trying to describe what you do, it's hard to make everybody understand. Well, not what you're doing, right? But sometimes with deep technology it's hard to explain what's the actual value of this. And so a lot of work we're doing in terms of excess scale, it's to grow like the... Human body of knowledge forward, to grow the science happening in each country moving that forward. And that's kind of, at the higher end when you talk about national labs and defense and everybody understands that needs to be done. But when you find that your social media is doing some face recognition, everybody experiences that and everybody sees that. And when you're trying to describe the, we're all talking about driverless cars or we're all talking about, "Oh, it took me so long, "because I had this insurance claim and then I had "to get an appointment with the appraisor "and they had to come in." I mean, those are actual real-world use cases where some of these technologies are going to apply. So even industries where you didn't think of them as being leading-edge on the technical forefront in terms of IT infrastructure and digital transformation, in every one of these places you're going to have an impact of what you do. >> Right. >> Whether it's drug discovery, right? Or whether it's next-generation gene sequencing or whether it's designing the next car, like pick your favorite car, or when you're flying in an aircraft the engineers who were designing the engine and the blades and the rotors for that craft were using technologies that you worked with. And so now it's everywhere, everywhere you go. We talked about 5G and IoT and edge computing. >> Right. >> I mean, we all work on this collectively. >> Right. >> So it's our world. >> Right. Okay, so last question before I let you go. Just being, having the resources to bear, in terms of being in your position, to do the work when you've got the massive resources now behind you. You have Dell, the merger of EMC, all the subset brands, Isilon, so many brands. How does that help you do your job better? What does that let you do here in this lab that probably a lot of other people can't do? >> Yeah, exactly. So when you're building complex solutions, there's no one company that makes every single piece of it, but the tighter that things work together the better that they work together. And that's directly through all the technologies that we have in the Dell technologies umbrella and with Dell EMC. And that's because of our super close relationships with our partners that allows us to build these solutions that are painless for our customers and our users. And so that's the advantage we bring. >> Alright. >> This lab and our company. >> Alright, Garima. Well, thank you for taking a few minutes. Your passion shines through. (laughs) >> Thank you. >> I really liked hearing about what Dell EMC's doing in their innovation labs down at Austin, Texas, but it all comes together for the customer. And so the last segment that we wanna bring you here is a great segment. Nick Curcuru, who's the Vice President of Big Data Analytics at Mastercard is here to talk about how some of these technologies are coming together to speed value and realize the potential of AI at Mastercard. Nick, welcome to theCUBE. >> Thank you for letting me be here. >> So Mastercard, tell us a little bit about what's going on at Mastercard. >> There's a lot that's going on with Mastercard, but I think the most exciting things that we're doing out of Mastercard right now is with artificial intelligence and how we're bringing the ability for artificial intelligence to really allow a seamless transition when someone's actually doing a transaction and also bringing a level of security to our customers and our banks and the people that use Mastercards. >> So AI to improve engagement, provide a better experience, but that's a pretty broad range of things. What specifically kinds of, when you think about how AI can be applied, what are you looking to? Especially early on. >> Well, let's actually take a look at our core business, which is being able to make sure that we can secure a payment, right? So at this particular point, people are used to, we're applying AI to biometrics. But not just a fingerprint or a facial recognition, but actually how you interact with your device. So you think of like the Internet of Things and you're sitting back saying, "I'm using, "I'm swiping my device, my mobile device, "or how I interact with a keyboard." Those are all key signatures. And we, with our company, new data that we've just acquired are taking that capability to create a profile and make that a part of your signature. So it's not just beyond a fingerprint. It's not just beyond a facial. It's actually how you're interacting so that we know it's you. >> So there's a lot of different potential sources of information that you can utilize, but AI is still a relatively young technology and practice. And one of the big issues for a lot of our clients is how do you get time to value? So take us through, if you would, a little bit about some of the challenges that Mastercard and anybody would face to try to get to that time to value. >> Well, what you're really seeing is looking for actually a good partner to be with when you're doing artificial intelligence, because again, at that particular point, you try to get to scale. For us, it's always about scale. How can we roll this across 220 countries? We're 165 million transactions per hour, right? So what we're looking for is a partner who also has that ability to scale. A partner who has the global presence, who's learning. So that's the first step. That's gonna help you with your time to value. The other part is actually sitting back and actually using those particular partners to bring their expertise that they're learning to combine with yours. It's no longer just silos. So when we talk about artificial intelligence, how can we be learning from each other? Those open source systems that are out there, how do we learn from that community? It's that community that allows you to get there. Again, those that are trying to do it on their own, trying to do it by themselves, they're not gonna get to the point where they need to be. In other words, in a six month time to value it's gonna take them years. We're trying to accelerate that, you say, "How can we get out of those algorithms operating for us "the way we need them to provide the experiences "that people want quickly." And that's with good partners. >> 165 million transactions per hour is only likely to go up over the course of the next few years. That creates an operational challenge. AI is associated with a probabilistic set of behaviors as opposed to categorical. Little bit more difficult to test, little bit more difficult to verify, how is the introduction of some of these AI technologies impacting the way you think about operations at Mastercard? >> Well, for the operations, it's actually when you take a look there's three components, right? There's right there on the edge. So when someone's interacting and actually doing the transaction, and then we'll look at it as we have a core. So that core sits there, right? Basically, that's where you're learning, right? And then there's actually, what we call, the deep learning component of it. So for us, it's how can we move what we need to have in the core and what we need to have on the edge? So the question for us always is we want that algorithm to be smart. So what three to four things do we need that algorithm to be looking for within that artificial intelligence needs to know that it then goes back into the core and retrieves something, whether that's your fingerprint, your biometrics, how you're interacting with that machine, to say, "Yes, that's you. "Yes, we want that transaction to go through." Or, "No, stop it before it even begins." It's that interaction and operational basis that we're always have a dynamic tension with, but it's how we get from the edge to the core. And it's understanding what we need it to do. So we're breaking apart what we have to have that intelligence to be able to create a decision for us. So that's how we're trying to manage it, as well as of course, the hardware that goes with it and the tools that we need in order to make that happen. >> When we get on the hardware just a little bit, so that historically different applications put pressure on different components within a stack. One of the observations that we've made is that the transition from spinning disk to flash allows companies like Mastercard to think about just persisting data to actually delivering data. >> Yeah. >> Much more rapidly. How does some of the, how does these AI technologies, what kinda new pressures do they put on storage? >> Well, they put a tremendous pressure, because that's actually again, the next tension or dynamics that you have to play with. So what do you wanna have on disk? What do you need flash to do? Again, if you look at some people, everyone's like, "Oh, flash will take over everything." It's like no, flash has, there's a reason for it to exist, and understanding what that reason is and understanding, "Hey, I need that to be able to do this "in sub-seconds, nanoseconds," I've heard the term before. That's what you're asking flash to do. When you want deep learning, that, I want it on disk. I want to be taking all those millions of billions of transactions that we're gonna see and learn from them. All the ways that people will be trying to attack me, right? The bad guys, how am I learning from everything that I'm having that can sit there on disk and let it continue to run, that's the deep learning. The flash is when I wanna create a seamless transaction with a customer, or a consumer, or from a business to business. I need to have that decision now. I need to know it is you who is trying to swipe or purchase something with my mobile device or through the, basically through the Internet. Or how am I actually even swiping or inserting, tipping my card in that particular machine at a merchant. That's we're looking at how we use flash. >> So you're looking at perhaps using older technologies or different classes technologies for some of the training elements, but really moving to flash for the interfacing piece where you gotta deliver the real-time effort right now. >> And that's the experience. And that's what you're looking for. And that's you're looking, you wanna be able to make sure you're making those distinctions. 'Cause again there's no longer one or the other. It's how they interact. And again, when you look at your partners, it's the question now is how are they interacting? Am I actually, has this been done at scale somewhere else? Can you help me understand how I need to deploy this so that I can reduce my time to value, which is very, very important to create that seamless, frictionless transaction we want our consumers to have. >> So Nick, you talked about how you wanna work with companies that demonstrate that they have expertise, because you can't do it on your own. Companies that are capable of providing the scale that you need to provide. So just as we talk about how AI is placing pressure on different parts of the technology stack, it's got also to be putting pressure on the traditional relationships you have with technology suppliers. What are you looking for in suppliers as you think about these new classes of applications? >> Well, the part is you're looking at, for us it's do you have that scale that we're looking at? Have you done this before, that global scale? Again, in many cases you can have five guys in a garage that can do great things, but where has it been tested? When we say tested, it's not just, "Hey, we did this "in a pilot." We're talking it's gotta be robust. So that's one thing that you're looking for. You're looking for also a partner we can bring, for us, additional information that we don't have ourselves, right? In many cases, when you look at that partner they're gonna bring something that they're almost like they are an adjunct part of your team. They are your bench strength. That's what we're looking for when we look at it. What expertise do you have that we may not? What are you seeing, especially on the technology front, that we're not privy to? What are those different chips that are coming out, the new ways we should be handling the storage, the new ways the applications are interacting with that? We want to know from you, because again, everyone's, there's a talent, competition for talent, and we're looking for a partner who has that talent and will bring it to us so that we don't have to search it. >> At scale. >> Yeah, especially at scale. >> Nick Curcuro, Mastercard. Thanks for being on theCUBE. >> Thank you for having me. >> So there you have a great example of what leading companies or what a leading company is doing to try to take full advantage of the possibilities of AI by utilizing infrastructure that gets the job done simpler, faster, and better. So let's imagine for a second how it might affect your life. Well, here's your opportunity. We're now gonna move into the CrowdChat part of the event, and this is your chance to ask peers questions, provide your insights, tell your war stories. Ultimately, to interact with thought leaders about what it means to get ready for AI. Once again, I'm Peter Burris, thank you for watching. Now let's jump into the CrowdChat.

Published Date : Aug 14 2018

SUMMARY :

Tom, it's great to have you back again. It's great to be here. So when you go out and talk to customers specifically, and certainly AI is one of the hottest areas. that the first 50 years of computing So the question around do I go to the cloud? Now, the ideal would be that you can have Well, that's the exciting part is that we're getting ready into the infrastructure elements themselves And then getting them to work in stage four and stage five So this gives them the opportunity to self-provision. They don't need the IT to come in and set up the network And so that means that the AI or rather the IT group involved, making sure that the infrastructure in the big data now is likely to happen in the AI world. Because of the products that we've put together the IOP performance that we have and Solutions at Dell EMC. can be deployed to improve the overall productivity on the cluster and will alert you when there's trouble. And so to really test that out, we sent Jeff Frick, We're excited to have with us our next guest. and the hardware, the technologies available, So you can build an optimum solution, And so that's the reason this lab is set up So you guys built the whole rack out, right? So when you have racks and racks of equipment And of course, we have a support arm. Right, so the fact that we are a shared lab, right? So while you might think of Oracle as something And that's kind of, at the higher end when you talk and the blades and the rotors for that craft Just being, having the resources to bear, And so that's the advantage we bring. Well, thank you for taking a few minutes. And so the last segment that we wanna bring you here So Mastercard, tell us a little bit for artificial intelligence to really allow So AI to improve engagement, provide a better experience, are taking that capability to create a profile of information that you can utilize, but AI is still that they're learning to combine with yours. impacting the way you think about operations at Mastercard? Well, for the operations, it's actually when you is that the transition from spinning disk what kinda new pressures do they put on storage? I need to know it is you who is trying to swipe for the interfacing piece where you gotta deliver so that I can reduce my time to value, on the traditional relationships you have the new ways we should be handling the storage, Thanks for being on theCUBE. that gets the job done simpler, faster, and better.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jeff FrickPERSON

0.99+

JeffPERSON

0.99+

Tom BurnsPERSON

0.99+

Garima KochharPERSON

0.99+

Peter BurrisPERSON

0.99+

NickPERSON

0.99+

Nick CurcuruPERSON

0.99+

DellORGANIZATION

0.99+

GarimaPERSON

0.99+

15QUANTITY

0.99+

TomPERSON

0.99+

PetePERSON

0.99+

five guysQUANTITY

0.99+

MastercardORGANIZATION

0.99+

Dell EMCORGANIZATION

0.99+

EMCORGANIZATION

0.99+

Mellon OshmanORGANIZATION

0.99+

20QUANTITY

0.99+

220 countriesQUANTITY

0.99+

Austin, TexasLOCATION

0.99+

IsilonORGANIZATION

0.99+

six monthQUANTITY

0.99+

first stepQUANTITY

0.99+

OracleORGANIZATION

0.99+

ServiceNowORGANIZATION

0.99+

WikibonORGANIZATION

0.99+

twoQUANTITY

0.99+

millionsQUANTITY

0.99+

each countryQUANTITY

0.99+

first 50 yearsQUANTITY

0.99+

TodayDATE

0.99+

first guestQUANTITY

0.98+

AI Innovation LabORGANIZATION

0.98+

threeQUANTITY

0.98+

one rackQUANTITY

0.98+

first thingQUANTITY

0.98+

oneQUANTITY

0.97+

Over 62%QUANTITY

0.97+

second thingQUANTITY

0.97+

theCUBEORGANIZATION

0.97+

Nick CurcuroPERSON

0.97+

about 70%QUANTITY

0.97+

OneQUANTITY

0.97+

Dell EMC HPCORGANIZATION

0.97+

bothQUANTITY

0.97+

three componentsQUANTITY

0.96+

halfQUANTITY

0.95+

about 400 different companiesQUANTITY

0.95+

three serversQUANTITY

0.94+

IntelORGANIZATION

0.94+

around five clicksQUANTITY

0.93+

JupyterHubORGANIZATION

0.93+

Big Data AnalyticsORGANIZATION

0.93+

decadesQUANTITY

0.93+

todayDATE

0.92+

25 different stepsQUANTITY

0.92+

Vice PresidentPERSON

0.92+

up to 18 timesQUANTITY

0.92+

three thingsQUANTITY

0.91+

around nine timesQUANTITY

0.91+

fourQUANTITY

0.89+

Cortnie Abercrombie & Carl Gerber | MIT CDOIQ 2018


 

>> Live from the MIT campus in Cambridge, Massachusetts, it's theCUBE, covering the 12th Annual MIT Chief Data Officer and Information Quality Symposium. Brought to you by SiliconANGLE Media. >> Welcome back to theCUBE's coverage of MIT CDOIQ here in Cambridge, Massachusetts. I'm your host Rebecca Knight along with my cohost Peter Burris. We have two guests on this segment. We have Cortnie Abercrombie, she is the founder of the nonprofit AI Truth, and Carl Gerber, who is the managing partner at Global Data Analytics Leaders. Thanks so much for coming on theCUBE Cortnie and Carl. >> Thank you. >> Thank you. >> So I want to start by just having you introduce yourselves to our viewers, what you do. So tell us a little bit about AI Truth, Cortnie. >> So this was born out of a passion. As I, the last gig I had at IBM, everybody knows me for chief data officer and what I did with that, but the more recent role that I had was developing custom offerings for Fortune 500 in the AI solutions area, so as I would go meet and see different clients, and talk with them and start to look at different processes for how you implement AI solutions, it became very clear that not everybody is attuned, just because they're the ones funding the project or even initiating the purpose of the project, the business leaders don't necessarily know how these things work or run or what can go wrong with them. And on the flip side of that, we have very ambitious up-and-comer-type data scientists who are just trying to fulfill the mission, you know, the talent at hand, and they get really swept up in it. To the point where you can even see that data's getting bartered back and forth with any real governance over it or policies in place to say, "Hey, is that right? Should we have gotten that kind of information?" Which leads us into things like the creepy factor. Like, you know target (laughs) and some of these cases that are well-known. And so, as I saw some of these mistakes happening that were costing brand reputation, our return on investment, or possibly even creating opportunities for risk for the companies and for the business leaders, I felt like someone's got to take one for the team here and go out and start educating people on how this stuff actually works, what the issues can be and how to prevent those issues, and then also what do you do when things do go wrong, how do you fix it? So that's the mission of AI Truth and I have a book. Yes, power to the people, but you know really my main concern was concerned individuals, because I think we've all been affected when we've sent and email and all of a sudden we get a weird ad, and we're like, "Hey, what, they should not, is somebody reading my email?" You know, and we feel this, just, offense-- >> And the answer is yes. >> Yes, and they are, they are. So I mean, we, but we need to know because the only way we can empower ourselves to do something is to actually know how it works. So, that's what my missions is to try and do. So, for the concerned individuals out there, I am writing a book to kind of encapsulate all the experiences that I had so people know where to look and what they can actually do, because you'll be less fearful if you know, "Hey, I can download DuckDuckGo for my browser, or my search engine I mean, and Epic for my browser, and some private, you know, private offerings instead of the typical free offerings. There's not an answer for Facebook yet though. >> So, (laughs) we'll get there. Carl, tell us a little bit about Global Data Analytics Leaders. >> So, I launched Analytics Leaders and CDO Coach after a long career in corporate America. I started building an executive information system when I was in the military for a four-star commander, and I've really done a lot in data analytics throughout my career. Most recently, starting a CDO function at two large multinational companies in leading global transformation programs. And, what I've experienced is even though the industries may vary a little bit, the challenges are the same and the patterns of behavior are the same, both the good and bad behavior, bad habits around the data. And, through the course of my career, I've developed these frameworks and playbooks and just ways to get a repeatable outcome and bring these new technologies like machine learning to bear to really overcome the challenges that I've seen. And what I've seen is a lot of the current thinking is we're solving these data management problems manually. You know, we all hear the complaints about the people who are analysts and data scientists spending 70, 80% of their time being a data gatherer and not really generating insight from the data itself and making it actionable. Well, that's why we have computer systems, right? But that large-scale technology in automation hasn't really served us well, because we think in silos, right? We fund these projects based on departments and divisions. We acquire companies through mergers and acquisitions. And the CDO role has emerged because we need to think about this, all the data that an enterprise uses, horizontally. And with that, I bring a high degree of automation, things like machine learning, to solve those problems. So, I'm now bottling that and advising my clients. And at the same time, the CDO role is where the CIO role was 20 years ago. We're really in it's infancy, and so you see companies define it differently, have different expectations. People are filling the roles that may have not done this before, and so I provide the coaching services there. It's like a professional golfer who has a swing coach. So I come in and I help the data executives with upping their game. >> Well, it's interesting, I actually said the CIO role 40 years ago. But, here's why. If we look back in the 1970s, hardcore financial systems were made possible by the technology which allowed us to run businesses like a portfolio: Jack Welch, the GE model. That was not possible if you didn't have a common asset management system, if you didn't have a common cached management system, etc. And so, when we started creating those common systems, we needed someone that could describe how that shared asset was going to be used within the organization. And we went from the DP manager in HR, the DP manager within finance, to the CIO. And in many respects, we're doing the same thing, right? We're talking about data in a lot of different places and now the business is saying, "We can bring this data together in new and interesting ways into more a shared asset, and we need someone that can help administer that process, and you know, navigate between different groups and different needs and whatnot." Is that kind of what you guys are seeing? >> Oh yeah. >> Yeah. >> Well you know once I get to talking (laughs). For me, I can going right back to the newer technologies like AI and IOT that are coming from externally into your organization, and then also the fact that we're seeing bartering at an unprec... of data at an unprecedented level before. And yet, what the chief data officer role originally did was look at data internally, and structured data mostly. But now, we're asking them to step out of their comfort zone and start looking at all these unknown, niche data broker firms that may or may not be ethical in how they're... I mean, I... look I tell people, "If you hear the word scrape, you run." No scraping, we don't want scraped data, no, no, no (laugh). But I mean, but that's what we're talking about-- >> Well, what do you mean by scraped data, 'cause that's important? >> Well, this is a well-known data science practice. And it's not that... nobody's being malicious here, nobody's trying to have a malintent, but I think it's just data scientists are just scruffy, they roll up their sleeves and they get data however they can. And so, the practice emerged. Look, they're built off of open-source software and everything's free, right, for them, for the most part? So they just start reading in screens and things that are available that you could see, they can optical character read it in, or they can do it however without having to have a subscription to any of that data, without having to have permission to any of that data. It's, "I can see it, so it's mine." But you know, that doesn't work in candy stores. We can't just go, or jewelry stores in my case, I mean, you can't just say, "I like that diamond earring, or whatever, I'm just going to take it because I can see it." (laughs) So, I mean, yeah we got to... that's scraping though. >> And the implications of that are suddenly now you've got a great new business initiative and somebody finds out that you used their private data in that initiative, and now they've got a claim on that asset. >> Right. And this is where things start to get super hairy, and you just want to make sure that you're being on the up-and-up with your data practices and you data ethics, because, in my opinion, 90% of what's gone wrong in AI or the fear factor of AI is that your privacy's getting violated and then you're labeled with data that you may or may not know even exists half the time. I mean. >> So, what's the answer? I mean as you were talking about these data scientists are scrappy, scruffy, roll-up-your-sleeves kind of people, and they are coming up with new ideas, new innovations that sometimes are good-- >> Oh yes, they are. >> So what, so what is the answer? Is this this code of ethics? Is it a... sort of similar to a Hippocratic Oath? I mean how would you, what do you think? >> So, it's a multidimensional problem. Cortnie and I were talking earlier that you have to have more transparency into the models you're creating, and that means a significant validation process. And that's where the chief data officer partners with folks in risk and other areas and the data science team around getting more transparency and visibility into what's the data that's feeding into it? Is it really the authoritative data of the company? And as Cortnie points out, do we even have the rights to that data that's feeding our models? And so, by bringing that transparency and a little more validation before you actually start making key, bet-the-business decisions on the outcomes of these models, you need to look at how you're vetting them. >> And the vetting process is part technology, part culture, part process, it goes back to that people process technology trying. >> Yeah, absolutely, know where your data came from. Why are you doing this model? What are you doing to do with the outcomes? Are you actually going to do something with it or are you going to ignore it? Under what conditions will you empower a decision-maker to use the information that is the output of the model? A lot of these things, you have to think through when you want to operationalize it. It's not just, "I'm going to go get a bunch of data wherever I can, I put a model together. Here, don't you like the results?" >> But this is Silicon Valley way, right? An MVP for everything and you just let it run until... you can't. >> That's a great point Cortnie (laughs) I've always believed, and I want to test this with you, we talk about people process technology about information, we never talk about people process technology and information of information. There's a manner of respects what we're talking about is making explicit the information about... information, the metadata, and how we manage that and how we treat that, and how we defuse that, and how we turn that, the metadata itself, into models to try to govern and guide utilization of this. That's especially important in AI world, isn't it? >> I start with this. For me, it's simple, I mean, but everything he said was true. But, I try to keep it to this: it's about free will. If I said you can do that with my data, to me it's always my data. I don't care if it's on Facebook, I don't care where it is and I don't care if it's free or not, it's still my data. Even if it's X23andMe, or 23andMe, sorry, and they've taken the swab, or whether it's Facebook or I did a google search, I don't care, it's still my data. So if you ask me if it's okay to do a certain type of thing, then maybe I will consent to that. But I should at least be given an option. And no, be given the transparency. So it's all about free will. So in my mind, as long as you're always providing some sort of free will (laughs), the ability for me to having a decision to say, "Yes, I want to participate in that," or, "Yes, you can label me as whatever label I'm getting, Trump or a pro-Hillary or Obam-whatever, name whatever issue of the day is," then I'm okay with that as long as I get a choice. >> Let's go back to it, I want to build on that if I can, because, and then I want to ask you a question about it Carl, the issue of free will presupposes that both sides know exactly what's going into the data. So for example, if I have a medical procedure, I can sit down on that form and I can say, "Whatever happens is my responsibility." But if bad things happen because of malfeasance, guess what? That piece of paper's worthless and I can sue. Because the doctor and the medical provider is supposed to know more about what's going on than I do. >> Right. >> Does the same thing exist? You talked earlier about governance and some of the culture imperatives and transparency, doesn't that same thing exist? And I'm going to ask you a question: is that part of your nonprofit is to try to raise the bar for everybody? But doesn't that same notion exist, that at the end of the day, you don't... You do have information asymmetries, both sides don't know how the data's being used because of the nature of data? >> Right. That's why you're seeing the emergence of all these data privacy laws. And so what I'm advising executives and the board and my clients is we need to step back and think bigger about this. We need to think about as not just GDPR, the European scope, it's global data privacy. And if we look at the motivation, why are we doing this? Are we doing it just because we have to be regulatory-compliant 'cause there's a law in the books, or should we reframe it and say, "This is really about the user experience, the customer experience." This is a touchpoint that my customers have with my company. How transparent should I be with what data I have about you, how I'm using it, how I'm sharing it, and is there a way that I can turn this into a positive instead of it's just, "I'm doing this because I have to for regulatory-compliance." And so, I believe if you really examine the motivation and look at it from more of the carrot and less of the stick, you're going to find that you're more motivated to do it, you're going to be more transparent with your customers, and you're going to share, and you're ultimately going to protect that data more closely because you want to build that trust with your customers. And then lastly, let's face it, this is the data we want to analyze, right? This is the authenticated data we want to give to the data scientists, so I just flip that whole thing on its head. We do for these reasons and we increase the transparency and trust. >> So Cortnie, let me bring it back to you. >> Okay. >> That presupposes, again, an up-leveling of knowledge about data privacy not just for the executive but also for the consumer. How are you going to do that? >> Personally, I'm going to come back to free will again, and I'm also going to add: harm impacts. We need to start thinking impact assessments instead of governance, quite frankly. We need to start looking at if I, you know, start using a FICO score as a proxy for another piece of information, like a crime record in a certain district of whatever, as a way to understand how responsible you are and whether or not your car is going to get broken into, and now you have to pay more. Well, you're... if you always use a FICO score, for example, as a proxy for responsibility which, let's face it, once a data scientist latches onto something, they share it with everybody 'cause that's how they are, right? They love that and I love that about them, quite frankly. But, what I don't like is it propagates, and then before you know it, the people who are of lesser financial means, it's getting propagated because now they're going to be... Every AI pricing model is going to use FICO score as a-- >> And they're priced out of the market. >> And they're priced out of the market and how is that fair? And there's a whole group, I think you know about the Fairness Accountability Transparency group that, you know, kind of watch dogs this stuff. But I think business leaders as a whole don't really think through to that level like, "If I do this, then this this and this could incur--" >> So what would be the one thing you could say if, corporate America's listening. >> Let's do impact. Let's do impact assessments. If you're going to cost someone their livelihood, or you're going to cost them thousands of dollars, then let's put more scrutiny, let's put more government validation. To your point, let's put some... 'cause not everything needs the nth level. Like, if I present you with a blue sweater instead of a red sweater on google or whatever, (laughs) You know, that's not going to harm you. But it will harm you if I give you a teacher assessment that's based on something that you have no control over, and now you're fired because you've been laid off 'cause your rating was bad. >> This is a great conversation. Let me... Let me add something different, 'cause... Or say it a different way, and tell me if you agree. In many respects, it's: Does this practice increase inclusion or does this practice decrease inclusion? This is not some goofy, social thing, this is: Are you making your market bigger or are you making your market smaller? Because the last thing you want is that the participation by people ends with: You can't play because of some algorithmic response we had. So maybe the question of inclusion becomes a key issue. Would you agree with that? >> I do agree with it, and I still think there's levels even to inclusion. >> Of course. >> Like, you know, being a part of the blue sweater club versus the (laughs) versus, "I don't want to be a convict," you know, suddenly because of some record you found, or association with someone else. And let's just face it, a lot of these algorithmic models do do these kinds of things where they... They use n+1, you know, a lot... you know what I'm saying. And so you're associated naturally with the next person closest to you, and that's not always the right thing to do, right? So, in some ways, and so I'm positing just little bit of a new idea here, you're creating some policies, whether you're being, and we were just talking about this, but whether you're being implicit about them or explicit, more likely you're being implicit because you're just you're summarily deciding. Well, okay, I have just decided in the credit score example, that if you don't have a good credit threshold... But where in your policies and your corporate policy did it ever say that people of lesser financial means should be excluded from being able to have good car insurance for... 'cause now, the same goes with like Facebook. Some people feel like they're going to have to opt of of life, I mean, if they don't-- >> (laughs) Opt out of life. >> I mean like, seriously, when you think about grandparents who are excluded, you know, out in whatever Timbuktu place they live, and all their families are somewhere else, and the only way that they get to see is, you know, on Facebook. >> Go back to the issue you raised earlier about "Somebody read my email," I can tell you, as a person with a couple of more elderly grandparents, they inadvertently shared some information with me on Facebook about a health condition that they had. You know how grotesque the response of Facebook was to that? And, it affected me to because they had my name in it. They didn't know any better. >> Sometimes there's a stigma. Sometimes things become a stigma as well. There's an emotional response. When I put the article out about why I left IBM to start this new AI Truth nonprofit, the responses I got back that were so immediate were emotional responses about how this stuff affects people. That they're scared of what this means. Can people come after my kids or my grandkids? And if you think about how genetic information can get used, you're not just hosing yourself. I mean, breast cancer genes, I believe, aren't they, like... They run through families, so, I-- >> And they're pretty well-understood. >> If someone swabs my, and uses it and swaps it with other data, you know, people, all of a sudden, not just me is affected, but my whole entire lineage, I mean... It's hard to think of that, but... it's true (laughs). >> These are real life and death... these are-- >> Not just today, but for the future. And in many respects, it's that notion of inclusion... Going back to it, now I'm making something up, but not entirely, but going back to some of the stuff that you were talking about, Carl, the decisions we make about data today, we want to ensure that we know that there's value in the options for how we use that data in the future. So, the issue of inclusion is not just about people, but it's also about other activities, or other things that we might be able to do with data because of the nature of data. I think we always have to have an options approach to thinking about... as we make data decisions. Would you agree with that? Yes, because you know, data's not absolute. So, you can measure something and you can look at the data quality, you can look at the inputs to a model, whatever, but you still have to have that human element of, "Are you we doing the right thing?" You know, the data should guide us in our decisions, but I don't think it's ever an absolute. It's a range of options, and we chose this options for this reason. >> Right, so are we doing the right thing and do no harm too? Carl, Cortnie, we could talk all day, this has been a really fun conversation. >> Oh yeah, and we have. (laughter) >> But we're out of time. I'm Rebecca Knight for Peter Burris, we will have more from MIT CDOIQ in just a little bit. (upbeat music)

Published Date : Jul 18 2018

SUMMARY :

Brought to you by SiliconANGLE Media. she is the founder of the nonprofit AI Truth, So I want to start by just having you To the point where you can even see that and some private, you know, private offerings Carl, tell us a little bit about and not really generating insight from the data itself and you know, navigate between different groups Well you know once I get to talking (laughs). And so, the practice emerged. and somebody finds out that you used and you just want to make sure that you're being on the Is it a... sort of similar to a Hippocratic Oath? that you have to have more transparency And the vetting process is part technology, A lot of these things, you have to think through An MVP for everything and you just let it run until... the metadata, and how we manage that the ability for me to having a decision to say, because, and then I want to ask you a question about it Carl, that at the end of the day, you don't... This is the authenticated data we want to give How are you going to do that? and now you have to pay more. And there's a whole group, I think you know about So what would be the one thing you could say if, But it will harm you if I give you a teacher assessment Because the last thing you want is that I do agree with it, and I still think there's levels and that's not always the right thing to do, right? and the only way that they get to see is, you know, Go back to the issue you raised earlier about And if you think about how genetic information can get used, and uses it and swaps it with other data, you know, people, in the options for how we use that data in the future. and do no harm too? Oh yeah, and we have. we will have more from MIT CDOIQ in just a little bit.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Rebecca KnightPERSON

0.99+

Cortnie AbercrombiePERSON

0.99+

CarlPERSON

0.99+

CortniePERSON

0.99+

Peter BurrisPERSON

0.99+

TrumpPERSON

0.99+

Carl GerberPERSON

0.99+

Jack WelchPERSON

0.99+

IBMORGANIZATION

0.99+

90%QUANTITY

0.99+

HillaryPERSON

0.99+

four-starQUANTITY

0.99+

GEORGANIZATION

0.99+

two guestsQUANTITY

0.99+

1970sDATE

0.99+

Cambridge, MassachusettsLOCATION

0.99+

Silicon ValleyLOCATION

0.99+

both sidesQUANTITY

0.99+

FacebookORGANIZATION

0.99+

ObamPERSON

0.99+

bothQUANTITY

0.98+

SiliconANGLE MediaORGANIZATION

0.98+

40 years agoDATE

0.98+

DuckDuckGoTITLE

0.98+

thousands of dollarsQUANTITY

0.98+

TimbuktuLOCATION

0.98+

AmericaLOCATION

0.98+

theCUBEORGANIZATION

0.98+

todayDATE

0.98+

FICOORGANIZATION

0.98+

GDPRTITLE

0.98+

MIT CDOIQORGANIZATION

0.96+

20 years agoDATE

0.95+

googleORGANIZATION

0.95+

12th Annual MIT Chief Data Officer and Information Quality SymposiumEVENT

0.93+

oneQUANTITY

0.93+

AI TruthORGANIZATION

0.89+

70, 80%QUANTITY

0.87+

MITORGANIZATION

0.87+

Global Data Analytics LeadersORGANIZATION

0.86+

2018DATE

0.83+

CDO CoachTITLE

0.82+

Hippocratic OathTITLE

0.82+

two large multinational companiesQUANTITY

0.79+

halfQUANTITY

0.75+

FairnessORGANIZATION

0.68+

X23andMeORGANIZATION

0.68+

23andMeORGANIZATION

0.66+

AnalyticsORGANIZATION

0.64+

coupleQUANTITY

0.62+

EuropeanOTHER

0.59+

blue sweaterORGANIZATION

0.58+

EpicORGANIZATION

0.5+

FortuneORGANIZATION

0.48+

1QUANTITY

0.46+

CDOIQEVENT

0.36+

500QUANTITY

0.35+

Dave McDonnell, IBM | Dataworks Summit EU 2018


 

>> Narrator: From Berlin, Germany, it's theCUBE (relaxing music) covering DataWorks Summit Europe 2018. (relaxing music) Brought to you by Hortonworks. (quieting music) >> Well, hello and welcome to theCUBE. We're here at DataWorks Summit 2018 in Berlin, Germany, and it's been a great show. Who we have now is we have IBM. Specifically we have Dave McDonnell of IBM, and we're going to be talkin' with him for the next 10 minutes or so about... Dave, you explain. You are in storage for IBM, and IBM of course is a partner of Hortonworks who are of course the host of this show. So Dave, have you been introduced, give us your capacity or roll at IBM. Discuss the partnership of Hortonworks, and really what's your perspective on the market for storage systems for Big Data right now and going forward? And what kind of work loads and what kind of requirements are customers coming to you with for storage systems now? >> Okay, sure, so I lead alliances for the storage business unit, and Hortonworks, we actually partner with Hortonworks not just in our storage business unit but also with our analytics counterparts, our power counterparts, and we're in discussions with many others, right? Our partner organization services and so forth. So the nature of our relationship is quite broad compared to many of our others. We're working with them in the analytics space, so these are a lot of these Big Data Data Lakes, BDDNA a lot of people will use as an acronym. These are the types of work loads that customers are using us both for. >> Mm-hmm. >> And it's not new anymore, you know, by now they're well past their first half dozen applications. We've got customers running hundreds of applications. These are production applications now, so it's all about, "How can I be more efficient? "How can I grow this? "How can I get the best performance and scalability "and ease of management to deploy these "in a way that's manageable?" 'cause if I have 400 production applications, that's not off in any corner anymore. So that's how I'd describe it in a nutshell. >> One of the trends that we're seeing at Wikibon, of course I'm the lead analyst for Big Data Analytics at Wikibon under SiliconANGLE Media, we're seeing a trend in the marketplace towards I wouldn't call them appliances, but what I would call them is workload optimized hardware software platforms so they can combine storage with compute and are optimized for AI and machine learning and so forth. Is that something that you're hearing from customers, that they require those built-out, AI optimized storage systems, or is that far in the future or? Give me a sense for whether IBM is doing anything in that area and whether that's on your horizon. >> If you were to define all of IBM in five words or less, you would say "artificial intelligence and cloud computing," so this is something' >> Yeah. that gets a lot of thought in Mindshare. So absolutely we hear about it a lot. It's a very broad market with a lot of diverse requirements. So we hear people asking for the Converged infrastructure, for Appliance solutions. There's of course Hyper Converged. We actually have, either directly or with partners, answers to all of those. Now we do think one of the things that customers want to do is they're going to scale and grow in these environments is to take a software-defined strategy so they're not limited, they're not limited by hardware blocks. You know, they don't want to have to buy processing power and spend all that money on it when really all they need is more data. >> Yeah. >> There's pros and cons to the different (mumbles). >> You have power AI systems, I know that, so that's where they're probably heading, yeah. >> Yes, yes, yes. So of course, we have packages that we've modeled in AI. They feed off of some of the Hortonworks data lakes that we're building. Of course we see a lot of people putting these on new pieces of infrastructure because they don't want to put this on their production applications, so they're extracting data from maybe a Hortonworks data lake number one, Hortonworks data lake number two, some of the EDWs, some external data, and putting that into the AI infrastructure. >> As customers move their cloud infrastructures towards more edge facing environments, or edge applications, how are storage requirements change or evolving in terms of in the move to edge computing. Can you give us a sense for any sort of trends you're seeing in that area? >> Well, if we're going to the world of AI and cognitive applications, all that data that I mighta thrown in the cloud five years ago I now, I'm educated enough 'cause I've been paying bills for a few years on just how expensive it is, and if I'm going to be bringing that data back, some of which I don't even know I'm going to be bringing back, it gets extremely expensive. So we see a pendulum shift coming back where now a lot of data is going to be on host, ah sorry, on premise, but it's not going to stay there. They need the flexibility to move it here, there, or everywhere. So if it's going to come back, how can we bring customers some of that flexibility that they liked about the cloud, the speed, the ease of deployment, even a consumption based model? These are very big changes on a traditional storage manufacturer like ourselves, right? So that's requiring a lot of development in software, it's requiring a lot of development in our business model, and one of the biggest thing you hear us talk about this year is IBM Cloud Private, which does exactly that, >> Right. and it gives them somethin' they can work with that's flexible, it's agile, and allows you to take containerized based applications and move them back and forth as you please. >> Yeah. So containerized applications. So if you can define it for our audience, what is a containerized application? You talk about Docker and orchestrate it through Kubernetes and so forth. So you mentioned Cloud Private. Can you bring us up to speed on what exactly Cloud Private is and in terms of the storage requirements or storage architecture within that portfolio? >> Oh yes, absolutely. So this is a set of infrastructure that's optimized for on-premise deployment that gives you multi-cloud access, not just IBM Cloud, Amazon Web Services, Microsoft Azure, et cetera, and then it also gives you multiple architectural choices basically wrapped by software to allow you to move those containers around and put them where you want them at the right time at the right place given the business requirement at that hour. >> Now is the data storager persisted in the container itself? I know that's fairly difficult to do in a Docker environment. How do ya handle persistence of data for containerized applications within your architecture? >> Okay, some of those are going to be application specific. It's the question of designing the right data management layer depending on the application. So we have software intelligence, some of it from open source, some of which we add on top of open source to bring some of the enterprise resilience and performance needed. And of course, you have to be very careful if the biggest trend in the world is unstructured data. Well, okay fine, it's a lot of sensor data. That's still fairly easy to move around. But once we get into things like medical images, lots of video, you know, HD video, 4K video, those are the things which you have to give a lot of thought to how to do that. And that's why we have lots of new partners that we work with the help us with edge cloud, which gives that on premise-like performance in really a cloud-like set up. >> Here's a question out of left field, and you may not have the answer, but I would like to hear your thoughts on this. How has Blockchain, and IBM's been making significant investments in blockchain technology database technology, how is blockchain changing the face of the storage industry in terms of customers' requirements for a storage systems to manage data in distributed blockchains? Is that something you're hearing coming from customers as a requirement? I'm just tryin' to get a sense for whether that's, you know, is it moving customers towards more flash, towards more distributed edge-oriented or edge deployed storage systems? >> Okay, so yes, yes, and yes. >> Okay. So all of a sudden, if you're doing things like a blockchain application, things become even more important than they are today. >> Yeah. >> Okay, so you can't lose a transaction. You can't have a storage going down. So there's a lot more care and thought into the resiliency of the infrastructure. If I'm, you know, buying a diamond from you, I can't accept the excuse that my $100,000 diamond, maybe that's a little optimistic, my $10,000 diamond or yours, you know, the transaction's corrupted because the data's not proper. >> Right. >> Or if I want my privacy, I need to be assured that there's good data governance around that transaction, and that that will be protected for a good 10, 20, and 30 years. So it's elevating the importance of all the infrastructure to a whole different level. >> Switching our focus slightly, so we're here at DataWorks Summit in Berlin. Where are the largest growth markets right now for cloud storage systems? Is it Apache, is it the North America, or where are the growth markets in terms of regions, in terms of vertical industries right now in the marketplace for enterprise grade storage systems for big data in the cloud? >> That's a great question, 'cause we certainly have these conversations globally. I'd say the place where we're seeing the most activity would be the Americas, we see it in China. We have a lot of interesting engagements and people reaching out to us. I would say by market, you can also point to financial services in more than those two regions. Financial services, healthcare, retail, these are probably the top verticals. I think it's probably safe to assume, and we can the federal governments also have a lot of stringent requirements and, you know, requirements, new applications around the space as well. >> Right. GDPR, how is that impacting your customers' storage requirements. The requirement for GDPR compliance, is that moving the needle in terms of their requirement for consolidated storage of the data that they need to maintain? I mean obviously there's a security, but there's just the sheer amount of, there's a leading to consolidation or centralization of storage, of customer data, that would seem to make it easier to control and monitor usage of the data. Is it making a difference at all? >> It's making a big difference. Not many people encrypt data today, so there's a whole new level of interest in encryption at many different levels, data at rest, data in motion. There's new levels of focus and attention on performance, on the ability for customers to get their arms around disparate islands of data, because now GDPR is not only a legal requirement that requires you to be able to have it, but you've also got timelines which you're expected to act on a request from a customer to have your data removed. And most of those will have a baseline of 30 days. So you can't fool around now. It's not just a nice to have. It's an actual core part of a business requirement that if you don't have a good strategy for, you could be spending tens of millions of dollars in liability if you're not ready for it. >> Well Dave, thank you very much. We're at the end of our time. This has been Dave McDonnell of IBM talking about system storage and of course a big Hortonworks partner. We are here on day two of the DataWorks Summit, and I'm James Kobielus of Wikibon SiliconANGLE Media, and have a good day. (upbeat music)

Published Date : Apr 19 2018

SUMMARY :

Brought to you by Hortonworks. are customers coming to you with for storage systems now? So the nature of our relationship is quite broad "and ease of management to deploy these One of the trends that we're seeing at Wikibon, and spend all that money on it to the different (mumbles). so that's where they're probably heading, yeah. and putting that into the AI infrastructure. in terms of in the move to edge computing. and one of the biggest thing you hear us and allows you to take containerized based applications and in terms of the storage requirements and put them where you want them at the right time in the container itself? And of course, you have to be very careful and you may not have the answer, and yes. So all of a sudden, Okay, so you can't So it's elevating the importance of all the infrastructure for big data in the cloud? and people reaching out to us. is that moving the needle in terms of their requirement on the ability for customers to get their arms around and of course a big Hortonworks partner.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
NicolaPERSON

0.99+

MichaelPERSON

0.99+

DavidPERSON

0.99+

JoshPERSON

0.99+

MicrosoftORGANIZATION

0.99+

DavePERSON

0.99+

Jeremy BurtonPERSON

0.99+

Paul GillonPERSON

0.99+

GMORGANIZATION

0.99+

Bob StefanskiPERSON

0.99+

Lisa MartinPERSON

0.99+

Dave McDonnellPERSON

0.99+

amazonORGANIZATION

0.99+

JohnPERSON

0.99+

James KobielusPERSON

0.99+

KeithPERSON

0.99+

Paul O'FarrellPERSON

0.99+

IBMORGANIZATION

0.99+

Keith TownsendPERSON

0.99+

BMWORGANIZATION

0.99+

FordORGANIZATION

0.99+

David SiegelPERSON

0.99+

CiscoORGANIZATION

0.99+

SandyPERSON

0.99+

Nicola AcuttPERSON

0.99+

PaulPERSON

0.99+

David LantzPERSON

0.99+

Stu MinimanPERSON

0.99+

threeQUANTITY

0.99+

LisaPERSON

0.99+

LithuaniaLOCATION

0.99+

MichiganLOCATION

0.99+

AWSORGANIZATION

0.99+

General MotorsORGANIZATION

0.99+

AppleORGANIZATION

0.99+

AmericaLOCATION

0.99+

CharliePERSON

0.99+

EuropeLOCATION

0.99+

Pat GelsingPERSON

0.99+

GoogleORGANIZATION

0.99+

BobbyPERSON

0.99+

LondonLOCATION

0.99+

Palo AltoLOCATION

0.99+

DantePERSON

0.99+

SwitzerlandLOCATION

0.99+

six-weekQUANTITY

0.99+

VMwareORGANIZATION

0.99+

SeattleLOCATION

0.99+

BobPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

100QUANTITY

0.99+

Michael DellPERSON

0.99+

John WallsPERSON

0.99+

AmazonORGANIZATION

0.99+

John FurrierPERSON

0.99+

CaliforniaLOCATION

0.99+

Sandy CarterPERSON

0.99+

John Kreisa, Hortonworks | Dataworks Summit EU 2018


 

>> Narrator: From Berlin, Germany, it's theCUBE. Covering Dataworks Summit Europe 2018. Brought to you by Hortonworks. >> Hello, welcome to theCUBE. We're here at Dataworks Summit 2018 in Berlin, Germany. I'm James Kobielus. I'm the lead analyst for Big Data Analytics, within the Wikibon team of SiliconAngle Media. Our guest is John Kreisa. He's the VP for Marketing at Hortonworks, of course, the host company of Dataworks Summit. John, it's great to have you. >> Thank you Jim, it's great to be here. >> We go long back, so you know it's always great to reconnect with you guys at Hortonworks. You guys are on a roll, it's been seven years I think since you guys were founded. I remember the founding of Hortonworks. I remember when it splashed in the Wall Street Journal. It was like oh wow, this big data thing, this Hadoop thing is actually, it's a market, it's a segment and you guys have built it. You know, you and your competitors, your partners, your ecosystem continues to grow. You guys went IPO a few years ago. Your latest numbers are pretty good. You're continuing to grow in revenues, in customer acquisitions, your deal sizes are growing. So Hortonworks remains on a roll. So, I'd like you to talk right now, John, and give us a sense of where Hortonworks is at in terms of engaging with the marketplace, in terms of trends that you're seeing, in terms of how you're addressing them. But talk about first of all the Dataworks Summit. How many attendees do you have from how many countries? Just give us sort of the layout of this show. >> I don't have all of the final counts yet. >> This is year six of the show? >> This is year six in Europe, absolutely, thank you. So it's great, we've moved it around different locations. Great venue, great host city here in Berlin. Super excited about it, I know we have representatives from more than 51 countries. If you think about that, drawing from a really broad set of countries, well beyond, as you know, because you've interviewed some of the folks beyond just Europe. We've had them from South America, U.S., Africa, and Asia as well, so really a broad swath of the open-source and big data community, which is great. The final attendance is going to be 1,250 to 1,300 range. The final numbers, but a great sized conference. The energy level's been really great, the sessions have been, you know, oversubscribed, standing room only in many of the popular sessions. So the community's strong, I think that's the thing that we really see here and that we're really continuing to invest in. It's something that Hortonworks was founded around. You referenced the founding, and driving the community forward and investing is something that has been part of our mantra since we started and it remains that way today. >> Right. So first of all what is Hortonworks? Now how does Hortonworks position itself? Clearly Hadoop is your foundation, but you, just like Cloudera, MapR, you guys have all continued to evolve to address a broader range of use-cases with a deeper stack of technology with fairly extensive partner ecosystems. So what kind of a beast is Hortonworks? It's an elephant, but what kind of an elephant is it? >> We're an elephant or riding on the elephant I'd say, so we're a global data management company. That's what we're helping organizations do. Really the end-to-end lifecycle of their data, helping them manage it regardless of where it is, whether it's on-premise or in the cloud, really through hybrid data architectures. That's really how we've seen the market evolve is, we started off in terms of our strategy with the platform based on Hadoop, as you said, to store, process, and analyze data at scale. The kind of fundamental use-case for Hadoop. Then as the company emerged, as the market kind of continued to evolve, we moved to and saw the opportunity really, capturing data from the edge. As IOT and kind of edge-use cases emerged it made sense for us to add to the platform and create the Hortonworks DataFlow. >> James: Apache NiFi >> Apache NiFi, exactly, HDF underneath, with associated additional open-source projects in there. Kafka and some streaming and things like that. So that was now move data, capture data in motion, move it back and put it into the platform for those large data applications that organizations are building on the core platform. It's also the next evolution, seeing great attach rates with that, the really strong interest in the Apache NiFi, you know, the meetup here for NiFi was oversubscribed, so really really strong interest in that. And then, the markets continued to evolve with cloud and cloud architectures, customers wanting to deploy in the cloud. You know, you saw we had that poll yesterday in the general session about cloud with really interesting results, but we saw that there was really companies wanting to deploy in a hybrid way. Some of them wanted to move specific workloads to the cloud. >> Multi-cloud, public, private. >> Exactly right, and multi-data center. >> The majority of your customer deployments are on prem. >> They are. >> Rob Bearden, your CEO, I think he said in a recent article on SiliconAngle that two-thirds of your deployments are on prem. Is that percentage going down over time? Are more of your customers shifting toward a public cloud orientation? Does Hortonworks worry about that? You've got partnerships, clearly, with the likes of IBM, AWS, and Microsoft Dasher and so forth, so do you guys see that as an opportunity, as a worrisome trend? >> No, we see it very much as an opportunity. And that's because we do have customers who are wanting to put more workloads and run things in the cloud, however, there's still almost always a component that's going to be on premise. And that creates a challenge for organizations. How do they manage the security and governance and really the overall operations of those deployments as they're in the cloud and on premise. And, to your point, multi-cloud. And so you get some complexity in there around that deployment and particularly with the regulations, we talked about GDPR earlier today. >> Oh, by the way, the Data Steward Studio demo today was really, really good. It showed that, first of all, you cover the entire range of core requirements for compliance. So that was actually the primary announcement at this show; Scott Gnau announced that. You demoed it today, I think you guys are off on a good start, yeah. We've gotten really, and thank you for that, we've gotten really good feedback on our DataPlane Services strategy, right, it provides that single pane of glass. >> I should say to our viewers that Data Steward Studio is the second of the services under the DataPlane, the Hortonworks DataPlane Services Portfolio. >> That's right, that's exactly right. >> Go ahead, keep going. >> So, you know, we see that as an opportunity. We think we're very strongly positioned in the market, being the first to bring that kind of solution to the customers and our large customers that we've been talking about and who have been starting to use DataPlane have been very, very positive. I mean they see it as something that is going to help them really kind of maintain control over these deployments as they start to spread around, as they grow their uses of the thing. >> And it's built to operate across the multi-cloud, I know this as well in terms of executing the consent or withdrawal of consent that the data subject makes through what is essentially a consent portal. >> That's right, that's right. >> That was actually a very compelling demonstration in that regard. >> It was good, and they worked very hard on it. And I was speaking to an analyst yesterday, and they were saying that they're seeing an increasing number of the customers, enterprises, wanting to have a multi-cloud strategy. They don't want to get locked into any one public cloud vendor, so, what they want is somebody who can help them maintain that common security and governance across their different deployments, and they see DataPlane Services is the way that's going to help them do that. >> So John, how is Hortonworks, what's your road map, how do you see the company in your go to market evolving over the coming years in terms of geographies, in terms of your focuses? Focus, in terms of the use-cases and workloads that the Hortonworks portfolio addresses. How is that shifting? You mentioned the Edge. AI, machine learning, deep learning. You are a reseller of IBM Data Science Experience. >> DSX, that's right. >> So, let's just focus on that. Do you see more customers turning to Hortonworks and IBM for a complete end-to-end pipeline for the ingest, for the preparation, modeling, training and so forth? And deployment of operationalized AI? Is that something you see going forward as an evolution path for your capabilities? >> I'd say yes, long-term, or even in the short-term. So, they have to get their data house in order, if you will, before they get to some of those other things, so we're still, Hortonworks strategy has always been focused on the platform aspect, right? The data-at-rest platform, data-in-motion platform, and now a platform for managing common security and governance across those different deployments. Building on that is the data science, machine learning, and AI opportunity, but our strategy there, as opposed to trying to trying to do it ourselves, is to partner, so we've got the strong partnership with IBM, resell their DSX product. And also other partnerships around to deliver those other capabilities, like machine learning and AI, from our partner ecosystem, which you referenced. We have over 2,300 partners, so a very, very strong ecosystem. And so, we're going to stick to our strategy of the platforms enabling that, which will subsequently enable data science, machine learning, and AI on top. And then, if you want me to talk about our strategy in terms of growth, so we already operate globally. We've got offices in I think 19 different countries. So we're really covering the globe in terms of the demand for Hortonworks products and beginning implements. >> Where's the fastest growing market in terms of regions for Hortonworks? >> Yeah, I mean, international generally is our fastest growing region, faster than the U.S. But we're seeing very strong growth in APAC, actually, so India, Asian countries, Singapore, and then up and through to Japan. There's a lot of growth out in the Asian region. And, you know, they're sort of moving directly to digital transformation projects at really large scale. Big banks, telcos, from a workload standpoint I'd say the patterns are very similar to what we've seen. I've been at Hortonworks for six and a half years, as it turns out, and the patterns we saw initially in terms of adoption in the U.S. became the patterns we saw in terms of adoption in Europe and now those patterns of adoption are the same in Asia. So, once a company realizes they need to either drive out operational costs or build new data applications, the patterns tend to be the same whether it's retail, financial services, telco, manufacturing. You can sort of replicate those as they move forward. >> So going forward, how is Hortonworks evolving as a company in terms of, for example with GDPR, Data Steward, data governance as a strong focus going forward, are you shifting your model in terms of your target customer away from the data engineers, the Hadoop cluster managers who are still very much the center of it, towards more data governance, towards more business analyst level of focus. Do you see Hortonworks shifting in that direction in terms of your focus, go to market, your message and everything? >> I would say it's not a shifting as much as an expansion, so we definitely are continuing to invest in the core platform, in Hadoop, and you would have heard of some of the changes that are coming in the core Hadoop 3.0 and 3.1 platform here. Alan and others can talk about those details, and in Apache NiFi. But, to your point, as we bring and have brought Data Steward Studio and DataPlane Services online, that allows us to address a different user within the organization, so it's really an expansion. We're not de-investing in any other things. It's really here's another way in a natural evolution of the way that we're helping organizations solve data problems. >> That's great, well thank you. This has been John Kreisa, he's the VP for marketing at Hortonworks. I'm James Kobielus of Wikibon SiliconAngle Media here at Dataworks Summit 2018 in Berlin. And it's been great, John, and thank you very much for coming on theCUBE. >> Great, thanks for your time. (techno music)

Published Date : Apr 19 2018

SUMMARY :

Brought to you by Hortonworks. of course, the host company of Dataworks Summit. to reconnect with you guys at Hortonworks. the sessions have been, you know, oversubscribed, you guys have all continued to evolve to address the platform based on Hadoop, as you said, in the Apache NiFi, you know, the meetup here so do you guys see that as an opportunity, and really the overall operations of those Oh, by the way, the Data Steward Studio demo today is the second of the services under the DataPlane, being the first to bring that kind of solution that the data subject makes through in that regard. an increasing number of the customers, Focus, in terms of the use-cases and workloads for the preparation, modeling, training and so forth? Building on that is the data science, machine learning, in terms of adoption in the U.S. the data engineers, the Hadoop cluster managers in the core platform, in Hadoop, and you would have This has been John Kreisa, he's the Great, thanks for your time.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AlanPERSON

0.99+

James KobielusPERSON

0.99+

JimPERSON

0.99+

Rob BeardenPERSON

0.99+

IBMORGANIZATION

0.99+

John KreisaPERSON

0.99+

EuropeLOCATION

0.99+

JohnPERSON

0.99+

AsiaLOCATION

0.99+

AWSORGANIZATION

0.99+

HortonworksORGANIZATION

0.99+

BerlinLOCATION

0.99+

yesterdayDATE

0.99+

AfricaLOCATION

0.99+

South AmericaLOCATION

0.99+

SiliconAngle MediaORGANIZATION

0.99+

U.S.LOCATION

0.99+

1,250QUANTITY

0.99+

Scott GnauPERSON

0.99+

1,300QUANTITY

0.99+

Berlin, GermanyLOCATION

0.99+

seven yearsQUANTITY

0.99+

six and a half yearsQUANTITY

0.99+

JapanLOCATION

0.99+

HadoopTITLE

0.99+

AsianLOCATION

0.99+

secondQUANTITY

0.98+

over 2,300 partnersQUANTITY

0.98+

todayDATE

0.98+

two-thirdsQUANTITY

0.98+

19 different countriesQUANTITY

0.98+

Dataworks SummitEVENT

0.98+

more than 51 countriesQUANTITY

0.98+

Hadoop 3.0TITLE

0.98+

firstQUANTITY

0.98+

JamesPERSON

0.98+

Data Steward StudioORGANIZATION

0.98+

Dataworks Summit EU 2018EVENT

0.98+

Dataworks Summit 2018EVENT

0.97+

ClouderaORGANIZATION

0.97+

MapRORGANIZATION

0.96+

GDPRTITLE

0.96+

DataPlane ServicesORGANIZATION

0.96+

SingaporeLOCATION

0.96+

year sixQUANTITY

0.95+

2018EVENT

0.95+

Wikibon SiliconAngle MediaORGANIZATION

0.94+

IndiaLOCATION

0.94+

HadoopORGANIZATION

0.94+

APACORGANIZATION

0.93+

Big Data AnalyticsORGANIZATION

0.93+

3.1TITLE

0.93+

Wall Street JournalTITLE

0.93+

oneQUANTITY

0.93+

ApacheORGANIZATION

0.92+

WikibonORGANIZATION

0.92+

NiFiTITLE

0.92+

Alan Gates, Hortonworks | Dataworks Summit 2018


 

(techno music) >> (announcer) From Berlin, Germany it's theCUBE covering DataWorks Summit Europe 2018. Brought to you by Hortonworks. >> Well hello, welcome to theCUBE. We're here on day two of DataWorks Summit 2018 in Berlin, Germany. I'm James Kobielus. I'm lead analyst for Big Data Analytics in the Wikibon team of SiliconANGLE Media. And who we have here today, we have Alan Gates whose one of the founders of Hortonworks and Hortonworks of course is the host of DataWorks Summit and he's going to be, well, hello Alan. Welcome to theCUBE. >> Hello, thank you. >> Yeah, so Alan, so you and I go way back. Essentially, what we'd like you to do first of all is just explain a little bit of the genesis of Hortonworks. Where it came from, your role as a founder from the beginning, how that's evolved over time but really how the company has evolved specifically with the folks on the community, the Hadoop community, the Open Source community. You have a deepening open source stack with you build upon with Atlas and Ranger and so forth. Gives us a sense for all of that Alan. >> Sure. So as I think it's well-known, we started as the team at Yahoo that really was driving a lot of the development of Hadoop. We were one of the major players in the Hadoop community. Worked on that for, I was in that team for four years. I think the team itself was going for about five. And it became clear that there was an opportunity to build a business around this. Some others had already started to do so. We wanted to participate in that. We worked with Yahoo to spin out Hortonworks and actually they were a great partner in that. Helped us get than spun out. And the leadership team of the Hadoop team at Yahoo became the founders of Hortonworks and brought along a number of the other engineering, a bunch of the other engineers to help get started. And really at the beginning, we were. It was Hadoop, Pig, Hive, you know, a few of the very, Hbase, the kind of, the beginning projects. So pretty small toolkit. And we were, our early customers were very engineering heavy people, or companies who knew how to take those tools and build something directly on those tools right? >> Well, you started off with the Hadoop community as a whole started off with a focus on the data engineers of the world >> Yes. >> And I think it's shifted, and confirm for me, over time that you focus increasing with your solutions on the data scientists who are doing the development of the applications, and the data stewards from what I can see at this show. >> I think it's really just a part of the adoption curve right? When you're early on that curve, you have people who are very into the technology, understand how it works, and want to dive in there. So those tend to be, as you said, the data engineering types in this space. As that curve grows out, you get, it comes wider and wider. There's still plenty of data engineers that are our customers, that are working with us but as you said, the data analysts, the BI people, data scientists, data stewards, all those people are now starting to adopt it as well. And they need different tools than the data engineers do. They don't want to sit down and write Java code or you know, some of the data scientists might want to work in Python in a notebook like Zeppelin or Jupyter but some, may want to use SQL or even Tablo or something on top of SQL to do the presentation. Of course, data stewards want tools more like Atlas to help manage all their stuff. So that does drive us to one, put more things into the toolkit so you see the addition of projects like Apache Atlas and Ranger for security and all that. Another area of growth, I would say is also the kind of data that we're focused on. So early on, we were focused on data at rest. You know, we're going to store all this stuff in HDFS and as the kind of data scene has evolved, there's a lot more focus now on a couple things. One is data, what we call data-in-motion for our HDF product where you've got in a stream manager like Kafka or something like that >> (James) Right >> So there's processing that kind of data. But now we also see a lot of data in various places. It's not just oh, okay I have a Hadoop cluster on premise at my company. I might have some here, some on premise somewhere else and I might have it in several clouds as well. >> K, your focus has shifted like the industry in general towards streaming data in multi-clouds where your, it's more stateful interactions and so forth? I think you've made investments in Apache NiFi so >> (Alan) yes. >> Give us a sense for your NiFi versus Kafka and so forth inside of your product strategy or your >> Sure. So NiFi is really focused on that data at the edge, right? So you're bringing data in from sensors, connected cars, airplane engines, all those sorts of things that are out there generating data and you need, you need to figure out what parts of the data to move upstream, what parts not to. What processing can I do here so that I don't have to move upstream? When I have a error event or a warning event, can I turn up the amount of data I'm sending in, right? Say this airplane engine is suddenly heating up maybe a little more than it's supposed to. Maybe I should ship more of the logs upstream when the plane lands and connects that I would if, otherwise. That's the kind o' thing that Apache NiFi focuses on. I'm not saying it runs in all those places by my point is, it's that kind o' edge processing. Kafka is still going to be running in a data center somewhere. It's still a pretty heavy weight technology in terms of memory and disk space and all that so it's not going to be run on some sensor somewhere. But it is that data-in-motion right? I've got millions of events streaming through a set of Kafka topics watching all that sensor data that's coming in from NiFi and reacting to it, maybe putting some of it in the data warehouse for later analysis, all those sorts of things. So that's kind o' the differentiation there between Kafka and NiFi. >> Right, right, right. So, going forward, do you see more of your customers working internet of things projects, is that, we don't often, at least in the industry of popular mind, associate Hortonworks with edge computing and so forth. Is that? >> I think that we will have more and more customers in that space. I mean, our goal is to help our customers with their data wherever it is. >> (James) Yeah. >> When it's on the edge, when it's in the data center, when it's moving in between, when it's in the cloud. All those places, that's where we want to help our customers store and process their data. Right? So, I wouldn't want to say that we're going to focus on just the edge or the internet of things but that certainly has to be part of our strategy 'cause it's has to be part of what our customers are doing. >> When I think about the Hortonworks community, now we have to broaden our understanding because you have a tight partnership with IBM which obviously is well-established, huge and global. Give us a sense for as you guys have teamed more closely with IBM, how your community has changed or broadened or shifted in its focus or has it? >> I don't know that it's shifted the focus. I mean IBM was already part of the Hadoop community. They were already contributing. Obviously, they've contributed very heavily on projects like Spark and some of those. They continue some of that contribution. So I wouldn't say that it's shifted it, it's just we are working more closely together as we both contribute to those communities, working more closely together to present solutions to our mutual customer base. But I wouldn't say it's really shifted the focus for us. >> Right, right. Now at this show, we're in Europe right now, but it doesn't matter that we're in Europe. GDPR is coming down fast and furious now. Data Steward Studio, we had the demonstration today, it was announced yesterday. And it looks like a really good tool for the main, the requirements for compliance which is discover and inventory your data which is really set up a consent portal, what I like to refer to. So the data subject can then go and make a request to have my data forgotten and so forth. Give us a sense going forward, for how or if Hortonworks, IBM, and others in your community are going to work towards greater standardization in the functional capabilities of the tools and platforms for enabling GDPR compliance. 'Cause it seems to me that you're going to need, the industry's going to need to have some reference architecture for these kind o' capabilities so that going forward, either your ecosystem of partners can build add on tools in some common, like the framework that was laid out today looks like a good basis. Is there anything that you're doing in terms of pushing towards more Open Source standardization in that area? >> Yes, there is. So actually one of my responsibilities is the technical management of our relationship with ODPI which >> (James) yes. >> Mandy Chessell referenced yesterday in her keynote and that is where we're working with IBM, with ING, with other companies to build exactly those standards. Right? Because we do want to build it around Apache Atlas. We feel like that's a good tool for the basis of that but we know one, that some people are going to want to bring their own tools to it. They're not necessarily going to want to use that one platform so we want to do it in an open way that they can still plug in their metadata repositories and communicate with others and we want to build the standards on top of that of how do you properly implement these features that GDPR requires like right to be forgotten, like you know, what are the protocols around PIII data? How do you prevent a breach? How do you respond to a breach? >> Will that all be under the umbrella of ODPI, that initiative of the partnership or will it be a separate group or? >> Well, so certainly Apache Atlas is part of Apache and remains so. What ODPI is really focused up is that next layer up of how do we engage, not the programmers 'cause programmers can gage really well at the Apache level but the next level up. We want to engage the data professionals, the people whose job it is, the compliance officers. The people who don't sit and write code and frankly if you connect them to the engineers, there's just going to be an impedance mismatch in that conversation. >> You got policy wonks and you got tech wonks so. They understand each other at the wonk level. >> That's a good way to put it. And so that's where ODPI is really coming is that group of compliance people that speak a completely different language. But we still need to get them all talking to each other as you said, so that there's specifications around. How do we do this? And what is compliance? >> Well Alan, thank you very much. We're at the end of our time for this segment. This has been great. It's been great to catch up with you and Hortonworks has been evolving very rapidly and it seems to me that, going forward, I think you're well-positioned now for the new GDPR age to take your overall solution portfolio, your partnerships, and your capabilities to the next level and really in terms of in an Open Source framework. In many ways though, you're not entirely 100% like nobody is, purely Open Source. You're still very much focused on open frameworks for building fairly scalable, very scalable solutions for enterprise deployment. Well, this has been Jim Kobielus with Alan Gates of Hortonworks here at theCUBE on theCUBE at DataWorks Summit 2018 in Berlin. We'll be back fairly quickly with another guest and thank you very much for watching our segment. (techno music)

Published Date : Apr 19 2018

SUMMARY :

Brought to you by Hortonworks. of Hortonworks and Hortonworks of course is the host a little bit of the genesis of Hortonworks. a bunch of the other engineers to help get started. of the applications, and the data stewards So those tend to be, as you said, the data engineering types But now we also see a lot of data in various places. So NiFi is really focused on that data at the edge, right? So, going forward, do you see more of your customers working I mean, our goal is to help our customers with their data When it's on the edge, when it's in the data center, as you guys have teamed more closely with IBM, I don't know that it's shifted the focus. the industry's going to need to have some So actually one of my responsibilities is the that GDPR requires like right to be forgotten, like and frankly if you connect them to the engineers, You got policy wonks and you got tech wonks so. as you said, so that there's specifications around. It's been great to catch up with you and

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
IBMORGANIZATION

0.99+

James KobielusPERSON

0.99+

Mandy ChessellPERSON

0.99+

AlanPERSON

0.99+

YahooORGANIZATION

0.99+

Jim KobielusPERSON

0.99+

EuropeLOCATION

0.99+

HortonworksORGANIZATION

0.99+

Alan GatesPERSON

0.99+

four yearsQUANTITY

0.99+

JamesPERSON

0.99+

INGORGANIZATION

0.99+

BerlinLOCATION

0.99+

yesterdayDATE

0.99+

ApacheORGANIZATION

0.99+

SQLTITLE

0.99+

JavaTITLE

0.99+

GDPRTITLE

0.99+

PythonTITLE

0.99+

100%QUANTITY

0.99+

Berlin, GermanyLOCATION

0.99+

SiliconANGLE MediaORGANIZATION

0.99+

DataWorks SummitEVENT

0.99+

AtlasORGANIZATION

0.99+

DataWorks Summit 2018EVENT

0.98+

Data Steward StudioORGANIZATION

0.98+

todayDATE

0.98+

oneQUANTITY

0.98+

NiFiORGANIZATION

0.98+

Dataworks Summit 2018EVENT

0.98+

HadoopORGANIZATION

0.98+

one platformQUANTITY

0.97+

2018EVENT

0.97+

bothQUANTITY

0.97+

millions of eventsQUANTITY

0.96+

HbaseORGANIZATION

0.95+

TabloTITLE

0.95+

ODPIORGANIZATION

0.94+

Big Data AnalyticsORGANIZATION

0.94+

OneQUANTITY

0.93+

theCUBEORGANIZATION

0.93+

NiFiCOMMERCIAL_ITEM

0.92+

day twoQUANTITY

0.92+

about fiveQUANTITY

0.91+

KafkaTITLE

0.9+

ZeppelinORGANIZATION

0.89+

AtlasTITLE

0.85+

RangerORGANIZATION

0.84+

JupyterORGANIZATION

0.83+

firstQUANTITY

0.82+

Apache AtlasORGANIZATION

0.82+

HadoopTITLE

0.79+

Muggie van Staden, Obsidian | Dataworks Summit 2018


 

>> Voiceover: From Berlin, Germany, it's theCUBE, covering DataWorks Summit Europe 2018, brought to you by Hortonworks. >> Hi, hello, welcome to theCUBE, I'm James Kobielus. I'm the lead analyst for Big Data Analytics at the Wikibon, which is the team inside of SiliconANGLE Media that focuses on emerging trends and technologies. We are here, on theCUBE at DataWorks Summit 2018 in Berlin, Germany. And I have a guest here. This is, Muggie, and if I get it wrong, Muggie Van Staden >> That's good enough, yep. >> Who is with Obsidian, which is a South Africa-based partner of Hortonworks. And I'm not familiar with Obsidian, so I'm going to ask Muggie to tell us a little bit about your company, what you do, your focus on open source, and really the opportunities you see for big data, for Hadoop, in South Africa, really the African continent as a whole. So, Muggie? >> Yeah, James great to be here. Yes, Obsidian, we started it 23 years ago, focusing mostly on open source technologies, and as you can imagine that has changed a lot over the last 23 years when we started the concept of selling Linux was basically a box with a hat and maybe a T-shirt in it. Today that's changed. >> James: Hopefully there's a stuffed penguin in there, too. (laughing) I could use that right now. >> Maybe a manual. So our business has evolved a lot over the last 23 years. And one of the technologies that has come around is Hadoop. And we actually started with some of the other Hadoop vendors out there as our first partnerships, and probably three or four years ago we decided to take on Hortonworks as one of our vendors. We found them an amazing company to work with. And together with them we've now worked in four of the big banks in South Africa. One of them is actually here at DataWorks Summit. They won an award last night. So it's fantastic to be part of all of that. And yes, South Africa being so far removed from the rest of the world. They have different challenges. Everybody's nervous of Cloud. We have the joys that we don't really have any Cloud players locally yet. The two big players are in Microsoft and Amazon are planning some data centers soon. So the guys have different challenges to Europe and to the States. But big data, the big banks are looking at it, starting to deploy nice Hadoop clusters, starting to ingest data, starting to get real business value out of it, and we're there to help, and hopefully the four is the start for us and we can help lots of customers on this journey. >> Are South African-based companies, because you are so distant in terms of miles on the planet from Europe, from the EU, is any company in South Africa, or many companies, concerned at all about the global, or say the general data protection regulation, GDPR? US-based companies certainly are 'cause they operate in Europe. So is that a growing focus for them? And we have five weeks until GDPR kicks in. So tell me about it. >> Yeah, so from a South African point of view, some of the banks and some of the companies would have subsidiaries in Europe. So for them it's a very real thing. But we have our own Act called PoPI, which is the protection of private information, so very similar. So everybody's keeping an eye on it. Everybody's worried. I think everybody's worried for the first company to be fined. And then they will all make sure that they get their things right. But, I think not just because of a legislation, I think it's something that everybody should worry about. How do we protect data? How do we make sure the right people have access to the correct data when they should and nobody violates that because I mean, in this day and age, you know, Google and Amazon and those guys probably know more about me than my family does. So it's a challenge for everybody. And I think it's just the right thing for companies to do is to make sure that the data that they do have that they really do take good care of it. We trust them with our money and now we're trusting them with our data. So it's a real challenge for everybody. >> So how long has Obsidian been a partner of Hortonworks and how has your role, or partnership I should say, evolved over that time, and how do you see it evolving going forward. >> We've been a partner about three or four years now. And started off as a value added reseller. We also a training partner in South Africa for them. And as they as company have evolved, we've had to evolve with them. You know, so they started with HTTP as the Hadoop platform. Now they're doing NiFi and HDF, so we have to learn all of those technologies as well. But very, very excited where they're going with DataPlane service just managing a customer's data across multiple clusters, multiple clouds, because that's realistically where we see all the customers going, is you know clusters, on-premise clusters in typically multiple Clouds and how do you manage that? And we are very excited to walk this road together with Hortonworks and all the South African customers that we have. >> So you say your customers are deploying multiple Clouds. Public Clouds or hybrid private-public Clouds? Give us a sense, for South Africa, whether public Cloud is a major, or is a major deployment option or choice for financial services firms that you work with. >> Not necessarily financial services, so most of them are kicking tires at this stage, nobody's really put major work loads in there. As I mentioned, both Amazon and Microsoft are planning to put data centers down in South Africa very soon, and I think that will spur a big movement towards Cloud, but we do have some customers, unfortunately not Hortonworks customers, that are actually mostly in the Cloud. And they are now starting to look at a multi-Cloud strategy. So to ideally be in the three or four major Cloud providers and spinning up the right workloads in the right Cloud, and we're there to help. >> One of the most predominant workloads that your customers are running in the Cloud, is it backend in terms of data ingest and transformation? Is it a bit of maybe data warehousing with unstructured data? Is it a bit of things like queriable archiving. I want to get a sense for, what is predominant right now in workloads? >> Yeah I think most of them start with (mumble) environments. (mumbles) one customer that's heavily into Cloud from a data point of view. Literally it's their data warehouse. They put everything in there. I think from the banking customers, most of them are considering DR of their existing Hadoop clusters, maybe a subset of their data and not necessarily everything. And I think some of them are also considering putting their unstructured data outside on the Cloud because that's where most of it's coming from. I mean, if you have Twitter, Facebook, LinkedIn data, it's a bit silly to pull all of that into your environment, why not just put it in the Cloud, that's where it's coming from, and analyze that and connect it back to your data where relevant. So I think a lot of the customers would love to get there, and now Hortonworks makes it so much easier to do that. I think a lot of them will start moving in that direction. Now, excuse me, so are any or many of your customers doing development and training of machine learning algorithms and models in their Clouds? And to the extent that they are, are they using tools like the IBM Data Science Experience that Hortonworks resells for that? >> I think it's definitely on the radar for a lot of them. I'm not aware of anybody using it yet, but lots of people are looking at it and excited about the partnership between IBM and Hortonworks. And IBM has been a longstanding player in the South African market, and it's exciting for us as well to bring them into the whole Hortonworks ecosystem, and together solve real world problems. >> Give us a sense for how built out the big data infrastructure is in neighboring countries like Botswana or Angola or Mozambique and so forth. Is that an area that your company, are those regions that your company operates in? Sells into? >> We don't have offices, but we don't have a problem going in and helping customers there, so we've had projects in the past, not data related, that we've flown in and helped people. Most of the banks from a South African point of view, have branches into Africa. So it's on the roadmap, some are a little bit ahead of others, but definitely on the roadmap to actually put down Hadoop clusters in some of the major countries all throughout Africa. There's a big debate, do you put it down there, do you leave the data in South Africa? So they're all going through their own legislation, but it's definitely on the roadmap for all of them to actually take their data, knowledge in data science, up into Africa. >> Now you say that in South Africa Proper, there are privacy regulations, you know, maybe not the same as GDPR, but equivalent. Throughout Africa, at least throughout Southern Africa, how is privacy regulation lacking or is it emerging? >> I think it's emerging. A lot of the countries do have the basic rule that their data shouldn't leave the country. So everybody wants that data sovereignty and that's why a lot of them will not go to Cloud, and that's part of the challenges for the banks, that if they have banks up in Botswana, etc. And Botswana rules are our data has to stay in country. They have to figure out a way how do they connect that data to get the value for all of their customers. So real world challenges for everybody. >> When you're going into and selling into an emerging, or developing nation, of you need to provide upfront consulting to help the customer bootstrap their own understanding of the technology and making the business case and so forth. And how consultative is the selling process... >> Absolutely, and what we see with the banks, most of them even have a consultative approach within their own environment, so you would have the South African team maybe flying into the team at (mumbles) Botswana, and share some of the learnings that they've had. And then help those guys get up to speed. The reality is the skills are not necessarily in country. So there's a lot of training, a lot of help to go and say, we've done this, let us upscale you. And be a part of that process. So we sometimes send in teams to come and do two, three day training, basics, etc., so that ultimately the guys can operationalize in each country by themselves. >> So, that's very interesting, so what do you want to take away from this event? What do you find most interesting in terms of the sessions you've been in around the community showcase that you can take back to Obsidian, back in your country and apply? Like the announcement this morning of the Data Steward Studio. Do you see a possible, that your customers might be eager to use that for curation of their data in their clusters? >> Definitely, and one of the key messages for me was Scott, the CTO's message about your data strategy, your Cloud strategy, and your business strategy. It is effectively the same thing. And I think that's the biggest message that I would like to take back to the South African customers is to go and say, you need to start thinking about this. You know, as Cloud becomes a bigger reality for us, we have to align, we have to go and say, how do we get your data where it belongs? So you know, we like to say to our customers, we help the teams get the right code to the right computer and the right data, and I think it's absolutely critical for all of the customers to go and say, well, where is that data going to sit? Where is the right compute for that piece of data? And can we get it then, can we manage it, etc.? And align to business strategy. Everybody's trying to do digital transformation, and those three things go very much hand-in-hand. >> Well, Muggie, thank you very much. We're at the end of our slot. This has been great. It's been excellent to learn more about Obsidian and the work you're doing in South Africa, providing big data solutions or working with customers to build the big data infrastructure in the financial industry down there. So this has been theCUBE. We've been speaking with Muggie Van Staden of Obsidian Systems, and here at DataWorks Summit 2018 in Berlin. Thank you very much.

Published Date : Apr 18 2018

SUMMARY :

brought to you by Hortonworks. I'm the lead analyst for Big Data Analytics at the Wikibon, and really the opportunities you see for big data, and as you can imagine that has changed a lot I could use that right now. So the guys have different challenges to Europe or say the general data protection regulation, GDPR? And I think it's just the right thing for companies to do and how do you see it evolving going forward. And we are very excited to walk this road together So you say your customers are deploying multiple Clouds. And they are now starting to look at a multi-Cloud strategy. One of the most predominant workloads and now Hortonworks makes it so much easier to do that. and excited about the partnership the big data infrastructure is in neighboring countries but definitely on the roadmap to actually put down you know, maybe not the same as GDPR, and that's part of the challenges for the banks, And how consultative is the selling process... and share some of the learnings that they've had. around the community showcase that you can take back for all of the customers to go and say, and the work you're doing in South Africa,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
IBMORGANIZATION

0.99+

James KobielusPERSON

0.99+

AmazonORGANIZATION

0.99+

HortonworksORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

EuropeLOCATION

0.99+

Muggie Van StadenPERSON

0.99+

AfricaLOCATION

0.99+

GoogleORGANIZATION

0.99+

Muggie van StadenPERSON

0.99+

BotswanaLOCATION

0.99+

MozambiqueLOCATION

0.99+

AngolaLOCATION

0.99+

MuggiePERSON

0.99+

ScottPERSON

0.99+

South AfricaLOCATION

0.99+

JamesPERSON

0.99+

Southern AfricaLOCATION

0.99+

twoQUANTITY

0.99+

LinkedInORGANIZATION

0.99+

BerlinLOCATION

0.99+

three dayQUANTITY

0.99+

threeQUANTITY

0.99+

GDPRTITLE

0.99+

FacebookORGANIZATION

0.99+

Berlin, GermanyLOCATION

0.99+

TwitterORGANIZATION

0.99+

Obsidian SystemsORGANIZATION

0.99+

first companyQUANTITY

0.99+

five weeksQUANTITY

0.99+

fourQUANTITY

0.99+

first partnershipsQUANTITY

0.99+

threeDATE

0.99+

TodayDATE

0.98+

LinuxTITLE

0.98+

23 years agoDATE

0.98+

DataWorks Summit 2018EVENT

0.98+

bothQUANTITY

0.97+

EULOCATION

0.97+

WikibonORGANIZATION

0.97+

oneQUANTITY

0.97+

PoPITITLE

0.97+

Data Steward StudioORGANIZATION

0.97+

each countryQUANTITY

0.97+

CloudTITLE

0.97+

USLOCATION

0.96+

last nightDATE

0.96+

SiliconANGLE MediaORGANIZATION

0.96+

four yearsQUANTITY

0.96+

DataWorks SummitEVENT

0.96+

HadooORGANIZATION

0.96+

OneQUANTITY

0.96+

Dataworks Summit 2018EVENT

0.95+

HadoopORGANIZATION

0.93+

about threeQUANTITY

0.93+

two big playersQUANTITY

0.93+

theCUBEORGANIZATION

0.93+

Bernard Marr | Dataworks Summit 2018


 

>> Narrator: From Berlin, Germany, it's theCUBE, covering DataWorks Summit Europe 2018, brought to you by Hortonworks. >> Well, hello, and welcome to the Cube. I'm James Kobielus. I'm the lead analyst for Big Data Analytics with the Wikibon team within SiliconANGLE Media. We are here at the DataWorks Summit 2018 in Berlin, Germany. And I have a special guest, we have a special guest, Bernard Marr, one of the most influential, thought leaders in the big data analytics arena. And it's not just me saying that. You look at anybody's rankings, Bernard's usually in the top two or three of influentials. He publishes a lot. He's a great consultant. He keynoted this morning on the main stage at Dataworks Summit. It was a very fascinating discussion, Bernard. And I'm a little bit star struck 'cause I assumed you were this mythical beast who just kept putting out these great books and articles and so forth. And I'm glad to have you. So, Bernard, I'd like for you to stand back, we are here in Berlin, in Europe. This is April of 2018, in five weeks time, the general data protection, feels global 'cause it sort of is. >> It is. >> The general data protection regulation will take full force, which means that companies that do business in Europe, in the EU, must under the law protect the personal data they collect on EU citizens ensuring the right to privacy, the right to be forgotten, ensuring user's, people's ability to withhold consent to process and profile and so forth. So that mandate is coming down very fast and so forth. What is your thoughts on GDPR? Is it a good thing, Bernard, is it high time? Is it a burden? Give us your thoughts on GDPR currently. >> Okay, first, let me return all the compliments. It's really great to be here. I think GDPR can be both. And for me it will come down very much to the way it gets implemented. So, in principle for me, it is a good thing because what I've always made companies do and advise them to do is to be completely transparent in the way they're collecting data and using data. I believe that the big data world can't thrive if we don't develop this trust and have this transparency. So in principle, it's a great thing. For me will come down to the implementation of all of this. I had an interesting chat just minutes ago with the event photographer saying that once GDPR kicks in he can't actually publish any photographs without getting written consent for everyone in the photograph. That's a massive challenge and he was saying he can't afford to lose 4% of his global revenue. So I think it will be very interesting to see how this will-- >> How it'll be affecting face recognition, I'm sorry go ahead. >> Bernard: Yeah maybe. >> Well maybe that's a bad thing, maybe it's a good thing. >> Maybe it is, yeah, maybe. So for me, in principle a very good thing. In practice, I'm intrigued to see how this will get implemented. >> Of the clients you consult, what percentage in the EU, without giving away names, what percentage do you think are really ready right now or at least will be by May 25th to comply with the letter of the law? Is it more than 50%? Is it more than 80%? Or will there be a lot of catching up to do in a short period of time? >> My sense is that there's a lot of catching up to do. I think people are scrambling to get ready at the moment. But the thing is nobody really knows what being ready really means. I think there are lots of different interpretations. I've been talking to a few lawyers recently. And everyone has a slightly different interpretation of how far they can push the boundaries, so, again, I'm intrigued to see what will actually happen. And I very much hope that common sense prevails and it will be seen as a good force and something that is actually good for everyone in the field of big data. >> So slightly changing track, in the introduction of you this morning, I think it was John Christ of Hortonworks said that you made a prediction about this year that AI will be used to automate more things than people realize and it'll come along fairly fast. Can you give us a sense for how automation, AI is enabling greater automation, and whether, you know, this is the hot button topic, AI will put lots of people out of work fairly quickly by automating everything that white collar workers and so forth are doing, what are your thoughts there? Is it cause for concern? >> Yes, and it's probably one of the questions I get asked the most and I wish I had a very good answer for it. If we look back at the other, I believe that we are experiencing a new industrial revolution at the moment, and if you look at what the World Economic Forums CEO and founder, Klaus Schwab, is preaching about, it is that we are experiencing this new industrial revolution that will truly transform the workplace and our lives. In history, all of the other three previous industrial revolutions have somehow made our lives better. And we have always found something to do for us. And they have changed the jobs. Again, there was a recent report that looked at some of the key AI trends and what they found is that actually AI produces more new jobs than it destroys. >> Will we all become data scientists under, as AI becomes predominant? Or what's going on here? >> No I don't, and this is, I wish I had the answer to this. For me is the advice I give my own children now is to focus on the really human element of it and probably the more strategic element. The problem is five, six years ago this was a lot easier. I could talk about emotional, intelligence, creativity, with advances in machine learning, this advice is no longer true. And lots of jobs, even some of the things I do, I write for Forbes on a regular basis. I also know that AIs write for Forbes. A lot of the analyst reports are now machine generated. >> Natural language generation, a huge use case for AI that people don't realize. >> Bernard: Absolutely. >> Yeah. >> So, for me I see it, as an optimist I see it positively. I also question whether we as human beings should be going to work eight hours a day doing lots of stuff we quite often don't enjoy. So for me, the challenge is adjusting our economic model to this new reality, and I see that there will be significant disruption over the next 20 years that with all the technology coming in and really challenging our jobs. >> Will AI put you and me out of a job. In other words, will it put the analysts and the consultants out of work and allow people to get expert advice on how to manage technology without having to go through somebody like a you or a me? >> Absolutely, and for me, my favorite example is looking at medicine. If you look at doctors, traditionally you send a doctor to medical school for seven years. You then hope that they retain 10% of what they've learned if you're lucky. Then they gain some experience. You then turn up in the practice with your conditions. Again, if you're super lucky, they might have skim read some of your previous conditions, and then diagnose you. And unless you have something that's very common, the chance that they get this right is very low. So compare this with your old stomping ground IBMs Watson, so they are able to feed all medical knowledge into that cognitive computing platform. They can update this continuously, and you think, and could then talk to Watson eight hours a day if I wanted to about my symptoms. >> But can you trust that advice? Why should you trust the advice that's coming from a bot? Yeah, that's one of the key issues. >> Absolutely, and I think at the moment maybe not quite because there's still a human element that a doctor can bring because they can read your emotions, they can understand your tone of voice. This is going to change with affective computing and the ability for machines to do more of this, too. >> Well science fiction authors run amok of course, because they imagine the end state of perfection of all the capabilities like you're describing. So we perfect robotics. We perfect emotion analytics and so forth. We use machine learning to drive conversational UIs. Clearly a lot of people imagine that the technology, all those technologies are perfected or close to it, so, you know. But clearly you and I know that it's a lot of work to do to get them-- >> And we both have been in the technology space long enough to know that there are promises and there's lots of hype, and then there's a lot of disappointment, and it usually takes longer than most people predict. So what I'm seeing is that every industry I work in, and this is what my prediction is, automation is happening across every industry I work in. More things, even things I thought five years ago couldn't be automated. But to get to a state where it really transforms our world, I think we are still a few years away from that. >> Bernard, in terms of the hype factor for AI, it's out of sight. What do you think is the most hyped technology or application under the big umbrella of AI right now in terms of the hype far exceeds the utility. I don't want to put words in your mouth. I've got some ideas. Your thoughts? >> Lots of them. I think that the two areas I write a lot about and talk to companies a lot about is deep learning, machine learning, and blockchain technology. >> James: Blockchain. >> So they are, for me, they have huge potential, some amazing use cases, at the same time the hype is far ahead of reality. >> And there's sort of an intersection between AI and blockchain right now, but it's kind of tentative. Hey, Bernard, we are at the end of this segment. It's been so great. We could just keep going on and on and on. >> I know we could just be... >> Yeah, there's a lot I've been wanting to ask you for a long time. I want to thank you for coming to theCUBE. >> Pleasure. >> This has been Bernard Marr. I'm James Kobielus on theCUBE from DataWorks Summit in Berlin, and we'll be back with another guest in just a little while. Thank you very much.

Published Date : Apr 18 2018

SUMMARY :

brought to you by Hortonworks. And I'm glad to have you. ensuring the right to privacy, I believe that the big data world can't thrive I'm sorry go ahead. In practice, I'm intrigued to see I think people are scrambling to get ready at the moment. in the introduction of you this morning, and if you look at what the World Economic Forums and probably the more strategic element. a huge use case for AI that people don't realize. and I see that there will be significant disruption and allow people to get expert advice the chance that they get this right is very low. Yeah, that's one of the key issues. and the ability for machines to do more of this, too. Clearly a lot of people imagine that the technology, I think we are still a few years away from that. Bernard, in terms of the hype factor for AI, and talk to companies a lot about at the same time the hype is far ahead of reality. Hey, Bernard, we are at the end of this segment. to ask you for a long time. and we'll be back with another guest in just a little while.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
BernardPERSON

0.99+

James KobielusPERSON

0.99+

BerlinLOCATION

0.99+

Bernard MarrPERSON

0.99+

John ChristPERSON

0.99+

April of 2018DATE

0.99+

EuropeLOCATION

0.99+

Klaus SchwabPERSON

0.99+

10%QUANTITY

0.99+

seven yearsQUANTITY

0.99+

May 25thDATE

0.99+

IBMsORGANIZATION

0.99+

JamesPERSON

0.99+

4%QUANTITY

0.99+

more than 80%QUANTITY

0.99+

HortonworksORGANIZATION

0.99+

Berlin, GermanyLOCATION

0.99+

threeQUANTITY

0.99+

more than 50%QUANTITY

0.99+

bothQUANTITY

0.99+

GDPRTITLE

0.99+

two areasQUANTITY

0.99+

DataWorks SummitEVENT

0.99+

firstQUANTITY

0.98+

oneQUANTITY

0.98+

eight hours a dayQUANTITY

0.98+

Dataworks SummitEVENT

0.98+

World Economic ForumsORGANIZATION

0.97+

DataWorks Summit 2018EVENT

0.97+

2018EVENT

0.97+

five years agoDATE

0.96+

fiveDATE

0.96+

six years agoDATE

0.96+

five weeksQUANTITY

0.95+

WikibonORGANIZATION

0.95+

Dataworks Summit 2018EVENT

0.92+

ForbesORGANIZATION

0.92+

this yearDATE

0.89+

EULOCATION

0.88+

three previous industrial revolutionsQUANTITY

0.87+

this morningDATE

0.86+

EUORGANIZATION

0.8+

Big Data AnalyticsORGANIZATION

0.78+

one ofQUANTITY

0.77+

next 20 yearsDATE

0.75+

WatsonTITLE

0.75+

SiliconANGLE MediaORGANIZATION

0.71+

WatsonORGANIZATION

0.68+

minutesDATE

0.61+

twoQUANTITY

0.54+

questionsQUANTITY

0.51+

morningDATE

0.5+

CubeORGANIZATION

0.48+

issuesQUANTITY

0.46+

Moe Abdulla Tim Davis, IBM | IBM Think 2018


 

(upbeat music) >> Announcer: Live from Las Vegas it's The Cube, covering IBM Think 2018. Brought to you by IBM. >> We're back at IBM Think 2018. This is The Cube, the leader in live tech coverage. My name is Dave Vellante. I'm here with my co-host Peter Burris, Moe Abdulla is here. He's the vice president of Cloud Garage and Solution Architecture Hybrid Cloud for IBM and Tim Davis is here, Data Analytics and Cloud Architecture Group and Services Center of Excellence IBM. Gentlemen, welcome to The Cube. >> Glad to be here. >> Thanks for having us. >> Moe, Garage, Cloud Garage, I'm picturing drills and wrenches, what's the story with Garage? Bring that home for us. >> (laughs) I wish it was that type of a garage. My bill would go down for sure. No, the garage is playing on the theme of the start-up, the idea of how do you bring new ideas and innovate on them, but for the enterprises. So what two people can do with pizza and innovate, how do you bring that to a larger concept. That's what The Garage is really about. >> Alright and Tim, talk about your role. >> Yeah, I lead the data and analytics field team and so we're really focused on helping companies do digital transformation and really drive digital and analytics, data, into their businesses to get better business value, accelerate time to value. >> Awesome, so we're going to get into it. You guys both have written books. We're going to get into the Field Guide and we're going to get into the Cloud Adoption Playbook, but Peter I want you to jump in here because I know you got to run, so get your questions in and then I'll take over. >> Sure I think so obvious question number one is, one of the biggest challenges we've had in analytics over the past couple of years is we had to get really good at the infrastructure and really good at the software and really good at this and really good at that and there were a lot of pilot failures because if you succeeded at one you might not have succeeded at the other. The Garage sounds like it's time to value based. Is that the right way to think about this? And what are you guys together doing to drive time to value, facilitate adoption, and get to the changes, the outcomes that the business really wants? >> So Tim you want to start? >> Yeah I can start because Moe leads the overall Garage and within the Garage we have something called the Data First Methodology where we're really driving a direct engagement with the clients where we help them develop a data strategy because most clients when they do digital transformation or really go after data, they're taking kind of a legacy approach. They're building these big monolithic data warehouses, they're doing big master data management programs and what we're really trying to do is change the paradigm and so we connect with the Data First Methodology through the Garage to get to a data strategy that's connected to the business outcome because it's what data and analytics do you need to successfully achieve what you're trying to do as a business. A lot of this is digital transformation which means you're not only changing what you're doing from a data warehouse to a data lake, but you're also accelerating the data because now we have to get into the time domain of a customer, or your customer where they may be consuming things digitally and so they're at a website, they're moving into a bank branch, they go into a social media site, maybe they're being contacted by a fintech. You've got to retain an maintain a digital relationship and that's the key. >> And The Garage itself is really playing on the same core value of it's not the big beating the small anymore, it's the fast beating the slow and so when you think of the fast beating the slow, how do you achieve fast? You really do that by three ways. So The Garage says the first way to achieve fast is to break down the problem into smaller chunks, also known as MVPs or minimum viable product. So you take a very complex problem that people are talking and over-talking and over engineering, and you really bring it down to something that has a client value, user-centered. So bring the discipline from the business side, the operation side, the developers, and we mush them together to center that. That's one way to do fast. The second way-- >> By the way, I did, worked with a client. They started calling it minimum viable outcomes. >> Yes, minimum viable outcomes means what product and there's a lot of types of these minimum viable to achieve, we're talking about four weeks, six weeks, and so on and so forth. The story of American Airlines was taking all of their kiosk systems for example and really changing them both in terms of the types of services they can deliver, so now you can recheck your flights, et cetera, within six week periods and you really, that's fast, and doing it in one terminal and then moving to others. The second way you do fast is by understanding that the change is not just technology. The change is culture, process, and so on. So when you come to The Garage, it's not like the mechanic style garage where you are sitting in the waiting room and the mechanic is fixing your car. Not at all. You really have some sort of mechanical skills and you're in there with me. That's called pair programming. That's called test-driven, these types of techniques and methodologies are proven in the industry. So Tim will sit right next to me and we'll code together. By the time Tim goes back to his company, he's now an expert on how to do it. So fast is achieving the cultural transformation as well as this minimum viable aspect. >> Hands on, and you guys are actually learning from each in that experience, aren't you? >> Absolutely. >> Oh yeah. >> And then sharing, yeah. >> I would also say I would think that there's one more thing for both of you guys and that is increasingly as business acknowledges that data is an asset unlike traditional systems approaches where we built a siloed application, this server, that database manager, this data model, that application and then we do some integration at some point in time, when you start with this garage approach, data-centric approach, figure out how that works, now you have an asset that can be reused in a lot of new and interesting ways. Does that also factor into this from a speed aspect? >> Yeah it does. And this is a key part. We have something called data science experience now and we're really driving pilots through The Garage, through the data first method to get that rapid engagement and the goal is to do sprints, to do 12 to 20 week kind of sprints where we actually produce a business outcome that you show to the business and then you put it into production and we're actually developing algorithms and other things as we go that are part of the analytic result and that's kind of the key and behind that, you know the analytic result is really the, kind of the icing on the cake and the business value where you connect, but there's a whole foundation underneath that of data and that's why we do a data topology and the data topology has kind of replaced the data lake, replaces all that modeling because now we can have a data topology that spans on premise, private cloud, and public cloud and we can drive an integrated strategy with the governance program over that to actually support the data analytics that you're trying to drive and that's how we get at that. >> But that topology's got to tie back to the attributes of the data, right? Not the infrastructure that's associated with it. >> It does and the idea of the topology is you may have an existing warehouse. That becomes a zone in the topology, so we aren't really ripping and replacing, we're augmenting, you know, so we may augment an on premise warehouse that may sit in a relational database technology with a Hadoop environment that we can spin up in the cloud very rapidly and then the data science applications and so we can have a discovery zone as well as the traditional structured reporting and the level of data quality can be mixed. You may do analytic discovery against raw data versus where you have highly processed data where we have extreme data quality for regulatory reporting. >> Compared to a god box where everything goes through some pipe into that box. >> And you put in on later. >> Yes. >> Well and this is the, when Hadoop came out, right, people thought they were going to dump all their data into Hadoop and something beautiful was going to happen right? And what happened is everybody created a lot of data swamps out there. >> Something really ugly happened. >> Right, right, it's just a pile of data. >> Well they ended up with a cheaper data warehouse. >> But it's not because that data warehouse was structured, it has-- >> Dave: Yeah and data quality. >> All the data modeling, but all that stuff took massive amounts of time. When you just dump it into a Hadoop environment you have no structure, you have to discover the structures so we're really doing all the things we used to do with data warehousing only we're doing it in incremental, agile, faster method where you can also get access to the data all the way through it. >> Yeah that makes sense. >> You know it's not like we will serve new wine before its time, you know you can. >> Yeah, yeah, yeah, yeah. >> You know, now you can eat the grapes, you can drink the wine as it's fermenting, and you can-- >> No wrong or right, just throw it in and figure it out. >> There's an image that Tim chose that the idea of a data lake is this organized library with books, but the reality is a library with all the books dumped in the middle and go find the book that you want. >> Peter: And no Dewey Decimal. >> And, exactly. And if you want to pick on the idea that you had earlier, when you look at that type of a solution, the squad structure is changing. To solve that particular problem you no longer just have your data people on one side. You have a data person, you have the business person that's trying to distill it, you have the developer, you have the operator, so the concept of DevOps to try and synchronize between these two players is now really evolved and this is the first time you're hearing it, right at The Cube. It's the Biz Data DevOps. That's the new way we actually start to tell this. >> Dave: Explain that, explain that to us. >> Very simple. It starts with business requirements. So the business reflects the user and the consumer and they come with not just generics, they come with very specific requirements that then automatically and immediately says what are the most valuable data sources I need either from my enterprise or externally? Because the minute I understand those requirements and the persistence of those requirements, I'm now shaping the way the solution has to be implemented. Data first, not data as an afterthought. That's why we call it the data first method. The developers then, when they're building the cloud infrastructure, they really understand the type of resilience, the type of compliance, the type of meshing that you need to do and they're doing it from the outside. And because of the fact that they're dealing with data, the operation people automatically understand that they have to deal with the right to recovery and so on and so forth. So now we're having this. >> Makes sense. You're not throwing it over the wall. >> Exactly. >> That's where the DevOps piece comes in. >> And you're also understanding the velocity of data, through the enterprise as well as the gaps that you have as an enterprise because you're, when you go into a digital world you have to accumulate a lot more data and then you have to be able to match that and you have to be able to do identity resolution to get to a customer to understand all the dimensions of it. >> Well in the digital world, data is the core, so and it's interesting what you were saying Moe about essentially the line of business identifying the data sources because they're the ones who know how data affects monetization. >> Yes. >> Inder Paul Mendari, when he took over as IBM Chief Data Officer, said you must from partnerships with the line of business in order to understand how to monetize, how data contributes to the monetization and your DevOps metaphor is very important because everybody is sort of on the same page is the idea right? >> That's right. >> And there's a transformation here because we're working very close with Inder Paul's team and the emergence of a Chief Data Officer in many enterprises and we actually kind of had a program that we still have going from last year which is kind of the Chief Data Officer success program where you can help get at this because the classic IT structure has kind of started to fail because it's not data oriented, it's technology oriented, so by getting to a data oriented organization and having a elevated Chief Data Officer, you can get aligned with the line of business, really get your hands on the data and we prescribe the data topology, which is actually the back cover of that book, shows an example of one, because that's the new center of the universe. The technologies can change, this data can live on premise or in the cloud, but the topology should only change when your business changes-- (drowned out) >> This is hugely important so I want to pick up on something Ginny Rometti was talking about yesterday was incumbent disruptors. And when I heard that I'm like, come on no way. You know, instant skeptic. >> Tim: And that's what, that's what it is. >> Right and so then I started-- >> Moe: Wait, wait, discover. >> To think about it and you guys, what you're describing is how you take somebody, a company, who's been organized around human expertise and other physical assets for years, decades, maybe hundreds of years and transform them into a data oriented company-- >> Tim: Exactly. >> Where data is the core asset and human expertise is surrounding that data and learn to say look, it's not an, most data's in silos. You're busting down those silos. >> Exactly. >> And giving the prescription to do that. >> Exactly, yeah exactly. >> I think that's what Tim actually said this very, you heard us use the word re-prescriptive. You heard us use the word methodology, data first method or The Garage method and what we're really starting to see is these patterns from enterprises. You know, what works for a startup does not necessarily translate easily for an enterprise. You have to make it work in the context of the existing baggage, the existing processes, the existing culture. >> Customer expectations. >> Expectations, the scale, all of those type dimensions. So this particular notion of a prescription is we're taking the experiences from Hertz, Marriott, American Airlines, RVs, all of these clients that really have made that leap and got the value and essentially started to put it in the simple framework, seven elements to those frameworks, and that's in the adoption, yeah. >> You're talking this, right? >> Yeah. >> So we got two documents here, the Cloud Adoption Playbook, which Moe you authored, co-authored. >> Moe: With Tim's help. >> Tim as well and then this Field Guide, the IBM Data and Analytic Strategy Field Guide that Tim you also contributed to this right? >> Yeah, I wrote some of it yeah. >> Which augments the book, so I'll give you the description of it too. >> Well I love the hybrid cloud data topology in the back. >> That's an example of a topology on the back. >> So that's kind of cool. But go ahead, let's talk about these. >> So if you look at the cover of that book and piece of art, very well drawn. That's right. You will see that there are seven elements. You start to see architecture, you start to see culture and organization, you start to see methodology, you start to see all of these different components. >> Dave: Governance, management, security, emerging tech. >> That's right, that really are important in any type of transformation. And then when you look at the data piece, that's a way of taking that data and applying all of these dimensions, so when a client comes forward and says, "Look, I'm having a data challenge "in the sense of how do I transform access, "how do I share data, how to I monetize?," we start to take them through all of these dimensions and what we've been able to do is to go back to our starting comment, accelerate the transformation, sorry. >> And the real engagement that we're getting pulled into now in many cases and getting pulled right up the executive chains at these companies is data strategy because this is kind of the core, you've got to, so many companies have a business strategy, very good business strategies, but then you ask for their data strategy, they show you some kind of block diagram architecture or they show you a bunch of servers and the data center. You know, that's not a strategy. The data strategy really gets at the sources and consumption, velocity of data, and gaps in the data that you need to achieve your business outcome. And so by developing a data strategy, this opens up the patterns and the things that we talk to. So now we look at data security, we look at data management, we look at governance, we look at all the aspects of it to actually lay this out. And another thought here, the other transformation is in data warehousing, we've been doing this for the past, some of us longer than others, 20 or 30 years, right? And our whole thing then was we're going to align the silos by dumping all the data into this big data warehouse. That is really not the path to go because these things became like giant dinosaurs, big monolithic difficult to change. The data lake concept is you leave the data where it is and you establish a governance and management process over top of it and then you augment it with things like cloud, like Hadoop, like other things where we can rapidly spin up and we're taking advantage of things like object stores and advanced infrastructures and this is really where Moe and I connect with our IBM Club private platforms, with our data capabilities, because we can now put together managed solutions for some of these major enterprises and even show them the road map and that's really that road map. >> It's critical in that transformation. Last word, Moe. >> Yeah, so to me I think the exciting thing about this year, versus when we spoke last year, is the maturity curve. You asked me this last year, you said, "Moe where are we on the maturity curve of adoption?" And I think the fact that we're talking today about data strategies and so on is a reflection of how people have matured. >> Making progress. >> Earlier on, they really start to think about experimenting with ideas. We're now starting to see them access detailed deep information about approaches and methodologies to do it and the key word for us this year was not about experimentation or trial, it's about acceleration. >> Exactly. >> Because they've proven it in that garage fashion in small places, now I want to do it in the American Airlines scale, I want to do it at the global scale. >> Exactly. >> And I want, so acceleration is the key theme of what we're trying to do here. >> What a change from 15, 20 years ago when the deep data warehouse was the single version of the truth. It was like snake swallowing a basketball. >> Tim: Yeah exactly, that's a good analogy. >> And you had a handful of people who actually knew how to get in there and you had this huge asynchronous process to get insights out. Now you guys have a very important, in a year you've made a ton of progress, yea >> It's democratization of data. Everyone should, yeah. >> So guys, really exciting, I love the enthusiasm. Congratulations. A lot more work to do, a lot more companies to affect, so we'll be watching. Thank you. >> Thank you so much. >> Thank you very much. >> And make sure you read our book. (Tim laughs) >> Yeah definitely, read these books. >> They'll be a quiz after. >> Cloud Adoption Playbook and IBM Data and Analytic Strategy Field Guide. Where can you get these? I presume on your website? >> On Amazon, you can get these on Amazon. >> Oh you get them on Amazon, great. Okay, good. >> Thank you very much. >> Thanks guys, appreciate it. >> Alright, thank you. >> Keep it right there everybody, this is The Cube. We're live from IBM Think 2018 and we'll be right back. (upbeat electronic music)

Published Date : Mar 21 2018

SUMMARY :

Brought to you by IBM. This is The Cube, the leader in live tech coverage. and wrenches, what's the story with Garage? the idea of how do you bring new ideas and innovate on them, Yeah, I lead the data and analytics field team because I know you got to run, so get your questions in Is that the right way to think about this? and that's the key. and so when you think of the fast beating the slow, By the way, I did, worked with a client. the mechanic style garage where you are sitting for both of you guys and that is increasingly and the business value where you connect, Not the infrastructure that's associated with it. and the level of data quality can be mixed. Compared to a god box where everything Well and this is the, when Hadoop came out, right, where you can also get access to the data new wine before its time, you know you can. the book that you want. That's the new way we actually start to tell this. the type of meshing that you need to do You're not throwing it over the wall. and then you have to be able to match that so and it's interesting what you were saying Moe and the emergence of a Chief Data Officer This is hugely important so I want to pick up Where data is the core asset and human expertise of the existing baggage, the existing processes, and that's in the adoption, yeah. the Cloud Adoption Playbook, which Moe you authored, Which augments the book, so I'll give you the description So that's kind of cool. You start to see architecture, you start to see culture And then when you look at the data piece, That is really not the path to go It's critical in that transformation. You asked me this last year, you said, to do it and the key word for us this year in the American Airlines scale, I want to do it of what we're trying to do here. of the truth. knew how to get in there and you had this huge It's democratization of data. So guys, really exciting, I love the enthusiasm. And make sure you read our book. Where can you get these? Oh you get them on Amazon, great. Keep it right there everybody, this is The Cube.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Peter BurrisPERSON

0.99+

Dave VellantePERSON

0.99+

Michael DellPERSON

0.99+

Rebecca KnightPERSON

0.99+

MichaelPERSON

0.99+

ComcastORGANIZATION

0.99+

ElizabethPERSON

0.99+

Paul GillanPERSON

0.99+

Jeff ClarkPERSON

0.99+

Paul GillinPERSON

0.99+

NokiaORGANIZATION

0.99+

SavannahPERSON

0.99+

DavePERSON

0.99+

RichardPERSON

0.99+

MichealPERSON

0.99+

Carolyn RodzPERSON

0.99+

Dave VallantePERSON

0.99+

VerizonORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

Eric SeidmanPERSON

0.99+

PaulPERSON

0.99+

Lisa MartinPERSON

0.99+

GoogleORGANIZATION

0.99+

KeithPERSON

0.99+

Chris McNabbPERSON

0.99+

JoePERSON

0.99+

CarolynPERSON

0.99+

QualcommORGANIZATION

0.99+

AlicePERSON

0.99+

2006DATE

0.99+

JohnPERSON

0.99+

NetflixORGANIZATION

0.99+

AWSORGANIZATION

0.99+

congressORGANIZATION

0.99+

EricssonORGANIZATION

0.99+

AT&TORGANIZATION

0.99+

Elizabeth GorePERSON

0.99+

Paul GillenPERSON

0.99+

Madhu KuttyPERSON

0.99+

1999DATE

0.99+

Michael ConlanPERSON

0.99+

2013DATE

0.99+

Michael CandolimPERSON

0.99+

PatPERSON

0.99+

Yvonne WassenaarPERSON

0.99+

Mark KrzyskoPERSON

0.99+

BostonLOCATION

0.99+

Pat GelsingerPERSON

0.99+

DellORGANIZATION

0.99+

Willie LuPERSON

0.99+

IBMORGANIZATION

0.99+

YvonnePERSON

0.99+

HertzORGANIZATION

0.99+

AndyPERSON

0.99+

2012DATE

0.99+

MicrosoftORGANIZATION

0.99+

Mala Anand, SAP | WiDS 2018


 

>> Narrator: Live from Stanford University in Palo Alto, California. It's theCUBE covering Women in Data Science Conference 2018. Brought to you by Stanford. >> Welcome back to theCUBE. Our continuing coverage live at the Women in Data Science Conference 2018, #WiDS2018. I'm Lisa Martin and I'm very excited to not only be at the event, but to now be joined by one of the speakers who spoke this morning. Mala Anand, the executive vice president at SAP and the president of SAP Leonardo Data Analytics, Mala Anand, Mala, welcome to theCUBE. >> Thank you Lisa, I'm delighted to be here. >> So this is your first WiDS and we were talking off camera about this is the third WiDS and 100,000 people they're expecting to reach today. As a speaker, how does that feel knowing that this is being live streamed and on their Facebook Live page and you have the chance to reach that many people? >> It's really exciting, Lisa and you know, it's inspiring to see that we've been able to attract so many participants. It's such an important topic for us. More and more I think two elements of the topic, one is the impact that data science is going to have in our industry as well as the impact that we want more women to participate with the right passion and being able to be successful in this field. >> I love that you said passion. I think that's so key and that's certainly one of the things, I think as my second year hosting theCUBE at WiDS, you feel it when you walk in the door. You feel it when you're reading the #WiDS2018 Twitter feed. It's the passion is here, the excitement is here. 150 plus regional WiDS events going on today in over 50 countries so the reach can be massive. What were maybe the top three takeaways from your talk this morning that the participants got to learn? >> Absolutely, and what's really exciting to see is that we see from a business perspective that customers are seeing the potential to drive higher productivity and faster growth in this whole new notion of digital technologies and the ability now for these new forms of systems of intelligence where we embed machine learning, big data, analytics, IoT, into the core of the business processes and it allows us to reap unprecedented value from data. It allows us to create new business models and it also allows us to reimagine experiences. But all of this is only possible now with the ability to apply data science across industries in a very deep and domain expertise way, and so that's really exciting and, moreover, to see diversity in the participants. Diversity in the people that can impact this is very exciting. >> I agree. You talked about digital business. Digital transformation opens up so many new business model opportunities for companies but the application of advanced analytics, for example, alone opens up so many more career opportunities because every sector is affected by big data. Whether we know it or not, right? And so the opportunity for those careers is exploding. But another thing that I think is also ripe for conversation is bringing in diverse perspectives to analyze and interpret that data. >> Absolutely. >> To remove some of the bias so that more of those business models and opportunities can really bubble up. >> Absolutely. >> Lisa: Tell me about your team at SAP Leonardo and from a diversity perspective, what's going on there? >> Yeah, absolutely. So I think your point is really valid which is, the importance of bringing in diversity and also the importance of diversity both from a gender perspective and a diversity in skills. And I think the key element of data and decision science is now it opens up different types of skills, right? It opens up the skills of course, the technology skills are fundamental. The ability to read data modeling is fundamental, but then we add in the deep domain expertise. The add in the business perspectives. The ability to story tell and that's where I see the ability to story tell with the right domain expertise opens up such a massive opportunity for different kinds of participants in this field and so within SAP itself, we are very driven by driving diversity. SAP had set a very aggressive goal for by 2017 to be at 25% of women in leadership positions and we achieved that. We've got an aggressive goal to be at 30% of women in leadership positions by 2020 and we're really excited to achieve that as well and very important as well both within Leonardo and data analytics as well, by diversity is fundamental to our growth and more importantly to the growth for the industry. I think that's going to be fundamental. >> I think that's a really important point, the growth of the industry. SAP does a lot with WiDS. We had Ann Rosenberg on last year. I saw her walking around. So from a cultural stand point, what you've described, there's really a dedicated focus there and I think it's a unique opportunity that SAP doesn't have. They're taking advantage of it to really show how a massive corporation, a huge enterprise, can really be very dedicated to bringing in this diversity. It helps the business, but it also, to your point, can make a big impact on industry. >> Absolutely, you know, culture is such a critical part of being succeeding in the business, and I think culture is an important lever that can help differentiate companies in the market. So of course it's technology, it's value creation for our customers, and I think culture is such an important part of it, and when you unpeel the lever of culture, within there comes diversity, and within there comes bringing a different diversity of skills base as well that is going to be really critical in the next generation of businesses that will get created. >> I like that. Especially sitting in Silicon Valley where there's new businesses being created every, probably 30 seconds. I'd love to understand, if we kind of take a walk back through your career and how you got to where you are now. What were some of the things that inspired you along the way, mentors? What were some of the things that you found really impactful and crucial to you being as successful as you are and a speaker at an event like WiDS? >> Oh, absolutely. It's really exciting to see that from my own personal journey, I think that one of the things that was really important is passion. And ensuring that you find those areas that you're passionate about. I was always very passionate about software and being able to look at data and analyze data. From doing my undergraduate in Computer Science, as well as my graduate work in Computer Science from Brown, and from there on out, always looking at any of the opportunities whether it was an individual contributor that I did. It's important to be passionate and I felt that that was really my guiding post to really being able to move up from a career perspective, and also looking to be in an environment, in an ecosystem, of people and environments that you're always learning from, right? And always never being afraid to reach a little bit further than your capabilities. I think ensuring that you always have confidence in the ability that you can reach, and even though the goals might feel a little bit far away at the moment. So I think also being around a really solid team of mentors and being able to constantly learn. So I would say a constant, continuous learning, and passion is really the key to success. >> I couldn't agree more. I think it's that we often, the word expert is thrown around so often and in so many things, and there certainly are people that have garnered a lot of expertise in certain areas, but I always think, "Are you really ever an expert?" There's so much to learn everyday, there's so many opportunities. But another thing that you mentioned that reminded me of, we had Maria Klawe on a little bit earlier today and one of the things that she said in her welcome address was, in terms of inspiration, "Don't worry if there's something "that you think you're not good at." >> Mala: Absolutely. >> It's sort of getting out of your comfort zone and one of my mentors likes to say, "getting comfortably uncomfortable." That's not an easy thing to achieve. So I think having people around, people like yourself, you're now a mentor to potentially 100,000 people today, alone. What are some of the steps that you recommend of, how does someone go, "I really like this, "but I don't know if I can do it." How would you help someone get comfortably uncomfortable? >> Yeah, I think first of all, building a small group I would say, of stakeholders that are behind you and your success is going to be really important. I think also being confident about your abilities. Confidence comes in failing a few times. It's okay to miss a few goals, it's okay to fail, but then you leap forward even faster. >> Failure is not a bad F word, right? >> Mala: Absolutely. >> It really can be, and I think, a lot of leaders, like yourself will say that it's actually part of the process. >> It's very much part of the process. And so I think, number one thing is passion. First you've got to be really clear that this is exactly what you're passionate about. Second is building a team around you that you can count on, you can rely on, that are invested in your success. And then thirdly is also just to ensure that you are confident. Being confident about asking for more. Being confident about being able to reach close to the impossible is okay. >> It is okay, and it should be encouraged, every day. No matter what gender, what ethnicity, that should just sort of be one of those level playing fields, I think. Unfortunately, it probably won't be but events like WiDS, and the reach that it's making today alone, certainly, I think, offer a great foundation to start helping break some of the molds that even as we sit in Silicon Valley, are still there. There's still massive discrepancies in pay grades. There's still a big percentage of females with engineering degrees that are not working in the field. And I think the more people like yourself, and some of your other colleagues that are here participating at WiDS alone today, have the opportunity to reach a broader audience, share their stories. Their failures, the successes, and all the things that have shaped that path, the bigger the opportunity we have and it's, I think, almost, sort of a responsibility for those of us who've been in STEM for a while, to help the next generation understand nobody got here with a silver spoon. Eh, some. >> Absolutely. >> But on a straight path. It's always that zig zaggy sort of path, and embrace it! >> Yeah, I think that's key, right? And the one point here is very relevant that you mentioned as well is, that it's very important for us to recognize that a love for an environment where you can embrace the change, right? In order to embrace change, it's not just people that are going through it, but people that are supporting it and sponsoring it because it's a big change. It's a change from what was an environment a few years ago to what is going to be an environment of the future, which is an environment full of diversity. So I think being able to be ambassadors of the change is really important. As well as to allow for confidence building in this environment, right? I think that's going to be really critical as well. And for us to support those environments and build awareness. Build awareness of what is possible. I think many times people will go through their careers without being aware of what is possible. Things that were certain thresholds, certain limits, certain guidelines, two years ago are dramatically different today. >> Oh yes. >> So having those ambassadors of change that can help us build awareness, with our growing community, I think is going to be really important. >> I think, some of the things too, that you're speaking to, there are boundaries that are evaporating. We're seeing them become perforated and sort of disappear, as well as maybe some of these structured careers. There's a career as this, as that. They used to be pretty demarcated. Doctor, lawyer, architect, accountant, whatnot. And now it's almost infinite. Especially having a foundation in technology with data science and the real world social implications alone, that a career in this field can deliver just kind of shows the sky's the limit. >> Yeah, absolutely. The sky's truly the limit, and I think that's where you're absolutely right. The lines are blurring between certain areas, and at the same time, I think, this opens up huge opportunity for diversity in skill set and diversity in domain. I think equally important is to ensure to be successful you want to start by driving focus, as well, right? So, how do you draw that balance? And for us to be able to mentor and guide the younger generation, to drive that focus. At the same time take leverage the opportunities open is going to be critical. >> So getting back to SAP Leondardo. What's next in this year, we're in March of 2018. What are some of the things that are exciting you that your team is going to be working on and delivering for SAP and your customers this year? >> SAP Leondardo is really exciting because it essentially allows for our customers to drive faster innovation with less risk. And it allows our customers to create these digital businesses where you have to change a business process and a business model that no single technology can deliver. So as a result we bring together machine learning, big data analytics, IoT, all running on a solid cloud platform with in-memory databases like Kana, at scale. So this year is going to be all about how we bring these capabilities together very specifically by industry and reimagine processes across different industries. >> I like that, reimagine. I think that's one of the things that you're helping to do for females in data science and computer sciences. Reimagine the possibilities. Not just the younger generation, but also those who've been in the field for a while that I think will probably be quite inspired and reinvigorated by some of the things that you're sharing. So, Mala, thank you so much for taking the time to stop by theCUBE and share your insights with us. We wish you continued success in your career and we look forward to seeing you WiDS next year. >> Thank you so much, Lisa. I'm delighted to be here. >> Excellent. >> Thank you. >> My pleasure. We want to thank you. You are watching theCUBE live from WiDS 2018, at Stanford University. I'm Lisa Martin. Stick around, my next guest will be joining me after this short break.

Published Date : Mar 5 2018

SUMMARY :

Brought to you by Stanford. be at the event, but to now be joined and 100,000 people they're expecting to reach today. and being able to be successful in this field. that the participants got to learn? and the ability now for these new forms And so the opportunity for those careers is exploding. To remove some of the bias so that more I think that's going to be fundamental. to your point, can make a big impact on industry. that can help differentiate companies in the market. to you being as successful as you are and passion is really the key to success. and one of the things that she said and one of my mentors likes to say, It's okay to miss a few goals, it's okay to fail, a lot of leaders, like yourself to ensure that you are confident. that have shaped that path, the bigger It's always that zig zaggy sort of path, and embrace it! I think that's going to be really critical as well. I think is going to be really important. can deliver just kind of shows the sky's the limit. the opportunities open is going to be critical. What are some of the things that are exciting you And it allows our customers to create and reinvigorated by some of the things that you're sharing. I'm delighted to be here. from WiDS 2018, at Stanford University.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Lisa MartinPERSON

0.99+

LisaPERSON

0.99+

March of 2018DATE

0.99+

Mala AnandPERSON

0.99+

Silicon ValleyLOCATION

0.99+

Ann RosenbergPERSON

0.99+

2017DATE

0.99+

Maria KlawePERSON

0.99+

SAPORGANIZATION

0.99+

30%QUANTITY

0.99+

2020DATE

0.99+

SecondQUANTITY

0.99+

30 secondsQUANTITY

0.99+

100,000 peopleQUANTITY

0.99+

last yearDATE

0.99+

MalaPERSON

0.99+

next yearDATE

0.99+

25%QUANTITY

0.99+

firstQUANTITY

0.99+

two elementsQUANTITY

0.99+

Palo Alto, CaliforniaLOCATION

0.99+

#WiDS2018EVENT

0.99+

second yearQUANTITY

0.99+

FirstQUANTITY

0.99+

SAP LeonardoORGANIZATION

0.99+

Women in Data Science Conference 2018EVENT

0.98+

oneQUANTITY

0.98+

bothQUANTITY

0.98+

two years agoDATE

0.98+

over 50 countriesQUANTITY

0.98+

thirdQUANTITY

0.98+

this yearDATE

0.98+

one pointQUANTITY

0.98+

StanfordORGANIZATION

0.98+

SAP Leonardo Data AnalyticsORGANIZATION

0.97+

BrownORGANIZATION

0.97+

todayDATE

0.97+

WiDSEVENT

0.97+

Women in Data Science Conference 2018EVENT

0.97+

thirdlyQUANTITY

0.96+

Stanford UniversityORGANIZATION

0.95+

singleQUANTITY

0.94+

WiDS 2018EVENT

0.93+

few years agoDATE

0.92+

WiDSORGANIZATION

0.92+

executive vice presidentPERSON

0.9+

TwitterORGANIZATION

0.9+

this morningDATE

0.89+

three takeawaysQUANTITY

0.86+

theCUBEORGANIZATION

0.84+

LeondardoTITLE

0.83+

one of the speakersQUANTITY

0.83+

NarratorTITLE

0.8+

FacebookTITLE

0.79+

presidentPERSON

0.76+

earlierDATE

0.73+

Wikibon Presents: Software is Eating the Edge | The Entangling of Big Data and IIoT


 

>> So as folks make their way over from Javits I'm going to give you the least interesting part of the evening and that's my segment in which I welcome you here, introduce myself, lay out what what we're going to do for the next couple of hours. So first off, thank you very much for coming. As all of you know Wikibon is a part of SiliconANGLE which also includes theCUBE, so if you look around, this is what we have been doing for the past couple of days here in the TheCUBE. We've been inviting some significant thought leaders from over on the show and in incredibly expensive limousines driven them up the street to come on to TheCUBE and spend time with us and talk about some of the things that are happening in the industry today that are especially important. We tore it down, and we're having this party tonight. So we want to thank you very much for coming and look forward to having more conversations with all of you. Now what are we going to talk about? Well Wikibon is the research arm of SiliconANGLE. So we take data that comes out of TheCUBE and other places and we incorporated it into our research. And work very closely with large end users and large technology companies regarding how to make better decisions in this incredibly complex, incredibly important transformative world of digital business. What we're going to talk about tonight, and I've got a couple of my analysts assembled, and we're also going to have a panel, is this notion of software is eating the Edge. Now most of you have probably heard Marc Andreessen, the venture capitalist and developer, original developer of Netscape many years ago, talk about how software's eating the world. Well, if software is truly going to eat the world, it's going to eat at, it's going to take the big chunks, big bites at the Edge. That's where the actual action's going to be. And what we want to talk about specifically is the entangling of the internet or the industrial internet of things and IoT with analytics. So that's what we're going to talk about over the course of the next couple of hours. To do that we're going to, I've already blown the schedule, that's on me. But to do that I'm going to spend a couple minutes talking about what we regard as the essential digital business capabilities which includes analytics and Big Data, and includes IIoT and we'll explain at least in our position why those two things come together the way that they do. But I'm going to ask the august and revered Neil Raden, Wikibon analyst to come on up and talk about harvesting value at the Edge. 'Cause there are some, not now Neil, when we're done, when I'm done. So I'm going to ask Neil to come on up and we'll talk, he's going to talk about harvesting value at the Edge. And then Jim Kobielus will follow up with him, another Wikibon analyst, he'll talk specifically about how we're going to take that combination of analytics and Edge and turn it into the new types of systems and software that are going to sustain this significant transformation that's going on. And then after that, I'm going to ask Neil and Jim to come, going to invite some other folks up and we're going to run a panel to talk about some of these issues and do a real question and answer. So the goal here is before we break for drinks is to create a community feeling within the room. That includes smart people here, smart people in the audience having a conversation ultimately about some of these significant changes so please participate and we look forward to talking about the rest of it. All right, let's get going! What is digital business? One of the nice things about being an analyst is that you can reach back on people who were significantly smarter than you and build your points of view on the shoulders of those giants including Peter Drucker. Many years ago Peter Drucker made the observation that the purpose of business is to create and keep a customer. Not better shareholder value, not anything else. It is about creating and keeping your customer. Now you can argue with that, at the end of the day, if you don't have customers, you don't have a business. Now the observation that we've made, what we've added to that is that we've made the observation that the difference between business and digital business essentially is one thing. That's data. A digital business uses data to differentially create and keep customers. That's the only difference. If you think about the difference between taxi cab companies here in New York City, every cab that I've been in in the last three days has bothered me about Uber. The reason, the difference between Uber and a taxi cab company is data. That's the primary difference. Uber uses data as an asset. And we think this is the fundamental feature of digital business that everybody has to pay attention to. How is a business going to use data as an asset? Is the business using data as an asset? Is a business driving its engagement with customers, the role of its product et cetera using data? And if they are, they are becoming a more digital business. Now when you think about that, what we're really talking about is how are they going to put data to work? How are they going to take their customer data and their operational data and their financial data and any other kind of data and ultimately turn that into superior engagement or improved customer experience or more agile operations or increased automation? Those are the kinds of outcomes that we're talking about. But it is about putting data to work. That's fundamentally what we're trying to do within a digital business. Now that leads to an observation about the crucial strategic business capabilities that every business that aspires to be more digital or to be digital has to put in place. And I want to be clear. When I say strategic capabilities I mean something specific. When you talk about, for example technology architecture or information architecture there is this notion of what capabilities does your business need? Your business needs capabilities to pursue and achieve its mission. And in the digital business these are the capabilities that are now additive to this core question, ultimately of whether or not the company is a digital business. What are the three capabilities? One, you have to capture data. Not just do a good job of it, but better than your competition. You have to capture data better than your competition. In a way that is ultimately less intrusive on your markets and on your customers. That's in many respects, one of the first priorities of the internet of things and people. The idea of using sensors and related technologies to capture more data. Once you capture that data you have to turn it into value. You have to do something with it that creates business value so you can do a better job of engaging your markets and serving your customers. And that essentially is what we regard as the basis of Big Data. Including operations, including financial performance and everything else, but ultimately it's taking the data that's being captured and turning it into value within the business. The last point here is that once you have generated a model, or an insight or some other resource that you can act upon, you then have to act upon it in the real world. We call that systems of agency, the ability to enact based on data. Now I want to spend just a second talking about systems of agency 'cause we think it's an interesting concept and it's something Jim Kobielus is going to talk about a little bit later. When we say systems of agency, what we're saying is increasingly machines are acting on behalf of a brand. Or systems, combinations of machines and people are acting on behalf of the brand. And this whole notion of agency is the idea that ultimately these systems are now acting as the business's agent. They are at the front line of engaging customers. It's an extremely rich proposition that has subtle but crucial implications. For example I was talking to a senior decision maker at a business today and they made a quick observation, they talked about they, on their way here to New York City they had followed a woman who was going through security, opened up her suitcase and took out a bird. And then went through security with the bird. And the reason why I bring this up now is as TSA was trying to figure out how exactly to deal with this, the bird started talking and repeating things that the woman had said and many of those things, in fact, might have put her in jail. Now in this case the bird is not an agent of that woman. You can't put the woman in jail because of what the bird said. But increasingly we have to ask ourselves as we ask machines to do more on our behalf, digital instrumentation and elements to do more on our behalf, it's going to have blow back and an impact on our brand if we don't do it well. I want to draw that forward a little bit because I suggest there's going to be a new lifecycle for data. And the way that we think about it is we have the internet or the Edge which is comprised of things and crucially people, using sensors, whether they be smaller processors in control towers or whether they be phones that are tracking where we go, and this crucial element here is something that we call information transducers. Now a transducer in a traditional sense is something that takes energy from one form to another so that it can perform new types of work. By information transducer I essentially mean it takes information from one form to another so it can perform another type of work. This is a crucial feature of data. One of the beauties of data is that it can be used in multiple places at multiple times and not engender significant net new costs. It's one of the few assets that you can say about that. So the concept of an information transducer's really important because it's the basis for a lot of transformations of data as data flies through organizations. So we end up with the transducers storing data in the form of analytics, machine learning, business operations, other types of things, and then it goes back and it's transduced, back into to the real world as we program the real world and turning into these systems of agency. So that's the new lifecycle. And increasingly, that's how we have to think about data flows. Capturing it, turning it into value and having it act on our behalf in front of markets. That could have enormous implications for how ultimately money is spent over the next few years. So Wikibon does a significant amount of market research in addition to advising our large user customers. And that includes doing studies on cloud, public cloud, but also studies on what's happening within the analytics world. And if you take a look at it, what we basically see happening over the course of the next few years is significant investments in software and also services to get the word out. But we also expect there's going to be a lot of hardware. A significant amount of hardware that's ultimately sold within this space. And that's because of something that we call true private cloud. This concept of ultimately a business increasingly being designed and architected around the idea of data assets means that the reality, the physical realities of how data operates, how much it costs to store it or move it, the issues of latency, the issues of intellectual property protection as well as things like the regulatory regimes that are being put in place to govern how data gets used in between locations. All of those factors are going to drive increased utilization of what we call true private cloud. On premise technologies that provide the cloud experience but act where the data naturally needs to be processed. I'll come a little bit more to that in a second. So we think that it's going to be a relatively balanced market, a lot of stuff is going to end up in the cloud, but as Neil and Jim will talk about, there's going to be an enormous amount of analytics that pulls an enormous amount of data out to the Edge 'cause that's where the action's going to be. Now one of the things I want to also reveal to you is we've done a fair amount of data, we've done a fair amount of research around this question of where or how will data guide decisions about infrastructure? And in particular the Edge is driving these conversations. So here is a piece of research that one of our cohorts at Wikibon did, David Floyer. Taking a look at IoT Edge cost comparisons over a three year period. And it showed on the left hand side, an example where the sensor towers and other types of devices were streaming data back into a central location in a wind farm, stylized wind farm example. Very very expensive. Significant amounts of money end up being consumed, significant resources end up being consumed by the cost of moving the data from one place to another. Now this is even assuming that latency does not become a problem. The second example that we looked at is if we kept more of that data at the Edge and processed at the Edge. And literally it is a 85 plus percent cost reduction to keep more of the data at the Edge. Now that has enormous implications, how we think about big data, how we think about next generation architectures, et cetera. But it's these costs that are going to be so crucial to shaping the decisions that we make over the next two years about where we put hardware, where we put resources, what type of automation is possible, and what types of technology management has to be put in place. Ultimately we think it's going to lead to a structure, an architecture in the infrastructure as well as applications that is informed more by moving cloud to the data than moving the data to the cloud. That's kind of our fundamental proposition is that the norm in the industry has been to think about moving all data up to the cloud because who wants to do IT? It's so much cheaper, look what Amazon can do. Or what AWS can do. All true statements. Very very important in many respects. But most businesses today are starting to rethink that simple proposition and asking themselves do we have to move our business to the cloud, or can we move the cloud to the business? And increasingly what we see happening as we talk to our large customers about this, is that the cloud is being extended out to the Edge, we're moving the cloud and cloud services out to the business. Because of economic reasons, intellectual property control reasons, regulatory reasons, security reasons, any number of other reasons. It's just a more natural way to deal with it. And of course, the most important reason is latency. So with that as a quick backdrop, if I may quickly summarize, we believe fundamentally that the difference today is that businesses are trying to understand how to use data as an asset. And that requires an investment in new sets of technology capabilities that are not cheap, not simple and require significant thought, a lot of planning, lot of change within an IT and business organizations. How we capture data, how we turn it into value, and how we translate that into real world action through software. That's going to lead to a rethinking, ultimately, based on cost and other factors about how we deploy infrastructure. How we use the cloud so that the data guides the activity and not the choice of cloud supplier determines or limits what we can do with our data. And that's going to lead to this notion of true private cloud and elevate the role the Edge plays in analytics and all other architectures. So I hope that was perfectly clear. And now what I want to do is I want to bring up Neil Raden. Yes, now's the time Neil! So let me invite Neil up to spend some time talking about harvesting value at the Edge. Can you see his, all right. Got it. >> Oh boy. Hi everybody. Yeah, this is a really, this is a really big and complicated topic so I decided to just concentrate on something fairly simple, but I know that Peter mentioned customers. And he also had a picture of Peter Drucker. I had the pleasure in 1998 of interviewing Peter and photographing him. Peter Drucker, not this Peter. Because I'd started a magazine called Hired Brains. It was for consultants. And Peter said, Peter said a number of really interesting things to me, but one of them was his definition of a customer was someone who wrote you a check that didn't bounce. He was kind of a wag. He was! So anyway, he had to leave to do a video conference with Jack Welch and so I said to him, how do you charge Jack Welch to spend an hour on a video conference? And he said, you know I have this theory that you should always charge your client enough that it hurts a little bit or they don't take you seriously. Well, I had the chance to talk to Jack's wife, Suzie Welch recently and I told her that story and she said, "Oh he's full of it, Jack never paid "a dime for those conferences!" (laughs) So anyway, all right, so let's talk about this. To me, things about, engineered things like the hardware and network and all these other standards and so forth, we haven't fully developed those yet, but they're coming. As far as I'm concerned, they're not the most interesting thing. The most interesting thing to me in Edge Analytics is what you're going to get out of it, what the result is going to be. Making sense of this data that's coming. And while we're on data, something I've been thinking a lot lately because everybody I've talked to for the last three days just keeps talking to me about data. I have this feeling that data isn't actually quite real. That any data that we deal with is the result of some process that's captured it from something else that's actually real. In other words it's proxy. So it's not exactly perfect. And that's why we've always had these problems about customer A, customer A, customer A, what's their definition? What's the definition of this, that and the other thing? And with sensor data, I really have the feeling, when companies get, not you know, not companies, organizations get instrumented and start dealing with this kind of data what they're going to find is that this is the first time, and I've been involved in analytics, I don't want to date myself, 'cause I know I look young, but the first, I've been dealing with analytics since 1975. And everything we've ever done in analytics has involved pulling data from some other system that was not designed for analytics. But if you think about sensor data, this is data that we're actually going to catch the first time. It's going to be ours! We're not going to get it from some other source. It's going to be the real deal, to the extent that it's the real deal. Now you may say, ya know Neil, a sensor that's sending us information about oil pressure or temperature or something like that, how can you quarrel with that? Well, I can quarrel with it because I don't know if the sensor's doing it right. So we still don't know, even with that data, if it's right, but that's what we have to work with. Now, what does that really mean? Is that we have to be really careful with this data. It's ours, we have to take care of it. We don't get to reload it from source some other day. If we munge it up it's gone forever. So that has, that has very serious implications, but let me, let me roll you back a little bit. The way I look at analytics is it's come in three different eras. And we're entering into the third now. The first era was business intelligence. It was basically built and governed by IT, it was system of record kind of reporting. And as far as I can recall, it probably started around 1988 or at least that's the year that Howard Dresner claims to have invented the term. I'm not sure it's true. And things happened before 1988 that was sort of like BI, but 88 was when they really started coming out, that's when we saw BusinessObjects and Cognos and MicroStrategy and those kinds of things. The second generation just popped out on everybody else. We're all looking around at BI and we were saying why isn't this working? Why are only five people in the organization using this? Why are we not getting value out of this massive license we bought? And along comes companies like Tableau doing data discovery, visualization, data prep and Line of Business people are using this now. But it's still the same kind of data sources. It's moved out a little bit, but it still hasn't really hit the Big Data thing. Now we're in third generation, so we not only had Big Data, which has come and hit us like a tsunami, but we're looking at smart discovery, we're looking at machine learning. We're looking at AI induced analytics workflows. And then all the natural language cousins. You know, natural language processing, natural language, what's? Oh Q, natural language query. Natural language generation. Anybody here know what natural language generation is? Yeah, so what you see now is you do some sort of analysis and that tool comes up and says this chart is about the following and it used the following data, and it's blah blah blah blah blah. I think it's kind of wordy and it's going to refined some, but it's an interesting, it's an interesting thing to do. Now, the problem I see with Edge Analytics and IoT in general is that most of the canonical examples we talk about are pretty thin. I know we talk about autonomous cars, I hope to God we never have them, 'cause I'm a car guy. Fleet Management, I think Qualcomm started Fleet Management in 1988, that is not a new application. Industrial controls. I seem to remember, I seem to remember Honeywell doing industrial controls at least in the 70s and before that I wasn't, I don't want to talk about what I was doing, but I definitely wasn't in this industry. So my feeling is we all need to sit down and think about this and get creative. Because the real value in Edge Analytics or IoT, whatever you want to call it, the real value is going to be figuring out something that's new or different. Creating a brand new business. Changing the way an operation happens in a company, right? And I think there's a lot of smart people out there and I think there's a million apps that we haven't even talked about so, if you as a vendor come to me and tell me how great your product is, please don't talk to me about autonomous cars or Fleet Managing, 'cause I've heard about that, okay? Now, hardware and architecture are really not the most interesting thing. We fell into that trap with data warehousing. We've fallen into that trap with Big Data. We talk about speeds and feeds. Somebody said to me the other day, what's the narrative of this company? This is a technology provider. And I said as far as I can tell, they don't have a narrative they have some products and they compete in a space. And when they go to clients and the clients say, what's the value of your product? They don't have an answer for that. So we don't want to fall into this trap, okay? Because IoT is going to inform you in ways you've never even dreamed about. Unfortunately some of them are going to be really stinky, you know, they're going to be really bad. You're going to lose more of your privacy, it's going to get harder to get, I dunno, mortgage for example, I dunno, maybe it'll be easier, but in any case, it's not going to all be good. So let's really think about what you want to do with this technology to do something that's really valuable. Cost takeout is not the place to justify an IoT project. Because number one, it's very expensive, and number two, it's a waste of the technology because you should be looking at, you know the old numerator denominator thing? You should be looking at the numerators and forget about the denominators because that's not what you do with IoT. And the other thing is you don't want to get over confident. Actually this is good advice about anything, right? But in this case, I love this quote by Derek Sivers He's a pretty funny guy. He said, "If more information was the answer, "then we'd all be billionaires with perfect abs." I'm not sure what's on his wishlist, but you know, I would, those aren't necessarily the two things I would think of, okay. Now, what I said about the data, I want to explain some more. Big Data Analytics, if you look at this graphic, it depicts it perfectly. It's a bunch of different stuff falling into the funnel. All right? It comes from other places, it's not original material. And when it comes in, it's always used as second hand data. Now what does that mean? That means that you have to figure out the semantics of this information and you have to find a way to put it together in a way that's useful to you, okay. That's Big Data. That's where we are. How is that different from IoT data? It's like I said, IoT is original. You can put it together any way you want because no one else has ever done that before. It's yours to construct, okay. You don't even have to transform it into a schema because you're creating the new application. But the most important thing is you have to take care of it 'cause if you lose it, it's gone. It's the original data. It's the same way, in operational systems for a long long time we've always been concerned about backup and security and everything else. You better believe this is a problem. I know a lot of people think about streaming data, that we're going to look at it for a minute, and we're going to throw most of it away. Personally I don't think that's going to happen. I think it's all going to be saved, at least for a while. Now, the governance and security, oh, by the way, I don't know where you're going to find a presentation where somebody uses a newspaper clipping about Vladimir Lenin, but here it is, enjoy yourselves. I believe that when people think about governance and security today they're still thinking along the same grids that we thought about it all along. But this is very very different and again, I'm sorry I keep thrashing this around, but this is treasured data that has to be carefully taken care of. Now when I say governance, my experience has been over the years that governance is something that IT does to make everybody's lives miserable. But that's not what I mean by governance today. It means a comprehensive program to really secure the value of the data as an asset. And you need to think about this differently. Now the other thing is you may not get to think about it differently, because some of the stuff may end up being subject to regulation. And if the regulators start regulating some of this, then that'll take some of the degrees of freedom away from you in how you put this together, but you know, that's the way it works. Now, machine learning, I think I told somebody the other day that claims about machine learning in software products are as common as twisters in trail parks. And a lot of it is not really what I'd call machine learning. But there's a lot of it around. And I think all of the open source machine learning and artificial intelligence that's popped up, it's great because all those math PhDs who work at Home Depot now have something to do when they go home at night and they construct this stuff. But if you're going to have machine learning at the Edge, here's the question, what kind of machine learning would you have at the Edge? As opposed to developing your models back at say, the cloud, when you transmit the data there. The devices at the Edge are not very powerful. And they don't have a lot of memory. So you're only going to be able to do things that have been modeled or constructed somewhere else. But that's okay. Because machine learning algorithm development is actually slow and painful. So you really want the people who know how to do this working with gobs of data creating models and testing them offline. And when you have something that works, you can put it there. Now there's one thing I want to talk about before I finish, and I think I'm almost finished. I wrote a book about 10 years ago about automated decision making and the conclusion that I came up with was that little decisions add up, and that's good. But it also means you don't have to get them all right. But you don't want computers or software making decisions unattended if it involves human life, or frankly any life. Or the environment. So when you think about the applications that you can build using this architecture and this technology, think about the fact that you're not going to be doing air traffic control, you're not going to be monitoring crossing guards at the elementary school. You're going to be doing things that may seem fairly mundane. Managing machinery on the factory floor, I mean that may sound great, but really isn't that interesting. Managing well heads, drilling for oil, well I mean, it's great to the extent that it doesn't cause wells to explode, but they don't usually explode. What it's usually used for is to drive the cost out of preventative maintenance. Not very interesting. So use your heads. Come up with really cool stuff. And any of you who are involved in Edge Analytics, the next time I talk to you I don't want to hear about the same five applications that everybody talks about. Let's hear about some new ones. So, in conclusion, I don't really have anything in conclusion except that Peter mentioned something about limousines bringing people up here. On Monday I was slogging up and down Park Avenue and Madison Avenue with my client and we were visiting all the hedge funds there because we were doing a project with them. And in the miserable weather I looked at him and I said, for godsake Paul, where's the black car? And he said, that was the 90s. (laughs) Thank you. So, Jim, up to you. (audience applauding) This is terrible, go that way, this was terrible coming that way. >> Woo, don't want to trip! And let's move to, there we go. Hi everybody, how ya doing? Thanks Neil, thanks Peter, those were great discussions. So I'm the third leg in this relay race here, talking about of course how software is eating the world. And focusing on the value of Edge Analytics in a lot of real world scenarios. Programming the real world for, to make the world a better place. So I will talk, I'll break it out analytically in terms of the research that Wikibon is doing in the area of the IoT, but specifically how AI intelligence is being embedded really to all material reality potentially at the Edge. But mobile applications and industrial IoT and the smart appliances and self driving vehicles. I will break it out in terms of a reference architecture for understanding what functions are being pushed to the Edge to hardware, to our phones and so forth to drive various scenarios in terms of real world results. So I'll move a pace here. So basically AI software or AI microservices are being infused into Edge hardware as we speak. What we see is more vendors of smart phones and other, real world appliances and things like smart driving, self driving vehicles. What they're doing is they're instrumenting their products with computer vision and natural language processing, environmental awareness based on sensing and actuation and those capabilities and inferences that these devices just do to both provide human support for human users of these devices as well as to enable varying degrees of autonomous operation. So what I'll be talking about is how AI is a foundation for data driven systems of agency of the sort that Peter is talking about. Infusing data driven intelligence into everything or potentially so. As more of this capability, all these algorithms for things like, ya know for doing real time predictions and classifications, anomaly detection and so forth, as this functionality gets diffused widely and becomes more commoditized, you'll see it burned into an ever-wider variety of hardware architecture, neuro synaptic chips, GPUs and so forth. So what I've got here in front of you is a sort of a high level reference architecture that we're building up in our research at Wikibon. So AI, artificial intelligence is a big term, a big paradigm, I'm not going to unpack it completely. Of course we don't have oodles of time so I'm going to take you fairly quickly through the high points. It's a driver for systems of agency. Programming the real world. Transducing digital inputs, the data, to analog real world results. Through the embedding of this capability in the IoT, but pushing more and more of it out to the Edge with points of decision and action in real time. And there are four capabilities that we're seeing in terms of AI enabled, enabling capabilities that are absolutely critical to software being pushed to the Edge are sensing, actuation, inference and Learning. Sensing and actuation like Peter was describing, it's about capturing data from the environment within which a device or users is operating or moving. And then actuation is the fancy term for doing stuff, ya know like industrial IoT, it's obviously machine controlled, but clearly, you know self driving vehicles is steering a vehicle and avoiding crashing and so forth. Inference is the meat and potatoes as it were of AI. Analytics does inferences. It infers from the data, the logic of the application. Predictive logic, correlations, classification, abstractions, differentiation, anomaly detection, recognizing faces and voices. We see that now with Apple and the latest version of the iPhone is embedding face recognition as a core, as the core multifactor authentication technique. Clearly that's a harbinger of what's going to be universal fairly soon which is that depends on AI. That depends on convolutional neural networks, that is some heavy hitting processing power that's necessary and it's processing the data that's coming from your face. So that's critically important. So what we're looking at then is the AI software is taking root in hardware to power continuous agency. Getting stuff done. Powered decision support by human beings who have to take varying degrees of action in various environments. We don't necessarily want to let the car steer itself in all scenarios, we want some degree of override, for lots of good reasons. They want to protect life and limb including their own. And just more data driven automation across the internet of things in the broadest sense. So unpacking this reference framework, what's happening is that AI driven intelligence is powering real time decisioning at the Edge. Real time local sensing from the data that it's capturing there, it's ingesting the data. Some, not all of that data, may be persistent at the Edge. Some, perhaps most of it, will be pushed into the cloud for other processing. When you have these highly complex algorithms that are doing AI deep learning, multilayer, to do a variety of anti-fraud and higher level like narrative, auto-narrative roll-ups from various scenes that are unfolding. A lot of this processing is going to begin to happen in the cloud, but a fair amount of the more narrowly scoped inferences that drive real time decision support at the point of action will be done on the device itself. Contextual actuation, so it's the sensor data that's captured by the device along with other data that may be coming down in real time streams through the cloud will provide the broader contextual envelope of data needed to drive actuation, to drive various models and rules and so forth that are making stuff happen at the point of action, at the Edge. Continuous inference. What it all comes down to is that inference is what's going on inside the chips at the Edge device. And what we're seeing is a growing range of hardware architectures, GPUs, CPUs, FPGAs, ASIC, Neuro synaptic chips of all sorts playing in various combinations that are automating more and more very complex inference scenarios at the Edge. And not just individual devices, swarms of devices, like drones and so forth are essentially an Edge unto themselves. You'll see these tiered hierarchies of Edge swarms that are playing and doing inferences of ever more complex dynamic nature. And much of this will be, this capability, the fundamental capabilities that is powering them all will be burned into the hardware that powers them. And then adaptive learning. Now I use the term learning rather than training here, training is at the core of it. Training means everything in terms of the predictive fitness or the fitness of your AI services for whatever task, predictions, classifications, face recognition that you, you've built them for. But I use the term learning in a broader sense. It's what's make your inferences get better and better, more accurate over time is that you're training them with fresh data in a supervised learning environment. But you can have reinforcement learning if you're doing like say robotics and you don't have ground truth against which to train the data set. You know there's maximize a reward function versus minimize a loss function, you know, the standard approach, the latter for supervised learning. There's also, of course, the issue, or not the issue, the approach of unsupervised learning with cluster analysis critically important in a lot of real world scenarios. So Edge AI Algorithms, clearly, deep learning which is multilayered machine learning models that can do abstractions at higher and higher levels. Face recognition is a high level abstraction. Faces in a social environment is an even higher level of abstraction in terms of groups. Faces over time and bodies and gestures, doing various things in various environments is an even higher level abstraction in terms of narratives that can be rolled up, are being rolled up by deep learning capabilities of great sophistication. Convolutional neural networks for processing images, recurrent neural networks for processing time series. Generative adversarial networks for doing essentially what's called generative applications of all sort, composing music, and a lot of it's being used for auto programming. These are all deep learning. There's a variety of other algorithm approaches I'm not going to bore you with here. Deep learning is essentially the enabler of the five senses of the IoT. Your phone's going to have, has a camera, it has a microphone, it has the ability to of course, has geolocation and navigation capabilities. It's environmentally aware, it's got an accelerometer and so forth embedded therein. The reason that your phone and all of the devices are getting scary sentient is that they have the sensory modalities and the AI, the deep learning that enables them to make environmentally correct decisions in the wider range of scenarios. So machine learning is the foundation of all of this, but there are other, I mean of deep learning, artificial neural networks is the foundation of that. But there are other approaches for machine learning I want to make you aware of because support vector machines and these other established approaches for machine learning are not going away but really what's driving the show now is deep learning, because it's scary effective. And so that's where most of the investment in AI is going into these days for deep learning. AI Edge platforms, tools and frameworks are just coming along like gangbusters. Much development of AI, of deep learning happens in the context of your data lake. This is where you're storing your training data. This is the data that you use to build and test to validate in your models. So we're seeing a deepening stack of Hadoop and there's Kafka, and Spark and so forth that are driving the training (coughs) excuse me, of AI models that are power all these Edge Analytic applications so that that lake will continue to broaden in terms, and deepen in terms of a scope and the range of data sets and the range of modeling, AI modeling supports. Data science is critically important in this scenario because the data scientist, the data science teams, the tools and techniques and flows of data science are the fundamental development paradigm or discipline or capability that's being leveraged to build and to train and to deploy and iterate all this AI that's being pushed to the Edge. So clearly data science is at the center, data scientists of an increasingly specialized nature are necessary to the realization to this value at the Edge. AI frameworks are coming along like you know, a mile a minute. TensorFlow has achieved a, is an open source, most of these are open source, has achieved sort of almost like a defacto standard, status, I'm using the word defacto in air quotes. There's Theano and Keras and xNet and CNTK and a variety of other ones. We're seeing range of AI frameworks come to market, most open source. Most are supported by most of the major tool vendors as well. So at Wikibon we're definitely tracking that, we plan to go deeper in our coverage of that space. And then next best action, powers recommendation engines. I mean next best action decision automation of the sort of thing Neil's covered in a variety of contexts in his career is fundamentally important to Edge Analytics to systems of agency 'cause it's driving the process automation, decision automation, sort of the targeted recommendations that are made at the Edge to individual users as well as to process that automation. That's absolutely necessary for self driving vehicles to do their jobs and industrial IoT. So what we're seeing is more and more recommendation engine or recommender capabilities powered by ML and DL are going to the Edge, are already at the Edge for a variety of applications. Edge AI capabilities, like I said, there's sensing. And sensing at the Edge is becoming ever more rich, mixed reality Edge modalities of all sort are for augmented reality and so forth. We're just seeing a growth in certain, the range of sensory modalities that are enabled or filtered and analyzed through AI that are being pushed to the Edge, into the chip sets. Actuation, that's where robotics comes in. Robotics is coming into all aspects of our lives. And you know, it's brainless without AI, without deep learning and these capabilities. Inference, autonomous edge decisioning. Like I said, it's, a growing range of inferences that are being done at the Edge. And that's where it has to happen 'cause that's the point of decision. Learning, training, much training, most training will continue to be done in the cloud because it's very data intensive. It's a grind to train and optimize an AI algorithm to do its job. It's not something that you necessarily want to do or can do at the Edge at Edge devices so, the models that are built and trained in the cloud are pushed down through a dev ops process down to the Edge and that's the way it will work pretty much in most AI environments, Edge analytics environments. You centralize the modeling, you decentralize the execution of the inference models. The training engines will be in the cloud. Edge AI applications. I'll just run you through sort of a core list of the ones that are coming into, already come into the mainstream at the Edge. Multifactor authentication, clearly the Apple announcement of face recognition is just a harbinger of the fact that that's coming to every device. Computer vision speech recognition, NLP, digital assistance and chat bots powered by natural language processing and understanding, it's all AI powered. And it's becoming very mainstream. Emotion detection, face recognition, you know I could go on and on but these are like the core things that everybody has access to or will by 2020 and they're core devices, mass market devices. Developers, designers and hardware engineers are coming together to pool their expertise to build and train not just the AI, but also the entire package of hardware in UX and the orchestration of real world business scenarios or life scenarios that all this intelligence, the submitted intelligence enables and most, much of what they build in terms of AI will be containerized as micro services through Docker and orchestrated through Kubernetes as full cloud services in an increasingly distributed fabric. That's coming along very rapidly. We can see a fair amount of that already on display at Strata in terms of what the vendors are doing or announcing or who they're working with. The hardware itself, the Edge, you know at the Edge, some data will be persistent, needs to be persistent to drive inference. That's, and you know to drive a variety of different application scenarios that need some degree of historical data related to what that device in question happens to be sensing or has sensed in the immediate past or you know, whatever. The hardware itself is geared towards both sensing and increasingly persistence and Edge driven actuation of real world results. The whole notion of drones and robotics being embedded into everything that we do. That's where that comes in. That has to be powered by low cost, low power commodity chip sets of various sorts. What we see right now in terms of chip sets is it's a GPUs, Nvidia has gone real far and GPUs have come along very fast in terms of power inference engines, you know like the Tesla cars and so forth. But GPUs are in many ways the core hardware sub straight for in inference engines in DL so far. But to become a mass market phenomenon, it's got to get cheaper and lower powered and more commoditized, and so we see a fair number of CPUs being used as the hardware for Edge Analytic applications. Some vendors are fairly big on FPGAs, I believe Microsoft has gone fairly far with FPGAs inside DL strategy. ASIC, I mean, there's neuro synaptic chips like IBM's got one. There's at least a few dozen vendors of neuro synaptic chips on the market so at Wikibon we're going to track that market as it develops. And what we're seeing is a fair number of scenarios where it's a mixed environment where you use one chip set architecture at the inference side of the Edge, and other chip set architectures that are driving the DL as processed in the cloud, playing together within a common architecture. And we see some, a fair number of DL environments where the actual training is done in the cloud on Spark using CPUs and parallelized in memory, but pushing Tensorflow models that might be trained through Spark down to the Edge where the inferences are done in FPGAs and GPUs. Those kinds of mixed hardware scenarios are very, very, likely to be standard going forward in lots of areas. So analytics at the Edge power continuous results is what it's all about. The whole point is really not moving the data, it's putting the inference at the Edge and working from the data that's already captured and persistent there for the duration of whatever action or decision or result needs to be powered from the Edge. Like Neil said cost takeout alone is not worth doing. Cost takeout alone is not the rationale for putting AI at the Edge. It's getting new stuff done, new kinds of things done in an automated consistent, intelligent, contextualized way to make our lives better and more productive. Security and governance are becoming more important. Governance of the models, governance of the data, governance in a dev ops context in terms of version controls over all those DL models that are built, that are trained, that are containerized and deployed. Continuous iteration and improvement of those to help them learn to do, make our lives better and easier. With that said, I'm going to hand it over now. It's five minutes after the hour. We're going to get going with the Influencer Panel so what we'd like to do is I call Peter, and Peter's going to call our influencers. >> All right, am I live yet? Can you hear me? All right so, we've got, let me jump back in control here. We've got, again, the objective here is to have community take on some things. And so what we want to do is I want to invite five other people up, Neil why don't you come on up as well. Start with Neil. You can sit here. On the far right hand side, Judith, Judith Hurwitz. >> Neil: I'm glad I'm on the left side. >> From the Hurwitz Group. >> From the Hurwitz Group. Jennifer Shin who's affiliated with UC Berkeley. Jennifer are you here? >> She's here, Jennifer where are you? >> She was here a second ago. >> Neil: I saw her walk out she may have, >> Peter: All right, she'll be back in a second. >> Here's Jennifer! >> Here's Jennifer! >> Neil: With 8 Path Solutions, right? >> Yep. >> Yeah 8 Path Solutions. >> Just get my mic. >> Take your time Jen. >> Peter: All right, Stephanie McReynolds. Far left. And finally Joe Caserta, Joe come on up. >> Stephie's with Elysian >> And to the left. So what I want to do is I want to start by having everybody just go around introduce yourself quickly. Judith, why don't we start there. >> I'm Judith Hurwitz, I'm president of Hurwitz and Associates. We're an analyst research and fault leadership firm. I'm the co-author of eight books. Most recent is Cognitive Computing and Big Data Analytics. I've been in the market for a couple years now. >> Jennifer. >> Hi, my name's Jennifer Shin. I'm the founder and Chief Data Scientist 8 Path Solutions LLC. We do data science analytics and technology. We're actually about to do a big launch next month, with Box actually. >> We're apparent, are we having a, sorry Jennifer, are we having a problem with Jennifer's microphone? >> Man: Just turn it back on? >> Oh you have to turn it back on. >> It was on, oh sorry, can you hear me now? >> Yes! We can hear you now. >> Okay, I don't know how that turned back off, but okay. >> So you got to redo all that Jen. >> Okay, so my name's Jennifer Shin, I'm founder of 8 Path Solutions LLC, it's a data science analytics and technology company. I founded it about six years ago. So we've been developing some really cool technology that we're going to be launching with Box next month. It's really exciting. And I have, I've been developing a lot of patents and some technology as well as teaching at UC Berkeley as a lecturer in data science. >> You know Jim, you know Neil, Joe, you ready to go? >> Joe: Just broke my microphone. >> Joe's microphone is broken. >> Joe: Now it should be all right. >> Jim: Speak into Neil's. >> Joe: Hello, hello? >> I just feel not worthy in the presence of Joe Caserta. (several laughing) >> That's right, master of mics. If you can hear me, Joe Caserta, so yeah, I've been doing data technology solutions since 1986, almost as old as Neil here, but been doing specifically like BI, data warehousing, business intelligence type of work since 1996. And been doing, wholly dedicated to Big Data solutions and modern data engineering since 2009. Where should I be looking? >> Yeah I don't know where is the camera? >> Yeah, and that's basically it. So my company was formed in 2001, it's called Caserta Concepts. We recently rebranded to only Caserta 'cause what we do is way more than just concepts. So we conceptualize the stuff, we envision what the future brings and we actually build it. And we help clients large and small who are just, want to be leaders in innovation using data specifically to advance their business. >> Peter: And finally Stephanie McReynolds. >> I'm Stephanie McReynolds, I had product marketing as well as corporate marketing for a company called Elysian. And we are a data catalog so we help bring together not only a technical understanding of your data, but we curate that data with human knowledge and use automated intelligence internally within the system to make recommendations about what data to use for decision making. And some of our customers like City of San Diego, a large automotive manufacturer working on self driving cars and General Electric use Elysian to help power their solutions for IoT at the Edge. >> All right so let's jump right into it. And again if you have a question, raise your hand, and we'll do our best to get it to the floor. But what I want to do is I want to get seven questions in front of this group and have you guys discuss, slog, disagree, agree. Let's start here. What is the relationship between Big Data AI and IoT? Now Wikibon's put forward its observation that data's being generated at the Edge, that action is being taken at the Edge and then increasingly the software and other infrastructure architectures need to accommodate the realities of how data is going to work in these very complex systems. That's our perspective. Anybody, Judith, you want to start? >> Yeah, so I think that if you look at AI machine learning, all these different areas, you have to be able to have the data learned. Now when it comes to IoT, I think one of the issues we have to be careful about is not all data will be at the Edge. Not all data needs to be analyzed at the Edge. For example if the light is green and that's good and it's supposed to be green, do you really have to constantly analyze the fact that the light is green? You actually only really want to be able to analyze and take action when there's an anomaly. Well if it goes purple, that's actually a sign that something might explode, so that's where you want to make sure that you have the analytics at the edge. Not for everything, but for the things where there is an anomaly and a change. >> Joe, how about from your perspective? >> For me I think the evolution of data is really becoming, eventually oxygen is just, I mean data's going to be the oxygen we breathe. It used to be very very reactive and there used to be like a latency. You do something, there's a behavior, there's an event, there's a transaction, and then you go record it and then you collect it, and then you can analyze it. And it was very very waterfallish, right? And then eventually we figured out to put it back into the system. Or at least human beings interpret it to try to make the system better and that is really completely turned on it's head, we don't do that anymore. Right now it's very very, it's synchronous, where as we're actually making these transactions, the machines, we don't really need, I mean human beings are involved a bit, but less and less and less. And it's just a reality, it may not be politically correct to say but it's a reality that my phone in my pocket is following my behavior, and it knows without telling a human being what I'm doing. And it can actually help me do things like get to where I want to go faster depending on my preference if I want to save money or save time or visit things along the way. And I think that's all integration of big data, streaming data, artificial intelligence and I think the next thing that we're going to start seeing is the culmination of all of that. I actually, hopefully it'll be published soon, I just wrote an article for Forbes with the term of ARBI and ARBI is the integration of Augmented Reality and Business Intelligence. Where I think essentially we're going to see, you know, hold your phone up to Jim's face and it's going to recognize-- >> Peter: It's going to break. >> And it's going to say exactly you know, what are the key metrics that we want to know about Jim. If he works on my sales force, what's his attainment of goal, what is-- >> Jim: Can it read my mind? >> Potentially based on behavior patterns. >> Now I'm scared. >> I don't think Jim's buying it. >> It will, without a doubt be able to predict what you've done in the past, you may, with some certain level of confidence you may do again in the future, right? And is that mind reading? It's pretty close, right? >> Well, sometimes, I mean, mind reading is in the eye of the individual who wants to know. And if the machine appears to approximate what's going on in the person's head, sometimes you can't tell. So I guess, I guess we could call that the Turing machine test of the paranormal. >> Well, face recognition, micro gesture recognition, I mean facial gestures, people can do it. Maybe not better than a coin toss, but if it can be seen visually and captured and analyzed, conceivably some degree of mind reading can be built in. I can see when somebody's angry looking at me so, that's a possibility. That's kind of a scary possibility in a surveillance society, potentially. >> Neil: Right, absolutely. >> Peter: Stephanie, what do you think? >> Well, I hear a world of it's the bots versus the humans being painted here and I think that, you know at Elysian we have a very strong perspective on this and that is that the greatest impact, or the greatest results is going to be when humans figure out how to collaborate with the machines. And so yes, you want to get to the location more quickly, but the machine as in the bot isn't able to tell you exactly what to do and you're just going to blindly follow it. You need to train that machine, you need to have a partnership with that machine. So, a lot of the power, and I think this goes back to Judith's story is then what is the human decision making that can be augmented with data from the machine, but then the humans are actually training the training side and driving machines in the right direction. I think that's when we get true power out of some of these solutions so it's not just all about the technology. It's not all about the data or the AI, or the IoT, it's about how that empowers human systems to become smarter and more effective and more efficient. And I think we're playing that out in our technology in a certain way and I think organizations that are thinking along those lines with IoT are seeing more benefits immediately from those projects. >> So I think we have a general agreement of what kind of some of the things you talked about, IoT, crucial capturing information, and then having action being taken, AI being crucial to defining and refining the nature of the actions that are being taken Big Data ultimately powering how a lot of that changes. Let's go to the next one. >> So actually I have something to add to that. So I think it makes sense, right, with IoT, why we have Big Data associated with it. If you think about what data is collected by IoT. We're talking about a serial information, right? It's over time, it's going to grow exponentially just by definition, right, so every minute you collect a piece of information that means over time, it's going to keep growing, growing, growing as it accumulates. So that's one of the reasons why the IoT is so strongly associated with Big Data. And also why you need AI to be able to differentiate between one minute versus next minute, right? Trying to find a better way rather than looking at all that information and manually picking out patterns. To have some automated process for being able to filter through that much data that's being collected. >> I want to point out though based on what you just said Jennifer, I want to bring Neil in at this point, that this question of IoT now generating unprecedented levels of data does introduce this idea of the primary source. Historically what we've done within technology, or within IT certainly is we've taken stylized data. There is no such thing as a real world accounting thing. It is a human contrivance. And we stylize data and therefore it's relatively easy to be very precise on it. But when we start, as you noted, when we start measuring things with a tolerance down to thousandths of a millimeter, whatever that is, metric system, now we're still sometimes dealing with errors that we have to attend to. So, the reality is we're not just dealing with stylized data, we're dealing with real data, and it's more, more frequent, but it also has special cases that we have to attend to as in terms of how we use it. What do you think Neil? >> Well, I mean, I agree with that, I think I already said that, right. >> Yes you did, okay let's move on to the next one. >> Well it's a doppelganger, the digital twin doppelganger that's automatically created by your very fact that you're living and interacting and so forth and so on. It's going to accumulate regardless. Now that doppelganger may not be your agent, or might not be the foundation for your agent unless there's some other piece of logic like an interest graph that you build, a human being saying this is my broad set of interests, and so all of my agents out there in the IoT, you all need to be aware that when you make a decision on my behalf as my agent, this is what Jim would do. You know I mean there needs to be that kind of logic somewhere in this fabric to enable true agency. >> All right, so I'm going to start with you. Oh go ahead. >> I have a real short answer to this though. I think that Big Data provides the data and compute platform to make AI possible. For those of us who dipped our toes in the water in the 80s, we got clobbered because we didn't have the, we didn't have the facilities, we didn't have the resources to really do AI, we just kind of played around with it. And I think that the other thing about it is if you combine Big Data and AI and IoT, what you're going to see is people, a lot of the applications we develop now are very inward looking, we look at our organization, we look at our customers. We try to figure out how to sell more shoes to fashionable ladies, right? But with this technology, I think people can really expand what they're thinking about and what they model and come up with applications that are much more external. >> Actually what I would add to that is also it actually introduces being able to use engineering, right? Having engineers interested in the data. Because it's actually technical data that's collected not just say preferences or information about people, but actual measurements that are being collected with IoT. So it's really interesting in the engineering space because it opens up a whole new world for the engineers to actually look at data and to actually combine both that hardware side as well as the data that's being collected from it. >> Well, Neil, you and I have talked about something, 'cause it's not just engineers. We have in the healthcare industry for example, which you know a fair amount about, there's this notion of empirical based management. And the idea that increasingly we have to be driven by data as a way of improving the way that managers do things, the way the managers collect or collaborate and ultimately collectively how they take action. So it's not just engineers, it's supposed to also inform business, what's actually happening in the healthcare world when we start thinking about some of this empirical based management, is it working? What are some of the barriers? >> It's not a function of technology. What happens in medicine and healthcare research is, I guess you can say it borders on fraud. (people chuckling) No, I'm not kidding. I know the New England Journal of Medicine a couple of years ago released a study and said that at least half their articles that they published turned out to be written, ghost written by pharmaceutical companies. (man chuckling) Right, so I think the problem is that when you do a clinical study, the one that really killed me about 10 years ago was the women's health initiative. They spent $700 million gathering this data over 20 years. And when they released it they looked at all the wrong things deliberately, right? So I think that's a systemic-- >> I think you're bringing up a really important point that we haven't brought up yet, and that is is can you use Big Data and machine learning to begin to take the biases out? So if you let the, if you divorce your preconceived notions and your biases from the data and let the data lead you to the logic, you start to, I think get better over time, but it's going to take a while to get there because we do tend to gravitate towards our biases. >> I will share an anecdote. So I had some arm pain, and I had numbness in my thumb and pointer finger and I went to, excruciating pain, went to the hospital. So the doctor examined me, and he said you probably have a pinched nerve, he said, but I'm not exactly sure which nerve it would be, I'll be right back. And I kid you not, he went to a computer and he Googled it. (Neil laughs) And he came back because this little bit of information was something that could easily be looked up, right? Every nerve in your spine is connected to your different fingers so the pointer and the thumb just happens to be your C6, so he came back and said, it's your C6. (Neil mumbles) >> You know an interesting, I mean that's a good example. One of the issues with healthcare data is that the data set is not always shared across the entire research community, so by making Big Data accessible to everyone, you actually start a more rational conversation or debate on well what are the true insights-- >> If that conversation includes what Judith talked about, the actual model that you use to set priorities and make decisions about what's actually important. So it's not just about improving, this is the test. It's not just about improving your understanding of the wrong thing, it's also testing whether it's the right or wrong thing as well. >> That's right, to be able to test that you need to have humans in dialog with one another bringing different biases to the table to work through okay is there truth in this data? >> It's context and it's correlation and you can have a great correlation that's garbage. You know if you don't have the right context. >> Peter: So I want to, hold on Jim, I want to, >> It's exploratory. >> Hold on Jim, I want to take it to the next question 'cause I want to build off of what you talked about Stephanie and that is that this says something about what is the Edge. And our perspective is that the Edge is not just devices. That when we talk about the Edge, we're talking about human beings and the role that human beings are going to play both as sensors or carrying things with them, but also as actuators, actually taking action which is not a simple thing. So what do you guys think? What does the Edge mean to you? Joe, why don't you start? >> Well, I think it could be a combination of the two. And specifically when we talk about healthcare. So I believe in 2017 when we eat we don't know why we're eating, like I think we should absolutely by now be able to know exactly what is my protein level, what is my calcium level, what is my potassium level? And then find the foods to meet that. What have I depleted versus what I should have, and eat very very purposely and not by taste-- >> And it's amazing that red wine is always the answer. >> It is. (people laughing) And tequila, that helps too. >> Jim: You're a precision foodie is what you are. (several chuckle) >> There's no reason why we should not be able to know that right now, right? And when it comes to healthcare is, the biggest problem or challenge with healthcare is no matter how great of a technology you have, you can't, you can't, you can't manage what you can't measure. And you're really not allowed to use a lot of this data so you can't measure it, right? You can't do things very very scientifically right, in the healthcare world and I think regulation in the healthcare world is really burdening advancement in science. >> Peter: Any thoughts Jennifer? >> Yes, I teach statistics for data scientists, right, so you know we talk about a lot of these concepts. I think what makes these questions so difficult is you have to find a balance, right, a middle ground. For instance, in the case of are you being too biased through data, well you could say like we want to look at data only objectively, but then there are certain relationships that your data models might show that aren't actually a causal relationship. For instance, if there's an alien that came from space and saw earth, saw the people, everyone's carrying umbrellas right, and then it started to rain. That alien might think well, it's because they're carrying umbrellas that it's raining. Now we know from real world that that's actually not the way these things work. So if you look only at the data, that's the potential risk. That you'll start making associations or saying something's causal when it's actually not, right? So that's one of the, one of the I think big challenges. I think when it comes to looking also at things like healthcare data, right? Do you collect data about anything and everything? Does it mean that A, we need to collect all that data for the question we're looking at? Or that it's actually the best, more optimal way to be able to get to the answer? Meaning sometimes you can take some shortcuts in terms of what data you collect and still get the right answer and not have maybe that level of specificity that's going to cost you millions extra to be able to get. >> So Jennifer as a data scientist, I want to build upon what you just said. And that is, are we going to start to see methods and models emerge for how we actually solve some of these problems? So for example, we know how to build a system for stylized process like accounting or some elements of accounting. We have methods and models that lead to technology and actions and whatnot all the way down to that that system can be generated. We don't have the same notion to the same degree when we start talking about AI and some of these Big Datas. We have algorithms, we have technology. But are we going to start seeing, as a data scientist, repeatability and learning and how to think the problems through that's going to lead us to a more likely best or at least good result? >> So I think that's a bit of a tough question, right? Because part of it is, it's going to depend on how many of these researchers actually get exposed to real world scenarios, right? Research looks into all these papers, and you come up with all these models, but if it's never tested in a real world scenario, well, I mean we really can't validate that it works, right? So I think it is dependent on how much of this integration there's going to be between the research community and industry and how much investment there is. Funding is going to matter in this case. If there's no funding in the research side, then you'll see a lot of industry folk who feel very confident about their models that, but again on the other side of course, if researchers don't validate those models then you really can't say for sure that it's actually more accurate, or it's more efficient. >> It's the issue of real world testing and experimentation, A B testing, that's standard practice in many operationalized ML and AI implementations in the business world, but real world experimentation in the Edge analytics, what you're actually transducing are touching people's actual lives. Problem there is, like in healthcare and so forth, when you're experimenting with people's lives, somebody's going to die. I mean, in other words, that's a critical, in terms of causal analysis, you've got to tread lightly on doing operationalizing that kind of testing in the IoT when people's lives and health are at stake. >> We still give 'em placebos. So we still test 'em. All right so let's go to the next question. What are the hottest innovations in AI? Stephanie I want to start with you as a company, someone at a company that's got kind of an interesting little thing happening. We start thinking about how do we better catalog data and represent it to a large number of people. What are some of the hottest innovations in AI as you see it? >> I think it's a little counter intuitive about what the hottest innovations are in AI, because we're at a spot in the industry where the most successful companies that are working with AI are actually incorporating them into solutions. So the best AI solutions are actually the products that you don't know there's AI operating underneath. But they're having a significant impact on business decision making or bringing a different type of application to the market and you know, I think there's a lot of investment that's going into AI tooling and tool sets for data scientists or researchers, but the more innovative companies are thinking through how do we really take AI and make it have an impact on business decision making and that means kind of hiding the AI to the business user. Because if you think a bot is making a decision instead of you, you're not going to partner with that bot very easily or very readily. I worked at, way at the start of my career, I worked in CRM when recommendation engines were all the rage online and also in call centers. And the hardest thing was to get a call center agent to actually read the script that the algorithm was presenting to them, that algorithm was 99% correct most of the time, but there was this human resistance to letting a computer tell you what to tell that customer on the other side even if it was more successful in the end. And so I think that the innovation in AI that's really going to push us forward is when humans feel like they can partner with these bots and they don't think of it as a bot, but they think about as assisting their work and getting to a better result-- >> Hence the augmentation point you made earlier. >> Absolutely, absolutely. >> Joe how 'about you? What do you look at? What are you excited about? >> I think the coolest thing at the moment right now is chat bots. Like to be able, like to have voice be able to speak with you in natural language, to do that, I think that's pretty innovative, right? And I do think that eventually, for the average user, not for techies like me, but for the average user, I think keyboards are going to be a thing of the past. I think we're going to communicate with computers through voice and I think this is the very very beginning of that and it's an incredible innovation. >> Neil? >> Well, I think we all have myopia here. We're all thinking about commercial applications. Big, big things are happening with AI in the intelligence community, in military, the defense industry, in all sorts of things. Meteorology. And that's where, well, hopefully not on an every day basis with military, you really see the effect of this. But I was involved in a project a couple of years ago where we were developing AI software to detect artillery pieces in terrain from satellite imagery. I don't have to tell you what country that was. I think you can probably figure that one out right? But there are legions of people in many many companies that are involved in that industry. So if you're talking about the dollars spent on AI, I think the stuff that we do in our industries is probably fairly small. >> Well it reminds me of an application I actually thought was interesting about AI related to that, AI being applied to removing mines from war zones. >> Why not? >> Which is not a bad thing for a whole lot of people. Judith what do you look at? >> So I'm looking at things like being able to have pre-trained data sets in specific solution areas. I think that that's something that's coming. Also the ability to, to really be able to have a machine assist you in selecting the right algorithms based on what your data looks like and the problems you're trying to solve. Some of the things that data scientists still spend a lot of their time on, but can be augmented with some, basically we have to move to levels of abstraction before this becomes truly ubiquitous across many different areas. >> Peter: Jennifer? >> So I'm going to say computer vision. >> Computer vision? >> Computer vision. So computer vision ranges from image recognition to be able to say what content is in the image. Is it a dog, is it a cat, is it a blueberry muffin? Like a sort of popular post out there where it's like a blueberry muffin versus like I think a chihuahua and then it compares the two. And can the AI really actually detect difference, right? So I think that's really where a lot of people who are in this space of being in both the AI space as well as data science are looking to for the new innovations. I think, for instance, cloud vision I think that's what Google still calls it. The vision API we've they've released on beta allows you to actually use an API to send your image and then have it be recognized right, by their API. There's another startup in New York called Clarify that also does a similar thing as well as you know Amazon has their recognition platform as well. So I think in a, from images being able to detect what's in the content as well as from videos, being able to say things like how many people are entering a frame? How many people enter the store? Not having to actually go look at it and count it, but having a computer actually tally that information for you, right? >> There's actually an extra piece to that. So if I have a picture of a stop sign, and I'm an automated car, and is it a picture on the back of a bus of a stop sign, or is it a real stop sign? So that's going to be one of the complications. >> Doesn't matter to a New York City cab driver. How 'about you Jim? >> Probably not. (laughs) >> Hottest thing in AI is General Adversarial Networks, GANT, what's hot about that, well, I'll be very quick, most AI, most deep learning, machine learning is analytical, it's distilling or inferring insights from the data. Generative takes that same algorithmic basis but to build stuff. In other words, to create realistic looking photographs, to compose music, to build CAD CAM models essentially that can be constructed on 3D printers. So GANT, it's a huge research focus all around the world are used for, often increasingly used for natural language generation. In other words it's institutionalizing or having a foundation for nailing the Turing test every single time, building something with machines that looks like it was constructed by a human and doing it over and over again to fool humans. I mean you can imagine the fraud potential. But you can also imagine just the sheer, like it's going to shape the world, GANT. >> All right so I'm going to say one thing, and then we're going to ask if anybody in the audience has an idea. So the thing that I find interesting is traditional programs, or when you tell a machine to do something you don't need incentives. When you tell a human being something, you have to provide incentives. Like how do you get someone to actually read the text. And this whole question of elements within AI that incorporate incentives as a way of trying to guide human behavior is absolutely fascinating to me. Whether it's gamification, or even some things we're thinking about with block chain and bitcoins and related types of stuff. To my mind that's going to have an enormous impact, some good, some bad. Anybody in the audience? I don't want to lose everybody here. What do you think sir? And I'll try to do my best to repeat it. Oh we have a mic. >> So my question's about, Okay, so the question's pretty much about what Stephanie's talking about which is human and loop training right? I come from a computer vision background. That's the problem, we need millions of images trained, we need humans to do that. And that's like you know, the workforce is essentially people that aren't necessarily part of the AI community, they're people that are just able to use that data and analyze the data and label that data. That's something that I think is a big problem everyone in the computer vision industry at least faces. I was wondering-- >> So again, but the problem is that is the difficulty of methodologically bringing together people who understand it and people who, people who have domain expertise people who have algorithm expertise and working together? >> I think the expertise issue comes in healthcare, right? In healthcare you need experts to be labeling your images. With contextual information where essentially augmented reality applications coming in, you have the AR kit and everything coming out, but there is a lack of context based intelligence. And all of that comes through training images, and all of that requires people to do it. And that's kind of like the foundational basis of AI coming forward is not necessarily an algorithm, right? It's how well are datas labeled? Who's doing the labeling and how do we ensure that it happens? >> Great question. So for the panel. So if you think about it, a consultant talks about being on the bench. How much time are they going to have to spend on trying to develop additional business? How much time should we set aside for executives to help train some of the assistants? >> I think that the key is not, to think of the problem a different way is that you would have people manually label data and that's one way to solve the problem. But you can also look at what is the natural workflow of that executive, or that individual? And is there a way to gather that context automatically using AI, right? And if you can do that, it's similar to what we do in our product, we observe how someone is analyzing the data and from those observations we can actually create the metadata that then trains the system in a particular direction. But you have to think about solving the problem differently of finding the workflow that then you can feed into to make this labeling easy without the human really realizing that they're labeling the data. >> Peter: Anybody else? >> I'll just add to what Stephanie said, so in the IoT applications, all those sensory modalities, the computer vision, the speech recognition, all that, that's all potential training data. So it cross checks against all the other models that are processing all the other data coming from that device. So that the natural language process of understanding can be reality checked against the images that the person happens to be commenting upon, or the scene in which they're embedded, so yeah, the data's embedded-- >> I don't think we're, we're not at the stage yet where this is easy. It's going to take time before we do start doing the pre-training of some of these details so that it goes faster, but right now, there're not that many shortcuts. >> Go ahead Joe. >> Sorry so a couple things. So one is like, I was just caught up on your incentivizing programs to be more efficient like humans. You know in Ethereum that has this notion, which is bot chain, has this theory, this concept of gas. Where like as the process becomes more efficient it costs less to actually run, right? It costs less ether, right? So it actually is kind of, the machine is actually incentivized and you don't really know what it's going to cost until the machine processes it, right? So there is like some notion of that there. But as far as like vision, like training the machine for computer vision, I think it's through adoption and crowdsourcing, so as people start using it more they're going to be adding more pictures. Very very organically. And then the machines will be trained and right now is a very small handful doing it, and it's very proactive by the Googles and the Facebooks and all of that. But as we start using it, as they start looking at my images and Jim's and Jen's images, it's going to keep getting smarter and smarter through adoption and through very organic process. >> So Neil, let me ask you a question. Who owns the value that's generated as a consequence of all these people ultimately contributing their insight and intelligence into these systems? >> Well, to a certain extent the people who are contributing the insight own nothing because the systems collect their actions and the things they do and then that data doesn't belong to them, it belongs to whoever collected it or whoever's going to do something with it. But the other thing, getting back to the medical stuff. It's not enough to say that the systems, people will do the right thing, because a lot of them are not motivated to do the right thing. The whole grant thing, the whole oh my god I'm not going to go against the senior professor. A lot of these, I knew a guy who was a doctor at University of Pittsburgh and they were doing a clinical study on the tubes that they put in little kids' ears who have ear infections, right? And-- >> Google it! Who helps out? >> Anyway, I forget the exact thing, but he came out and said that the principle investigator lied when he made the presentation, that it should be this, I forget which way it went. He was fired from his position at Pittsburgh and he has never worked as a doctor again. 'Cause he went against the senior line of authority. He was-- >> Another question back here? >> Man: Yes, Mark Turner has a question. >> Not a question, just want to piggyback what you're saying about the transfixation of maybe in healthcare of black and white images and color images in the case of sonograms and ultrasound and mammograms, you see that happening using AI? You see that being, I mean it's already happening, do you see it moving forward in that kind of way? I mean, talk more about that, about you know, AI and black and white images being used and they can be transfixed, they can be made to color images so you can see things better, doctors can perform better operations. >> So I'm sorry, but could you summarize down? What's the question? Summarize it just, >> I had a lot of students, they're interested in the cross pollenization between AI and say the medical community as far as things like ultrasound and sonograms and mammograms and how you can literally take a black and white image and it can, using algorithms and stuff be made to color images that can help doctors better do the work that they've already been doing, just do it better. You touched on it like 30 seconds. >> So how AI can be used to actually add information in a way that's not necessarily invasive but is ultimately improves how someone might respond to it or use it, yes? Related? I've also got something say about medical images in a second, any of you guys want to, go ahead Jennifer. >> Yeah, so for one thing, you know and it kind of goes back to what we were talking about before. When we look at for instance scans, like at some point I was looking at CT scans, right, for lung cancer nodules. In order for me, who I don't have a medical background, to identify where the nodule is, of course, a doctor actually had to go in and specify which slice of the scan had the nodule and where exactly it is, so it's on both the slice level as well as, within that 2D image, where it's located and the size of it. So the beauty of things like AI is that ultimately right now a radiologist has to look at every slice and actually identify this manually, right? The goal of course would be that one day we wouldn't have to have someone look at every slice to like 300 usually slices and be able to identify it much more automated. And I think the reality is we're not going to get something where it's going to be 100%. And with anything we do in the real world it's always like a 95% chance of it being accurate. So I think it's finding that in between of where, what's the threshold that we want to use to be able to say that this is, definitively say a lung cancer nodule or not. I think the other thing to think about is in terms of how their using other information, what they might use is a for instance, to say like you know, based on other characteristics of the person's health, they might use that as sort of a grading right? So you know, how dark or how light something is, identify maybe in that region, the prevalence of that specific variable. So that's usually how they integrate that information into something that's already existing in the computer vision sense. I think that's, the difficulty with this of course, is being able to identify which variables were introduced into data that does exist. >> So I'll make two quick observations on this then I'll go to the next question. One is radiologists have historically been some of the highest paid physicians within the medical community partly because they don't have to be particularly clinical. They don't have to spend a lot of time with patients. They tend to spend time with doctors which means they can do a lot of work in a little bit of time, and charge a fair amount of money. As we start to introduce some of these technologies that allow us to from a machine standpoint actually make diagnoses based on those images, I find it fascinating that you now see television ads promoting the role that the radiologist plays in clinical medicine. It's kind of an interesting response. >> It's also disruptive as I'm seeing more and more studies showing that deep learning models processing images, ultrasounds and so forth are getting as accurate as many of the best radiologists. >> That's the point! >> Detecting cancer >> Now radiologists are saying oh look, we do this great thing in terms of interacting with the patients, never have because they're being dis-intermediated. The second thing that I'll note is one of my favorite examples of that if I got it right, is looking at the images, the deep space images that come out of Hubble. Where they're taking data from thousands, maybe even millions of images and combining it together in interesting ways you can actually see depth. You can actually move through to a very very small scale a system that's 150, well maybe that, can't be that much, maybe six billion light years away. Fascinating stuff. All right so let me go to the last question here, and then I'm going to close it down, then we can have something to drink. What are the hottest, oh I'm sorry, question? >> Yes, hi, my name's George, I'm with Blue Talon. You asked earlier there the question what's the hottest thing in the Edge and AI, I would say that it's security. It seems to me that before you can empower agency you need to be able to authorize what they can act on, how they can act on, who they can act on. So it seems if you're going to move from very distributed data at the Edge and analytics at the Edge, there has to be security similarly done at the Edge. And I saw (speaking faintly) slides that called out security as a key prerequisite and maybe Judith can comment, but I'm curious how security's going to evolve to meet this analytics at the Edge. >> Well, let me do that and I'll ask Jen to comment. The notion of agency is crucially important, slightly different from security, just so we're clear. And the basic idea here is historically folks have thought about moving data or they thought about moving application function, now we are thinking about moving authority. So as you said. That's not necessarily, that's not really a security question, but this has been a problem that's been in, of concern in a number of different domains. How do we move authority with the resources? And that's really what informs the whole agency process. But with that said, Jim. >> Yeah actually I'll, yeah, thank you for bringing up security so identity is the foundation of security. Strong identity, multifactor, face recognition, biometrics and so forth. Clearly AI, machine learning, deep learning are powering a new era of biometrics and you know it's behavioral metrics and so forth that's organic to people's use of devices and so forth. You know getting to the point that Peter was raising is important, agency! Systems of agency. Your agent, you have to, you as a human being should be vouching in a secure, tamper proof way, your identity should be vouching for the identity of some agent, physical or virtual that does stuff on your behalf. How can that, how should that be managed within this increasingly distributed IoT fabric? Well a lot of that's been worked. It all ran through webs of trust, public key infrastructure, formats and you know SAML for single sign and so forth. It's all about assertion, strong assertions and vouching. I mean there's the whole workflows of things. Back in the ancient days when I was actually a PKI analyst three analyst firms ago, I got deep into all the guts of all those federation agreements, something like that has to be IoT scalable to enable systems agency to be truly fluid. So we can vouch for our agents wherever they happen to be. We're going to keep on having as human beings agents all over creation, we're not even going to be aware of everywhere that our agents are, but our identity-- >> It's not just-- >> Our identity has to follow. >> But it's not just identity, it's also authorization and context. >> Permissioning, of course. >> So I may be the right person to do something yesterday, but I'm not authorized to do it in another context in another application. >> Role based permissioning, yeah. Or persona based. >> That's right. >> I agree. >> And obviously it's going to be interesting to see the role that block chain or its follow on to the technology is going to play here. Okay so let me throw one more questions out. What are the hottest applications of AI at the Edge? We've talked about a number of them, does anybody want to add something that hasn't been talked about? Or do you want to get a beer? (people laughing) Stephanie, you raised your hand first. >> I was going to go, I bring something mundane to the table actually because I think one of the most exciting innovations with IoT and AI are actually simple things like City of San Diego is rolling out 3200 automated street lights that will actually help you find a parking space, reduce the amount of emissions into the atmosphere, so has some environmental change, positive environmental change impact. I mean, it's street lights, it's not like a, it's not medical industry, it doesn't look like a life changing innovation, and yet if we automate streetlights and we manage our energy better, and maybe they can flicker on and off if there's a parking space there for you, that's a significant impact on everyone's life. >> And dramatically suppress the impact of backseat driving! >> (laughs) Exactly. >> Joe what were you saying? >> I was just going to say you know there's already the technology out there where you can put a camera on a drone with machine learning within an artificial intelligence within it, and it can look at buildings and determine whether there's rusty pipes and cracks in cement and leaky roofs and all of those things. And that's all based on artificial intelligence. And I think if you can do that, to be able to look at an x-ray and determine if there's a tumor there is not out of the realm of possibility, right? >> Neil? >> I agree with both of them, that's what I meant about external kind of applications. Instead of figuring out what to sell our customers. Which is most what we hear. I just, I think all of those things are imminently doable. And boy street lights that help you find a parking place, that's brilliant, right? >> Simple! >> It improves your life more than, I dunno. Something I use on the internet recently, but I think it's great! That's, I'd like to see a thousand things like that. >> Peter: Jim? >> Yeah, building on what Stephanie and Neil were saying, it's ambient intelligence built into everything to enable fine grain microclimate awareness of all of us as human beings moving through the world. And enable reading of every microclimate in buildings. In other words, you know you have sensors on your body that are always detecting the heat, the humidity, the level of pollution or whatever in every environment that you're in or that you might be likely to move into fairly soon and either A can help give you guidance in real time about where to avoid, or give that environment guidance about how to adjust itself to your, like the lighting or whatever it might be to your specific requirements. And you know when you have a room like this, full of other human beings, there has to be some negotiated settlement. Some will find it too hot, some will find it too cold or whatever but I think that is fundamental in terms of reshaping the sheer quality of experience of most of our lived habitats on the planet potentially. That's really the Edge analytics application that depends on everybody having, being fully equipped with a personal area network of sensors that's communicating into the cloud. >> Jennifer? >> So I think, what's really interesting about it is being able to utilize the technology we do have, it's a lot cheaper now to have a lot of these ways of measuring that we didn't have before. And whether or not engineers can then leverage what we have as ways to measure things and then of course then you need people like data scientists to build the right model. So you can collect all this data, if you don't build the right model that identifies these patterns then all that data's just collected and it's just made a repository. So without having the models that supports patterns that are actually in the data, you're not going to find a better way of being able to find insights in the data itself. So I think what will be really interesting is to see how existing technology is leveraged, to collect data and then how that's actually modeled as well as to be able to see how technology's going to now develop from where it is now, to being able to either collect things more sensitively or in the case of say for instance if you're dealing with like how people move, whether we can build things that we can then use to measure how we move, right? Like how we move every day and then being able to model that in a way that is actually going to give us better insights in things like healthcare and just maybe even just our behaviors. >> Peter: Judith? >> So, I think we also have to look at it from a peer to peer perspective. So I may be able to get some data from one thing at the Edge, but then all those Edge devices, sensors or whatever, they all have to interact with each other because we don't live, we may, in our business lives, act in silos, but in the real world when you look at things like sensors and devices it's how they react with each other on a peer to peer basis. >> All right, before I invite John up, I want to say, I'll say what my thing is, and it's not the hottest. It's the one I hate the most. I hate AI generated music. (people laughing) Hate it. All right, I want to thank all the panelists, every single person, some great commentary, great observations. I want to thank you very much. I want to thank everybody that joined. John in a second you'll kind of announce who's the big winner. But the one thing I want to do is, is I was listening, I learned a lot from everybody, but I want to call out the one comment that I think we all need to remember, and I'm going to give you the award Stephanie. And that is increasing we have to remember that the best AI is probably AI that we don't even know is working on our behalf. The same flip side of that is all of us have to be very cognizant of the idea that AI is acting on our behalf and we may not know it. So, John why don't you come on up. Who won the, whatever it's called, the raffle? >> You won. >> Thank you! >> How 'about a round of applause for the great panel. (audience applauding) Okay we have a put the business cards in the basket, we're going to have that brought up. We're going to have two raffle gifts, some nice Bose headsets and speaker, Bluetooth speaker. Got to wait for that. I just want to say thank you for coming and for the folks watching, this is our fifth year doing our own event called Big Data NYC which is really an extension of the landscape beyond the Big Data world that's Cloud and AI and IoT and other great things happen and great experts and influencers and analysts here. Thanks for sharing your opinion. Really appreciate you taking the time to come out and share your data and your knowledge, appreciate it. Thank you. Where's the? >> Sam's right in front of you. >> There's the thing, okay. Got to be present to win. We saw some people sneaking out the back door to go to a dinner. >> First prize first. >> Okay first prize is the Bose headset. >> Bluetooth and noise canceling. >> I won't look, Sam you got to hold it down, I can see the cards. >> All right. >> Stephanie you won! (Stephanie laughing) Okay, Sawny Cox, Sawny Allie Cox? (audience applauding) Yay look at that! He's here! The bar's open so help yourself, but we got one more. >> Congratulations. Picture right here. >> Hold that I saw you. Wake up a little bit. Okay, all right. Next one is, my kids love this. This is great, great for the beach, great for everything portable speaker, great gift. >> What is it? >> Portable speaker. >> It is a portable speaker, it's pretty awesome. >> Oh you grabbed mine. >> Oh that's one of our guys. >> (lauging) But who was it? >> Can't be related! Ava, Ava, Ava. Okay Gene Penesko (audience applauding) Hey! He came in! All right look at that, the timing's great. >> Another one? (people laughing) >> Hey thanks everybody, enjoy the night, thank Peter Burris, head of research for SiliconANGLE, Wikibon and he great guests and influencers and friends. And you guys for coming in the community. Thanks for watching and thanks for coming. Enjoy the party and some drinks and that's out, that's it for the influencer panel and analyst discussion. Thank you. (logo music)

Published Date : Sep 28 2017

SUMMARY :

is that the cloud is being extended out to the Edge, the next time I talk to you I don't want to hear that are made at the Edge to individual users We've got, again, the objective here is to have community From the Hurwitz Group. And finally Joe Caserta, Joe come on up. And to the left. I've been in the market for a couple years now. I'm the founder and Chief Data Scientist We can hear you now. And I have, I've been developing a lot of patents I just feel not worthy in the presence of Joe Caserta. If you can hear me, Joe Caserta, so yeah, I've been doing We recently rebranded to only Caserta 'cause what we do to make recommendations about what data to use the realities of how data is going to work in these to make sure that you have the analytics at the edge. and ARBI is the integration of Augmented Reality And it's going to say exactly you know, And if the machine appears to approximate what's and analyzed, conceivably some degree of mind reading but the machine as in the bot isn't able to tell you kind of some of the things you talked about, IoT, So that's one of the reasons why the IoT of the primary source. Well, I mean, I agree with that, I think I already or might not be the foundation for your agent All right, so I'm going to start with you. a lot of the applications we develop now are very So it's really interesting in the engineering space And the idea that increasingly we have to be driven I know the New England Journal of Medicine So if you let the, if you divorce your preconceived notions So the doctor examined me, and he said you probably have One of the issues with healthcare data is that the data set the actual model that you use to set priorities and you can have a great correlation that's garbage. What does the Edge mean to you? And then find the foods to meet that. And tequila, that helps too. Jim: You're a precision foodie is what you are. in the healthcare world and I think regulation For instance, in the case of are you being too biased We don't have the same notion to the same degree but again on the other side of course, in the Edge analytics, what you're actually transducing What are some of the hottest innovations in AI and that means kind of hiding the AI to the business user. I think keyboards are going to be a thing of the past. I don't have to tell you what country that was. AI being applied to removing mines from war zones. Judith what do you look at? and the problems you're trying to solve. And can the AI really actually detect difference, right? So that's going to be one of the complications. Doesn't matter to a New York City cab driver. (laughs) So GANT, it's a huge research focus all around the world So the thing that I find interesting is traditional people that aren't necessarily part of the AI community, and all of that requires people to do it. So for the panel. of finding the workflow that then you can feed into that the person happens to be commenting upon, It's going to take time before we do start doing and Jim's and Jen's images, it's going to keep getting Who owns the value that's generated as a consequence But the other thing, getting back to the medical stuff. and said that the principle investigator lied and color images in the case of sonograms and ultrasound and say the medical community as far as things in a second, any of you guys want to, go ahead Jennifer. to say like you know, based on other characteristics I find it fascinating that you now see television ads as many of the best radiologists. and then I'm going to close it down, It seems to me that before you can empower agency Well, let me do that and I'll ask Jen to comment. agreements, something like that has to be IoT scalable and context. So I may be the right person to do something yesterday, Or persona based. that block chain or its follow on to the technology into the atmosphere, so has some environmental change, the technology out there where you can put a camera And boy street lights that help you find a parking place, That's, I'd like to see a thousand things like that. that are always detecting the heat, the humidity, patterns that are actually in the data, but in the real world when you look at things and I'm going to give you the award Stephanie. and for the folks watching, We saw some people sneaking out the back door I can see the cards. Stephanie you won! Picture right here. This is great, great for the beach, great for everything All right look at that, the timing's great. that's it for the influencer panel and analyst discussion.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JudithPERSON

0.99+

JenniferPERSON

0.99+

JimPERSON

0.99+

NeilPERSON

0.99+

Stephanie McReynoldsPERSON

0.99+

JackPERSON

0.99+

2001DATE

0.99+

Marc AndreessenPERSON

0.99+

Jim KobielusPERSON

0.99+

Jennifer ShinPERSON

0.99+

AmazonORGANIZATION

0.99+

Joe CasertaPERSON

0.99+

Suzie WelchPERSON

0.99+

JoePERSON

0.99+

David FloyerPERSON

0.99+

PeterPERSON

0.99+

StephaniePERSON

0.99+

JenPERSON

0.99+

Neil RadenPERSON

0.99+

Mark TurnerPERSON

0.99+

Judith HurwitzPERSON

0.99+

JohnPERSON

0.99+

ElysianORGANIZATION

0.99+

UberORGANIZATION

0.99+

QualcommORGANIZATION

0.99+

Peter BurrisPERSON

0.99+

2017DATE

0.99+

HoneywellORGANIZATION

0.99+

AppleORGANIZATION

0.99+

Derek SiversPERSON

0.99+

New YorkLOCATION

0.99+

AWSORGANIZATION

0.99+

New York CityLOCATION

0.99+

1998DATE

0.99+

Salema Rice, Allegis Group - Informatica World 2017 - #INFA17 - #theCUBE


 

>> Announcer: Live from San Francisco, it's the Cube. Covering Informatica World 2017, brought to you by Informatica. >> Okay, welcome back, everyone. We're here live in San Francisco for Informatica World 2017. This is the Cube, a flagship program. We go out to the events and extract the signal from the noise. I'm John Furrier, the host of the Cube. Our next guess is Lima Rice, who's the chief data officer Global Enterprise Data Analytics for Allegis Group. Salema, welcome to the Cube. >> Thank you. >> So you won the Informatica Innovation Award Monday night. Congratulations. >> Salema: Thank you. >> You're also a chief data officer, so we love to have conversations with because really, what does that mean? (laughing) You're the chief of everything now. Data's at the center, you're like the heart surgeon of the organization. What was the award for? Tell us a little bit about Allegis Group. >> Sure. So the award was really about how we're innovating with data. So for us, it's really about using data as an asset and how we really want to transform our company the way that we transformed the industry almost 30 years ago. So we've really partnered with Informatica to build out our Master Data Management, data as a service, data quality, everything that would help us to find the right person for the right position at the right time. >> Talk about what you guys do at Allegis Group and how it fits into your parent company. A lot of folks, you guys are very large, but tell us a little bit about your firm. >> Sure. So Allegis Group is the largest talent solution company in the world, largest privately held one. We have almost 450,000 contract employees worldwide. We have over 500 offices in 53 countries that we service. Our two flagship companies are Tech Systems and Aerotech, which make up probably a little over 75% of our organization. >> So you guys match talent that's in your network with opportunities that they are fit for. >> That's correct, for most of the operating. For Tech Systems and Aerotech, which makes up that large portion, that's exactly what they do. Then we have service organizations and we have managed service programs and vendor management solutions and other operating companies that service other types of industries. >> You mentioned as we were getting started that you use data as a competitive strategy weapon, if you will, key asset. >> Absolutely. >> I kind of weaved in competitive strategy. If you're doing well, it's also competitive strategy. >> Right. >> If you're successful. That's the key conversation here at Informatica World this year and in the industry worldwide as they look at the assets differently. It's not just an accounting thing. Most CFOs know where the plant and equipment are, the depreciation schedule, itemization schedule, all that stuff is kind of like in Financial 101. Data now is coming in as an asset where sometimes they don't even know where the data is, that's one problem. How are you looking at that? Because take us through what that means to make data as the asset, and how do you wrangle it in, how do you get your hands on it so to speak, metaphorically speaking, and then, also, how do you deploy it as an asset? How does it get paid back to the company? >> So that's a lot of questions in there. I'll start with, we believe that being able to ingest any data from anywhere in any format and use that in order to enable our producers which are our recruiters and our account managers to make better, faster decisions and really reduce our risk is a way that we can help produce and make quality, fact-based decisioning. So it all starts with great quality data. When you think about the journey that somebody goes through of getting a job, there's probably not, maybe two other times in your life that are more traumatic, right? So, birth, death, and you know? >> John: I know. >> Getting married, maybe? >> John: That too. >> And changing careers, right? So we try to use data and we try to make the best out of each situation so that people feel like they're really becoming part of our Allegis family and not just taking a job. >> Or a piece, a resume that's on file so to speak. >> Salema: That's right. >> Take us through an example of a use case that someone could relate to with you guys or applying data and the benefit to you guys and your customer. >> So at any given time, we have roughly 55 million resumes that we're parsing through and trying to identify and make the perfect search and match for our customers. And that's really the core part of our business. >> 55 million. >> 55 million resumes. (chuckling) So within that search and match process, it's really important that my team help enable that search and match team with good quality data so that, when you think about, if you have bad data, you're going to make bad decision matching rules. And so the better quality the data, the better we can help that team. >> I mean, everyone's had an experience where they've gotten an email or something where you can see some sort of form was inserted Dear Placeholder, my name, they didn't insert my name. That's just a random example, but that's the kind of example where it's not personalized. It's not a fit for me. I'm like, hey, I'm a machine, you're talking to me, I'm a person, I instantly delete it if it's not already in my spam folder. >> Right. >> Similarly with your, it's a high touch and again, it's intimate-- >> Very much so. >> Very intimate to the user. How will you guys doing that personalization and what's the data angle on that? >> That's very important to us, actually. So when our founders created the company almost 30 years ago, they made three promises. They made a promise to the customer that they would work harder than any other vendor ever worked for them. They wouldn't stop until they filled that rack. To the consultants coming in, they made a promise that they'd never just sling their resumes. That they would get to know them intimately. They would find out their likes, their dislikes, what are things that they want to do to make a life? And then to the people working in-house, they promised that if you would work harder than you ever thought was possible, the company would pour into them and those three things are still the core value of what we do today. So while our competition looks very different today than it used to, I mean, for probably 20 years our competition looked exactly like us. The same model, the same comp model, everything. Until about four years ago, and we started seeing competition that had no brick and mortar, that has no recruiters. We have 25,000 recruiters, we have 500 offices. >> Where was the competition going? All online automated? >> They're going algorithm, so they're going bionic recruitment. The thing for us is that that relationship is what really sets us apart. The relationship means that much to us that we want to use data to enable our recruiters and enable our producers so that they can become more talented advisors and career coaches. >> You know, there's two things that jump in my head. One is, you don't want to be a slave to the algorithm. >> That's right. >> Or slave to process, you want the process to work for you. >> Absolutely. >> The second one is, we always talk about the start-up community and growing companies is that you always hear people, "Oh, he and she is a good fit." You know, being a good fit for a job really is key because you could be in a job and be unhappy and no one wins. >> That's right. >> So getting the fit is critical. So you guys are using humans with machines-- >> That's right. >> Together so you're making the data work for the human process which is a hybrid. >> That's right. We look at it as we use data to have a competitive advantage by empowering our producers and really using that combination of human touch and technology to deliver the best customer experience. >> Okay, talk about the marketplace. As you look back, and you notice your Informatica customer, we'll get to that in a second, but there's a lot of solutions out there. People are peddling software. You got to be kind of a skeptic, but you don't want to miss the wave. >> Salema: That's right. >> The data wave, that that's something you obviously as a Chief Data Officer. So you got to squint through the BS of the fog or the smokescreens that are out there. How do you tell, well first of all, what is the current landscape from your perspective? What's the right solutions that you see emerging out of this new modern era of data at the center? With software, with algorithms, and obviously mixed with humans. What's the big industry trend that you like, and what don't you like? >> Yeah, I love what Informatica's doing. I love that they're combining the best of artificial intelligence and machine learning into every application that they create. That's really critical to us, and I think to every company is we always say as we're teaching our children, if you learn from your own mistakes, you'll be smart. But if you can learn from the mistakes of others, you're going to be a genius. Well, when we make mistakes, if our applications can learn from them, but what if those applications can learn from all the customers and from the information that they're putting in? So Informatica embedding AI with Claire now, I think is genius. I think that it's going to set them apart and really set their customers apart. So that's why we like partnering with them. >> You mentioned data quality. It's one of my favorite topics, and I always talk about dirty data, it's bad for you. Clean data, good data, is really instrumental. >> Salema: That's right. >> How are you guys refreshing the data? Someone from Informatica was on, talking about heartbeat of data as the, but also that implies the heart is a critical organ so you need a surgeon for that, heart surgery. But sometimes, data hygiene. You need a data hygienist. So there's a spectrum of data interaction points. What's your thoughts on data quality? What are the key things you keep on top of to keep the data high quality? >> It's really important to us. We use, so if you think about one of the things that makes a great match for somebody, it's about the proximity to your position. So making sure that the addresses are clean. We use Informatica's data as a service. And we do all world geo lat long, and we do Address Doctor and address verification. Email verification is big in our business. Phone number cleansing, and then just overall making sure that we have a single golden record. If you think about somebody like me, I started with the company in 1998 as a consultant. So being out there as a consultant for 23 years and then coming in-house, all of my data from my maiden name still exists in our systems. So really, it's about not just cleansing good to bad, but making sure that you're creating that golden record of a person so somebody on LinkedIn might just put their first initial or on any third party system and knowing that those are all still the same person and making sure that we're connecting the right people is really important to us. >> You bring up such good points I don't even think about. Most people don't think about. But one of the most satisfying things about a job is the commute. I live in the Bay Area here. (laughing) If I'm in East Bay and I've got to go to Palo Alto, that's a nightmare. But that depends on the opportunity, right? So that's a blend. And the other one is the role of new data. So you mentioned LinkedIn. So LinkedIn seems to be a contextual resume, and in short term social network, which they're doing a decent job with. But that's more data. Reputation's super important in the world you're in. >> That's right, right. >> How are you guys looking at that? Because I can see how you guys got the blend of machines and humans, that's nice. Business philosophy's awesome. How do you guys get more reputation data points, too? Look for those blind spots. >> Sure. Well one of the things we do is by taking the person's information. One of the things that I think sets us apart from our competition is that we actually have the actuals. So if somebody, how they performed, how long they performed on a position for a lot of our consultants, that's information that we've had in our systems for 20, 30 years. So having the actual data to compare against what people are saying now makes a big difference. It's something our competition can't go out and buy. >> Yeah, it's interesting. It's just so interesting a world you're in. You're like in the cross hairs of a lot of moving waves. Look at the HR world is changing significantly from the world I live in in tech, for instance, has been a big thing and making sure people are being promoted. And the old way of doing HR is like, processes are kind of broken but the tools are available. So there's a whole dynamic going on in the future of work that's overlaying on top of your job. How are you dealing with that? >> It's very difficult. We use a lot of natural language processing and machine learning algorithms to really look at people and almost in some ways predict their level of thought leadership. So it's not enough any more to say, "I have those skills." It's can they do more than the skill we're hiring for and are they really going to be able to come in here and be that curious person, that problem solver, right? We can teach people tools. How do you teach somebody to be a problem solver? >> I can almost imagine Claire and some of these automated intelligences, I call it AIs. To me, it's automated intelligence. AIs don't really exist, I mean Google's probably about. Neural networks that teach neural networks, c'mon. >> Salema: Right. >> That's 1980s. But the augmentation is the key, and you think about what you're doing is you almost want the system to be working for the user. So instead of HR, you flip it around. So the HR should be notified that, "Hey, Salema needs a promotion right now. "She's peaked, she's been growing." Now new openings are coming up. Rather than trying to have the review, have the end user fill out their performances, having an ongoing performance track is probably pretty key. >> Yeah, it's something that we look at in our applicant tracking systems and how we keep track of the people that are out there working for our clients and the feedback that we get. Survey information is really important to us, both from our customers and from our consultants. So we use that to help them grow, and I mentioned earlier, one of the things that we tried really hard is coming to work for Allegis is about coming to work for a family where you're not just making a living, but you're making a life. >> Alright, final question, well, two final questions. But I'll get your thoughts on the show, that's a little bit of an easier question. The pointed question here, relative to what you're doing is, the world now with Cloud and data is about scale. And one of the things that's interesting about what you guys are doing at your work is it's pretty large scale. You mentioned 55 million people and beyond that. A lot of folks have to operate now at a higher level of scale. >> Yeah. >> What's your advice to other practitioners out there that have to start thinking differently in terms of order of magnitude scale. Just mindset, what advice would you share with folks on the scale question? >> I would say collect the data. Collect all the data you create as an organization. Collect everything, and then over time, connect it. Connect the dot. I often say collect it and we'll connect it. And I think that start small, right? I mean, when you don't want to boil the ocean, but collecting the data with the tools that we have today with the big data appliances, we use Cloudera, Informatica, by bringing all of that data into our enterprise data hub, then as those business problems exist and we can slowly start to help the organization by being those problem solvers. >> Awesome, great success story. Final question, word for you is, what's the show like? For the folks watching? What's the experience like, what's the vibe? >> Salema: At Informatica World? >> Informatica World here in San Francisco? >> It's been amazing. It's full of energy like the opening yesterday had my heart racing. It's really been a great event. It's a lot smaller than some of the ones that I think people are accustomed to coming to. And because of that, you get more of that personal touch. The classrooms aren't so big that you can't do a question and answers. >> John: It's very intimate. You get to meet the executives, they're very transparent. >> Yeah, absolutely. And really just see where it's going. And this isn't the kind of thing where you're seeing something that's going to be here years from now. You're seeing what's going to be released weeks from now. >> You're happy with Informatica? They've done a good job with the product? >> Absolutely. I love Informatica. I love our partnership with them. I mentioned for me, it's about, they have a seat at our table, and they help us solve problems and things where we didn't think they were possible, and they really help us identify what those things are and how we can resolve them. >> What do you think about their transformation? >> I love it. I absolutely love it. I love all of the buzz words around here, and I even love the new logo. I think it's great, it's full of energy. >> John: Salema Rice, thanks so much for spending the time here. >> Absolutely. >> Inside the Cube, sharing her experiences as an industry practitioner also large scale. Really using data as an asset, that is the theme here. And of course, we believe at the Cube. We're very data-driven as well, software-defined. And that's the future. Salema, thank you so much, it's the Cube. More live coverage here in San Francisco with the Cube after this short break. I'm John Furrier, stay with us.

Published Date : May 17 2017

SUMMARY :

brought to you by Informatica. I'm John Furrier, the host of the Cube. So you won the Informatica Innovation Award Monday night. Data's at the center, you're like the heart surgeon our company the way that we transformed the industry A lot of folks, you guys are very large, So Allegis Group is the largest talent solution company So you guys match talent that's in your network That's correct, for most of the operating. that you use data as a competitive strategy weapon, I kind of weaved in competitive strategy. to make data as the asset, and how do you wrangle it in, When you think about the journey that somebody goes through So we try to use data and we try to make the best or applying data and the benefit to you guys and make the perfect search and match for our customers. the better we can help that team. That's just a random example, but that's the kind How will you guys doing that personalization are still the core value of what we do today. and enable our producers so that they can become One is, you don't want to be a slave to the algorithm. is that you always hear people, So getting the fit is critical. for the human process which is a hybrid. to deliver the best customer experience. Okay, talk about the marketplace. What's the right solutions that you see emerging and from the information that they're putting in? It's one of my favorite topics, and I always talk What are the key things you keep on top of So making sure that the addresses are clean. But that depends on the opportunity, right? Because I can see how you guys got the blend So having the actual data to compare against And the old way of doing HR is like, and are they really going to be able to come in here Neural networks that teach neural networks, c'mon. But the augmentation is the key, and you think about and the feedback that we get. And one of the things that's interesting about Just mindset, what advice would you share Collect all the data you create as an organization. What's the experience like, what's the vibe? The classrooms aren't so big that you can't do You get to meet the executives, they're very transparent. something that's going to be here years from now. and they really help us identify what those things are I love all of the buzz words around here, for spending the time here. And that's the future.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AerotechORGANIZATION

0.99+

Allegis GroupORGANIZATION

0.99+

1998DATE

0.99+

ClairePERSON

0.99+

SalemaPERSON

0.99+

Tech SystemsORGANIZATION

0.99+

JohnPERSON

0.99+

InformaticaORGANIZATION

0.99+

John FurrierPERSON

0.99+

20QUANTITY

0.99+

San FranciscoLOCATION

0.99+

Lima RicePERSON

0.99+

Salema RicePERSON

0.99+

23 yearsQUANTITY

0.99+

GoogleORGANIZATION

0.99+

LinkedInORGANIZATION

0.99+

Palo AltoLOCATION

0.99+

500 officesQUANTITY

0.99+

Global Enterprise Data AnalyticsORGANIZATION

0.99+

20 yearsQUANTITY

0.99+

oneQUANTITY

0.99+

Bay AreaLOCATION

0.99+

1980sDATE

0.99+

Monday nightDATE

0.99+

firstQUANTITY

0.99+

three promisesQUANTITY

0.99+

OneQUANTITY

0.99+

53 countriesQUANTITY

0.99+

over 500 officesQUANTITY

0.99+

yesterdayDATE

0.99+

bothQUANTITY

0.99+

one problemQUANTITY

0.98+

two thingsQUANTITY

0.98+

AllegisORGANIZATION

0.98+

Informatica WorldORGANIZATION

0.98+

two final questionsQUANTITY

0.98+

ClouderaORGANIZATION

0.98+

East BayLOCATION

0.98+

over 75%QUANTITY

0.98+

todayDATE

0.98+

this yearDATE

0.97+

25,000 recruitersQUANTITY

0.97+

Informatica World 2017EVENT

0.97+

CubeORGANIZATION

0.97+

55 millionQUANTITY

0.97+

almost 450,000 contract employeesQUANTITY

0.97+

three thingsQUANTITY

0.96+

each situationQUANTITY

0.96+

Financial 101TITLE

0.95+

two other timesQUANTITY

0.94+

55 million peopleQUANTITY

0.92+

second oneQUANTITY

0.92+

dataEVENT

0.91+

55 million resumesQUANTITY

0.91+

A.J. Wineski, Shazam ITS, Inc. & Matt Waxman, Dell EMC Data Protection - Dell World 2017


 

>> Voiceover: Live from Las Vegas, it's theCUBE. Covering Dell EMC World 2017. Brought to you by Dell EMC. >> Okay, welcome back, everyone. We are live here in Las Vegas for Dell EMC World 2017. theCUBE's 8th year of coverage of what was once EMC World, now it's Dell EMC World. The first official show of the combination of two companies. I'm John Furrier with SiliconANGLE. My cohost this week for three days of wall-to-wall coverage, Paul Gillin. And our next guest is Max, Matt Waxman, Vice President of Product Management, Dell EMC Data Protection and A.J. Wineski, who's with UNIX and Microsoft Technologies Managers at Shazam ITS. Welcome to theCUBE, good to see you guys. >> Thanks for having us. >> Thank you. >> So data protection on stage, it's hot. I mean, it is the hottest category, both on the startup side but also customers, as they go to the cloud, are rethinking the four-wall strategy of data management, data protection. Why is, is it the cloud? What's the, why is it so hot? >> Yeah, I think you nailed it. It is very hot. It's, backup is not boring. I think customers like A.J. are talking about simplifying, automating, getting to the cloud, and so we oughtta modernize data protection. Our announcements this week were all about how we're doing that. We had a great announcement around a new appliance that's a turnkey solution, out of the box, time to value less than three hours. That's the agility that customers are really looking for. And of course our cloud data protection's evolved a lot. Great new use cases, disaster recovery now for the cloud, great use case. >> Matt, A.J., I want to get your thoughts in a second, but Matt, first talk about the dynamics that the customers are facing right now, because really there's two worlds that exist now, pure cloud native, born in the cloud. Completely different paradigm for backup and recovery, data protection, all on this scheme that has to be architected. And then companies that are moving quickly that had a data domain, had a pre-existing apps that have been doing great, but now have to be architected for that cloud, hypercloud. Those are the two hot areas. Can you just break that down real quick? >> Yeah, yeah, you know, I think you have a good framework there. Right, there are customers who will go through a re-platforming, and think about how they can move their application and its existing eco system into the cloud. That's where we've seen a lot of traction. We would call that "lift and shift." You know, move the application as is. And then this cloud native space is really different. It's developer-centric. It's thinking about "How do you cater to "the application developer who wants to build "off of a modern tool-set?" And there it's all about micro services, it's API-driven. You know, it's a-- - [John] Programmable infrastructure. >> Absolutely. >> John: Programmable backup. >> Exactly, right? That's what makes a text-- >> Alright, A.J., the proof is in the pudding, when you sit there and you look at that scenario, programmable, being agile, automations all coming down the pike, what's it look like for you? >> Well, for us, prior to having the ECS, the Elastic Cloud Storage Suite, we were running everything to backup tape. And we were having to do two sets of tapes. It was taking us two weeks sometimes to do our tape retentions. We had a set retention policies at 11 year across the board because our past backup software didn't allow us to set retention periods very well. Once we got to Elastic Cloud Storage Suite, it was couple clicks, you set retention periods, it takes care of itself. Automatically replicates to our DR site and we don't have to worry about it. It's done. I used to have three and a half FTEs who took care of backup suites all the time. I'm down to a half-guy now. So I gained back-- >> So you re-deployed those resources on other things. >> On other products; what I hired them for in the beginning, and now since that's happened, I'm able to use a lot more of those resources for the projects we should be using them for. We don't have to worry about backups like we used to. I don't have to worry at night, "Did it back up? "Did it not? Did my essential databases "get backed up to tape?" I don't have to worry about that anymore, it's done automatically. >> What was that transition like for you? Going from tape to cloud? >> Painful. It was because we were having to move everything that was on tape on to ECS. Takes a while to redo that. Finally we decided at one point that after this period, no longer are we going to be writing to tape, we're going to write everything to ECS. Just became too painful. So once that transition was done, once we made a decision that we were no longer going to tape, it was easy. >> How about the cost? I mean, you now have an operational cost instead of a capital cost in your backup equipment. Over the long-term, is this a better, a lower cost happen for you? >> Oh, much better. We're saving $350,000 a year just in backups. And over the five-year TCO of that product, it's $2.7 million that we are saving over five years for that product alone. We're a small non-profit organization that we can then, in turn, turn around and give our customers some of that money back because we're not having to charge them so much for some of the backups that we have to do. >> Matt, talk about the dynamic, you mentioned developers. This comes back down to the developer angle because, just a scenario, data is becoming the life-blood for developers, and providing that data available in that kind of infrastructure's code way, or data as code, as we say, the DataOps world, if there is one yet. But I'm a developer, okay, I want the data from the application, from an hour ago, not two weeks ago, or those backup windows used to be a hindrance to that agility. >> Yeah, yeah. >> How is that progressing, and where is that going in terms of making that totally developer-centric infrastructure? >> Yeah, I mean, I'd answer that on two fronts. I think there's the cloud-native view of that where, you know, what those developers are looking for is inherent protection. They don't want to have to worry about it. Regardless of their app framework, regardless of the size of their app. But at the same time you also have database sizes that are growing so dramatically. I mean, when I was here even two years ago, I remember talking to customers who had databases that were over a hundred terabytes was like, 1 out of 10. Now I talk to 6 out of 10, hundred, two hundred terabyte infrastructures. At a certain point you can't back up anymore. And you have to go to the more transformative-- >> And the time alone, the time is killer too. >> Absolutely, absolutely. And so customers are replicating, and how do you put the same sort of controls around replication to get the levels of data protection that you expect? >> Well we're in a world where people are, customers are collecting everything now, they're saving everything. And they don't have to save everything necessarily. They don't find out until they start to use it. Is data protection becoming more of a service, a filtering service also, of how you, of what data you really need to back up? >> Yeah, I think that gets into the whole notion of data management. And that whole space is, "How can you "leverage the information out of the data, "as opposed to just managing the infrastructure?" And through automation, we're going to enable our customers to get there. Automate the infrastructure to the point where it's completely turnkey. Set a policy, set an SLA, and go. And at that point, you're managing the metadata. Analytics become really important. We've got a really cool new offering called Enterprise Copy Data Analytics. It's a SAS-based solution. Literally log on to our website and you enter your serial number, you're off and running. Analytics, predictive recommendations, based off of machine learning. That, to me, is the transition-- >> Is that managing your copies, you mean? >> That will give you visibility into your copies, that will give you visibility into your protection levels, and it'll actually score you so you have a very simple way to understand where you're weak, where you're not. >> So this is A.J.'s point about staff efficiency. You have that machine learning, like an automated way, what used to be crawling through log data, looking at stuff, pushing buttons, and provisioning (laughs). I mean, do you see that impact on your end? >> Oh, it's huge on our end. Because in the past, our database administrators would have to write something, and if a developer needed a backup copy of that database, it took potentially days, if not weeks, depending upon the size of that, to get it from tape. Or to go back to the old tape set to do that. Now, with ECS and DD Boost, it's instantaneous. They can restore that instantaneously to where the developers need it. It's a tremendous, tremendous savings for us. >> Some recent research I've seen says that there's still a sizable minority of customers who are concerned about the private security and the integrity of their data in the cloud. Does that, is that an issue for you? >> It is. We're heavily regulated through different regulations 'cause we're in the financial services industry, so we have PCI compliance, we have FFIEC compliance, SOC compliance. That's huge. And making sure that that data is protected at all times, is encrypted from end to end, is encrypted in transmission. Those are all things that the Dell EMC Suites give us. >> Talk about your data environment, because the data industry's growing, and I remember calling up Dave Velante years ago in 2010, 2011. The companies that were selling data stuff weren't really data companies, they were selling software. And a lot of the innovation came from, we call "data full" companies. They actually had a ton of data to deal with. They had the data lakes piling up. And they had to figure it out along the way. You guys have a lot of data. >> A.J.: We do. >> Can you insight into how big the data size coming in, because Tier 2 data is very valuable. You have data lakes going to be more intelligent, and that comes another factor into the architectural question. >> Yeah, we, the amount of data we collect is enormous, and we're just starting to get into the analytics of that and how can we use that data to better serve our customers, and how can we better advertise and pull our customers in to us to provide those services for us. The data, I mean, we're doing over 90 million transactions a month is what we're coming through our system. And-- >> John: So you're data full. You're full of data. >> Oh yeah, we're full of data. (laughs) And so there's just a tremendous amount of stuff that comes through us, and that data used for analytics is very powerful for us to be able to turn around and provide services to our customers. >> Matt, talk about the dynamic of, as you get into more analytics, this brings up where the data world's going, and this where kind of the data protection question is. Okay, all this data's coming in, you got some automation in there, you got some wrangling, you got some automation stuff now, analytics surfaces the citizen analysts now decided to start poking and touching the data. Okay, so now policy's the-- how do you back that up? So you have now multiple touch points on the data. Does that impact the data protection scheme and architecture? >> Yeah, I think it does. You know, fundamentally there's going to be a shift from the traditional backup admin role. And not just managing the policy, but also managing the data itself. To a role that's more centric around managing the policy. And compliance against it. As you go to decentralized environments and centers of data as opposed to data centers, you need to rethink the whole model and-- >> John: Data center. Data. Center. >> Exactly. >> John: Not server center. >> Right. >> It's the data center. (laughs) >> Paul: As you look-- >> And data's gone mass, right, so it doesn't move very easily. >> As you move to a more distributed model in an "Internet of things" type of environment, how will that affect data protection? You have to re-architect your service? >> We have been on a journey to transform data protection. We last year talked about some new offerings in that space with our Copy Data Management and Analytics solution. And that's really oriented towards that decentralized model. It's a different approach. It's not your traditional combine-your-data-path- and-your-control-path, it's truly a decentralized distributed model. >> Paul and I were talking on the intro today with Peter Burris, our head of research at Wikibon, and we know about the business value of data, and not to spare you the abstract conversation we had, we were talking about the valuation of companies were based on the data that they have and data under-management might be a term that we're fleshing out, but the question specifically comes back down to the protection and security of the data. I mean, you look at the marketing capital of Yahoo on that hack that they had, I think you mentioned Yahoo hack, really killed the value of the company. So the data will become instrumental in the valuation, so if that's the case, if you believe that, then you got to believe that the protection is going to be super important, and that there's going to be real emphasis on ground management policies and also the value of that data. You guys talk about that in your world? You guys think that holistically and can you share some insight into that conversation? >> Yeah, I mean, I think that comes back to your very first point about "data protection is hot." It's hot because there are a lot more threats out there, and of course there's that blurry line a little bit between security and data protection sometimes, but absolutely, if you look at regulations, if you look at things like GDPR in the EU, this is going to drive an increased focus on data protection. And that's where we're focusing. - [John] And IoT doesn't make this thing any easier. >> Absolutely not. >> John: (laughs) He shook his head like, "Yeah, I know." ATMs will be devices, wearables will be using analytics to share security data and movement data of people. >> Yeah. And so, us, security is one of the top priorities, it has to be. You look at what's happened with Target and Sony and Yahoo and all the other breaches. That keeps me up at night. And being sure that, >> John: I can imagine. >> being sure that we have a stable backup is integral to our system, especially with some of the recent ransomware threats and things like that. >> Paul: Yeah, going to ask you about that. >> That's scary stuff. And one way to be sure that you are protected from that is being sure that you have, number one, a good security system, but number two, you have a good backup. >> Over half of companies now have been hit by ransomware. Is there a service, a type of service that you have specifically for companies that are worried about that? >> Yeah, we have, I think A.J. said it very well, it's a layered approach. You have to have security, you have to have backups. We have a solution called Isolated Recovery, which is all about helping our customers create a vaulted, air-gap solution as the next level of protection. And some of the largest firms out there are leveraging it today to do exactly that. It's your data. You got to get it off prem, you got to get it into a vaulted area, you got to get it off the network. >> Matt, A.J., thanks so much for sharing the insight on the data protection, great customer reference, great testimonial there in the products. Congratulations. Final question. Your take on the show, it's the first year, big story is Dell EMC World, as a customer are you kind of like, "Mmm, good, it's looking good off the tee, "middle of the fairway, you know?" >> No, I'm impressed. I was really kind of skeptic coming in last year when it was announced and "What is this going to mean?" and things like that, and just seeing this year the integration of all the technologies with Vmware and the Dell desktops, laptops, the server line, the VxRail, VxRack, and all the other suites that EMC Dell products offer, it's refreshing to me as a customer knowing that now I have that one call for just about anything in the IT world. >> As they say in the IT, "one throat to choke, "single pane of glass." We're kind of going back down, congratulations on the solution. >> Matt: Thanks very much. >> Data protection, data center, they call it for a reason, the data center, you got to protect it. It's theCUBE, bringing you all the data here from Dell EMC World 2017, I'm John Furrier with Paul Gillin with SiliconANGLE Media. We'll be right back with more, stay with us. (upbeat tech music)

Published Date : May 10 2017

SUMMARY :

Brought to you by Dell EMC. Welcome to theCUBE, good to see you guys. I mean, it is the hottest category, Yeah, I think you nailed it. that the customers are facing right now, and its existing eco system into the cloud. Alright, A.J., the proof is in the pudding, it was couple clicks, you set retention periods, So you re-deployed for the projects we should be using them for. going to tape, it was easy. Over the long-term, is this a better, for some of the backups that we have to do. data is becoming the life-blood for developers, But at the same time you also have And the time alone, to get the levels of data protection that you expect? And they don't have to save everything necessarily. Automate the infrastructure to the point where that will give you visibility into your protection levels, I mean, do you see that impact on your end? and if a developer needed a backup copy of that database, and the integrity of their data in the cloud. And making sure that that data is protected at all times, And a lot of the innovation came from, You have data lakes going to be more intelligent, and pull our customers in to us You're full of data. provide services to our customers. Matt, talk about the dynamic of, and centers of data as opposed to data centers, John: Data center. It's the data center. And data's gone mass, right, We have been on a journey to and not to spare you the abstract conversation we had, this is going to drive an increased focus on data protection. to share security data and movement data of people. and Sony and Yahoo and all the other breaches. is integral to our system, especially with Paul: Yeah, going to ask you is being sure that you have, number one, Is there a service, a type of service that you have You have to have security, you have to have backups. "middle of the fairway, you know?" and the Dell desktops, laptops, the server line, congratulations on the solution. the data center, you got to protect it.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
NeilPERSON

0.99+

Dave VellantePERSON

0.99+

JonathanPERSON

0.99+

JohnPERSON

0.99+

Ajay PatelPERSON

0.99+

DavePERSON

0.99+

$3QUANTITY

0.99+

Peter BurrisPERSON

0.99+

Jonathan EbingerPERSON

0.99+

AnthonyPERSON

0.99+

Mark AndreesenPERSON

0.99+

Savannah PetersonPERSON

0.99+

EuropeLOCATION

0.99+

Lisa MartinPERSON

0.99+

IBMORGANIZATION

0.99+

YahooORGANIZATION

0.99+

AWSORGANIZATION

0.99+

Paul GillinPERSON

0.99+

Matthias BeckerPERSON

0.99+

Greg SandsPERSON

0.99+

AmazonORGANIZATION

0.99+

Jennifer MeyerPERSON

0.99+

Stu MinimanPERSON

0.99+

TargetORGANIZATION

0.99+

Blue Run VenturesORGANIZATION

0.99+

RobertPERSON

0.99+

Paul CormierPERSON

0.99+

PaulPERSON

0.99+

OVHORGANIZATION

0.99+

Keith TownsendPERSON

0.99+

PeterPERSON

0.99+

CaliforniaLOCATION

0.99+

MicrosoftORGANIZATION

0.99+

SonyORGANIZATION

0.99+

VMwareORGANIZATION

0.99+

Andy JassyPERSON

0.99+

RobinPERSON

0.99+

Red CrossORGANIZATION

0.99+

Tom AndersonPERSON

0.99+

Andy JazzyPERSON

0.99+

KoreaLOCATION

0.99+

HowardPERSON

0.99+

Sharad SingalPERSON

0.99+

DZNEORGANIZATION

0.99+

U.S.LOCATION

0.99+

five minutesQUANTITY

0.99+

$2.7 millionQUANTITY

0.99+

TomPERSON

0.99+

John FurrierPERSON

0.99+

MatthiasPERSON

0.99+

MattPERSON

0.99+

BostonLOCATION

0.99+

JessePERSON

0.99+

Red HatORGANIZATION

0.99+

Day 1 Kickoff - IBM Interconnect 2017 - #ibminterconnect - #theCUBE


 

>> Commentator: Live from Las Vegas. It's theCUBE. Covering InterConnect 2017. Brought to you by IBM. >> Hello everyone. Welcome to theCUBE special broadcast here at the Mandalay Bay in Las Vegas for IBM InterConnect 2017. This is IBM's big Cloud show. I'm John Furrier. My co-host, David Vellante for the next three days will be wall-to-wall coverage of IBM's Cloud Watson. All the goodness from IBM. The keynote server finishing up now but this morning was the kickoff of what seems to be IBM's Cloud strategy here with Dave Vellante. Dave, you're listed in the keynote, we are hearing the presentation. We had the General Manager/Vice President of Data from Twitter on there, Chris Moody, talkin' about everything from the Trump presidential election being the avid tweeter that he is and got a lot of laughs on that. To the SVP of Cloud talking about DevOps and this is really IBM is investing 10 million dollars plus into more developer stuff in the field. This is IBM just continuing to pound the ball down the field on cloud. Your take? >> Well IBM's fundamental business premise is that cognitive, which includes analytics, John plus cloud plus specific industry solutions are the best way to solve business problems and IBM's trying to differentiate from the other cloud guys who David Kenny was on stage today saying, you know, they started with a retail business or the other guys started with search, we started with business problems, we started with data. And that's fundamental to what IBM is doing. The other point, I think is-- the other premise that IBM is putting forth is that the AI debate is over. The Artificial Intelligence, you know, wave of excitement in the 70s and 80s and then, you know, nothing is now back in full swing. An AI on the Cloud is a key differentiator from IBM. In typical IBM fashion for the last several Big Shows, IBM brought out not an IBMer but a customer or and or a partner. And today it brought out Chris Moody from Twitter talking about their relationship with IBM but more specifically the fact that Twitter's 11 years old. Some of the things you're doing with Twitter obviously connected into March Madness and then Arvind Krishna who has taken over for Robert LeBlanc as the head of the Cloud group, talked about IBM, AI, IBM's Cloud, blocked chain, trusted transactions, IoT, DevOPs, all the buzz words merged into IBM's Cloud Strategy. And of course, we reported several years ago at this event about Bluemix as the underpinning of IBM's developer strategy. And as well it showcased several partners. Indiegogo was a crowdfunding site and others. Some of those guys are going to be in theCUBE. So. You know as they say, this AI debate is over. It's real and IBM's intent is to the platform for business. >> Dave, the thing I want to get your thoughts on is IBM's on a 19 consecutive quarters of revenue problems with the business on general but they've been on a steady course and they kind of haven't wavered. So it's as if they know they got to shrink to grow approach but we just came off the heels of Google Next which is their Cloud Show. How the Amazon is on re-invent as the large public cloud but the number one question on the table that's going to power IoT, that's going to power AI, is the collision between cloud computing and IoT, cloud computing in big data I should say is colliding with IoT at the center which is going to fuel AI and so, it brings up the question of enterprise readiness. Okay? So this is the number one conversation in the hallways here at Las Vegas and every single Cloud Show in the enterprise is, can I move to the cloud? Obviously it's a hybrid world, multi-cloud world. IBM's cloud play. They had a Cloud. They're in the top four as we put them in there. Has to be enterprise ready but yet it as to spawn the development side. So again, your take on enterprise readiness and then really fueling the IoT because IoT is a real conversation at an architectural level that is shifting the-- tipping the scales if you will for where the action will be. >> Well John, you and I have talked in theCUBE for years now. Going on probably five years that IBM had to shrink to grow. They've got the shrink part down. They've divested some of its business like the x86 business and the microelectronics business. They have not solved the grow problem. Let's just say 19 straight quarters of declining revenue. But here's the question. Is IBM stronger today than it was a year ago? And I would argue yes and why is that? One is its focus. Its got a much clearer focus on its strategy around cognitive, around data and marrying that to Cloud. I think the other is as an 80 billion dollar company even though it's shrinking, its free cash flow is still 11.6 billion. So it's throwing off a lot of cash. Now of course, IBM made those numbers, made its earnings numbers by with through expense control, its got lower tax right. Some of the new ones of the financial engineering. Its got some good IP revenue. But nonetheless, I would still argue that IBM is stronger this year than it was a year ago. Having said that, IBM's service as business is still 60% of the company. The software business is still only about 30% into it but 10% is hardware. So IBM-- people say IBM has exited the hardware business. It hasn't exited completely the hardware business but it's only focusing on those high value areas like mainframe and they're trying to sort of retool power. Its got a new leader with Bob Picciano but it's still 60% of the company's business is still services and it's shifting to a (mumbles) model. An (mumbles) model. And that is sometimes painful financially. But again John, I would argue that it is stronger. It is better positioned. And now its got some growth potential in place with AI and with, as you say, IoT. We're going to have Harriet Green on. We're going to have Deon Newman on. Focusing on the IoT opportunity. The weather company acquisition as a foundation for IoT. So the key for IBM is that it's strategic imperatives are now over 40% of its business. IBM promised that it would be a 40 billion dollar business by 2018 and it's on track to do that. I think the question John is, is that business as profitable as its old business? And can it begin growing to offset the decline in things like storage, which has been seeing double digit declines and its traditional hardware business. >> So Dave, this is to my take on IBM. IBM has been retooling for multiple years. At least a five year journey that they have to do because let's just go down the enterprise cloud readiness matrix that I'm putting together and let's just go through the components and then think about what was old IBM and what's new. Global infrastructure. Compute networking, storage and content delivery, databases, developer tools, security and identity, management tools, analytics, artificial intelligence, Internet of Things, mobile services, enterprise applications, support, hybrid integration, migration, governance and security. Not necessarily in that order. That is IBM, right? So this is a company that has essentially (mumbles) together core competencies across the company and to me, this is the story that no one's talking about at IBM is that it's really hard to take those components and decouple them in a fashion that's cloud enabled. This is where, I think, you're going to start to see the bloom on the rose come out of IBM and this is what I'm looking at because IBM had a little bit here, they had a little bit here, then a little stove pipe over here. Now bringing that together and make it scalable, it's elastic infrastructure. It's going to be really the key to success. >> Well, I think, if again if you breakdown those businesses into growth businesses, the analytics business is almost 20 billion. The cloud business is about 14 billion. Now what IBM does is that they talk about as a service runway of you know, 78 billion so they give you a little dimensions on you know, their financials but that cloud business is growing at 35% a year. The as a service component, let's call it true cloud, is growing over 60% a year. Mobile growing, 35%. Security, 14%. Social, surprisingly is down actually year on year. You would thought that would be a growth theory for them but nonetheless, this strategic initiatives, this goal of being 40 billion by 2018 is fundamental to IBM's future. >> Yeah and the thing too about the enterprise rate is in the numbers, it speaks to them where the action is. So right now the hottest conversations in IT are SLA's. I need SLA's. I have a database strategy that has to be multi-database. So (mumbles) too. Database is a service. This is going to be very very important. They're going to have to come in and support multiple databases and identity and role-based stuff has to happen because now apps, if you go DevOps and you go Watson Data Analytics, you're going to have native data within the stack. So to me, I think, one of the things that IBM can bring to the table is around the enterprise knowledge. The SLA's are actually more important than price and we heard that at Google Next where Google tried it out on their technologies and so, look at all the technology, buy us 'cause we're Google. Not really. It's not so much the price. It's the SLA and where Google is lacking as an example is their SLA's. Amazon has really been suring up the SLA's on the enterprise side but IBM's been here. This is their business. So to me, I think that's going to be something I'm going to look for. As well as the customer testimonials, looking at who's got the hybrid and where the developer actually is. 'Cause I think IoT is the tell sign in the cloud game and I think a lot of people are talking about infrastructures of service but the actual B-platform as a service and the developer action. And to me, that's where I'm looking. >> Well comparing and contrasting, you know, those two companies. Google and Amazon with IBM, I think completely different animals. As you say, you know, Google kind of geeky doesn't really have the enterprise readiness yet although they're trying to talk that game. Diane Green hiring a lot of new people. AWS arguebly has, you know, a bigger lead on the enterprise readiness. Not necessarily relative to IBM but relative to where they were five years ago. But AWS doesn't have the software business that IBM has yet. We'll see. Okay so that's IBM's ace in the hole is the software business. Now having said that, David Kenny got on stage today. So he came out and he's doing his best Jeremy Burton impression. Came out in sort of a James Bond, you know, motif and guys with sunglasses and he announced the IBM Cloud Object Storage Flex. And he said, yes we have a marketing department and they came up with that name. You know, this to me is their clever safe objects tour to compete with S3, you know several years late. After Amazon has announced S3. So they're still showing up some of that core infrastructure but IBM's-- the (mumbles) of IBM strategy is the ability to layer cognitive and their SAS Portfolio on top of Cloud and superglue those things together. Along, of course, with its analytics packages. That's where IBM gets the margin. Not in volume infrastructure as a service. >> I want to get your take on squinting through the marketing messages of IBM and get down to the meat and the bone which is where is the hybrid cloud? Because if you look at what's going on in the cloud, we hear the new terms, lift and shift. Which to me is rip and replace. That's one strategy that Google has to take is if you run (mumbles) and Google, you're kind of cloud native. But IBM is dealing a lot at pre-existing enterprise legacy stuff. Data center and whatnot so the lift and shift is an interesting strategy so the question is, for you is, what does it take for them to be successful? With the data platform, with Watson, with IoT, as enterprise extend from the data center with hybrid. >> Well I think that, you know, again IBM's (mumbles) is the data and the cognitive platform. And what IBM is messaging to your question is that you own your data. We are not going to basically take your data and form our models and then resell your IP. That's what IBM's telling people. Now why don't we dig into that a little bit? 'Cause I don't understand sort of how you separate the data from the models but David Kenny on stage today was explicit. That the other guys, he didn't mention Google and Amazon, but that's who he was talkin' about, are essentially going to be taking your data into their cloud and then informing their models and then essentially training those models and seeping your IP out to your competitors. Now he didn't say that as explicitly as I just did but that's something as a customer that you have to be really careful of. Yes, it's your data. But if data trains the models, who owns the model? You own the data but who owns the model? And how do you protect your IP and keep it out of the hands of the competitors? And IBM is messaging that they are going to help you with the compliance and the governance and the (mumbles) of your organization to protect your IP. That's a big differentiator if in fact there's meat in the bone there. >> Well you mentioned data, that's a key thing. I think whether doing it really quickly is getting the hybrid equation nailed so I think that's going to like just pedal as fast as you can. Get that going. But data first enterprise is really speaks to the IoT opportunity and also the new application developers. So to me, I think, for IBM to be successful, they have to continue to nail this data as value concept. If they can do that, they're going to drive (mumbles) and I think that's their differentiation. You look at, you know, Oracle, Azure, Microsoft Azure and IBM, they're all playing their cards to highlight their differentiation. So. Table stakes infrastructures of service, get some platform as a service, cloud native, open source, all the goodness involved in all the microservices, the containers, Cooper Netties, You're seeing that marker just develop as it's developing. But for IBM to get out front, they have to have a data layer, they have to have a data first strategy and if they do that well, that's going to be consistent with what I think (mumbles). And so, you know, to me I'm going to be poking at that. I'm going to be asking all the guests. What do you think of the data strategy? That's going to be powering the AI, you're seeing artificial intelligence, and things like autonomous vehicles. You're seeing sensors, wearables. Edge of the network is being redefined so I'm going to ask the quests really kind of how that plays out in hybrid? What's your analysis going to be for the guests this week? >> Well, I think the other thing too is the degree to-- to me, a key for IBM success and their ability to grow and dominate in this new world is the degree to which they can take their deep industry expertise in health care, in financial services and certain government sectors and utilities, et cetera. Which comes from their business process, you know, the BPO organization and they're consulting and the PWC acquisition years ago. The extent to which they can take that codifier, put it in the software, marry it with their data analytics and cognitive platforms and then grow that at scale. That would be a huge differentiator for IBM and give them a really massive advantage from a business model standpoint but as I said, 60% of the IBM's business remains services so we got a ways to go. >> Alright. We're going to be drilling into it again. There's a collision between cloud and big data markets coming together that's forming the IoT. You can see machine learning. You can see artificial intelligence. And I'm really a forcing function in cloud acceleration with data analytics being the key thing. This is theCUBE. We'll be getting the data for you for the next three days. I'm John Furrier. With Dave Vellante. We'll be back with more coverage. Kicking off day one of IBM InterConnect 2017 after the short break.

Published Date : Mar 21 2017

SUMMARY :

Brought to you by IBM. This is IBM just continuing to pound the ball excitement in the 70s and 80s and then, you know, is the collision between cloud computing and IoT, and the microelectronics business. and to me, this is the story the analytics business is almost 20 billion. in the numbers, it speaks to them where the action is. the (mumbles) of IBM strategy is the ability to so the question is, for you is, And IBM is messaging that they are going to help you and also the new application developers. the degree to which they can take We'll be getting the data for you for the next three days.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

David VellantePERSON

0.99+

IBMORGANIZATION

0.99+

DavePERSON

0.99+

AmazonORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

JohnPERSON

0.99+

Diane GreenPERSON

0.99+

AWSORGANIZATION

0.99+

Chris MoodyPERSON

0.99+

David KennyPERSON

0.99+

Bob PiccianoPERSON

0.99+

OracleORGANIZATION

0.99+

11.6 billionQUANTITY

0.99+

2018DATE

0.99+

60%QUANTITY

0.99+

Arvind KrishnaPERSON

0.99+

Robert LeBlancPERSON

0.99+

John FurrierPERSON

0.99+

Las VegasLOCATION

0.99+

10%QUANTITY

0.99+

Harriet GreenPERSON

0.99+

78 billionQUANTITY

0.99+

Jeremy BurtonPERSON

0.99+

35%QUANTITY

0.99+

14%QUANTITY

0.99+

10 million dollarsQUANTITY

0.99+

PWCORGANIZATION

0.99+