Learning Library

← Back to Library

Infrastructure: Anchor or AI Foundation

Key Points

  • Evaluate your existing infrastructure (cloud and on‑prem) to determine whether it’s a stagnant “anchor” or a viable foundation for AI workloads.
  • Treat on‑prem resources with the same “cattle, not pets” mindset as cloud assets, ensuring they’re managed as scalable, interchangeable services rather than fixed, monolithic servers.
  • Modernize applications by shifting from legacy monoliths to API‑driven, containerized services that can fully leverage the underlying hardware capabilities.
  • Deploy workloads to the environment that best fits their requirements—use cloud GPUs for conversational bots and on‑prem high‑performance processors (e.g., IBM Telum) for real‑time, high‑throughput AI tasks like fraud detection.
  • Align each application with the most appropriate infrastructure to achieve “fit‑for‑purpose” performance, security, and reliability, turning your current platform into an AI‑ready foundation.

Full Transcript

# Infrastructure: Anchor or AI Foundation **Source:** [https://www.youtube.com/watch?v=kyJJeik9loU](https://www.youtube.com/watch?v=kyJJeik9loU) **Duration:** 00:03:44 ## Summary - Evaluate your existing infrastructure (cloud and on‑prem) to determine whether it’s a stagnant “anchor” or a viable foundation for AI workloads. - Treat on‑prem resources with the same “cattle, not pets” mindset as cloud assets, ensuring they’re managed as scalable, interchangeable services rather than fixed, monolithic servers. - Modernize applications by shifting from legacy monoliths to API‑driven, containerized services that can fully leverage the underlying hardware capabilities. - Deploy workloads to the environment that best fits their requirements—use cloud GPUs for conversational bots and on‑prem high‑performance processors (e.g., IBM Telum) for real‑time, high‑throughput AI tasks like fraud detection. - Align each application with the most appropriate infrastructure to achieve “fit‑for‑purpose” performance, security, and reliability, turning your current platform into an AI‑ready foundation. ## Sections - [00:00:00](https://www.youtube.com/watch?v=kyJJeik9loU&t=0s) **From Anchor to AI Foundation** - The speaker outlines three principles—assessing the current cloud/on‑prem landscape, modernizing applications, and placing workloads appropriately—to turn existing infrastructure from a static “anchor” into a flexible foundation for AI initiatives. - [00:03:09](https://www.youtube.com/watch?v=kyJJeik9loU&t=189s) **Assessing Infrastructure as AI Foundation** - The speaker compares an on‑prem Telum‑based setup to either a restrictive “boat anchor” or a solid foundation for AI and high‑throughput workloads. ## Full Transcript
0:00Do you consider your infrastructure a boat anchor 0:04or are you using it as a foundation for A.I.? 0:07Give me the next few minutes and let's discuss 0:11how your current infrastructure truly can be that foundation for A.I.. 0:18Now, order to do this, we're going to go through three key principles.. 0:22Current landscape, understanding what you have. 0:25Modernizing your applications to take advantage 0:28of the infrastructure you have and fit for purpose. 0:32Really making sure we're running the systems where they belong. 0:37So let's look at the current landscape. 0:40Everybody has cloud and on prem today. 0:43What are you using and what are you running 0:46in those environments as a service in cloud? 0:50But on prem, are we treating our infrastructure as pets or cattle? 0:56We think about our infrastructure, we truly need to make sure we're treating our on-prem infrastructure 1:02in the same way we're dealing with cloud private dedicated, however you want to look at cloud. 1:08It's just another environment that we can use to run our applications on. 1:14The right applications in the right way. 1:16It provides us the storage and the systems to be able to do the work that we need to do. 1:23So we have our our infrastructure sitting there, 1:26but how are applications taking advantage of this? 1:29Are we truly building services or did we just do IaaS and just move 1:37our existing legacy monolithic things over into an environment. 1:45And on prem, are we doing APIs? 1:48Are we exposing our applications? 1:50Are we exposing our systems with our applications, or are they the legacy monoliths 1:55that have grown up over the years that are just, yeah, a tangled spaghetti web mess? 2:01So let's think about our applications and modernizing our applications, 2:11and let's really get to the point of this which is fit for purpose. 2:12When we think about our environments, I'm probably using 2:17GPUs in the cloud to do chat bots. 2:20I can get simple answers to questions near the users, 2:24provide them that capability. 2:27Well, on-prem I have the Telum processor. 2:31I can run A.I. 2:32in line. 2:34When we think about this on-prem infrastructure optimized for high security, 2:40high guaranteed reliability, high transaction throughput.. 2:46And I can run an AI transaction in line so I can do like fraud detection in line on 2:52every credit card transaction. 2:59Not just a few, by having to send it off somewhere else. 2:59So if I think about the application and infrastructure landscape, 3:04I need to use the right infrastructure for the right functions. 3:09On prem using the Telum processor, high transaction throughput, A.I. 3:15in line, that kind of workload, and then optimizing 3:19my applications to run in the appropriate location. 3:25So I have my application set up and I have them running on this foundation 3:31that I already have in the environment. 3:35So when you look at your infrastructure, do you consider it a boat anchor? 3:40Or do you consider it that true foundation you already have for A.I.?