LLMs and Generative AI in the enterprise.
Inspire, develop, and guide a winning organization.
Understand the unique values and behaviors of a successful organization.
Create visible workflows to achieve well-architected software.
Understand and use meaningful data to measure success.
Integrate and automate quality, security, and compliance into daily work.
An on-demand learning experience from the people who brought you The Phoenix Project, Team Topologies, Accelerate, and more.
Learn how to enhance collaboration and performance in large-scale organizations through Flow Engineering
Learn how making work visible, value stream management, and flow metrics can affect change in your organization.
Clarify team interactions for fast flow using simple sense-making approaches and tools.
Multiple award-winning CTO, researcher, and bestselling author Gene Kim hosts enterprise technology and business leaders.
In the first part of this two-part episode of The Idealcast, Gene Kim speaks with Dr. Ron Westrum, Emeritus Professor of Sociology at Eastern Michigan University.
In the first episode of Season 2 of The Idealcast, Gene Kim speaks with Admiral John Richardson, who served as Chief of Naval Operations for four years.
Exploring the impact of GenAI in our organizations & creating business impact through technology leadership.
DevOps best practices, case studies, organizational change, ways of working, and the latest thinking affecting business and technology leadership.
The debate over in-office versus remote work misses a fundamental truth: high-performing teams succeed based on how they’re organized, not where they sit.
Leaders can help their organizations move from the danger zone to the winning zone by changing how they wire their organization’s social circuitry.
The values and philosophies that frame the processes, procedures, and practices of DevOps.
This post presents the four key metrics to measure software delivery performance.
April 7, 2025
As enterprises begin exploring generative AI, understanding the core technical components becomes essential—even for non-technical leaders. This article serves as a primer for anyone new to GenAI, breaking down the key building blocks in accessible terms. Whether you’re a business leader making investment decisions, a developer implementing your first GenAI project, or a product manager planning AI features, understanding these fundamental components will help you navigate the rapidly evolving landscape with confidence.
At its core, any enterprise GenAI application consists of four main components:
Large language models (LLMs) like GPT-4, Claude, or Gemini form the foundation of any GenAI application. These models have been trained on vast amounts of text data and can generate human-like text based on the prompts they receive.
Patrick Debois, in his 2023 DevOps Enterprise Summit presentation “Bringing GenAI from Promise to Reality,” highlights several important considerations when selecting models:
When selecting models, organizations need to weigh these factors against their specific use cases. A customer service application might prioritize speed and accuracy, while a content generation tool might value creativity and fluency.
One limitation of foundation models is that they only know what they were trained on—which typically doesn’t include your organization’s proprietary information. Connecting these models to your business data is essential for making them useful.
The most common approach is called Retrieval Augmented Generation (RAG). Damon Edwards and colleagues explain in the paper Enterprise GenAI Delivery Patterns that RAG works by:
This approach has several advantages:
Organizations are increasingly treating RAG capabilities as a platform service. As Edwards and colleagues note, “A centralized RAG system can be provided to the team to vectorize and store data through an API.” This allows different teams to leverage organizational knowledge without building their own infrastructure.
To build useful applications, GenAI needs to be integrated with existing systems and workflows. Patrick Debois explains that this often involves:
Anand Raghavan from Cisco emphasizes the importance of orchestration in his 2024 Enterprise Technology Leadership Summit presentation: “When the user asks a question, how do you understand the intent behind that? And based on that intent, you might want to route it to a different model service that handles the question differently.”
For example, a customer support application might route product questions to a knowledge base, billing questions to a payments system, and complex problems to human agents—all using the same conversational interface.
The final critical component is ensuring AI systems behave appropriately. Debois highlights two key elements:
Edwards and colleagues note that many organizations are creating “Guardrails-as-a-Service” that can be used across multiple AI applications. These provide consistent safety checks without each team having to reinvent the wheel.
As organizations move beyond initial experiments, many are taking a platform approach to streamline development and ensure consistency. John Rauser from Cisco explains that this helps avoid “an explosion of tools and instrumentation” that can quickly become unmanageable.
Other key platform capabilities highlighted in the paper “Enterprise GenAI Delivery Patterns” include:
A centralized service that manages connections to LLM providers offers numerous benefits:
This approach also makes it easier to switch between different model providers as the technology evolves.
Centralizing how organizational knowledge is accessed and managed helps ensure:
As the authors note, this is particularly valuable when dealing with sensitive data that requires careful handling.
GenAI systems improve through feedback, both automated and human. Platform services can help by:
Anand Raghavan from Cisco provides a comprehensive view of what production architecture looks like in practice, in his recent ETLS presentation. Their approach includes:
This layered approach allows for flexibility while maintaining governance and control.
Organizations face critical decisions about their technology strategy. John Willis warns that making the wrong choices can lead to significant technical debt: “Some things we build will be an instant legacy, as technology evolves so fast.”
Key decision points include:
Organizations must choose between:
Patrick Debois notes that many organizations are taking a hybrid approach, using different models for different use cases based on their requirements.
For components like vector databases, orchestration tools, and evaluation frameworks, organizations must decide whether to:
Some organizations often benefit from using existing tools for common needs while investing in custom solutions for their unique requirements.
Building a solid technical foundation for enterprise GenAI requires careful consideration of models, data integration, orchestration, and safety mechanisms. By understanding these core components, organizations can make informed decisions about their technology strategy and build systems that deliver real business value.
As Patrick Debois concludes in his presentation, the GenAI landscape requires ongoing attention to “the security of the data, what goes in and the model, the quality.” Organizations that invest in robust, flexible infrastructure while maintaining strong governance will be best positioned to derive sustainable value from these powerful technologies.
In our next article, we’ll explore how enterprises are structuring their teams and governance processes to effectively manage AI initiatives at scale.
Managing Editor at IT Revolution working on publishing books and guidance papers for the modern business leader. I also oversee the production of the IT Revolution blog, combining the best of responsible, human-centered content with the assistance of AI tools.
No comments found
Your email address will not be published.
First Name Last Name
Δ
The divide between business and IT has been a persistent challenge in organizations for…
It's no secret that many leaders find themselves frustrated by organizational culture challenges that…
As enterprises build and scale their GenAI implementations, forward-thinking leaders are already anticipating the…
The Public Sector's Unique Challenge Government agencies face a fundamental problem: Imagine if you…