Back to content hub

Enterprise Computer Vision at Scale: Dell’s Jason Nassar on Edge AI, Real-Time Inference, and AI Factory Infrastructure

Transcription

Hello and welcome to e speaks from e week. I'm your host Corey Knowles and today we're talking about the next phase of enterprise computer vision. What's changed? What's still hard and what it really takes to move from promising pilots to production systems that operate at scale. Computer vision has been a part of the enterprise conversation for years, but the landscape is shifting quickly. >> [snorts] >> Organizations now have more visual data than ever before from cameras to sensors, devices, machines, facilities, vehicles and even connected environments.

At the same time, advances in AI infrastructure, edge computing, accelerated computing and even model deployment are making it possible to turn that visual data into faster insights and more responsive operations. To help us unpack where the technology is headed, I'm joined today by Jason Massar, vertical enablement leader of the automation platform at Dell Technologies. We're going to discuss the business problems computer vision is solving today, the infrastructure and data challenges that come with scaling it and what enterprise leaders should be thinking about as visual AI becomes a more important part of their operation.

Jason, thanks so much for joining us. Great to have you. >> Thank you for having me. Appreciate it, Corey. >> Excellent. I guess to get started here, computer vision has been around for a little while now, but the enterprise conversation feels different today around of. From your perspective, what's changed the most here in the last few years? >> I mean, most of the changes actually happened within the last year and the biggest one is really architectural changes.

I mean, we utilized a lot of machine learning and it's not like that's not there still, but we're moving more over to an agentic feel. We actually are using VLMs, which are vision language models now and that's completely changing the game. So, what it does is it is we're changing objects, shapes, colors into numerical values and these values are called embeddings. And that has allowed, you know, enterprises to actually accelerate what used to take a very long time.

You can actually ask questions of what's going on of the images. That's a huge change, right? We're all familiar with what chatbots have done, but this is a generative AI that allows you to say, "Hey, what was this person wearing? What was this person doing? Um can I read a receipt? What was on the receipt?" And this is >> weather? >> >> Yeah, what is the weather? And this is really just changing the game when it comes to computer vision compared to the past.

And, you know, we have some new models that have been coming out. Some of these VLMs are, you know, Gemini has their Gemini Pro, Clip from OpenAI, uh Kwen, uh that's from Alibaba. And there are a few others. >> Nice. So, when enterprises come to Dell asking about computer vision, what business problems are they usually looking to solve first? >> Yeah, well, it it's usually very specific to vertical. So, when I say vertical, I'm talking about manufacturing, energy, retail.

And so, uh that's the focus that we take from a use case. So, for manufacturing very specifically, they're they're they're always trying to improve product quality and improve their processes. So, they'll use computer vision to find out whether or not there are defects of a product that's coming through the line. They will also use computer vision to actually optimize process, whether it's process from an ergonomic perspective where people are actually involved or if it's something that's on an assembly line that's utilizing programmable logic controllers. >> Mhm. >> Um large venues, they're they're actually using computer vision for things like safety to, you know, detect whether or not there are weapons when it comes to like stadiums or even at stadiums and this is kind of like a cross retail uh use case cashier-less checkout. >> Uh yeah. >> You know, where you kind of a lot of us have seen this before, right?

Where you kind of scan your credit card when you get into a line and then you just grab what you want and then you walk out and the computer vision is actually looking at it and it knows what you took and and and that's what's charged to your card. >> I saw that at the airport just this week. Where you walk up and you just sit your stuff down and it gets it or where you just walk out the door now. >> Yeah, it's kind of amazing. I mean, there are even use cases in retail stores where you know, let's say somebody's perusing and they pick up a product, let's say a shampoo bottle, but they look at it and I'm not really interested and they put it back.

Well, the computer vision can track that person all the way over to the cashier and then after they're done purchasing their items, print out a coupon. >> Wow. >> I mean, it's remarkable and then you're targeting your audience, you're improving your sales, of course, increasing revenue. So, it it's kind of amazing where we are at this point. >> That's amazing. I know a lot of organizations have like cameras, [snorts] images, video feeds, sensor data, but that doesn't automatically just translate into business value.

What does it take to turn that visual data into an actionable insight a company can use? >> Well, I mean, first you you need the compute local to the operation. So, it just depends on how intense your workload is going to be, how whether or not you're processing video, whether or not you need real-time data, or if it's something that's going to take a little bit longer. And so, you know, if you need something in a highly secured environment uh such as manufacturing, you're you're probably going to want servers with accelerators or GPUs very local to that operation so that I can actually handle that workload, the training, and the inferencing.

But if you don't need uh that kind of a speed, you can actually send things to the data center or the cloud. So, so there's that aspect of it. And then you also need highly competent software. So, you need software that can actually handle the use cases. And many of these software provider, these ISVs, they have software that sometimes has hundreds of use cases baked in. So, that can make the job a little bit easier and a little bit faster. But, you need to make sure that you're picking the right software for your use case as well as the correct compute.

