Innovation – BMC Software | Blogs https://s7280.pcdn.co Wed, 27 Mar 2024 14:21:50 +0000 en-US hourly 1 https://s7280.pcdn.co/wp-content/uploads/2016/04/bmc_favicon-300x300-36x36.png Innovation – BMC Software | Blogs https://s7280.pcdn.co 32 32 Women in Mainframe: The Legacy of Innovation Continues https://s7280.pcdn.co/mainframe-women-innovation-legacy-continues/ Wed, 06 Mar 2024 00:00:50 +0000 https://www.bmc.com/blogs/?p=49224 The mainframe has a long history of female trailblazers, with a legacy that continues through to today. Several women played a crucial role in the development of COBOL. Rear Admiral Grace Hopper’s championing of a computer language based on English words led to the creation of the FLOW-MATIC language, leading to her service as a […]]]>

The mainframe has a long history of female trailblazers, with a legacy that continues through to today. Several women played a crucial role in the development of COBOL. Rear Admiral Grace Hopper’s championing of a computer language based on English words led to the creation of the FLOW-MATIC language, leading to her service as a technical consultant to the committee that defined COBOL in 1959. The sub-committee which created most of the new language’s specifications included both Gertrude Tierney of IBM and Jean E. Sammet of Sylvania.

At BMC, we’re proud of our history of continuous innovation. Women’s History Month presents a great opportunity to reflect on the women who have carried on the legacy of Grace Hopper, Gertrude Tierney, Jean Sammet, and others by receiving patents for the innovations they contributed to BMC’s solutions.

Being recognized for unique and groundbreaking contributions is quite an honor and a source of pride for the rest of one’s career. Senior Product Manager Irene Ford received patents in 2007 and 2010 for solutions that enable customers to mask sensitive data without writing custom programs. Reflecting on the experience, Irene says, “As I look back on this today, I am proud to have been able to work so closely with our amazing development team not only on these patents but also on the work we do every day to make our tools better for our customers.”

Fifteen women have been granted patents for their mainframe innovations at BMC:

Linda S. Ball (2001, 2006 & 2010)
Carla C. Birk (1997 & 2001)
Donna M. Di Carlo (2012)
Catherine Drummond (2022, 2023 & 2024)
Linda C. Elliott (2000)
Irene Ford (2007 & 2010)
Carol Harper (1988, 1989 & 1992)
Roxanne Kallman (2020, 2022 & 2023)
Karen Nelson-Katt (1998)
Lisa S. Keeler (2000)
Annette B. McCall (1995)
Pradnya Shah (2002)
Melody Vos (2005, 2006, 2007, 2012, 2015)
Lori Walbeck (2020 & 2021)
Wenjie Zhu (2022, 2023 & 2024)

I’d also like to take this opportunity to recognize our colleagues from other business units who have received patents:

Tamar Admon (2013)
Kalpa Ashhar (2016 & 2018)
Maribeth Carpenter (2023)
Jiani Chen (2015, 2017, 2019 & 2020)
Gwendolyn Curlee (2023)
Kanika Dhyani (2015, 2016, 2020 & 2023)
Priyanka Jain (2020)
Nitsan Daniel Lavie (2019, 2020 & 2024)
Donna S. Lowe-Cleveland (2005)
Pallavi Phadke (2018 & 2019)
Soumee Phatak (2020)
Carol Rathrock (1998)
Komal K. Shah (2014)
Annie Shum (2008)
Jeyashree Sivasubramanian (2016, 2018, 2019, 2020, 2021 & 2023)
Cynthia L. Sturgeon (2006, 2014, 2017 & 2018)
Priya Saurabh Talwalkar (2023)
Elaine Tang (2022)

Patent filings for Michal Barak, Komal Padmawar, Jennifer Glenski, and Priya Talwalkar are currently pending.

At BMC, we’re proud of our history of innovation and of the role that our female employees have played in making that innovation possible. We look forward to continuing to create solutions that serve our customers and move the industry forward with contributions from both current employees and future generations.

]]>
Architectural Approach for Building Generative AI Applications https://www.bmc.com/blogs/architectural-approach-for-building-generative-ai-applications/ Fri, 02 Feb 2024 13:35:53 +0000 https://www.bmc.com/blogs/?p=53422 This is the second blog in my series following “Requirements for Building an Enterprise Generative AI Strategy,” where I highlighted the significant challenges and expectations of enterprise customers for generative AI, with detailed requirements for building a strategy. My recommendations centered on being grounded in enterprise knowledge, integrating references for trust and verifiability, ensuring answers […]]]>

This is the second blog in my series following “Requirements for Building an Enterprise Generative AI Strategy,” where I highlighted the significant challenges and expectations of enterprise customers for generative AI, with detailed requirements for building a strategy. My recommendations centered on being grounded in enterprise knowledge, integrating references for trust and verifiability, ensuring answers are based on user access control, and creating model flexibility.

