Skip to Content

Data set file system: A major turning point for IBM mainframes

Capgemini
Capgemini Engineering
27 Jun 2023
capgemini-engineering

Overview

The Multiple Virtual Storage (MVS) file system is the most commonly used file system for the IBM Z family of mainframes. However, MVS is not a hierarchical file system like today’s typical file systems such as Windows, Unix, macOS, and others. Most of the next-generation IT recruits are not used to working in the MVS environment. Other than MVS, IBM Z also has the Unix file system, which is hardly used compared to MVS. However, next-generation IT professionals are very familiar with Unix.

With z/OS2.5, IBM introduces a new file system type that will render traditional MVS data sets accessible by the z/OS UNIX namespace. As a result, Z2.5 will enable z/OS UNIX applications, tools, and utilities transparent access to data in these data sets securely and consistently.

IBM is calling this file system type Data Set File System (DSFS). It will map MVS data sets on a Unix namespace. IBM’s idea of accessing MVS data sets from the Unix address space makes MVS data sets visible and easily accessible to and from Unix commands, applications, tools, etc.

A turning point for IBM mainframes

Since the 1970s, businesses running on IBM Z mainframes have generally stored their data and application code on an MVS file system. As a result, it is one of the oldest and most widely used file systems for large and mid-sized businesses worldwide.

However, training recruits on MVS is a significant challenge for businesses running on IBM Z. Today, most universities and colleges don’t educate students on MVS file systems. It would take years of training for the current generation to make themselves familiar with MVS internals. Thus, there is a significant gap between the supply and demand of MVS-trained instructors in the market.

Suppose your new software recruits are not required to understand the MVS file system. Instead, they just need to work on the familiar Unix Bash shell environment to access your existing databases and codebases. That would be amazing, right?!

With z/OS 2.5, businesses don’t need to train recruits on MVS. They can even do lateral hiring based just on Unix skills. Most importantly, companies will not have to migrate their databases/codebases from mainframes because recruits lack the MVS skillset. Also, there will be no need to code separate code logic for accessing data from MVS and Unix file systems, which reduces program size and complexity. These are the kinds of benefits that DSFS can bring to mainframe-based businesses.

Figure 1 captures the technical details describing the use of DSFS to access MVS datasets on a Unix namespace.

Figure 1: How to use DSFS to access MVS datasets on a Unix namespace
Source: Capgemini Engineering

Figure 2 below shows how MVS datasets, residing on a direct-access storage device (DASD), can be accessed on the Unix namespace using DSFS. MVS dataset AAAA.BBBB.CCCC can be accessed as /dsfs/txt/aaaa/bbbb.cccc on Unix. Similarly, PPP.QQQ.RRR can be accessed as /dsfs/txt/ppp/qqq.rrr.

Figure 2: Data Set File System mapping
Source: Capgemini Engineering

DSFS brings value to the mainframe world in five important ways:

  • A mapping mechanism to access MVS-cataloged (DASD) datasets from Unix namespace
  • Reduction in the gap between demand and supply for MVS resources
  • Reduction in cost and time in training resources on MVS
  • Reduction in program code as single logic will be required to access both MVS datasets and Unix files
  • Increase the confidence of businesses in the IBM mainframe. Yes, mainframes are adapting to your business needs and mainframes can modernize and change to help solve your problems.
Capgemini Engineering

Capgemini and IBM – Product Partnerships

The partnership introduces product capabilities into new geographies, platform eco-systems and deployment models
Capgemini Engineering

Is Zowe the perfect IBM Z companion?

Sandeep Kumar, Capgemini Engineering
27 Jun 2023
capgemini-engineering

The introduction of Zowe is a turning point for the IBM Z mainframe allowing engineers to work with z/OS in a way that is similar to working with cloud platforms.

The first IBM mainframes were born in the 1950s and dominated the corporate computing center for five decades. However, since the turn of the century, many companies have decided that IBM Z platforms are outdated technology. Negative comments about mainframes by software developers are common. “The mainframe is dying” and “new programmers are not interested in mainframes” are common refrains. The average age of a US-based mainframe programmer is 46.4.

Several financial intuitions have even tried to replace their IBM Z mainframes with more modern systems citing their bulky size and expensive hardware and software. But despite the talk about ditching their mainframes, the fact remains that today about 90% of all credit card transactions and 68% of the world’s production IT workloads are handled by mainframes.

However, today, young developers have little interest in working on the IBM Z platform for four reasons:

  • IBM Z platforms are too complex, and the green screen is not attractive
  • There is a lack of IBM Z open developer communities and forums
  • Unlike Linux VMs, the IBM Z is not accessible to many users
  • Developers are moving on to shinier things like cloud and Kubernetes

Modernizing the user/developer interface could be the factor to improve the IBM Z platform’s popularity. In 2015, Linux Foundation and IBM came together with sixteen other independent founding members to form the Open Mainframe Project (OMP) alliance. In mid-2018, the OMP launched Zowe, the first open-source integrated and extensible framework for z/OS.

Overview

Zowe was designed as a set of interfaces to modernize the IBM Z platform. The new interfaces interact with z/OS and allow engineers to work with z/OS in a similar way to the experience of working on today’s cloud platforms.

Zowe provides out-of-the-box applications to access major z/OS utilities like Job Entry Subsystems (JES), z/OS File System and Data Sets, z/OS Spool/Job Logs, etc. One of OMP’s goals is to create a massive community of developers who have some experience with IBM Z platforms and are capable of developing modern applications on a mainframe.

The Zowe architecture

Zowe is a collection framework with four major components:

  1. Zowe Application Framework (Zowe Desktop or Web User Interface)
  2. Zowe Command Line Interface (CLI)
  3. Zowe Explorer (VS Code plugin extension)
  4. Zowe API Mediation Layer (API ML)

The first three components constitute the Zowe client category. The fourth resides on the z/OS server and acts as a gateway to interact with z/OS services, and includes a catalog of REST APIs and discovery functionality. (See Figure 1.)

Figure 1. An overview of the Zowe architecture

Source: Open Mainframe Project

When using Zowe clients, users can decide how to interact with z/OS. The most popular option is the IBM z/OS Management Facility (z/OSMF), a REST API-based framework that supports OS management functions in a task-oriented way. The other options are:

  1. z/OS FTP, which is directly compatible with Zowe CLI and Zowe Explorer
  2. Remote System Explorer (RSE) APIs, for which users will need the IBM RSE API plugin at the Zowe CLI end.

Some of the z/OS products, such as CICS and DB2, provide API support for Zowe CLI. Also, users can develop their own REST APIs to interact using Zowe.