Something minor, let's say like detecting products like objects like fruits and vegetables and saying what the price is, you actually can do that on x86 processor. You might not need a GPU. However, if you're trying to do facial recognition and understand exactly what's going on and maybe even the emotions of a person based on their body language, now you're talking about needing, you know, GPUs and accelerators local to that operation. >> Okay. Okay, that makes sense.

I can I can see where that difference would lie. A lot of AI computer vision projects work well in a pilot, but often struggle when they move into real-world operations. What separates successful pilot from a scalable enterprise deployment? >> Ultimately, the biggest aspect of this is making sure that you're training the models correctly. So, in the past, a lot of these pilots really didn't launch at scale because there wasn't a means to actually teach these models as fast as as as you can teach them right now.

So, I I gave the example of having hundreds of use cases. So, let's say you get a software package and it has, you know, loss prevention use case, it's really good. But, no matter what, every single site is a snowflake. So, in the past, what that would require is an engineer or somebody that is in IT to actually go through the video and train the model very specific to their use case to their retail store to the lighting in that location so that it would work correctly and this is very time-consuming and then when you deploy it to site two, three, and four those lighting conditions can be different for example.

So this is causing a lot of problems. What I'm seeing right now which is remarkable is the ability to train fast because instead of a person being in the loop you actually can use these AI agents to do all of that work. >> Yeah. >> So something that would take weeks or maybe even months from a pilot perspective can be done in almost hours because you basically just need to tell the agent, you know, upload the video files, the examples of the exact location and you need to say, "Hey listen, I need to train on use case A, B, or C." and it's going to do this quicker than ever before and your model is going to be tuned better than a human really could do it.

So so that's kind of the earth-shattering breakthrough that we've had that will enable companies to scale. >> That makes sense. I I hadn't considered what could be involved in training and your point about how lighting can something as simple as lighting can be different in every building and even parts of buildings makes makes a lot of sense and I could see the challenge there. With that as enterprises move computer vision from pilots into production the infrastructure demands can get complicated as you mentioned a moment ago especially around data performance, what kind of inference speeds you're wanting.

How do Dell and Nvidia help organizations think through those infrastructure choices that matter the most to them? >> Yeah, so first off I mean we have a lot of subject matter experts such as myself and and and engineers and and and Dell and Nvidia can provide basically consulting services. So we can actually look at your operation, specifically what your use case is, what you're trying to accomplish, and make sure that you're going to receive a return on investment.

But just a general rule of thumb, if you need real-time processing you're going to need your compute local to the operation. So, that means you're going to need to be under the firewall, not necessarily in the data center of the cloud, but really local to what's going on. And this is super important for manufacturing vertical where everything's kind of happening in real time, and maybe you want to make corrective decisions, and you want to send information back to these controllers based on what the computer vision is seeing.

However, if you if you're having very large compute operations and real time isn't necessary, let's say you're just like counting people, you're trying to understand airport operations to optimize the flow of everyone, that can be done uh in your data center. And the best part about it is Dell and Nvidia, you know, we we have this AI factory architecture, these AI factory products that are very specific to it. We can help our customers and tell them very specifically what they need in order to receive a return on investment very quickly. >> That's awesome.

For a lot of computer use cases, timing matters. Uh much like you mentioned in with regards to the guy with the shampoo bottle just a few minutes ago. A delayed insight might not be useful. For example, if you're dealing with manufacturing, safety, quality control, production issues, even operational response. How are enterprises approaching real-time or near real-time vision AI? And what role does accelerated computing play in making that scale possible? >> You need to have uh local to the operations the compute.

That's what's what's key when you're dealing with real-time data, but you also have to have a way to manage and orchestrate that, right? >> Mhm. >> And what we're finding from a scale perspective at the edge is a difficulty, usually because of the OT persona, right? The operations technology persona. A difficulty in understanding how to scale IT devices local to what's actually happening with computer vision. So, you know, Dell we we we have two platforms that really enable this to move quickly.

It's the Dell automation platform as well as the Dell distributed private cloud. Both of these technologies allow you to deploy operating system software solutions with zero-touch provisioning, okay? >> Yeah. >> So, when you have an edge operation that requires that real time and you want to deploy that solution to hundreds, if not thousands of global locations so that you can actually realize that use case. This is really the advancement that we've brought to our customers.

And it it brings you an experience very similar to these streaming TV devices that we have like the Google Chromecasts, the Amazon Fire Sticks, where you place the compute local to the operation where you need that real time insight. You plug it in and all of the software, operating systems, interconnections, data integrations, that's all deployed automatically at scale, hundreds of devices. So, what happens is is you take an operation that would have normally taken months to accomplish and you've reduced it down to days, sometimes even hours, depending on what's going on. >> Wow.