In this blog, I introduce a reference architecture designed specifically for generative AI applications, demonstrate how this architecture effectively addresses generative AI enterprise challenges around trust, data privacy, security, and large language model (LLM) agility, and provide a brief overview on LLM operations (or LLMOps). As a refresher, BMC HelixGPT is our approach to generative AI integrated across the BMC Helix for ServiceOps platform.

Reference architecture for generative AI applications

An application architecture describes the behavior of applications used in a business, focused on how they interact with each other and users. It is focused on the data consumed and produced by applications, rather than their internal structure. The industry has long recognized three prominent AI design patterns to build generative AI applications:

  • Prompt engineering
  • Retrieval augmented generation (RAG)
  • Fine tuning pipelines

Instead of debating which approach is better, BMC HelixGPT seamlessly integrates all three.

The diagram below shows that our BMC HelixGPT application reference architecture for generative AI. The architecture consists of several layers: API plug-ins, prompt library, vector data source ingestion, access processing control, model-training pipeline, and assessment layer to assess hallucination/telemetry/evaluations, a “bring your own model” embedding layer, and an LLM orchestration layer. BMC HelixGPT extensively uses LangChain as the engine to orchestrate and trigger LLM chains.

Reference Architecture for GenAI

Reference Architecture for GenAI

 

The BMC HelixGPT proprietary generative AI technology, combined with LangChain open source models, provide “bring your own model” flexibility for our customers. There are also retrieval plug-ins, access control plug-ins, and API plug-ins that integrate into enterprise systems. Like the holistic design explained in this June 2023 blog by Andressen Horowitz, we have three main flows:

  1. Data ingestion and training flow: Data is read from multiple data stores, preprocessed, chunked, and trained through an embedding model (RAG) and training pipeline (fine-tuning). VectorDB stores the chunked document embeddings that allow for better semantic, similarity-based data retrievals.
  2. Prompt augmentation using data retrieval: Once a user query arrives at the API layer, the prompt is selected, followed by data retrievals through VectorDB or API plug-ins to get the right contextual data before the prompt is passed to the LLM layer.
  3. LLM inference: This is where there is a choice to use general purpose foundation models from OpenAI, Azure GPT models, or the self-hosted foundation model in BMC HelixGPT. Fine-tuned models are used when tuned for a specific task or use case. The response is evaluated for accuracy and other metrics, including hallucinations.

Now, let us look at how this reference architecture addresses the challenges of generative AI for enterprises and facilitates the rapid development of generative AI applications.

Overcoming common enterprise challenges with generative AI deployments

Enterprise versus world knowledge: accuracy and trust

Enterprises seek answers across diverse internal and external enterprise data sources such as articles, web pages, how-to guides, and more. Further, data can be contained in both unstructured and structured databases. BMC HelixGPT ingests, chunks, and embeds these sources through LangChain data loaders using embedding transformer-based models. LangChain provides a rich set of document loaders that it leverages. When a user question is received, we augment the prompts with document retrievals from VectorDB or APIs and use the LLM’s in-context learning to generate a response. This method anchors the LLM’s response to the retrieved documents or data, reducing the risk of hallucinations. BMC HelixGPT also provides the retrieved documents as citations, allowing users to verify the responses. To realize this advanced capability, our strategy integrates various LangChain capabilities, such as retrieval QA chains with sources and conversation history chains.

Access control, security, and data privacy

During the retrieval of document flow, BMC HelixGPT validates that the user has access permissions to read the documents and removes those documents from the prompt context that the user doesn’t have access to. This ensures that LLM-generated answers are always from only those documents that a user has read access to. Hence, the same question will generate two different answers aligned to the user’s role and permission model.

Model flexibility and security

The BMC HelixGPT reference architecture is based on a model abstraction layer that LangChain provides. This capability enables seamless integration of foundational general-purpose models, whether hosted or behind APIs such as OpenAI and Azure or open-source models running in customers’ centers. There are over 50 connectors to different model providers in LangChain, making it easy to add new providers or models modularly. Customers who prioritize data security have the option to host and run a foundational model in the datacenter. This model architecture caters to diverse enterprise customers and prevents vendor lock-in, including implementations that provide the strongest privacy and security guarantees.

An Introduction to LLMOps

Machine learning for IT operations (MLOps) for LLM is called LLMOps. LLMOps is a new set of tools and best practices to manage the lifecycle of LLM-powered applications, including data management, model management, and LLM training, monitoring and governance LLMOps is the driving force to build generative AI applications for BMC HelixGPT.

BMC HelixGPT is a platform that provides models and services that allow applications to harness the power of generative AI. It also provides LLMOps foundational services such as prompt engineering and RAG to power a spectrum of use cases ranging from summarization to content generation and conversations.

LLMOps is distinct from MLOps because it introduces three new paradigms for training LLMs:

  • Prompt engineering
  • Retrieval augmented generation
  • Fine-tuning pipelines