Many more open-source projects are available and under development for the Zowe framework. Examples include Zowe Python SDK, Zowe Client SDKs, Zowe Mobile, and Zowe Embedded Browser for RMF/SMF and APIs (ZEBRA).

Zowe CLI

Zowe CLI enables the user to access IBM Z platforms with a command-line interface. Before installing and using Zowe CLI, it is necessary to install NODE.js and NPM on the client machine. After NPM is installed, it is just a single command to install Zowe CLI:

zowe plugins install @zowe/secure-credential-store-for-zowe-cli@zowe-v1-lts

Different CLI plugins can also be installed using NPM:

zowe plugins install @zowe/cics-for-zowe-cli@zowe-v1-lts @zowe/db2-for-zowe-cli@zowe-v1-lts @zowe/ims-for-zowe-cli@zowe-v1-lts @zowe/mq-for-zowe-cli@zowe-v1-lts @zowe/zos-ftp-for-zowe-cli@zowe-v1-lts

After the installations have been completed, Zowe CLI is ready to use. The user now simply has to enter the Zowe command to perform various functions like listing a dataset:

zowe zos-files list dataset “MY.DATASET.*” –host my.company.com –port 123 –user myusername123 –pass mypassword123

Another function is to download a PDS member:

zowe zos-files download data-set “MY.DATA.SET(member)” -f “mylocalfile.txt” –host my.company.com –port 123 –user myusername123 –pass mypassword123

You can also set up your profile with Zowe CLI to avoid having to provide passwords and use the correct profile with Zowe commands, and it will list the physical data set (PDS) members:

zowe profiles create zosmf-profile myprofile123 –host my.company.com –port 123 –user myusername123 –password mypassword123

zowe zos-files download data-set “MY.DATA.SET(member)” -f “mylocalfile.txt” –zosmf-profile myprofile123

Zowe CLI is the ideal feature for DevOps developers as it can directly be used for automating the IBM Z tasks like submitting JCLs, fetching data sets and spool logs for analysis. Cloud-based implementations and CI/CD pipelines can be set up using this option.

Zowe desktop

The Zowe desktop is a web-based UI that can be accessed through any browser. It contains several applications like File explorer to browse through datasets and PDS members, and JES Explorer to edit and submit the JCLs. It also contains a TN3270 terminal application to access IBM Z Platforms the traditional way. (See Figure 2.)

Figure 2. The Zowe Desktop

Source: Zowe

Zowe Explorer for VSCode

VSCode is a very popular code browser among developers, and various plugins are available for every type of software development in VSCode. Similarly, the Zowe Explorer plugin can be downloaded and configured with the IBM Z platform. Moreover, it modernizes the developer and systems administrator interaction with IBM Z platforms with simple context menus to fetch datasets and PDS, submit JCLs, and fetch spool logs. For example, users can perform the following tasks using the Zowe Explorer plugin:

  • Create, modify, rename, copy, and upload datasets to a z/OS Platform.
  • Access the USS files directly in a similar way as data sets
  • Create, edit, and delete Zowe CLI z/OS Management Facility (z/OSMF) compatible profiles
  • Use the Secure Credential Store plugin to store credentials securely in the settings
  • Leverage the API Mediation Layer token-based authentication to access z/OSMF

Examples of the usefulness of the Zowe Explorer’s context menus include:

Summary:

Zowe could be a boon to IBM Z platforms as it simplifies work for developers, administrators, and users. IT professionals will once again find mainframes attractive and make the IBM Z platform the large direct userbase it deserves to be. This newfound popularity would make it easier to create, modify, rename, copy, and upload data sets directly to z/OS. Users will create, modify, rename, and upload USS files directly on an IBM Z platform. Zowe will provide a secure, streamlined way to access data sets, use files, and jobs.

Most importantly, Zowe has introduced IBM Z platform engineers to the open-source world and is on its way to becoming a large and growing ecosystem, with user support communities that will help developers in the decades ahead.

References:

Zowe.org | Zowe Docs webpage

Recent articles about Zowe https://medium.com/zowe

“Mainframe Programmer: Demographics And Statistics In The US,” Zippia

Christopher Tozzi, “9 Mainframe Statistics That May Surprise You,” Apr 19, 2021, Precisely

Barry Baker, “Open source project Zowe: Fast, simple, familiar z/OS development,” Aug 15, 2018, IBM

Javier Perez, “The Zowe project: Build open source with open source,” Mar 15, 2021, IBM Developer Blog

Nan Nan Li, “A new Zowe trial experience for YOU!,” IBM Z and LinuxONE Community

Capgemini and IBM – Product Partne

The partnership introduces product capabilities into new geographies, platform eco-systems and deployment models

Capgemini Engineering
Sandeep Kumar

Sandeep Kumar