That's wild. Yeah, I guess in thinking about latency with regard to real time, you absolutely don't want to wait for your video files to go to AWS Eastern and come back or something from >> >> after they've been analyzed. You'd never be able to accomplish real time in that way, I don't think. >> No, you wouldn't be able to accomplish real time and and and you wouldn't be able to scale it. You know, a lot of these companies are are working in air-gapped environments.

If you're in the energy industry and you're trying to deploy software for computer vision or in manufacturing, you follow this architecture called the Purdue model and and essentially you have this firewall that doesn't even allow you to connect to the data center. >> Yeah. >> And so yeah, you you need the that compute. You need these accelerator-intense AI factory-based devices local to that operation in order to execute it. >> Makes sense. So, computer vision raises a lot of important questions around things like privacy, security, bias, governance.

What should enterprises be doing to build trust into these systems from the beginning? >> Zero trust security needs to be taken into account right from the beginning. So, you need to have management and orchestration in a way to where you don't have the risk of somebody coming up with a USB drive trying to make changes to that endpoint and then ultimately integrating a cybersecurity risk. I mean, that's going to cost companies millions if not tens of millions of dollars if that happens just one time.

So, what is zero trust? It just basically means that the only people that can actually change what's on that device, that software, that that computer vision software, that operating system, those integrations are administrators. And what Dell has done is is we provide this Dell distributed private cloud where our endpoint devices come right out of the factory with zero trust security. So, nobody's going to be able to tamper with them and this adheres very specifically to these air-gapped environments like I was telling you to follow that follow the Purdue model.

It also adheres to, you know, NERC and FERC requirements, which are super critical in the energy industry. And so, you know, for the very first time, straight from the Dell factory, you have devices that are highly capable of intense artificial intelligence compute that also have zero trust security in mind right right right from our factory to the location where it's the use case is going to be realized. >> Okay. Okay. Beyond the technology itself, when when you want to do this, what what teams need to be involved for computer vision to succeed at that enterprise scale? >> One difficult challenge with OT environments is the IT and the OT conflict.

They they don't generally like to work with each other, but the truth is now with AI in mind, that absolutely has to happen because companies are that are applying artificial intelligence, agentic AI, computer vision, if they're doing it the right way, they are going to succeed and they're going to move far faster than companies that are not doing that. And most companies realize that right now. So, you need your IT folks and your OT folks. They have to work together.

You're also going to need your security and compliance team, as well as your line of business teams. >> Okay. >> And so, you know, the technologies that we provide, you know, with the AI factory, they kind of enable this. The it's it's all designed so that the IT folks and OT folks can get together and develop the recipe, which is these these blueprints, like I said before, your software, your operating system, your integrations, and develop these up front so that those end devices have everything loaded to them with zero-touch provisioning.

And that's super important, but you need this all the way from the CIO level down to the factory worker that's a controls engineer. >> One last question before we go. Let's Let's kind of gaze into the crystal ball a little here. Looking Looking forward, where do you think enterprise computer vision is headed over, let's say, the next few years? >> Right now, we are moving leaps and bounds, and what computer vision was even 6 months ago to what it is now is changing very drastically.

All software is accelerating at a speed that has never happened before because, well, humans are in the loop, it is the AI that's actually creating the software. And so, that changes everything. On top of that, we're adding agentic AI integrated directly in with the VLMs, directly integrated with the machine learning. So, we're accelerating from that perspective. You can ask questions now of what's going on, but I think if you want to think really way further ahead, we're going to get to a point where humans are not really going to need to be in the loop.

The The computer vision is going to correct itself. It's going to recognize where the software needs to be fixed, and maybe there's just a human that says, "Yes, I agree with it." Or maybe not at all. It's going to get to that point as we get closer to AGI. >> And it's coming. We're going to get closer and closer. >> >> Faster than I would have expected even a year ago. >> Same. Same. Especially 5 years ago. >> It's unbelievable. Yes. >> >> Well, Jason, thank you so much for joining us today.

Where can viewers go to learn more about what you're doing, computer vision, and all of the things that Dell and Nvidia have to offer here? >> Yeah, so definitely go to dell.com and look up the Dell AI Factory with Nvidia so that you can understand a little bit more. Also, look up DDPC, Dell Distributed Private Cloud, as well as the Dell Automation Platform. And then, you know, reach out to me. You can find me on LinkedIn, Jason Nassar, and you know, I can help you guys out with whatever needs that you have, uh specialized consulting experienced directly from Dell so that we can size you up right. >> So, enterprise computer vision is evolving, and so is what organizations need to consider as they move from experimentation to deployment at scale.

Is your organization ready? For more enterprise technology news, analysis, buyers guides, and expert interviews, visit eweek.com. You can also connect with eWEEK on LinkedIn, Facebook, and X. Thank you so much for listening to eSPEAKS. We'll see you next time.

This transcript was generated automatically from the video's captions and may contain errors.

Sponsored By Dell AI Factory with NVIDIA Logo
The following is sponsored content. It may not reflect the views of our editorial staff.
Jun 18, 2026
16 minute read
eWeek Logo

eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site's focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.