My third and final installment in this blog series will dive deeper into BMC HelixGPT’s LLMOps capabilities.

]]>
The Exhilarating Journey: BMC India’s Continued Commitment to Innovation & Excellence https://www.bmc.com/blogs/journey-bmc-indias-continued-commitment-innovation-excellence/ Thu, 14 Dec 2023 06:45:20 +0000 https://www.bmc.com/blogs/?p=53357 At BMC, we always consider innovation to be the core of our strategies and our customers are the center of our business. In fact, from its inception over 40 years ago, our organization was built on the belief that embracing innovation is not an option—it’s an imperative. Over the past few years, we have driven […]]]>

At BMC, we always consider innovation to be the core of our strategies and our customers are the center of our business. In fact, from its inception over 40 years ago, our organization was built on the belief that embracing innovation is not an option—it’s an imperative. Over the past few years, we have driven a significant transformation at BMC—in every aspect: products, business model, and operational model, all the while embracing modern DevOps practices. Starting with our Autonomous Digital Enterprise (ADE) vision for the evolving role that technology plays in every enterprise, we have invested heavily in innovation. We have shifted our products to a cloud-native offering and to software as a service (SaaS).

We have invested in the development of our BMC Helix platform and embedded artificial intelligence (AI), machine learning (ML), and predictive capabilities into our entire product line to enable use cases that were not possible before. We are building a future where AIOps, Service Ops, DevOps, DataOps, and AutonomousOps are interconnected to help global businesses become ADEs. Through this Connected Digital Ops framework, we operationalize innovation, connecting and amplifying hybrid IT with the most innovative portfolio of infrastructure software, partners, and expertise.

Our mission is all about enabling technology to equip customers with everything they need to move faster, adapt quicker, innovate better, and make the most of both existing and future technologies. Each milestone we’ve collectively crossed is a testament to the dedication, resilience, and innovative spirit that pulses through the veins of everyone at the company.

Accelerating BMC India’s growth

Today marks the third year of my journey with BMC, and I am honored to share that it’s been an incredible ride, one studded by numerous learnings, shared victories, collaborative efforts, and a relentless pursuit of excellence! It’s a narrative of strategic moves, growth, adaptability, and the unwavering commitment of a team that stands for a vision shared by all 2,500 of us in BMC India.

Our pursuit of growth has been backed by the growth of India as a country. India is now an epicenter of technology innovation; it has consistently been an attraction for the global capability centers (GCCs) for businesses across the world spanning all industry domains, which also makes it a hub for technological advancements. India possesses the world’s second-largest pool of digitally skilled talent. Bolstered by a vibrant start-up ecosystem, strong service provider community, and cutting-edge academic research, Indian tech talent is delivering unmatched value. Geopolitically and socioeconomically, we are a very stable nation, thereby making us a sweet spot to invest in talent and business.

For us, BMC India is a microcosm of BMC. The solutions we sell are global in nature, meaning that our products do not vary from region to region. With almost every Fortune 500 company having a base in India, we get the strategic advantage of being in proximity to the end-user base of our products. With all the functions sitting under one roof, from research and development (R&D) to customer support to professional services, and other corporate functions, we have a great opportunity to innovate and deliver solutions for our customers. We have witnessed this in the numerous channels we have been able to open for our developers, designers, and architects to connect with the different customer personas, helping our customers get the most value out of our products.

With all these internal and external factors working to our advantage, we have been able to implement a unified strategy that not only brought cohesion to diverse teams but also ensured that the goals set in India resonated with the broader global strategy. To implement this strategy, we introduced a standardized set of goals that would provide a consistent measure of success across all initiatives run by different business units. This systematic approach allowed us to evaluate and refine our executables, ensuring that our efforts were not only impactful but also in line with our overarching global goals.

Utilizing a standardized framework that aligns with the global vision of the company to run a global capability center in India has been a key driver of our customer- and people-centric innovation. Witnessing BMC India’s evolution into a strategic center of excellence has been incredibly rewarding. Our insights and innovations have not only contributed to business growth but have also played a pivotal role in shaping key decisions at a global level. The influence of our India centers is now felt across the entire organization. By constantly embracing change and at times staying ahead of it, we have positioned ourselves as leaders in Connected Digital Ops and set the stage for continued success.

As we celebrate these milestones, it goes without saying that our journey is ongoing. The future holds boundless possibilities, and with our collective dedication and innovative spirit, I am confident that we will continue to shape the future of the technology industry at large and pay it forward to make our society a better place for the generations to come.

]]>
Generative AI: Avoiding the Trough of Disillusionment https://www.bmc.com/blogs/generative-ai-avoiding-trough-disillusionment/ Mon, 20 Nov 2023 16:17:52 +0000 https://www.bmc.com/blogs/?p=53304 Generative AI is one of the most exciting emerging technologies today, potentially revolutionizing many industries. However, as with any new technology, there is always the risk of a “Trough of Disillusionment,” when interest in a technology wanes as its implementations fail to deliver on its promises and unrealistic expectations lead to disappointment. BMC HelixGPT is […]]]>