Senior Manager, IBM Sterling Connect:Direct for Z Platform, Capgemini Engineering

    Three data-foundation strategies for scope 3

    Roosa Säntti
    28 February 2023

    Scope 3 emissions pose one of the biggest dilemmas within corporate sustainability agendas. Our view is that a data-powered approach is a key to solving it. The good news is that getting a better grip on emissions data not only helps cope with mandatory regulations, it also provides additional business potential and builds data mastery. Here are three foundational strategies to get started.

    Long gone are the days when an organization’s sustainability ranking was only judged by the impact of its own actions. Organizations that cannot provide relevant Scope 3 data in public reporting face the likelihood of stakeholders criticizing them for providing an incomplete picture of their total environmental impact. A company’s Scope 3 emissions account for 65 to 95 percent of the total CO2 footprint, but the findings from Capgemini Research Institute’s latest Data for Net Zero research show that only 22 percent of companies are measuring Scope 3 data today. This means that a majority of companies overlook most of their carbon footprints and simultaneously ignore the business value potential from emissions data.

    The complexity of Scope 3

    A company’s carbon footprint consists of Scope 1, 2, and 3 greenhouse gas emissions. Scope 3 emissions result from activities that are not directly owned or controlled by the company, including those coming from suppliers, distributors, partners, and customers. They are divided into 15 categories.

    Measuring and reducing emissions and focus on shifts, but some valid Scope 3 measures are:

    • Avoid unnecessary business travel and inefficient modes of transport

    • Switch to lower-emission fuels and vehicles

    • Manufacture more energy-efficient products

    • Design durable, recyclable products.

    Although sharing Scope 3 emission information has been optional for most businesses so far, both US and EU regulators are now pushing for increased transparency, and companies will increasingly face new regulatory requirements. Furthermore, companies are also realizing the business potential that sustainable value chains, operations, and products can provide. Findings from the Capgemini Research Institute show that 85 percent of organizations recognize the business value of emissions data, but it remains inadequately used: 45 percent of the companies use the data only for reporting.

    “Without accurate data and the skills to use it, you don’t only struggle to report the right numbers, but it also becomes impossible to make predictions for the future and steer your business towards net-zero.”

    The Scope 3 dilemma is all about solving a big data challenge

    Scope 3 emissions come from external parties, so collecting accurate and reliable data can be particularly challenging. Without accurate data and the skills to use it, organizations not only struggle to report the right numbers but also to make predictions for the future and steer the business toward net-zero targets. So, Scope 3 is a big data challenge: reliable emissions data is needed for both asking the right questions and providing the right answers. But how to get started? Here are three data-foundation strategies that get things moving in the Scope 3 space.

    Emissions data collection: start with identifying hotspots

    When a company has defined net-zero targets, it usually has already created an understanding of the most carbon-intensive parts of the value chain. For example, to a manufacturing company, such a hotspot might be logistics. A data-collection strategy for Scope 3 is a plan aligned with the sustainability strategy. It describes what data is needed, from where to collect it, and what to measure. With Scope 3, organizations should always aim at getting the source data if available. In practice, this means reaching out to suppliers and partners and asking for emissions data allocated to the products and services purchased. In some cases, when the actual data cannot be accessed, another way to estimate the activity data should be agreed.

    As with all data these days, a smart approach should be used. Hence, instead of collecting it all, focus on what data is really needed to understand where the organization is, and make predictions for the future.

    Establish a shared single source of emissions data

    A hub to ingest and store data in one place is next. The data will come in different formats and structures, and a common emissions data model will help make sense of it. Major cloud-platform providers such as Microsoft, Snowflake, and AWS have already developed accelerators in their stacks to support Scope 3 emissions data collection, modelling, and analytics. One advantage of these cloud platforms is that they tend to have great data collection and sharing capabilities for data outside the organization. In the end, Scope 3 is all about sharing across the data ecosystem. Once the data is in one place, it is possible to use this single source of truth for multiple purposes, such as carbon accounting, reporting, or analytics.

    Let data lead the people

    Calculating and reporting Scope 3 emissions can still be considered a quite straightforward part of the puzzle. When an organization starts building analytical models, what-if scenarios, or utilizing advanced AI – for example with digital twins – it gets tougher. The tricky part is how to make people trust the data and make decisions based on it. The data-powered sustainability game is, in the end about people, culture, and the right skills. As an example, in the manufacturing industry, R&D and procurement teams are at the heart of change. These teams decide what kind of products to make, materials and processes to use, and from where to buy. When these teams have knowledge of the net-zero targets, understand their role in reaching them, and have access to data, tools, and insights that lead the way, change can happen.

    Emissions data literacy is a quality that involves people, tools, and processes. Similarly, to financial data literacy, emissions data and related skills are essential tools for tomorrow’s leaders. It is evident that one of the toughest elements in the race to net-zero lies in Scope 3. Despite this big data challenge, here’s the good news: by adopting a data-powered approach – starting with three foundational strategies – a business can take a leap towards a net-zero future, building data-management capabilities and data mastery along the way.

    INNOVATION TAKEAWAYS

    BE SMART WITH DATA COLLECTION

    For Scope 3, identify hotspots, collect what is really needed, and aim always for the critical data.

    ESTABLISH A SINGLE SOURCE OF TRUTH

    Collect and store this data in a central place and manage it on top of a common sustainability data model.

    SUPPORT AND EDUCATE

    Equip teams with the skills and tools to understand and use emissions data for business decisions, investing in a net-zero future.

    Interesting read?

    Capgemini’s Innovation publication, Data-powered Innovation Review | Wave 5 features 19 such articles crafted by leading Capgemini and partner experts, about looking beyond the usual surroundings and be inspired by new ways to elevate data & AI. Explore the articles on serendipity, data like poker, circular economy, or data mesh. In addition, several articles are in collaboration with key technology partners such AWS, Denodo, Databricks and DataikuFind all previous Waves here.

    Author:

    Roosa Säntti

    Roosa Säntti

    Head of Insights & Data Finland
    Roosa’s ambition is to make people, organisations and the society to understand the power that lies in their data and how they can harness it to build smarter and more sustainable environment for all. She helps businesses in innovating their strategy with the help of digitalization, technology and data. In her current role she is leading a business unit serving customers within data, analytics and AI. Her special interests lie in the intersection of innovation, technology and people.

      Hit the ground running with HR Cloud to boost your new workforce capabilities

      Dr. Sandra Duesing
      27 Feb 2023
      capgemini-invent

      “Employees who have a positive Onboarding experience are almost three times as likely to feel prepared and supported in their role, boosting their confidence and improving their ability to perform their role well.”

      Source: Harvard Business Review: Onboarding Can Make or Break a New Hire’s Experience (April 2022)

      As mentioned in our first blog article, the optimal employee-centric Onboarding journey consists of three phases: pre-boarding, acclimation, and belonging and performance excellence. In this article, we take a closer look at the second phase of the employee-centric Onboarding journey – the acclimation phase. Acclimation begins on day one at the new company and extends over the first month. The aim of this phase is the professional and organizational enablement of new joiners by helping them understand tasks, get familiar with relevant people, procedures, and the organization in general. The employee starts to become performant.

      Admin and technological layer

      An important part of the acclimation phase is ensuring the technical competence of employees. This includes ensuring that access to all necessary applications is guaranteed, that registration can be carried out without complications, and that appropriate authorizations are stored. Additionally, it is essential to provide employees with information on where central documents (e.g., payroll) can be viewed and where work resources (e.g., PowerPoint templates in line with corporate identity) can be found. A corresponding checklist in the Onboarding portal can provide valuable guidance here. Beside the checklist from ServiceNow, which we described in the previous blog article on Pre-boarding, other cloud tools can serve the same function, such as SAP SuccessFactors, Oracle, and Workday.

      The focus in the acclimation phase is on initiating the employee’s ability to work. Mandatory training courses are a necessary part of this process, which must usually be completed by the new employee during the first weeks of employment. HR Cloud tools should be used to make people aware of the training courses in a timely manner, but also to conduct them. For example, Workday Learning offers quick and user-friendly access to the training courses (see illustration 1 and 2). In addition to these mandatory courses, structured on-the-job training is a vital component of Onboarding. For this to be achieved, the relevant contact persons need to be available to support new employees whenever necessary, helping them get familiar with the new tasks and topics. The new employee must be given sufficient time to do this.

      Organizational and cultural layer

      To continue to communicate the culture of the company and ensure optimal Onboarding at the organizational level, communicative measures are necessary. On the one hand, this means information events that provide new employees with insights into central company topics. On the other hand, discussions about expectations and goals must be held with new employees on an individual level. Another aspect is that new employees should always be given sufficient time to get acclimated to regular administrative tasks and the professional environment.

      Social and network layer

      There are many ways to ensure new employees feel welcome within the organization. To become trusted companions during their first weeks in the new company, employees can get to know the team and colleagues by joining (virtual) social groups. These groups also make it possible to build up your own network in the new company. Another key to rapid acclimation is regular interactions with dedicated buddies, who play a particularly significant role for new employees. Buddies are always available to answer any questions that may arise and actively support and facilitate a successful start in the new company.

      Our next Blog #4 takes a closer look at the third and final phase of the Onboarding journey – the belonging and performance excellence phase.

      Our authors

      Dr. Sandra Duesing

      Dr. Sandra Duesing

      Vice President in Workforce & Organization and the Global Head of Reinventing HR | Capgemini Invent
      As Capability Lead Workforce & Organization at Capgemini Invent with a dedicated focus on Experience Excellence in HR & HR IT, I am passionate to re-imagine work & unlock underlying human potential to drive digital transformation journeys for business and society successfully.
      Svenja Stegemann

      Svenja Stegemann

      Senior Consultant in Workforce & Organization | Capgemini Invent
      Anne Geiter

      Anne Geiter

      Consultant in Workforce & Organization | Capgemini Invent

        Immersive experiences – the new frontier of commerce

        Xaviere Tallent – Our Expert
        Xaviere Tallent
        27 Feb 2023

        Immersive experiences, the metaverse, NFTs, blockchain – the new frontier of commerce. These terms are floating around and catching everyone’s attention.

        We all know the transience of hype and how it can sometimes lead organizations to take the wrong turn or over-commit to new technology that doesn’t ultimately pan out. But for all the futuristic ideas surrounding these buzzwords, the tech is already here, and it’s exponentially developing into hitherto unseen horizons – think virtual smelling (more on that later).

        The technology to simulate anything and everything a person can imagine in real life is now emerging. And the potential applications are inexhaustible. But Innovation is a means, not an end. The challenge is relevancy: how can this be applied now to benefit organizations?

        In this blog, we’ll see how immersive experiences and NFTs can be utilized in commerce. Gently – but boldly – transition companies to higher consumer engagement.

        Esteemed colleagues and expert speakers at the NRF 2023 have drawn an electrifying picture of what the future holds. Revealing some of the secrets behind these technologies and how they can be implemented to drive commerce into an exciting future.

        What are immersive experiences?

        Immersive experiences place the user in an environment that diverges from daily life. The applications are stunning. They could be anything from the more distinct type, like VR, to exploring the map of an otherworldly video game, or even something like an exclusive event at a remote location in real life.

        The term itself refers to the psychological involvement of the experience rather than a specific set of external catalysts. (Immersive experience does not equal wearing virtual reality headsets.)

        This is a broad definition, but it is essential to understanding the scope of what immersive can do – and the crux lies in the psychological aspect, which is what the consumer wants and values. As has been known for a while, consumers – the millennial demographic and the new Gen A even more so – are showing more interest in experiences rather than things, which provides a solid foundation for building a new strategy around product development and especially CX.

        Where are we now with the tech? Some startups have managed to simulate touch and smell in a virtual environment. This is the latest and most encompassing simulation technology for the metaverse and virtual experiences to be released later this year. This opens up a new world of marketing opportunities in retail to extend e-commerce further than it’s ever reached.

        NTFs – below the tip of the iceberg

        We are in the age of Web 3.0, the new era of the internet with evolving decentralized blockchain technologies, including cryptocurrencies and non-fungible tokens, or NFTs. The popularity of NFTs surged and reached media outlets with stories of people paying outrageous amounts of money to own unique artwork – perhaps the first thought that comes to people’s minds when hearing the term. But what are they, really?

        Blockchain technology enables a “transparent” and non-reproducible chain of blocks of information, with encryption linking each one to the previous with a timestamp and transaction data.

        This distributed ledger, as opposed to a centralized database, removes the risk factor of a single point of failure. If part of the system suffers damage, data still exists in an identical form in another part of the system. This solid method of guaranteeing that the blocks are non-fungible and cannot be replaced/tampered with is the basis of cryptocurrencies and NFTs.

        Once someone is recorded as being the owner of an NFT, this ownership is authenticated and certified by the blockchain. This authenticity can lend itself to the incorporation of exclusivity and uniqueness in products and rewards from brands.

        How NFTs can be used? Exclusivity and a demo

        Consumers like exclusivity, especially with luxury items and experiences. For example, there is an exclusive dining club in New York that is the first one of its kind – you can only enter it if you own an NFT for it (and further applications could be made to have tiered experiences within the restaurant, like additional NFTs allowing patrons to have premium dining experiences). This sort of use of NFTs can elevate luxury products, experiences, and rewards to new heights that surpass the mass market – a digital environment, tied to real life, that enables people to have the most exclusive possible access to what companies have to offer.

        To showcase how this can be used, Capgemini has created a demo: someone buys a luxury bag. The journey for the customer starts with a QR code attached to the bag and when they scan this code, their ownership of the bag gets registered on the blockchain. Then, the customer receives an email inviting them to an exclusive event, like Fashion Week. This bag’s digital twin is now associated with an NFT. The customer can attend the event while others can’t – creating exclusivity – and they become a part of that community. This is the power of combining online-offline experiences.

        Other online-offline applications that already exist include:

        • Real-world shoes that, in the digital world, enable you to fly in a game
        • A real-world car that can go faster in a racing game
        • A ticket is being minted as an NFT to attend a conference

        The same principle can be applied in countless ways.

        Consumer naysayers versus the new generation of commerce

        Sixty-five per cent of consumers have said they would prefer to have real-life, physical experiences than immersive ones, and many people consider the metaverse to be a bad thing for society. But many of us remember a time when the same was said about Web 2.0, what we’ve had for nearly two decades now – the internet as it exists today. Socializing as a kid would involve going to the mall or maybe chatting online with friends. Kids today instead might immerse themselves collectively in Minecraft or Roblox, entire digital worlds where they can create anything they want.

        Like the reticence many in the industry had about the idea of online commerce back in the infancy of Web 2.0, it is expected that the same would be thought about where we are now, but the applications of Web 3.0 in the new age of digital commerce are already here. The younger generations especially are primed for the new experiences that this technology has to offer.

        Moreover, according to the newest 2023 Capgemini Research Institute report, 58% of consumers – of several thousand across 11 countries and a thousand organizations – believe that immersive experiences will influence their next purchase. 77% believe that immersive experiences will influence how they engage with a brand after purchasing, using, and servicing their product. And in customer service, 77% also believed that immersive experiences will create loyalty. The key will be designing an omnichannel strategy with outstanding CX, based on robust research into customers’ expectations and use.

        They don’t need to know

        This sounds insidious, but the idea is that the consumer doesn’t need to be familiar with or understand the technology itself to find value in it. This is a simple concept that is implicit in the marketing of most products – most people don’t expect to know about the chips and processors in their electronics, for example. A mere 20% of US online adults said they were familiar with the metaverse, and only 20% have heard of NFTs but 31% do not understand what they are (including Gen Z). But the psychological aspect of immersive experiences is the actual intrinsic value that the consumer will find through the exclusivity of the event or experience tied to the product.

        The novelty of Web 3.0 technologies might tempt companies to label their immersive experiences with the associated buzzwords. Companies that use NFTs and immersive experiences in their products and services do not necessarily need to have the term “NFT” attached to anything. In essence, the idea is to combine the technology with good CX research to produce the best experiences possible for the consumer and market them in the correct way for a frictionless experience. Nothing is gained by alienating customers with unnecessary jargon.

        What are the limitations?

        The hardware is not yet as fast as the software. We now have 5G, are exploring 6G, have WiFi 6 on the horizon, and are beginning to explore 7G, but these are not quite where they need to be yet. The technology and infrastructure are there and improving, but the current state of the hardware is a limiting factor.

        For example, virtual try-on – the ability for consumers to virtually try on products using their devices via augmented reality and layering visuals – is still not quite right and doesn’t sufficiently simulate the look of an item of clothing or shoes on the person. But it will be soon. (In the case of some clothing, such as sunglasses, it’s already there.)

        The hardware limitations can be a thorn in our side, preventing us from moving faster, but the existing technology has reached the stage that, if used in the right way, it can launch organizations further into the new wave of commerce.

        How can I get in with the new frontier of commerce?

        Immersive experiences are undoubtedly the new frontier and future of commerce. At Capgemini, we urge clients to start their journey toward these new vistas – and it’s better to begin now than later. With so much on the horizon, you need a good place to start and to select the right tools and strategies for your organization.

        To see what else happened at NRF 2023, check out our event page. You can also get in touch with our team to find out more about immersive experiences and book a demo.

        If you’re interested in discovering what Capgemini can do to kickstart your journey into the future, visit our Retail and Consumer Products pages.

        WHAT MATTERS TO TODAY’S CONSUMER?

        2023 consumer behavior tracker for the consumer products and retail industries

        About Author

        Xaviere Tallent – Our Expert

        Xaviere Tallent

        Global Commerce Realized Offer Lead
        With over 30 years of experience in data-driven digital commerce transformation, Xavière has helped organizations successfully reinvent their business and leverage new technologies to deliver better online and offline customer experiences, throughout the value chain. As a commerce trend expert, with a deep industry expertise, she assists her clients in putting their customers first to drive business value at scale.

          Explore more

          Reimagine the future of consumer products

          Delivering against consumer expectations in the new era of connected commerce

          How metaverse can benefit customer experience and operations?

          Evolving 5G experiences

          Ashish Yadav
          27 Feb 2023

          Several innovative technologies are just now reaching maturity. When they come together, the results are on a whole new level.

          Wireless internet continues to evolve with each generation of 3GPP, and today connectivity has revolutionized how we design and consume internet in our daily life. Till very recently, LTE was confined to mobile phones. Every new generation meant better speeds on the mobile phone. With the advent of 5G, there is a shift in how we consume wireless internet. Now with the inherent low latency offered by 5G it is possible to enable machine-to-machine communication.

          In addition to wireless internet, another major technology that transformed internet commerce is cloud computing. Cloud computing enabled a whole new ecosystem of application developers who could develop and deliver new experiences directly from cloud that enabled faster innovation and accelerated product development.

          We can now have 5G-powered distributed clouds everywhere that enables new use cases beyond mobile phones – driving more automation, better productivity, new revenue opportunities and inclusive use of technologies across the society. This 5G powered distributed cloud is the multi-access edge computing.

          In the last decade the advent of artificial intelligence (AI) has added a lot value on how data can be leveraged to develop innovative applications that help add value to enterprises and society.

          For the first time, we see a convergence of distinct technologies (5G, distributed cloud / edge computing and AI) that enables a whole new experience for warehouses, smart cities, smart farms, enterprises, manufactures, healthcare providers, government, and society in general.

          What this convergence of technologies is leading to

          • Imagine not having to de-weed a large farm because now the AI algorithm recognizes all possible weeds in the area and will be able to direct the de-weeding machine. Likewise, pesticide spray is targeted only at the crop and not to the weeds. Today it is possible to deliver such experiences through a small-form factor 5G Radio network combined with cloud-native core network and edge computing, with solutions running on-prem or on operator networks on a specific spectrum. Such solutions are called 5G private networks. Capgemini Road Side Unit(RSU) solution is one such example. The RSU use case involves Visual Compute Application Deployment on LOCAL BREAK-OUT to detect Vehicles and Pedestrians using Edge Compute based AI Inferencing. Vehicles and Pedestrians are captured by the 5G enabled Camera located on edge sites in the Smart RSU infrastructure as RTSP Video Streams and the Camera would source the RTSP media to Visual Compute Application for Vehicle and Pedestrian Detection.

          Let’s look at some other examples:

          • Small form factor low power base stations are creating Private 5G networks enabling large, areas with network connectivity. This has enabled autonomous vehicles and communications in mining, ports, smart farming etc. reducing the risks as well as operation costs.

          The Edge Compute nodes can handle data and applications to provide feedback in real time for equipment automation and human decision makers.

          • The computer vision application on Edge Compute platform can ensure that only the whitelisted license plate vehicles enter a secure port. It can create zoning based on the requirements restricting or allowing access as needed.

          These are only a small sample. As per recent research, the global private 5G network market is expected to grow at a compound annual growth rate of 49.0% from 2022 to 2030 to reach USD 41.02 billion by 2030.

          Building blocks of 5G network:

          The 5G network can be thought of as three major network nodes i.e., Radio Access Networks (RAN), Core Networks and Multi-Access Edge Compute (MEC).

          O-RAN, Network slicing, Ultra-low latency and Metaverse are the other buzzwords that are dominating the strategic circles in the 5G industry.

          Ultra-low latency will take some time to produce actual use case applications, as many of the low-latency applications currently rely on Edge computing. However, as the applications evolve requiring near real time responses, URLLC will no longer be optional. Network slicing will help optimizing network resources and radio resources as well as provide optimal quality of service for each slice. This enhances quality of experience for the users.

          O-RAN is dis-aggregating the network, enabling open interfaces that can create a platform for more innovative applications, features and functions that can add value to operators through lower costs and new revenue streams. Lower costs are achieved through disaggregation and massive automation. Lower costs and innovative applications are also enabled through telemetry and data collected from the network. RAN Intelligent Controller (RIC) is the new application platform for RAN where the developer community is creating a difference with the intelligent and data-driven applications arming the RAN stack with more data points and advanced information to make decisions that were not possible in the monolithic system.

          Metaverse is not just a life experience for humans in an alternate universe. The definition has been extended to industrial use cases. Digital twins are used for setting up franchises, training, and pre-emptive maintenance remotely.

          Metaverse applications are being used by car manufacturers, mining field operations, franchise setups, remote maintenance of trains, bus fleets etc.

          Intelligent Edge Application Platform (IEAP) from Capgemini is the new home to Metaverse applications. A Metaverse platform that is agnostic to underlying hardware or cloud technology. It can orchestrate and manage applications life cycle. It can be stitched to custom requirements, whether on-premises or on the cloud. It comes with flexibility and services on top.

          5G experiences on display at MWC 2023

          At MWC Capgemini is showcasing multiple industrial applications hosted on the IEAP platform. Collaborating with our partners, Capgemini has a private 5G setup at our booth enabled by IntelFlexRAN™ physical layer, Capgemini CU, DU, RU and IEAP. Supermicro has enabled all the Intel® Xeon®-based servers for this demonstration. Fibrolan switch has been used to achieve robust synchronization and high speed data.

          Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries.

          The mining application from a Bay Area based startup Skycatch Inc transforms mining into an XR experience using Nvidia Omniverse AI/ML tools. Users can remotely monitor a mining field including the speed of trucks in the field. Additional applications can be used and integrated into the system to extend the use case for full mining operations management inclusive of real time load management and traffic management. Omniverse and AI assisted operations management increases productivity and throughput while reducing errors.

          Another application running on IEAP is a mixed media reality experience from Microsoft using Halo lens. Visitors to the Capgemini booth will be able to experience digital objects with their hands and see the reactions in real time enabled by the low latency from IEAP. Now, imagine sitting in airport gaming pods and experiencing high-quality gaming powered by IEAP. You might just have to wait a bit longer to get the same experience on airplanes too, but we’ve got you covered for the airports for now! 

          Capgemini and our partners have all the parts needed to create the connected 5G experience. We hold the keys to the frameworks, platform and applications that can monetize 5G.

          Connect with us at MWC and join the future of 5G!

          TelcoInsights is a series of posts about the latest trends and opportunities in the telecommunications industry – powered by a community of global industry experts and thought leaders.

          Author

          Ashish Yadav

          Ashish Yadav

          Head of Strategic Partnerships and Technical Product Management, Software Frameworks & Solutions, Capgemini Engineering
          Ashish Yadav is a leader with more than 20 years of engineering experience, managing strategic partnerships for start-ups and Fortune 500 global technology companies. In her current role, she is responsible for global strategic partnership alliances and technical product marketing for the Software Frameworks & Solutions portfolio at Capgemini. This group is responsible for building innovative offerings in the area of 5G, networking, cloud/Edge and the automotive sector.

            What to look forward to at MWC Barcelona 2023

            Shamik Mishra
            24 Feb 2023

            As the world’s largest and most influential connectivity event, Mobile World Congress Barcelona is a pivotal point for many in their annual business calendars. Quite simply, it’s an unmissable business-to-business event for everything mobile.

            Coming back to its full overwhelming extent, this in-person large scale congress that’s getting closer and closer to CES, promises to be a refreshing experience to reunite with clients and partners – old and new – with the possibility of impromptu encounters, quick coffee breaks, and stand-up meetings at the booth.

            MWC is always a bit of a hybrid show as apart from showing a bunch of product announcements, mobile industry goes there to do business. That’s why there’s always a lot of chat around the show. Outside of the consumer sphere, it also draws in many industry heavyweights to talk about the future of mobile, like 5G, mobile hardware, VR, AI, edge computing, and other associated technologies. Themes at the show this year, according to the GSMA, will range from the metaverse to fixed wireless, open RAN, cryptocurrency, virtualization, sustainability, and private networks.

            Some of the key MWC 2023 themes I look forward to see include:

            • Private networks: At this year’s show, I expect to see more diversified and immersive 5G-powered use cases that can bring value to industries. Last year, 5G private networks became mainstream with commercial deployments. Use cases that demonstrate industrial automation, immersive experiences, and productivity improvements have also seen higher adoption.

            5G private networks combine 5G networks with multi-access edge computing that can host ‘network-aware’ applications. Additionally, the developer ecosystem can be harnessed by providing simplified models to onboard applications through enhanced developer experience.

            At this year’s MWC, Capgemini will demonstrate our 5G connected experience solutions that converge Capgemini software frameworks like 5G RAN, core network, and intelligent edge application platform (IEAP). We will showcase use cases like metaverse, industrial automation, rich developer experience, and practical examples of 5G industrial use cases.

            • I also expect to see a lot of interest in open networks this year. Open disaggregated networks like O-RAN provide more automation, more visibility, more diverse vendor ecosystem, and offer an intelligent radio platform that encourages application development by simplifying the access to deep network insights. This year, Capgemini’s O-RAN software framework and RIC platform will showcase a number of new and innovative applications.
            • Right now, I can see a growing and stronger push on sustainability ­­– especially when it comes to the carbon impact of telecommunications. Nowadays, we spend more time thinking about what we can do to help other industries decarbonize. With rising energy prices and inflationary pressures, I anticipate much of the focus to be on how the industry can reduce energy consumption and overarching operating expenses. Operators need help on their long-term path to Net Zero and their short-term journey also needs to keep at least some control over energy costs, while the GSMA’s themes of 5G Acceleration and OpenNet bring more network complexities that will require operational efficiencies only available via greater network automation. Energy costs account for between 15% and 40% of OPEX for Telcos – and that figure is expected to increase sharply in the next few years.

            Capgemini’s “Green Network” initiative will demonstrate network energy management through network AI as part of the Project Bose. We will also demonstrate how we are scaling sustainability in partnership with Snowflake and how computer vision is used for improving the quality of FTTH access network

            • 5G Monetization and early 6G will also be a key item on the table. Hopefully, in Barcelona, we will see more innovation from operators on 5G Standalone services for vertical solutions and more advanced consumer applications, and more from vendors on progress with 5G-Advanced solutions that will really complete the 5G vision. I expect initial discussions on 6G to focus on standardization activities, early research, and challenges that 6G expects to solve.

            Capgemini will host multiple live stage conversations around 5G monetization and 6G research including our initiatives with universities.

            • Network-as-a-service: 5G monetization also requires the ability to look at the network as a platform. Application developers need these to access insights and information from the network through APIs. Telco network APIs are critical to ensure a path towards automation and monetization. Additionally, automation is crucial for operators as they try to navigate the higher “run” costs. Automation at scale can help them improve their efficiencies and have more control and visibility over the networks. This also requires treating the network as a platform. 5G automation solutions, like network slicing when driven out of cloud, can turn enterprise network provisioning into a fully automated, single click solution.

            We will demonstrate a first of its kind, cloud-driven network automation solution for network slices at the MWC in partnership with BluePlanet, Casa Systems, Juniper, and Microsoft. You can also experience our Advanced Network Automation (ANA) solution that makes granular control over network automation possible for operators.

            Visit Capgemini’s Future of Connected Reality section at MWC 2023 and witness the coming together of the physical and digital world. Something like that requires connectivity at a level never seen before and we are pushing the boundaries of what’s possible through advances in this direction.

            The Future of Networks section showcases how Capgemini and our partners are paving the way to a future where high-performance connectivity can be accessed anywhere in the world, delivering resilient services for the most complex use cases. We are confident that the future of networks is open, sustainable, automated, and managed through intelligent orchestration.

            At Capgemini we believe 5G is the fabric of the future and the future is connected. The key to that connection is 5G. Capgemini engineers are expanding the limits of 5G in multiple areas, connecting industries with telco at the core. Join us at Hall 2 #2B90 to experience the future of technology and participate in some live stage presentations with partners and clients. We look forward to meeting you there!

            TelcoInsights is a series of posts about the latest trends and opportunities in the telecommunications industry – powered by a community of global industry experts and thought leaders.

            Author

            Shamik Mishra

            Shamik Mishra

            CTO of Connectivity, Capgemini Engineering
            Shamik Mishra is the Global CTO for connectivity, Capgemini Engineering. An experienced Technology and Innovation executive driving growth through technology innovation, strategy, roadmap, architecture, research, R&D in telecommunication & software domains. He has a rich experience in wireless, platform software and cloud computing domains, leading offer development & new product introduction for 5G, Edge Computing, Virtualisation, Intelligent network operations.

              New-age wealth management models set to make an Impact!

              Nilesh Vaidya
              21 Feb 2023

              The wealth management industry is embarking on its next evolution. For a long time, the focus of the wealth management industry has been on UHNW and HNWI. This focus is now shifting towards the lower end of HNWI and the higher end of mass affluents. The race is on to acquire customers from these segments. Financial firms are now looking within their businesses to cross-sell to these groups. JPMC has launched a wealth plan for its over 60 million retail bank customers in the US to provide access to investment advisors.


              The advisors will guide them to a personalized financial plan and provide investment recommendations with access to a pre-built investment portfolio. Cross-selling to one’s own customers is not new – but cross-selling to own customers at such scale is.

              Models That Change the Game

              The challenge is to acquire new wealth management customers in large numbers and serve them effectively at a lower cost. To overcome this, three service models have been introduced: In Person, Digital, and Hybrid.

              • ‘In Person’ Model: Wealth advisors identify customers, create financial plans, decide investment allocation, and onboard them.
              • ‘Digital’ Model: Also known as Robo-advisory.
              • ‘Hybrid’ Model: A combination of “In Person” and “Digital”

              Customers are looking for different levels of support for financial planning, portfolio construction, portfolio tracking, and rebalancing. Wealth Management firms have typically responded with cost-efficient models categorized below.

              Going Beyond “Business as Usual”

              Besides these core areas, there are a few critical adjacent areas – customer reporting, on-demand advice, tax, and estate planning. Wealth management firms are now modularizing where customers can choose the services they want. Initial digital services were limited to the customer experience layer. New services are fully digital through process re-design and automation of manual handoffs. The next wave of customer experience transformation will go beyond customer profiling, customer onboarding, and reporting.

              Investment Planning, Investment Analysis, And Portfolio Management Will Become More Sophisticated in The Hybrid Model

              While the hybrid model already exists, the Do-It-Yourself tools are often rudimentary. The sophisticated tools are only available in the advisor-guided model. The new customer experience transformation will provide these tools to the customers with built-in investment guardrails and a spectrum of advisor oversight.

              • Mapping financial goals to investment options: Brokerage firms and retail banks offer some tools for defining financial goals and sophisticated tools for investment options. The connection between these two is often lacking. The new customer experience will strengthen this connection and enable much more sophisticated self-planning by the mass market. The next wave of sophistication will build on the current foundational tools.
              • Guided portfolio construction: In the current hybrid model, mass-market customers get pre-built portfolios with a few reviews by advisors each year. The next wave of customer experience can enhance the portfolio options themselves. It is conceivable to have many more options for stocks and bonds and present a what-if analysis beyond the limited advisor review. It will open more value-added services from the advisors for complex portfolios of alternate assets, commodities, and real estate at higher fees.

              AUM-based pricing is not flexible enough for this à la carte service model. Neither are clients willing to pay significantly higher fees for bundled services. Wealth management firms should realize that there is no such thing as a perfect pricing model and should focus on smart pricing, which is clear, comprehensible, and reasonable.

              The main aim must be to match propositions to the client’s needs and charge a fair price for the same to build a strong client-customer relationship in the long run. Hence, clear cost attribution and transparent pricing are needed in the new model. This will also help firms adjust to dynamic commercial environments.

              Author

              Nilesh Vaidya

              Nilesh Vaidya

              Head of Market Development Group for Financial Services

                Create your own rainbow

                Neerav Vyas
                22 Feb 2023

                Unlock true data-powered customer experience in retail

                Knowing what your customers want is a first-step to successfully become a customer-first brand and the answer is in the data. Finding the balance between personalization and privacy can be a daunting task for consumer products and retail companies. Like a rainbow, where colors clearly appear in an order, but where they overlap, the complexity increases.
                 
                Read more on how you can unlock true data-powered customer experience in Retail.

                Authors

                Naresh Khanduri – Our Expert

                Naresh Khanduri

                Global Generative AI for CX Lead, Capgemini
                Naresh with over 6 years at Capgemini, currently serves Executive Vice President – Global Head Generative AI for CX. He drives the design and execution of key strategies that differentiate Capgemini in the marketplace. His expertise in Data and Generative AI enhances customer experience across Marketing, Sales, Service, and Commerce, shaping the future of CX through innovative AI applications.
                Dinand Tinholt

                Dinand Tinholt

                Vice President, Insights & Data, Capgemini
                “Even while investment levels in data and AI initiatives are increasing, organizations continue to struggle to become data-powered. Many have yet to forge a supportive culture and a large number are not managing data as a business asset. For many firms, people and process challenges are the biggest barriers in activating data across the enterprise.”

                  How the city of Seoul is bringing the metaverse to life

                  Gunnar Menzel
                  22 Feb 2023

                  The metaverse has very real applications, and Seoul is one city on the path to prove it.

                  The Big Dig took 15 years and cost the people of Boston approximately $22 billion. All in all, 80 miles of tunnels were excavated under the city so that the main throughway could run under (rather than over) the port side of the city. As a result, the area is much nicer, and traffic has improved. But what about a city with no traffic at all? Impossible! No city on earth could pull that off. Unless… what if the city wasn’t – strictly speaking – on earth?

                  In Seoul, South Korea, the metaverse has begun to take hold as a new way for people to connect, interact, and experience the city – without standing in lines, waiting for buses, or even leaving home. What Seoul is building is other-worldly in its potential. And it looks a lot like the future.

                  A city that’s ready for the metaverse

                  South Koreans are famously devoted to gaming and virtual reality (VR), as seen through their televised gaming competitions and VR fun parks, where visitors participate in virtual reality battles, escape rooms and other games. The metaverse has also been the site of events and concerts. The K-Pop group BTS recently held a virtual concert in the metaverse, attended by fans from across the world. It’s no surprise that Seoul is aiming to become the first city in the world to deploy metaverse technology on a city-wide scale.

                  What might Seoul’s metaverse city look like?

                  The city’s five-year plan is taking aim at several areas, notably business, education, tourism and public services. A business services portal is already online, providing startups a place to reach the public. Eventually, the project will provide virtual coworking spaces that allow citizens to work remotely as if in a real office. The goal is not to create a virtual copy of the real world, but to build something even better, using the new capabilities the metaverse affords. Seoul smart city policy bureau CIO Jong-Soo Park gives one example: “We hope to one day have an AI-based public servant working in the metaverse office in close collaboration with others for public services.”

                  On the education front, a portal has linked 34 separate campus towns to provide coaching, collaboration and networking opportunities. Future courses may be led and attended entirely in the metaverse. Virtual tourism allow locals and international visitors to explore major sites, present and long gone. The tour will soon include Donuimun Gate – which last stood in 1915. Further down the road, authorities are working on the infrastructure to support the annual Seoul Lantern Festival, as well as museum exhibits. This year the Seoul government will open a virtual Mayor’s Office, in which public servants – as avatars – will provide consultations and everyday services with no lines, no crowds, and accessible to more people than ever before.

                  The road from physical city to metaverse city

                  For cities considering joining the metaverse, one aspect of Seoul’s project is worth noting – it’s compartmentalized. For cities that are not looking for a Seoul-sized commitment (700 companies are helping the city government carry out their metaverse plans), a piece-by-piece plan might be more attainable. New Jersey is using metaverse technology for one purpose – enabling citizens to visualize developments in the planning stage. New Zealand is using digital twins to help people see the expected effects of climate change. Plans such as these won’t revolutionize city life, but they’re a confident step in the right direction. And as Koreans say, “Rome wasn’t built in one morning.”

                  For urban planners, a midway point to the metaverse

                  Another way to look at the road to the metaverse is from the technological side. I’ve mentioned VR above; the second big step along the way is the digital twin. A digital twin is a representation of a physical asset or system that allows for real-time monitoring and analysis of the asset or system. Digital twins enable users to interact with these objects and systems as if they were in the real world. This can include everything from virtual cars and buildings to virtual machines and even entire cities. Alone, digital twins don’t make a metaverse. In the New Zealand example above, digital twins were built to imitate changes to our climate. But the people observing the twin are… well, people. With digital twins, you have real people standing outside a digital system, looking in – a midpoint along the way to the metaverse, where everything and everyone are represented digitally.

                  Digital twins will play a crucial role in helping to create a fully immersive and interactive virtual world. In the meantime, they’re already revolutionizing the way we interact with and experience the virtual world. They’re used to simulate and test changes to the physical world, allowing for more efficient and effective decision-making in the design and operation of complex systems. On a more human level, they’re also a powerful persuasion tool – demonstrating the potential of digital worlds in a simple, easy-to-understand way.

                  Building a city in the metaverse? First, build trust.

                  A second steppingstone towards a successful application of the metaverse is trust; trust in the virtual data that is needed to fully digitalize our own identities. The interest is already there – according to a recent survey by the Capgemini Research Institute, a majority of those surveyed believe immersive experiences would be “impactful and valuable” in the areas of education, healthcare and shopping, as well as other uses. That being said, for the metaverse to truly reflect the physical world, key items like personal identify, ownership and payments, users must trust the provider of these virtual services. Only once government departments have established virtual trust with their citizens, will they be receptive to metaverse applications.

                  So… is the metaverse the future of urban planning?

                  I work with digital technologies, including digital twins and metaverse. Whether at work or among friends, I’m asked two questions more than the rest combined: “is the metaverse all just hype,” and “what’s the point?” Seoul’s approach helps answer both questions. There’s a hailstorm of metaverse hype out there, but it’s easily distinguishable from the real work that cities like Seoul are undertaking. Seoul’s ambitions are concrete and appear achievable. However, today the metaverse is still in its very early stages. Governments that want to build their city in the metaverse and spearhead the implementation of this technology for the benefit of their citizens, need to invest in smart city concepts and work with the industry to improve public trust in data. Investments should be aimed at creating better digital twins with as many connected data sources as possible. There is also a need to invest in educating citizens on the use of different technologies used to access the metaverse. (Education includes VR parks, public art – anything that familiarizes people with the new tech.) Once citizens trust and feel comfortable with using VR, AR, AI and other technologies, the doors to the metaverse are ready to open.

                  40 years ago today, as I write this, the internet was born. January 1st, 1983. A decade and a half later, those who saw its potential were still a rare sight in public. Most technologies are invented to solve a clear problem, and we as a species are pretty good at understanding those. But there’s another type of innovation that lifts humanity up a step, delivering us someplace new. These are nearly impossible to wrap our heads around until the change is well underway. Is the metaverse such a creature? Let’s watch Seoul carefully, and be ready for whatever’s coming next.

                  Read more about real-life use cases for metaverse tech in TechnoVision for Public Sector, our yearly look at leading technological applications in the public sector space. For more information on metaverse and digital twin technologies, contact me at gunnar.menzel@capgemini.com or have a look at our Metaverse Lab.

                  Author

                  Gunnar Menzel

                  Gunnar Menzel

                  Chief Technology Officer North & Central Europe 
                  “Technology is becoming the business of every public sector organization. It brings the potential to transform public services and meet governments’ targets, while addressing the most important challenges our societies face. To help public sector leaders navigate today’s evolving digital trends we have developed TechnoVision: a fresh and accessible guide that helps decision makers identify the right technology to apply to their challenges.”