Generative AI is one of the most exciting emerging technologies today, potentially revolutionizing many industries. However, as with any new technology, there is always the risk of a “Trough of Disillusionment,” when interest in a technology wanes as its implementations fail to deliver on its promises and unrealistic expectations lead to disappointment.

BMC HelixGPT is a generative AI platform designed to help businesses avoid that risk and achieve real success with the technology. BMC HelixGPT is a domain-specific generative AI model designed to help enterprises manage their IT infrastructure.

Here are just a few examples of how BMC HelixGPT uses its knowledge of IT systems and processes to help businesses achieve impactful results by integrating generative AI:

  • Automate IT tasks, such as provisioning new servers and configuring applications, to free up IT staff to focus on more strategic initiatives.
  • Identify and resolve IT problems more quickly and efficiently by analyzing data from multiple sources to identify the root cause of problems and recommend solutions.
  • Provide insights into IT operations that can help businesses to improve their efficiency and performance by identifying bottlenecks and suggesting ways to improve data flow and applications.

Generative AI is embedded throughout the BMC Helix for ServiceOps platform, and is already yielding benefits for BMC customers.

As generative AI continues to mature with increase adoption, its long-term success will depend on avoiding the “Trough of Disillusionment,” which could happen within the next few years as more businesses begin experimenting with the technology and its limitations become more evident.

However, businesses that use a platform like BMC Helix for ServiceOps and generative AI capabilities such as BMC HelixGPT can avoid that by leveraging the technology to solve real-world problems and using it responsibly and ethically. Here are some ways BMC HelixGPT mitigates common risks when integrating generative AI.

  1. Tuning for IT, HR, enterprise service management (ESM), and operations use cases and all contextual data (whether offline, historic or in real time) ensures that BMC HelixGPT focuses on answers related to an enterprise based on its own enterprise data lakes, not outside information.
  2. The embedded security layer is domain- and tenant-specific.
  3. Enterprises have the power to not only restrict the scope of queries, such as to business-related questions only, but also have the flexibility to bring their own models from other GPT or generative AI vendors such as Azure, OpenAI, and Google, keeping their investments in generative AI safe and synchronized with advancements in GPT and large language model (LLM) technology.

Yes, these are early days for understanding the full power of generative AI. However, with the right business partner and trusted, proven solutions like those offered by BMC Helix, enterprises can capitalize on the promise of generative AI responsibly.

To learn more about BMC Helix for Service Ops, visit bmc.com/serviceops. To learn more about BMC Helix GPT, visit bmc.com/helixgpt.

]]>
BMC Named an Enterprise Service Management Industry Leader https://www.bmc.com/blogs/bmc-named-leader-recent-forrester-wave-esm-wave/ Tue, 07 Nov 2023 15:10:36 +0000 https://www.bmc.com/blogs/?p=53278 It has been an exciting year for BMC! First, BMC was recognized as a leader in the prestigious Forrester Wave™: Process-Centric AI for IT Operations (AIOps), Q2 2023 report. Today, I am proud to announce our latest achievement. BMC has been named a leader in the Forrester Wave™: Enterprise Service Management, Q4 2023 report. The […]]]>

It has been an exciting year for BMC! First, BMC was recognized as a leader in the prestigious Forrester Wave: Process-Centric AI for IT Operations (AIOps), Q2 2023 report. Today, I am proud to announce our latest achievement. BMC has been named a leader in the Forrester Wave: Enterprise Service Management, Q4 2023 report.

The recognition by Forrester as a leader in enterprise service management AND AIOps in a single year is an incredible accomplishment for BMC. More importantly, we feel it is a validation of BMC’s commitment to advancing desired business outcomes for our customers.

The BMC Helix Enterprise Service Management portfolio has grown significantly over the past 18 months. BMC Helix has extended its service management capabilities beyond IT to include purpose-built, out-of-the-box solutions for Human Resources Service Management, Customer Service Management, Workplace Service Management, and Portfolio Management. Additionally, enterprises across the globe are utilizing the same no code/low code capabilities of the BMC Helix ESM platform to build custom applications spanning IT and non-IT use cases. Examples span Finance, Procurement, Global Shared Services, Trade Compliance, and even Employee Parking Management.

We plan to offer even more non-IT service management solutions in the coming months. And, as part of our mission to prioritize the needs of modern enterprises and advance their success journey, we will continue to invest in artificial intelligence and machine learning (AI/ML), generative AI, AIOps, digital employee experiences, and ServiceOps. According to the ESM Wave report, “BMC is a comprehensive service operations solution for the enterprise.”

BMC Helix Enterprise Service Management received the highest possible score in 16 criteria, including vision, roadmap, and partner ecosystem. Other strengths denoted by Forrester include:

  • Acquisitions: Investments in “ComAround Knowledge (KCS verified) have helped it [BMC] not only level up but, in many cases, surpass the competition.”
  • Roadmap: Focused on “observability intelligence, AI-driven analysis, zero-touch resolutions, and proactive capabilities.”
  • Ease of Use: BMC Helix “Innovation Studio’s drag-and-drop capabilities underscore the product’s user-friendly approach, allowing even those without IT expertise to create and manage workflows with ease.”
  • Platform Extensibility: BMC Helix Enterprise Service Management “can also be configured to connect with development tools with a bidirectional flow of information and, with portfolio management, can support product-centric organizations.”
  • Customers: “Reference customers are pleased with the flexibility of the platform and the ability to make changes to meet their needs with high speed of delivery and without highly trained engineers.”

I could share more details about each attribute’s differentiated value and the customer benefits that BMC Helix Enterprise Service Management offers. Instead, seeing the report is believing. BMC Helix has now emerged as only one of three leaders in enterprise service management. As Forrester Research notes, “BMC’s strategy over the past few years has continued to close the gap between the Leaders in this market.”

Please read the complete Forrester Wave: Enterprise Service Management, Q4 2023 report with our compliments.

Learn more about how BMC Helix Enterprise Service Management simplifies complexity, integrates intelligence, and fuels productivity across the modern enterprise by visiting the BMC Helix Enterprise Service Management website.

]]>
New BMC HelixGPT Innovations Spanning Service and Operations Management https://www.bmc.com/blogs/new-bmc-helixgpt-innovations-spanning-service-operations-management/ Wed, 11 Oct 2023 07:58:41 +0000 https://www.bmc.com/blogs/?p=53209 Today is BMC Connect Chicago, a time where our customers and partners come together to learn how to unleash the transformative potential of BMC Helix artificial intelligence and machine learning (AI/ML) and predictive analytics solutions across service and operations management (ITSM/ITOM). BMC HelixGPT, our generative AI technology, delivers concrete capabilities that demonstrably improve user experiences […]]]>

Today is BMC Connect Chicago, a time where our customers and partners come together to learn how to unleash the transformative potential of BMC Helix artificial intelligence and machine learning (AI/ML) and predictive analytics solutions across service and operations management (ITSM/ITOM). BMC HelixGPT, our generative AI technology, delivers concrete capabilities that demonstrably improve user experiences and productivity across ITSM/ITOM workflows.

Today, I am proud to announce our latest innovations in generative AI applications with new “BMC HelixGPT-Powered” use cases.

  • Available Now: BMC HelixGPT-Powered Situation Summaries in operations management with AIOps, generate plain-language summaries and recommended next actions, making it faster for IT operators to understand and resolve issues rather than spend additional time decoding a string of output error codes.
  • Available November 2023: BMC HelixGPT-Powered Resolution Insights in enterprise service management (ESM) and ITSM, where case and incident clustering is integrated with similar past resolutions of equivalent tickets to determine the recommended next actions for simplified, accurate case resolution.
  • Available for early customer access: BMC HelixGPT-Powered Conversational Engagement and Search empowers end users to communicate more naturally with today’s virtual agents and chatbots. In this use case, BMC HelixGPT understands the query being posed more accurately and then places that query within a more extensive understanding and context to deliver more accurate responses in human-style language.

If you are unfamiliar with BMC HelixGPT, it integrates large language models (LLMs), harmonizing traditionally siloed data sources to deliver actionable insights for operational anomalies and autonomous resolution for mundane issues. BMC HelixGPT offers near real-time processing of operational data from all observable layers to provide an unadulterated view of reality for ITSM/ITOM teams. BMC HelixGPT is embedded across the entire BMC Helix service and operations management platform.

What does BMC HelixGPT deliver for our customers? BMC HelixGPT goes beyond traditional AI to provide clear, actionable insights and recommendations to resolve problems. Additionally, it becomes an “expert in your systems,” learning how to optimize processes and prevent points of failure.

Each use case will enable our customers to streamline business processes, solve problems faster, reduce the likelihood of human error, automate root cause analysis, and resolve incidents in real time. Perhaps the best part? Your enterprise can use these new BMC HelixGPT capabilities as part of the BMC Helix Fall 2023 releases without additional charges.

Learn more about the efficiencies and problem-solving capabilities of BMC HelixGPT here.

]]>
ServiceOps and Generative AI: Transformational Technologies in Gartner® Hype Cycle™ for ITSM, 2023 https://www.bmc.com/blogs/serviceops-generative-ai-transformational-technologies-gartner-hype-cycle-itsm/ Tue, 26 Sep 2023 14:55:23 +0000 https://www.bmc.com/blogs/?p=53194 The Gartner® Hype Cycle™ for ITSM, 2023* details the IT practices and transformational technologies that are hitting the “Peak of Inflated Expectations (e.g., IT/OT/ET alignment); those in the “Trough of Disillusionment (e.g., SOAR); and those that have reached the “Plateau of Productivity” (e.g., cloud management platforms). What remains in the “Innovation Trigger” category once again? […]]]>

The Gartner® Hype Cycle™ for ITSM, 2023* details the IT practices and transformational technologies that are hitting the “Peak of Inflated Expectations (e.g., IT/OT/ET alignment); those in the “Trough of Disillusionment (e.g., SOAR); and those that have reached the “Plateau of Productivity” (e.g., cloud management platforms).

What remains in the “Innovation Trigger” category once again? Service operations, or ServiceOps. Take a look:

What is ServiceOps?

In the report, Gartner defines ServiceOps as “The convergence of the infrastructure and application monitoring environments with the ITSM incident management practice to create a more effective and optimized mechanism for diagnosing and resolving incidents. The combination of the two environments with the context of AI can lead to a significant reduction in both the number and impact of incidents.”

Why is it important?

According to the report, “the ability to quickly diagnose and resolve incidents is critical for organizations as they develop and implement digital services. Intelligent automation can remove monitoring and service desk silos, creating the concept of service operations. This ensures that incident detection through monitoring can be better integrated with ITSM platforms, leading to incidents that can be more readily identified and resolved creating higher availability and more resilient services.”

What is the business impact?

In the report, Gartner explains the impact this way: “The convergence of ITSM and monitoring environments results in a more productive and seamless incident management practice. The contextual analysis of alerts resulting in anomaly detection and escalation can result in fewer incidents and improved mean time to resolve (MTTR), especially when integrated with the ITSM platform. Products and services are more available and less likely to suffer from poor performance or outages and disruption, costs are reduced, and overall productivity is improved.”

Gartner adds that there are several factors driving ServiceOps right now: “Business pressure for reliable and stable services drives the demand for incidents to be either eliminated before they can cause disruption or be diagnosed and resolved as quickly as possible.”

Advances in technology and ITSM are also helping drive ServiceOps. According to Gartner, other drivers include:

  • The closer integration of monitoring and the service desk that creates a more seamless environment in which outages and disruptions can be more effectively managed.
  • ITSM platforms featuring observability and correlation functions to identify incidents as part of the monitoring capabilities.
  • ITSM platforms can now enrich events by applying the context of recent incidents and changes to impacted configuration items (CIs) to improve root-cause identification.
  • The rise in the use of AI which enables the monitoring systems to swiftly correlate events and anomalies to present to technicians via the ITSM platform.

Obstacles to ServiceOps

According to the report, ServiceOps also faces obstacles. The report states: “AI-based monitoring services can take longer than expected to understand the context of the services, the traffic, and the environment creating delays in improving availability.”

Gartner explains that ServiceOps requires “Improved diagnostics and resolution times require time and effort to achieve due to dependencies including effective service mapping, the degree of automation and the quality of monitoring. This requires a concerted effort to achieve a holistic approach. Accurate service mapping and comprehensive, up-to-date configuration management databases are necessary to support end-to-end incident processes if enhanced availability and resilience is to be achieved,” and “automated responses need to be carefully chaperoned to ensure that their decisions match the use case.”

Gartner also explains, “Many monitoring and service desk teams operate in silos, making it difficult to create a seamless experience.”

Generative AI

This year, Gartner included generative AI in its report, noting the “interest in how AI underpins ITSM has gained momentum due to generative AI applications like ChatGPT.” The report categorizes generative AI as hitting the “Peak of Inflated Expectations,” as shown in the chart above. But Gartner anticipates it will reach a plateau in just two to five years.

What is Generative AI?

As Gartner defines it, “Generative AI technologies can generate new derived versions of content, strategies, designs and methods by learning from large repositories of original source content. Generative AI has profound business impacts, including on content discovery, creation, authenticity and regulations; automation of human work; and customer and employee experiences.”

Why is it important?

According to Gartner: “Generative AI exploration is accelerating, thanks to the popularity of Stable Diffusion, Midjourney, ChatGPT, and large language models. End-user organizations in most industries aggressively experiment with generative AI. Technology vendors from generative AI groups to prioritize delivery of generative-AI-enabled applications and tools. Numerous startups have emerged in 2023 to innovate with generative AI, and we expect this to grow. Some governments are evaluating the impacts of generative AI and preparing to introduce regulations.”

What is the business impact?

Gartner notes the business impact of generative AI in the report, explaining, “Most technology products and services will incorporate generative AI capabilities in the next 12 months, introducing conversational ways of creating and communicating with technologies, leading to their democratization. Generative AI will progress rapidly in industry verticals, scientific discovery, and technology commercialization.”

Among the drivers for generative AI, Gartner identifies: “Machine learning (ML) and natural language processing platforms are adding generative AI capabilities for reusability of generative models, making them accessible to AI teams.” Generative AI industry applications are growing, impacting creative work in marketing, design, music, and content. Generative AI is expected to disrupt software coding, and when “combined with development automation techniques, it can automate up to 30% of the programmers’ work,” according to Gartner.

Obstacles to generative AI

Generative AI poses many obstacles. Gartner states that “democratization of generative AI uncovers new ethical and societal concerns. Government regulations may hinder generative AI research.” The report adds that, “hallucinations, factual errors, bias, a black-box nature, and inexperience with a full AI lifecycle preclude the use of generative AI for critical use cases.”

Gartner also explains that the potential use of AI for nefarious purposes represents an obstacle, explaining, “Sadly, it will also become a security and societal threat when uses for nefarious purposes. Responsible AI, trust, and security will be necessary for the safe exploitation of generative AI.”

BMC’s approach to ServiceOps

BMC addressed ServiceOps when we combined our service management and operations management capabilities under one solution, the BMC Helix platform. Putting artificial intelligence (AI) and machine learning (ML) at the core of BMC Helix, we created a complete, integrated software-as-a-service (SaaS) digital transformation engine that converges ITSM and ITOM. BMC Helix modernizes processes and workflows for both service management and IT operations teams and empowers organizations to accelerate DevOps; leverage intelligence for faster, better decision-making; and strengthen collaboration.

We believe that ServiceOps removes organizational silos between service and operations management functions, opens new collaboration channels, elevates experiences, and boosts productivity for teams  by:

  • Unifying data and workflows throughout hybrid cloud environments, minimizing manual, repetitive processes, and increasing the speed toward desired business outcomes.
  • Spending less time reactively responding to incidents and proactively resolving them before they impact the business through integrated, cross-platform AI/ML, intelligent automation, and predictive service management in concert with other BMC Helix solutions.
  • Automating processes and reducing silos to foster collaboration across IT, lines of business, product teams, and customers.

BMC’s approach to Generative AI

BMC HelixGPT is our answer to the next level of efficiency that enterprise operations will require with near real-time processing of operational data from infrastructure, applications, and end users. We believe that generative AI can establish a complete view of reality using this data from disparate sources, while ticket, incident, and change data inform how human beings have been responding to issues native to the environment and the business. BMC HelixGPT integrates all of these traditionally siloed data sources to derive actionable insights for anomalies and autonomous resolutions for mundane issues.

We developed BMC HelixGPT to ensure that the insights provided are human-relatable and still specific to the enterprise, so answers are based on organizational expertise, hence the term “expert of your systems.” We constrain our GPT with a domain- and tenant-specific model that continuously learns resolutions from subject matter experts (SMEs) in the organization.

BMC is excited to be a part of this transformational time in IT management and operations technology with our ServiceOps and generative AI offerings, and we will continue to innovate and integrate them with our BMC Helix portfolio.

*Gartner, Hype Cycle for ITSM, 2023, By Siddharth ShettyChris Laske, 14 July 2023.

This graphic was published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document.

GARTNER is a registered trademark and service mark of Gartner, Inc. and/or its affiliates in the U.S. and internationally, Hype Cycle is a registered trademark of Gartner, Inc. and/or its affiliates and is used herein with permission. All rights reserved.

Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner’s research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.

 

]]>
BMC Partners with ISVs to Deliver Innovation to Customers https://www.bmc.com/blogs/partners-isvs-innovation-customers/ Wed, 28 Jun 2023 15:42:37 +0000 https://www.bmc.com/blogs/?p=53016 One of the market strengths for BMC is its longstanding commitment to collaborating with best-in-class independent software vendors (ISVs) that have the unique expertise, perspective, and customer relationships to empower both organizations to deliver innovative, market-leading solutions that neither could deliver on its own. These collaborative efforts extend beyond simple marketing relationships to strategic partnerships […]]]>

One of the market strengths for BMC is its longstanding commitment to collaborating with best-in-class independent software vendors (ISVs) that have the unique expertise, perspective, and customer relationships to empower both organizations to deliver innovative, market-leading solutions that neither could deliver on its own.

These collaborative efforts extend beyond simple marketing relationships to strategic partnerships that span product management, customer support, and research and development, fostering tightly integrated and continually tested and expanded solutions that leverage new technologies. BMC ISV partner Fusion Global Business Solutions is an IT service management and IT operations (ITSM and ITOps) solution provider that has been consulting on and implementing BMC solutions with BMC-certified staff and a 24×7 BMC support desk for over 20 years.

The solution: project and portfolio management

Project and portfolio management is an essential process for ITSM and ITOps teams. In today’s fast-paced and constantly evolving business environment, IT projects can be complex and challenging, involving multiple stakeholders and dependencies. Fusion served as a design partner for BMC Helix for Portfolio Management, bringing its expertise to help organizations better manage their IT projects and portfolios effectively.

The solution provides a structured approach that includes:

  • Identifying and prioritizing IT assets and services based on their strategic importance, cost, and risk
  • Ensuring that resources are allocated effectively
  • Delivering projects on time, within budget, and to the required quality standards

By implementing BMC Helix for Portfolio Management, organizations can achieve their business objectives more effectively and efficiently and deliver value to their stakeholders and customers.

Figure 1. BMC Helix for Portfolio Management.

Figure 2. Service desk for business app users.

BMC welcomes the expertise and input of customers and partners like Fusion to help bring innovative solutions and greater value to our customers, which we discuss in greater detail in the video below.

 

Interested in partnering? Visit bmc.com/partners for more information.

]]>
Learn How to Drive Digital Innovation in a Data-Rich World from Stefan Olander https://www.bmc.com/blogs/digital-innovation-in-a-data-rich-world/ Thu, 25 May 2023 15:27:11 +0000 https://www.bmc.com/blogs/?p=52893 Join us on June 14 at 2 p.m. ET, as BMC Vice President of Worldwide Channels and Innovation Sam Lakkundi welcomes digital innovator Stefan Olander to the BMC Transformational Speaker Webinar Series. One of the world’s leading digital innovators, Stefan is co-founder and CEO of OMORPHO gravity sportswear. As a published author and thought leader, […]]]>

Join us on June 14 at 2 p.m. ET, as BMC Vice President of Worldwide Channels and Innovation Sam Lakkundi welcomes digital innovator Stefan Olander to the BMC Transformational Speaker Webinar Series.

One of the world’s leading digital innovators, Stefan is co-founder and CEO of OMORPHO gravity sportswear. As a published author and thought leader, he frequently shares his deep brand understanding and technological insight to teach organizations how to carefully manage the human and tech equation and bridge the physical and digital worlds to deliver creative, experiential solutions for consumers and businesses.

Over the past 15 years, he has led several groundbreaking global initiatives and collective consumer experiences, including inspiring 800,000 people to run a 10K in a single day while he was vice president of digital innovation at Nike. During the webinar, “Driving Digital Innovation in a Data-Rich World,” he’ll share:

  • Lessons learned from helping transform Nike into a fitness technology company
  • Data-centric ideas and insights to help individuals and businesses thrive in the digital age
  • How the consumer experience shapes technology solutions
  • How to manage the human and tech equation
]]>
Fusing Vision with IoT Data to Enhance Monitoring and Anomaly Detection https://www.bmc.com/blogs/fusing-vision-with-iot-data/ Tue, 02 May 2023 11:53:59 +0000 https://www.bmc.com/blogs/?p=52821 In recent years, more companies have recognized the role that providing good product support plays in maximizing customer satisfaction, developing a solid marketing strategy, and gaining a competitive advantage. In this blog, we will focus on the use of technology to improve field services—the after-sales service of a product or equipment located at the customer […]]]>

In recent years, more companies have recognized the role that providing good product support plays in maximizing customer satisfaction, developing a solid marketing strategy, and gaining a competitive advantage. In this blog, we will focus on the use of technology to improve field services—the after-sales service of a product or equipment located at the customer site.

In the post-pandemic world, we have seen the propensity to digitize or “e” everything, from e-training to automating every function of the organization. As logistics and field service support contribute significantly to IT strategy and profitability, it becomes extremely important to also optimize field service efficiency, productivity, quality, and effectiveness through digital technologies.

So, now, the question is, “What is the field-based service category?” In field-based service support, it becomes the responsibility of the service provider to deliver services to people or their possessions at the customer site, through on-site or remote customer service, depending on the circumstances.

Problem statement:

Managing data and information has always been key to customer support. There is certain information that needs to be collected and analyzed, like the specific products that require support, the right resource for the job, and the mean time to resolve (MTTR) for the job.

In the operational technology (OT) domain, such as manufacturing plants, MTTR is high and has significant impact on production for not only the faulty machine but also downstream steps, as well. In the majority of the cases, fault detection and reporting is still done manually, leading to high MTTR as assignment to a maintenance engineer is often not correct the first time. These additional steps are huge cost burden to both people and infrastructure. Since product support services have traditionally been recognized as a support mechanism rather than a profitability function, the general conditioning is to keep the prices really low while providing sufficient satisfaction to the customers.

Solution

To deal with this issue we have designed a concept we call “Lens” for BMC Helix, which helps to detect the structural failures in an operating infrastructure and proactively raise timely alerts and tickets for faster failure resolution.

Lens can be used for OT platforms such as asset-heavy industries like turbines, aeronautics, and underground pipelines, where there is already a prevalence of sensors that capture anomalies and raise tickets against the issues. Lens goes one step further to provide image-based anomaly detection, capturing an image of structural damages like leakage, breakage, and any other anomaly.

The solution maps the sensors’ data alongside the images captured and raises the ticket in BMC Helix ITSM. With this handshaking in place, the customer service support personnel will be able to assign the right technician the very first time so that no additional step is required.

There are various algorithms like synoptic and panoptic segmentation that will be used to detect the anomalies for image capture, as shown below.

Helix-Lens-flow-diagram

Figure 1. Process flow diagram

The image-capturing device can be anything from a camera to closed-circuit television (CCTV) to a remote satellite device to a magnetometer. These images and the sensor data will provide a broader spectrum of visualization to dive down into the details of the issue that has been raised.

Lens also comes with an augmented reality and virtual reality (AR/VR) view, which offers additional functionality when remote assistance is required, i.e., in the middle of the ocean.

Benefits of the solution include:

  • Predicting exactly where the issue has happened, and before the sensor can detect it
  • Reducing turnaround time (TAT) by assigning the right resource the first time
  • Shifting from a reactive model to a proactive and predictive model
  • Optimizing field service efficiency, productivity, quality, and effectiveness
]]>