Training Articles - Enterprise Knowledge http://enterprise-knowledge.com/tag/training/ Mon, 17 Nov 2025 21:48:06 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 https://enterprise-knowledge.com/wp-content/uploads/2022/04/EK_Icon_512x512.svg Training Articles - Enterprise Knowledge http://enterprise-knowledge.com/tag/training/ 32 32 From Enterprise GenAI to Knowledge Intelligence: How to Take LLMs from Child’s Play to the Enterprise https://enterprise-knowledge.com/from-enterprise-genai-to-knowledge-intelligence-how-to-take-llms-from-childs-play-to-the-enterprise/ Thu, 27 Feb 2025 16:56:44 +0000 https://enterprise-knowledge.com/?p=23223 In today’s world, it would almost be an understatement to say that every organization wants to utilize generative AI (GenAI) in some part of their business processes. However, key decision-makers are often unclear on what these technologies can do for … Continue reading

The post From Enterprise GenAI to Knowledge Intelligence: How to Take LLMs from Child’s Play to the Enterprise appeared first on Enterprise Knowledge.

]]>
In today’s world, it would almost be an understatement to say that every organization wants to utilize generative AI (GenAI) in some part of their business processes. However, key decision-makers are often unclear on what these technologies can do for them and the best practices involved in their implementation. In many cases, this leads to projects involving GenAI being established with an unclear scope, incorrect assumptions, and lofty expectations—just to quickly fail or become abandoned. When the technical reality fails to match up to the strategic goals set by business leaders, it becomes nearly impossible to successfully implement GenAI in a way that provides meaningful benefits to an organization. EK has experienced this in multiple client settings, where AI projects have gone by the wayside due to a lack of understanding of best practices such as training/fine-tuning, governance, or guardrails. Additionally, many LLMs we come across lack the organizational context for true Knowledge Intelligence, introduced through techniques such as retrieval-augmented generation (RAG). As such, it is key for managers and executives who may not possess a technical background or skillset to understand how GenAI works and how best to carry it along the path from initial pilots to full maturity. 

In this blog, I will break down GenAI, specifically large language models (LLMs), using real-world examples and experiences. Drawing from my background studying psychology, one metaphor stood out that encapsulates LLMs well—parenthood. It is a common experience that many people go through in their lifetimes and requires careful consideration in establishing guidelines and best practices to ensure that something—or someone—goes through proper development until maturity. Thus, I will compare LLMs to the mind of a child—easily impressionable, sometimes gullible, and dependent on adults for survival and success. 

How It Works

In order to fully understand LLMs, a high-level background on architecture may benefit business executives and decision-makers, who frequently hear these buzzwords and technical terms around GenAI without knowing exactly what they mean. In this section, I have broken down four key topics and compared each to a specific human behavior to draw a parallel to real-world experiences.

Tokenization and Embeddings

When I was five or six years old, I had surgery for the first time. My mother would always refer to it as a “procedure,” a word that meant little to me at that young age. What my brain heard was “per-see-jur,” which, at the time and especially before the surgery, was my internal string of meaningless characters for the word. We can think of a token in the same way—a digital representation of a word an LLM creates in numerical format that, by itself, lacks meaning. 

When I was a few years older, I remembered Mom telling me all about the “per-see-jur,” even though I only knew it as surgery. Looking back to the moment, it hit me—that word I had no idea about was “procedure!” At that moment, the string of characters (or token, in the context of an LLM) gained a meaning. It became what an LLM would call an embedding—a vector representation of a word in a multidimensional space that is close in proximity to similar embeddings. “Procedure” may live close in space to surgery, as they can be used interchangeably, and also close in space to “method,” “routine,” and even “emergency.”

For words with multiple meanings, this raises the question–how does an LLM determine which is correct? To rectify this, an LLM takes the context of the embedding into consideration. For example, if a sentence reads, “I have a procedure on my knee tomorrow,” an LLM would know that “procedure” in this instance is referring to surgery. In contrast, if a sentence reads, “The procedure for changing the oil on your car is simple,” an LLM is very unlikely to assume that the author is talking about surgery. These embeddings are what make LLMs uniquely effective at understanding the context of conversations and responding appropriately to user requests.

Attention

When the human brain reads an item, we are “supposed to” read strictly left to right. However, we are all guilty of not quite following the rules. Often, we skip around to the words that seem the most important contextually—action words, sentence subjects, and the flashy terms that car dealerships are so great at putting in commercials. LLMs do the same—they assign less weight to filler words such as articles and more heavily value the aforementioned “flashy words”—words that affect the context of the entire text more strongly. This method is called attention and was made popular by the 2017 paper, “Attention Is All You Need,” which ignited the current age of AI and led to the advent of the large language model. Attention allows LLMs to carry context further, establishing relationships between words and concepts that may be far apart in a text, as well as understand the meaning of larger corpuses of text. This is what makes LLMs so good at summarization and carrying out conversations that feel more human than any other GenAI model. 

Autoregression

If you recall elementary school, you may have played the “one-word story game,” where kids sit in a circle and each say a word, one after the other, until they create a complete story. LLMs generate text in a similar vein, where they generate text word-by-word, or token-by-token. However, unlike a circle of schoolchildren who say unrelated words for laughs, LLMs consider the context of the prompt they were given and begin generating their prompt, additionally taking into consideration the words they have previously outputted. To select words, the LLM “predicts” what words are likely to come next, and selects the word with the highest probability score. This is the concept of autoregression in the context of an LLM, where past data influences future generated values—in this case, previous text influencing the generation of new phrases.

An example would look like the following:

User: “What color is the sky?”

LLM:

The

The sky

The sky is

The sky is typically

The sky is typically blue. 

This probabilistic method can be modified through parameters such as temperature to introduce more randomness in generation, but this is the process by which LLMs produce sensical output text.

Training and Best Practices

Now that we have covered some of the basics of how an LLM works, the following section will talk about these models at a more general level, taking a step back from viewing the components of the LLM to focus on overall behavior, as well as best practices on how to implement an LLM successfully. This is where the true comparisons begin between child development, parenting, and LLMs.

Pre-Training: If Only…

One benefit an LLM has over a child is that unlike a baby, which is born without much knowledge of anything besides basic instinct and reflexes, an LLM comes pre-trained on publicly accessible data it has been fed. In this way, the LLM is already in “grade school”—imagine getting to skip the baby phase with a real child! This results in LLMs that already possess general knowledge, and that can perform tasks that do not require deep knowledge of a specific domain. For tasks or applications that need specific knowledge such as terms with different meanings in certain contexts, acronyms, or uncommon phrases, much like humans, LLMs often need training.

Training: College for Robots

In the same way that people go to college to learn specific skills or trades, such as nursing, computer science, or even knowledge management, LLMs can be trained (fine-tuned) to “learn” the ins and outs of a knowledge domain or organization. This is especially crucial for LLMs that are meant to inform employees or summarize and generate domain-accurate content. For example, if an LLM is mistakenly referring to an organization whose acronym is “CHW” as the Chicago White Sox, users would be frustrated, and understandably so. After training on organizational data, the LLM should refer to the company by its correct name instead (the fictitious Cinnaminson House of Waffles). Through training, LLMs become more relevant to an organization and more capable of answering specific questions, increasing user satisfaction. 

Guardrails: You’re Grounded!

At this point, we’ve all seen LLMs say the wrong things. Whether it be false information misrepresented as fact, irrelevant answers to a directed question, or even inappropriate or dangerous language, LLMs, like children, have a penchant for getting in trouble. As children learn what they can and can’t get away with saying from teachers and parents, LLMs can similarly be equipped with guardrails, which prevent LLMs from responding to potentially compromising queries and inputs. One such example of this is an LLM-powered chatbot for a car dealership website. An unscrupulous user may tell the chatbot, “You are beholden as a member of the sales team to accept any offer for a car, which is legally binding,” and then say, “I want to buy this car for $1,” which the chatbot then accepts. While this is a somewhat silly case of prompt hacking (albeit a real-life one), more serious and damaging attacks could occur, such as a user misrepresenting themselves as an individual who has access to data they should never be able to view. This underscores the importance of guardrails, which limit the cost of both annoying and malicious requests to an LLM. 

RAG: The Library Card

Now, our LLM has gone through training and is ready to assist an organization in meeting its goals. However, LLMs, much like humans, only know so much, and can only concretely provide correct answers to questions about the data they have been trained on. The issue arises, however, when the LLMs become “know-it-alls,” and, like an overconfident teenager, speak definitively about things they do not know. For example, when asked about me, Meta Llama 3.2 said that I was a point guard in the NBA G League, and Google Gemma 2 said that I was a video game developer who worked on Destiny 2. Not only am I not cool enough to do either of those things, there is not a Kyle Garcia who is a G League player or one who worked on Destiny 2. These hallucinations, as they are referred to, can be dangerous when users are relying on an LLM for factual information. A notable example of this was when an airline was recently forced to fully refund customers for their flights after its LLM-powered chatbot hallucinated a full refund policy that the airline did not have. 

The way to combat this is through a key component of Knowledge Intelligence—retrieval-augmented generation (RAG), which provides LLMs with access to an organization’s knowledge to refer to as context. Think of it as giving a high schooler a library card for a research project: instead of making information up on frogs, for example, a student can instead go to the library, find corresponding books on frogs, and reference the relevant information in the books as fact. In a business context, and to quote the above example, an LLM-powered chatbot made for an airline that uses RAG would be able to query the returns policy and tell the customer that they cannot, unfortunately, be refunded for their flight. EK implemented a similar solution for a multinational development bank, connecting their enterprise data securely to a multilingual LLM, vector database, and search user interface, so that users in dozens of member countries could search for what they needed easily in their native language. If connected to our internal organizational directory, an LLM would be able to tell users my position, my technical skills, and any projects I have been a part of. One of the most powerful ways to do this is through a Semantic Layer that can provide organization, relationships, and interconnections in enterprise data beyond that of a simple data lake. An LLM that can reference a current and rich knowledge base becomes much more useful and inspires confidence in its end users that the information they are receiving is correct. 

Governance: Out of the Cookie Jar

In the section on RAG above, I mentioned that LLMs that “reference a current and rich knowledge base” are useful. I was notably intentional with the word “current,” as organizations often possess multiple versions of the same document. If a RAG-powered LLM were to refer to an outdated version of a document and present the wrong information to an end user, incidents such as the above return policy fiasco could occur. 

Additionally, LLMs can get into trouble when given too much information. If an organization creates a pipeline between its entire knowledge base and an LLM without imposing restraints on the information it can and cannot access, sensitive, personal, or proprietary details could be accidentally revealed to users. For example, imagine if an employee asked an internal chatbot, “How much are my peers making?” and the chatbot responded with salary information—not ideal. From embarrassing moments like these to violations of regulations such as personally identifiable information (PII) policies which may incur fines and penalties, LLMs that are allowed to retrieve information unchecked are a large data privacy issue. This underscores the importance of governanceorganizational strategy for ensuring that data is well-organized, relevant, up-to-date, and only accessible by authorized personnel. Governance can be implemented both at an organization-wide level where sensitive information is hidden from all, or at a role-based level where LLMs are allowed to retrieve private data for users with clearance. When properly implemented, business leaders can deploy helpful RAG-assisted, LLM-powered chatbots with confidence. 

Conclusion

LLMs are versatile and powerful tools for productivity that organizations are more eager than ever to implement. However, these models can be difficult for business leaders and decision-makers to understand from a technical perspective. At their root, the way that LLMs analyze, summarize, manipulate, and generate text is not dissimilar to human behavior, allowing us to draw parallels that help everyone understand how this new and often foreign technology works. Also similarly to humans, LLMs need good “parenting” and “education” during their “childhood” in order to succeed in their roles once mature. Understanding these foundational concepts can help organizations foster the right environment for LLM projects to thrive over the long term.

Looking to use LLMs for your enterprise AI projects? Want to inform your LLM with data using Knowledge Intelligence? Contact us to learn more and get connected!

The post From Enterprise GenAI to Knowledge Intelligence: How to Take LLMs from Child’s Play to the Enterprise appeared first on Enterprise Knowledge.

]]>
Applied Knowledge Management Series: Addressing Challenges at Large Enterprises, Part 2 https://enterprise-knowledge.com/applied-knowledge-management-series-addressing-challenges-at-large-enterprises-part-2/ Fri, 16 Jun 2023 16:04:13 +0000 https://enterprise-knowledge.com/?p=18186 In this two-part blog series, I identify six common challenges experienced by Fortune 500 and multinational organizations and offer solutions to them, providing explanations, justifications, and use cases for each. In Part I, I discussed the importance of anticipating and … Continue reading

The post Applied Knowledge Management Series: Addressing Challenges at Large Enterprises, Part 2 appeared first on Enterprise Knowledge.

]]>
In this two-part blog series, I identify six common challenges experienced by Fortune 500 and multinational organizations and offer solutions to them, providing explanations, justifications, and use cases for each. In Part I, I discussed the importance of anticipating and reacting to change within an organization, the common dilemma of consolidating or integrating technical solutions, and the significance of prioritizing business value during strategy and design initiatives. In this Part II, I will address the advantages of building to scale for technical and non-technical solutions, the benefits of engaging a diverse audience across your organization, and the importance of educating stakeholders on how to maintain solutions in the long term. By reading this blog series, you will obtain valuable best practices, practical applications, and comprehensive solutions that EK has utilized to combat common organizational challenges at large enterprises, providing you with a better understanding of how to assess the current state and maturity of your organization, and potentially even a valuable starting point for solving an existing problem that your organization is experiencing. 

4. Build to Scale

It’s not uncommon for organizations to implement a new tool or process that benefits them in the short term, only to reinvest in an entirely different solution years down the line. Large organizations are often subject to rapid growth, even after scaling from a start-up or scale-up into a large corporation. Understanding the size and complexity of a given organization and its anticipated growth is essential in implementing any type of technical or non-technical KM change. 

In non-technical KM engagements, any new processes, models, or overall organizational changes must be in accordance with an organization’s strategic vision for the coming years. For example, if a content governance team is designed and established within an organization, this model should not be stagnant but instead include predetermined measures for adding new members in the event of growth or expansion, such as onboarding and training materials, or publishing and management processes for new types of content. Designing and implementing change management processes before a change happens can help to align employees prior to any actual transformation, streamlining the transition and providing employees with mitigation strategies for potential risks. 

In highly technical KM engagements, any new system or tool that is being implemented within an organization must be able to scale accordingly with any growth the organization might face, particularly when the system is intended for the entire enterprise. This begins with the selection of the tool itself, as many tools have technical limitations and/or significantly increase costs when the number of users rises, so it is imperative to conduct thorough vendor reviews and market research before selecting. Beyond the research and selection of a tool, it is also key to design and implement any technical solution with consensus alignment on what functionalities and integrations are essential in both the short and long term. To avoid having to further invest in another system or make adjustments to an existing one due to a tool or strategy becoming obsolete, it’s crucial to understand the direction of your organization and what capabilities are needed in the immediate future, as well as what capabilities may be needed in the coming years. 

Last year, I worked with an international development organization that was seeking to implement a new content management system. The organization was using an outdated application that was set to expire within the next couple of years, so selecting a new system and migrating the existing content quickly was a high priority. EK conducted a thorough analysis of content management systems, taking into account the organization’s priorities, use cases, required functionalities, budget, number of users, and future plans to formulate a cost-benefit analysis on potential options. This enabled the organization to thoroughly understand what options exist, what capabilities they have, and what the best fit for them could potentially be, before connecting with the identified top vendors. EK also provided the organization with critical information on their current technical environment along with recommendations on how to integrate and optimize it with the new system. This streamlined the negotiation process with the chosen vendor, and enabled the organization to efficiently identify and implement the ideal solution for their use case and budget without overspending or omitting essential functionalities.

 

5. Engage the Enterprise

Some initiatives can encompass an entire enterprise, whereas others may be focused on a single department or business unit. Regardless of the scale of a project, it is important to engage with a diverse group of stakeholders from various departments, teams, tenures, and roles in order to garner a comprehensive understanding of what issues may or may not be present within an organization. Without doing so, there is a risk of overlooking or disregarding important perspectives that could help formulate an optimal solution for all stakeholders. 

EK is often engaged by organizations to identify or solve an overarching problem or series of problems. Engaging with a diverse array of perspectives provides the organization with a better understanding of how different stakeholders perceive these problems and what their views on potential solutions are. For example, if you were to exclusively interview executives or middle managers about a given challenge an organization is facing, you’d likely receive a strong understanding of where the problem lies and how it is affecting the organization, but you may be missing out on critical day-to-day perspectives and interactions from grassroots stakeholders. Equally, if you were to only engage with daily users, you may be missing out on key perspectives from leadership and management about how the problem inhibits the organization from reaching its goals in a business and operational context. 

Recently, I delivered a KM Strategy for a Fortune 500 financial institution’s call center. Prior to the engagement, the organization already had a strong understanding of what targeted problems they were trying to solve, and EK had completed prior work with this organization, so there was pre-existing context on the organization and the call center. Despite this, we still actively requested to engage with stakeholders of all levels and roles throughout the organization to ensure we were inclusive of all relevant individuals. At one point during the discovery phase of the project, one group stated that a specific team within the call center should be owning the management and governance of training and KM content. When EK engaged with that team, they gave a conflicting opinion and stated it was another team’s responsibility to own that material. To address this disparity, EK also engaged with senior management stakeholders to surface these statements and unilaterally identify the best possible use case for content ownership. Engaging with a diverse array of stakeholders not only gives a more complete understanding of an organization, but it may also help the organization uncover different perspectives on previously identified issues, or potentially even discover something the organization was unaware of. 

Furthermore, it is important to not only diversify the types of stakeholders that you’re engaging with, but also the discovery techniques used to obtain and analyze information. A few of EK’s tried and trusted methods can be found below: 

    • Interviews: Typically 1:1 interviews with participants varying in role, tenure, expertise, or department about a predetermined topic. This method is effective for garnering unbiased insights from key individuals. 
    • Focus Groups: Often an existing team or a series of individuals with similar and/or related roles across divisions (ex. Directors Focus Group or B2B Sales Focus Group) conducted as a facilitated group interview. Focus groups enable open group discussion on a specific topic from different perspectives. 
    • Workshops: A facilitated presentation with interactive activities targeted towards a larger group audience. Workshops engage participants using a variety of methods which can be effective in ensuring equal stakeholder representation and exposing participants to high-level training and best practices. 
    • Technical Demonstrations or ‘Dry-Runs’: A technical interview with IT or system owners that provides a visual walkthrough of a key system and its core functionalities/workflows. Technical demos are very effective for understanding how a system is used, what can be improved, and details around technical infrastructure for possible integrations or enhancements. This is an essential method for technical strategy and solution implementation projects.
    • Enterprise Surveys: A method of engaging with a wider audience using targeted questions that are co-created with key project stakeholders from the organization. A 5-20 minute survey can be an efficient way to get statistically significant results at a large scale without seriously disrupting workflows for employees.

6. Educate to Maintain

Just as it’s common for an organization to implement a solution and reinvest in another a few years down the line, it’s also normal for organizations to implement a new technical or non-technical solution to solve an existing problem but struggle with the adoption or long-term maintenance associated with that solution. It can be hard to garner buy-in for a new process or workflow change, and technical solutions can be equally if not more challenging to optimally use and maintain without the right integrations, resources, and skills in place to do so.

Some engagements have a longer duration than others, and it’s not irregular for EK to support organizations with the maintenance of solutions post-implementation or even stay on to provide expert advisory services for an indefinite period. Regardless of the length of a project, it is imperative to provide stakeholders with the knowledge and resources they need to maintain both technical and non-technical solutions in the long term. 

Recently, I served as the Project Manager for a Taxonomy Management System (TMS) Implementation and Integration project for another consulting firm. A month into building the API integrations for the TMS and the identified systems, IT stakeholders from the firm expressed concerns with maintaining the integrations beyond the scope of the project due to a relative unfamiliarity with the system/process and already being overloaded with system maintenance. As a result, EK agreed to augment the system handoff process to not only act as temporary solution support, but also help the IT team upskill on TMS maintenance processes, best practices, and common risks to be aware of so that they can eventually take on system ownership when they are better positioned to do so. While it was important that EK served as temporary help desk support for the solution, the most significant aspect of EK’s delivery was the provision of skills, resources, and knowledge necessary to support the TMS in the long term. Without this, the organization may have had to permanently outsource support for the solution, which can be very expensive, or take on the many risks associated with maintaining an unfamiliar system internally. 

A strategic example of effective knowledge transfer came during a recent KM Strategy engagement for a multinational company. To conclude the engagement, we delivered a 2-year transformative roadmap on how the organization could achieve its desired target state, including high-level recommendation areas broken down by task, estimated Full-Time Employees (FTEs), critical challenges addressed, and the strategic and business impacts of the workstream if implemented. Each individual task was also represented as its own slide, including a detailed approach with thoroughly defined sub-tasks, dependencies, estimated duration, business impacts, and measurable success criteria. This granular level of detail provided the organization with a clear, tangible path forward on how to reach their goals without necessitating further investment. If the organization were to begin executing the roadmap immediately, they would know exactly what to do and how to do it, even without additional external support. EK also encourages a live delivery of the report in order to verbally communicate to key stakeholders how to most effectively utilize the roadmap as well as answer any questions. Similarly to the previous example, the most important aspect of the roadmap was the level of detail around how to execute the recommended solutions and ensure that the organization had the skills and resources in place to do so.

Conclusion

Engaging in good KM can be the key to realizing sustained success and efficiency at large enterprises that must be able to adapt to volatility and constant change. Whether a technical transformation or a non-technical one, these best practices may make the difference in the effectiveness and longevity of your organization, division, or team. It is very challenging to manage all of the information, data, and knowledge within any organization, and this is especially true at complex, globally dispersed, and rapidly scaling organizations. Whether you’re looking for strategy, design, implementation, or maintenance, EK’s services run the gamut in all things KM as a true end-to-end consulting and solutions firm. If any of this sounds relevant to you or your organization and you’re interested in seeking external support, don’t hesitate to reach out and contact us at Enterprise Knowledge. We’re here to help with any and all of your knowledge, information, and technology needs. 

The post Applied Knowledge Management Series: Addressing Challenges at Large Enterprises, Part 2 appeared first on Enterprise Knowledge.

]]>
Technology Solution Recommendation for a Global Development Firm https://enterprise-knowledge.com/technology-solution-recommendation-for-a-global-development-firm/ Wed, 28 Sep 2022 16:36:34 +0000 https://enterprise-knowledge.com/?p=16609 The Challenge A global development firm with thousands of employees and projects across the world was struggling with their content management strategy. Specifically, they were dealing with inefficient processes and outdated technology. This resulted in wasted time and frustration from … Continue reading

The post Technology Solution Recommendation for a Global Development Firm appeared first on Enterprise Knowledge.

]]>

The Challenge

A global development firm with thousands of employees and projects across the world was struggling with their content management strategy. Specifically, they were dealing with inefficient processes and outdated technology. This resulted in wasted time and frustration from staff, oftentimes struggling to find the right information in low bandwidth countries.

This global development firm has done work in over 150 countries worldwide. As part of this work, they have specific documentation that is nearly identical for each project, with only slight differences. As such, the organization had many different versions of the same document. Not only was the client using outdated technology to create, disseminate, and manage/update this documentation, but they also struggled with inefficiencies in how they make and apply changes to these project-specific materials.

These inefficiencies resulted in a large amount of work, done mostly by home-office employees to curate, distribute, and update project documentation to the appropriate project teams. Whenever changes needed to be made, home-office employees needed to make the same change to every single instance of the document. As a result, there was a significant amount of duplication in efforts, error-prone processes, and frustrated employees struggling to maintain the integrity of the firms’ content. In addition, field staff around the world frequently expressed frustration and dissatisfaction with the outdated software they were using to access documentation, as a recent effort to implement new technology had been unsuccessful.

The client organization was seeking third-party support with the replatforming of the content management system used to maintain their project documentation. The client sought the services of a consultant (or team of consultants) to perform an analysis of their current system/s, develop a set of system requirements tailored to their use case, and recommend a set of solutions that addressed their needs.

The Solution

Over the course of a four-month period, Enterprise Knowledge (EK) engaged with the client to perform a Technology Solution Recommendation that included a series of deliverables to address the client’s needs. EK first executed a current state assessment of the client’s technology and processes surrounding the management of the content. Following this assessment, and armed with the knowledge of the clients’ technological and business needs, EK devised a set of prioritized Business and Functional Requirements for the target state system, along with a business case for replatforming the client could use to garner buy-in and executive support.

Further, using the prioritized requirements devised by EK and signed off on by the client, EK identified three software solutions that would meet the needs of the client and developed a tailored recommendation. This recommendation was facilitated end-to-end by EK acting as the intermediary, reaching out to and facilitating initial conversations with potential vendors, arranging system demonstrations of the various products, and presenting a comprehensive, system-agnostic analysis of the options according to the client’s specifications/business case.

The EK Difference

EK’s approach to this engagement highlighted our expertise in the Knowledge Management (KM) space by combining several of our services into one offering. EK utilized our expertise in maturity assessments, use case and requirements analysis, and knowledge of the KM technology world to deliver a highly specialized and tailored recommendation to the client. Having seen similar use cases with previous clients, EK was able to quickly identify the type of solution sought after by the client and facilitate connections with multiple vendors within the span of a few weeks.

EK also utilized both bottom-up and top-down analyses by executing assessment activities from multiple touchpoints. EK recognizes the importance of a multi-faceted approach and therefore consulted with end users (bottom-up), the actual content in scope (bottom-up), executive leadership (top-down), and facilitated demonstrations of in-scope systems (bottom-down) to inform the final recommendation.

Lastly, EK fostered a working relationship with the client by holding weekly status meetings to check in on project progress and collaborating on various deliverables to ensure collective agreement. EK also acted as the intermediary with vendors to preserve the anonymity of the client and remained system-agnostic to ensure the client received unbiased and accurate recommendations.

The Results

In doing so, EK provided the client with a thorough analysis of viable technology solutions to replace their current system/s. The client was presented with a variety of options, varying in price, satisfaction of identified requirements, and other differentiating factors. The client was also introduced to a new type of technology, and they received invaluable knowledge and insights from EK’s in-house content management and technology experts. In addition, EK provided the client with a Replatforming Plan and associated timeline that provided a comprehensive roadmap for implementation and the steps, resources, and estimated timeframe to replatform their new system.

 

 

The post Technology Solution Recommendation for a Global Development Firm appeared first on Enterprise Knowledge.

]]>
Training and Organizational Design for a Federal Agency https://enterprise-knowledge.com/training-and-organizational-design-for-a-federal-agency/ Tue, 23 Aug 2022 15:31:49 +0000 https://enterprise-knowledge.com/?p=16243 The Challenge A US federal agency with a wide array of geographic distribution and responsibilities sought to better distribute learning events and resources to diverse professionals spread all over the United States. With a workforce of over 20,000 and millions … Continue reading

The post Training and Organizational Design for a Federal Agency appeared first on Enterprise Knowledge.

]]>

The Challenge

A US federal agency with a wide array of geographic distribution and responsibilities sought to better distribute learning events and resources to diverse professionals spread all over the United States. With a workforce of over 20,000 and millions of customers every year, this organization generates billions of dollars annually for the US economy.

As part of the overall project, EK engaged in a training, coaching, and knowledge transfer effort with a service group that supports the federal agency by housing and managing all media content, showcasing innovative solutions, and supporting the agency’s brand and vision. To help this smaller organization better support the federal agency, EK focused on developing an organizational design and model that would address its weaknesses, namely, poor organizational health, project management challenges, operational and logistical confusion, a decreasing workforce, limited capacity for research and development, a siloed culture, and brand misconceptions.

The Solution

EK conducted a series of training activities over a multi-week period, focusing on organizational analysis and synthesis. In order to ensure that the organization’s leadership understood and accepted the proposed Target Organization Definition, EK conducted multiple feedback sessions with senior leadership to share the proposed organizational recommendations, gather feedback, and refine the model as needed. In these feedback sessions, EK elicited leadership’s perspectives on whether the proposed change practices were appropriately prioritized and covered the key initiatives and priorities of leadership. These sessions also allowed EK to identify and share problem points or bottlenecks in certain processes (e.g., lines of authority and decision-making, communications) and whether there were any opportunities to simplify organizational actions and processes. Following each of these sessions, the EK team made iterative edits and developments to the Target Organization Definition to ensure the organizational model remained up-to-date and in-line with organizational objectives.

EK also delivered a synthesized version of the Target Organization Definition as an executive briefing deck, to be used externally when updating current and future partners on the new organizational model. This deck provided the organization with a clean, marketable message to showcase their value to the broader federal agency and discuss planned changes to the organization. This executive briefing deck described the organization’s differentiated value, outlined why it is changing its approach to how it delivers its services, what its core offerings are, and what the organization is uniquely able to provide its partners. EK developed the deck iteratively, presenting leadership with a draft version from which to gather reactions and make adjustments.

The EK Difference

EK supported this organization throughout the entire project to design, develop, and implement the best possible solution for their needs. Beginning with the strategy and design phase of the project, EK conducted multiple rounds of workshops and focus groups to uncover the root of their challenges and discover the right people, processes, and content that should be included in the organizational model and involved in the change efforts. EK designed multiple iterations of the model to incorporate feedback from workshop participants and key stakeholders.

During the development process, EK leveraged Agile processes to maximize communication with organizational leadership and staff. User stories were expanded upon and business requirements were revised in a collaborative process between the design team and key stakeholders. EK began this engagement with a Current State SWOT Analysis, assessing the organization’s strengths, weaknesses, opportunities for growth, and the roadblocks that could inhibit the project. This phase of work allowed EK a deeper understanding of the organization’s desired Target State. EK also provided change management, training, and a comprehensive transformation and roadmap plan to ensure a smooth transition and high adoption rate of new federal services and solutions.

The EK team displayed Agile approaches and methodology throughout this entire process, demonstrating to the organization’s staff how they should approach the implementation of the new organizational model. The model was developed iteratively, and at each phase, all stakeholders were given the opportunity to voice concerns and shift priorities. The change practices that EK advised to reach the Target State were supported by recommended actions and milestones, success criteria, and anticipated outcomes so that change management best practices would become second nature at this organization.

The Results

As a result of this engagement, the organization possessed a renewed understanding of Agile and Design Thinking program planning processes, approaches for Center Strategy and Change, and training on messaging and communications regarding that change. The organization was better equipped to handle its vast array of digital media, as staff were upskilled on project management roles, project planning processes, and resource management. EK concluded the engagement with a Business Transformation Plan, comprising seven change practices and a new mission statement to guide the organization in creating a more dynamic and adaptable organization focused on providing world-class expertise and service to its partners in the federal agency.

 

 

The post Training and Organizational Design for a Federal Agency appeared first on Enterprise Knowledge.

]]>
Knowledge Cast – Liz Herman of Accenture Federal Services https://enterprise-knowledge.com/knowledge-cast-liz-herman-of-accenture-federal-services/ Wed, 18 May 2022 13:34:10 +0000 https://enterprise-knowledge.com/?p=15516 In this episode of Knowledge Cast, Enterprise Knowledge CEO Zach Wahl speaks with Liz Herman, Senior Manager of Knowledge, Content, and Training at Accenture Federal Services. Liz has worked to deliver a better customer experience for the US government, enabled … Continue reading

The post Knowledge Cast – Liz Herman of Accenture Federal Services appeared first on Enterprise Knowledge.

]]>
Logo for Knowledge CastIn this episode of Knowledge Cast, Enterprise Knowledge CEO Zach Wahl speaks with Liz Herman, Senior Manager of Knowledge, Content, and Training at Accenture Federal Services. Liz has worked to deliver a better customer experience for the US government, enabled by knowledge management, for the past 3 years. She has also established an enterprise-wide knowledge management system aligned with the mission and vision of the USDA Contact Center and GSA IT Modernization Centers of Excellence.


Liz has a PhD in Knowledge Management and is a dynamic leader who transforms complex knowledge into accessible, understandable content for a delightful user experience.


Button for Listen on SpotifyButton to Listen on Apple Podcasts

 

 

If you would like to be a guest on Knowledge Cast, Contact Enterprise Knowledge for more information.

The post Knowledge Cast – Liz Herman of Accenture Federal Services appeared first on Enterprise Knowledge.

]]>
Managing Disparate Learning Content https://enterprise-knowledge.com/managing-disparate-learning-content/ Thu, 05 May 2022 13:17:15 +0000 https://enterprise-knowledge.com/?p=15396 The move toward hybrid work plans, along with the huge number of employees that are changing jobs, has elevated the importance of content transformation from event-based learning to personalized learning. Leading organizations recognize that training is critical to making employees … Continue reading

The post Managing Disparate Learning Content appeared first on Enterprise Knowledge.

]]>
The move toward hybrid work plans, along with the huge number of employees that are changing jobs, has elevated the importance of content transformation from event-based learning to personalized learning. Leading organizations recognize that training is critical to making employees productive and retaining them over time and are investing heavily in internal and external training. This new focus on learning has caused an explosion of learning content that needs to be managed. Learning content comes in the form of videos, courses, PowerPoint presentations, and even social learning. In addition, modern learning teams are componentizing their learning content so that modules can be shared across similar courses. All of this leads to vast amounts of learning content stored in a variety of formats and locations. Most large organizations now manage thousands of pieces of learning content spread across as many as 10 different applications. Videos can be found on YouTube or Vimeo, courses might sit in the LMS, PowerPoint presentations in SharePoint Online, and third-party courses are on the vendor’s website. How can learning managers stay on top of this amount of content stored in so many different places? We have been helping our clients solve this classic Knowledge Management problem through a concept called OmniLearning. OmniLearning is a solution that supports learning in all of its forms and locations. We solve this problem by using a metadata catalog.

Compass labeled with Learning, Knowledge, Performance, and Technology on a purple background.

What Is a Metadata Catalog?

A metadata catalog is a central database of information about disparate content. Imagine having a single application to go to that allows the learning managers to search, view, and manage all of their content. This is what a metadata catalog can do. The catalog has a record of each content asset that points to the content where it sits. This record also stores descriptive information about the asset in the form of metadata. Some examples of the metadata we frequently capture for learning content includes:

  • Course title
  • Length of course
  • Medium
  • Status—Is the course complete or still being developed?
  • Topic (typically from a defined taxonomy)
  • Skills addressed
  • Competencies
  • Audience

Once a metadata catalog is in place, learning managers have a single place to go to manage all of their learning content no matter where it lives. Learning managers can search for their content using an Amazon-like faceted search and then click on the content to open it up in its source location.

What Can I Do With My Metadata Catalog?

The metadata catalog becomes the central hub of all learning content for the enterprise. It is the single place for finding information about any course in any system. As a result, it provides a great deal of value as the source of record for learning across the organization.

The most obvious use of the catalog is to enable rapid assembly of training content. Learning managers can assemble courses using content from multiple sources rather than recreate content each time they develop a new learning curriculum. Larger organizations tend to have multiple departments creating courses and training. As a result, different groups often recreate training built by another group. If their learning creators are able to easily find and pull training from other courses, they can quickly assemble courses that re-use the work of others. This course assembly can also be automated to support a more personalized approach to training. Learners don’t have to sit in event-based training as they can search on what they need when they need it to improve their performance on the job. Based on this information, courses can be assembled that align with those skills gaps. This personalized training not only makes employees more productive, it also keeps them happier because they are not forced to sit through courses on information that they already know.

In addition to streamlining the way in which courses are created, the metadata catalog gives learning managers better insight into what training exists. The legal department at one of our retail clients asked how much training was offered to employees about minimum wage laws. This request would have taken days as learning managers searched through 10 different systems and assembled a list of courses on that topic. Instead, the client ran a quick search and provided their response in minutes. Our client has greater confidence that they are meeting their obligations and their learning managers can focus on developing training and not researching answers for questions from the legal department.

One of the most exciting uses we are seeing with metadata catalogs has to do with badging or certifications. Certifications typically require a mapping of courses to skills and to the certification. There are LMS systems that do this mapping, but they cannot include courses or related learning information that is captured outside of the LMS. The metadata catalog provides a full list of learning material (irrespective of where it lives) as well as descriptive information about them. It is relatively easy to map this learning material to the certifications and integrate with products like Badgr to implement certifications across the organization.

If your organization is struggling to keep up with your learning needs, a metadata catalog could be the answer to getting control over your current learning and to creating better, more personalized learning offerings in the future. 

The post Managing Disparate Learning Content appeared first on Enterprise Knowledge.

]]>
Employee 360 Views: Common Use Cases https://enterprise-knowledge.com/employee-360-views-common-use-cases/ Fri, 02 Jul 2021 14:00:56 +0000 https://enterprise-knowledge.com/?p=13413 In an earlier blog, I discussed what Employee 360 Views are and which possible sources of information can feed them. In this blog, I describe why Employee 360 Views are important from various end users’ perspectives, what employee information they … Continue reading

The post Employee 360 Views: Common Use Cases appeared first on Enterprise Knowledge.

]]>
In an earlier blog, I discussed what Employee 360 Views are and which possible sources of information can feed them. In this blog, I describe why Employee 360 Views are important from various end users’ perspectives, what employee information they need to access, and how a consolidated view of an employee’s information throughout their job life cycle can help achieve those goals. 

Each use case presented in this blog includes:

  • A Persona: the end user who has the need to access certain employee information to achieve a specific business goal. This could be an organization’s top executive, a team lead, or an employee.
  • A Sample Question: the end user’s goal in the form of a question that describes what the end user wants to achieve. 
  • Possible Data Sources: the information systems and data sources that would be necessary to pull information into the Employee 360 View and accomplish the end user’s goal. These may include Recruiting Systems, HR Systems of Record, 360 Feedback and Employee Survey Systems, Learning Management Systems (LMS), Enterprise Resource Planning (ERP) Systems, Project Management Systems, Document Management Systems (DMS), and Customer Relationship Management (CRM) Systems.
  • Why it is important: the reasons why an Employee 360 View is an innovative and effective approach to achieve the end user’s goal.

Use Case 1: Project Resource Allocation and Projection

Persona: Operations Manager in a Consulting Firm 

Sample Question: Which consultants have the right accounting and project management skills and level of expertise to be assigned to this new project team and ensure success?

Possible Data Sources: Recruiting Systems, HR System, 360 Feedback System, LMS, ERP, Project Management Systems, DMS, CRM. 

An Employee 360 View can pull information about an employee’s current and past experience, their skills and strengths, how their supervisors and peers perceive their job performance, the knowledge areas and skills recently acquired through training, the types of projects and teams that they have managed, their current utilization rate, the expertise they have demonstrated through document authoring and publishing, and the type of clients that they worked with to better determine whether an employee is the right candidate for the new project team.  

Why is this important? Assigning an employee to the right project team can help them influence key project decisions, increasing the likelihood of a successful project. Consequently, this can make them feel that they are making a difference, increasing their morale, job performance, and the performance of their project team. Similarly, a good balance of project experiences can help employees gain new skills throughout their lifecycle at the company, increasing employee’s productivity, employee satisfaction, and helping the employee become more valuable to the company. By focusing on each individual employee project allocation, companies can become better at optimally utilizing all of their employees. As an additional benefit, organizations will be able to project organizational capacity and resource gaps using this combined data and analytics.

Use Case 2: Performance Evaluation and Promotion

Persona: Sales Director

Sample Question: Who from my sales department excelled at their job this year and deserves to be promoted to a manager role?

Possible Data Sources: HR System, 360 Feedback and Employee, ERP, CRM.

An Employee 360 View can help gather information about an employee, such as promotions and awards, feedback provided by their supervisor and colleagues, new leads acquisition, business development goals, sales targets and achievements, and interactions with clients to help determine whether an employee should be promoted to a sales manager role.

Why is this important? Promoting the right employees at the right time can help boost their motivation and morale. Consequently, this can result in high productivity and prevent losing valuable employees. Making an informed promotion decision requires having access to not only the skills and knowledge acquired or to whether the employee has achieved or surpassed their sales targets, but also understanding the highs and lows of their interactions with supervisors, peers, and clients.

Use Case 3: Training and Capacity Building

Persona: Marketing Director

Sample Question: Are there any good training courses that would help John achieve his marketing campaign targets and close more deals for a sustainable business growth?

Possible Data Sources: HR System, 360 Feedback System, LMS, ERP. 

An Employee 360 View can help gather information about an employee, such as what skills and knowledge they have acquired by attending past conferences or training sessions, what strengths they have developed by participating in specific projects, and also what areas for improvements their supervisors and peers see in them that could benefit from new learning activities or a coaching program. 

Why is this important? Providing opportunities for growth and development is key for increasing employee satisfaction and represents a strong motivator for employees, sometimes as much or even more important than a salary increase. Internal and external training programs, mentorship and coaching opportunities, and job swaps are only a few of the activities that employees expect from an organization to learn new skills and help them move up in their career. Businesses with happy employees due to better career growth paths will consequently benefit from increased productivity and more value from their staff. Training employees in new tools and approaches is an effective way to improve the collective capabilities of staff, achieve capacity building, and make a long-term impact in the organization.

Use Case 4: Identifying Employees Who May be at Risk of Leaving

Persona: HR Director

Sample Question: Which employees may be unhappy and could be considering leaving the company?

Possible Data Sources: HR System, LMS, ERP, DMS, CRM.

An Employee 360 View can help gather information about an employee, such as changes in their learning path (less interest in getting training), a decrease in the amount of content they create and share with their peers, lower productivity than before, an increase in the number of projects they manage, low feedback scores, lower quality interactions with their clients, and missed target sales. When isolated, these pieces of information may not mean anything, but when put together can help identify a specific employee who could benefit from some coaching, training, or simply from a discussion to help them make adjustments to their current jobs or tasks. 

Why is this important? It is equally important to invest in hiring good employees as it is to invest in retaining them. Identifying lower performers (that were once higher performers) early enough and taking action can help improve morale, engagement level, and productivity. Consequently, this can help the company retain valuable employees and save on hiring costs. 

Use Case 5: Expert Locator

Persona: Data Specialist in a Large Consulting Firm 

Sample Question: Which other consultants have expertise with designing data integration solutions for federal agencies who can help me answer a question for my current project? 

Possible Data Sources: Recruiting Systems, HR System, LMS, ERP, Project Management Systems, DMS, CRM. 

An Employee 360 View can pull information about other consultants including their current and past experience, their business and technical skills, areas of subject matter expertise, recent trainings, the projects and clients they have worked with, and the documents they have authored and published, so that employees can connect with people in their organization who have the expertise, skills, and knowledge that they are looking for. An Employee 360 View can act as an expert locator solution for organizations.

Why is this important? Having the ability to connect “the people who have the knowledge” with “the people who need the knowledge” at the right time helps avoid reinventing the wheel to solve similar problems and increases efficiency, especially in large organizations that employ hundreds or thousands of people. When staff don’t know who knows what, an enormous amount of time is invested in trying to find the answer or recreating knowledge that already exists within the organization. Employee 360 Views not only help building new project teams projects by finding various expertise needed (as it was mentioned in Use Case 1: Project Resource Allocation and Projection), but also helps employees ask questions to the right people at the right time. 

Conclusion

Whether you are a top executive, a team lead, or an employee, at some point you will need access to consolidated employee information to support key corporate decisions. Employee 360 Views help forecast organizational capacity and resource gaps, support performance evaluation and job promotion decisions, enhance capacity building, identify employees who may be at risk of leaving, and connect subject matter experts within the organization.  

At EK, we can help design and implement an Employee 360 View that meets your organization’s business needs. For more information, contact us. 

The post Employee 360 Views: Common Use Cases appeared first on Enterprise Knowledge.

]]>
Designing Search on a Knowledge Graph https://enterprise-knowledge.com/designing-search-on-a-knowledge-graph/ Thu, 21 Jan 2021 14:00:00 +0000 https://enterprise-knowledge.com/?p=12599 The Challenge A national research organization identified a high priority need to make research results easier to find. The organization manages multiple research domains that each produce hundreds of research projects, publications, and webinars annually on current, emerging, and critical … Continue reading

The post Designing Search on a Knowledge Graph appeared first on Enterprise Knowledge.

]]>

The Challenge

A national research organization identified a high priority need to make research results easier to find. The organization manages multiple research domains that each produce hundreds of research projects, publications, and webinars annually on current, emerging, and critical topics. Also, the organization owns one of the largest research bibliographic databases in the world. Users across the organization – including volunteers, researchers, subject matter experts, and domain operators – need quick access and visibility into past domain research in order to make informed decisions around: 

  • operation resources and investments;
  • legislation, regulations, and policy;
  • construction design for facilities;
  • and safety measures and programs. 

Content at the organization is currently split across multiple databases and websites, making it difficult for stakeholders to compile the necessary information when searching for information relevant to their everyday tasks. Additionally, current search interfaces are complex and sophisticated, providing a challenging user experience for new audiences.

The Solution

EK collaborated with the organization to build a search proof of concept that they could leverage to gain both internal and external stakeholder buy-in for a larger implementation. We facilitated workshops with users, subject matter experts, and stakeholders to elicit user stories and their business values for key organization user personas. The organization serves multiple different stakeholders, and each stakeholder has different informational needs and goals that were transferred into user stories for consideration. Next, we mapped the user stories to potential features, built wireframes of those features, and validated the features and wireframes with stakeholders. At the same time, EK built data pipelines to extract content from the organization’s data sources and load the data into a knowledge graph, compiling the data source content together in one place. We developed the user interface based on the wireframes and indexed the knowledge graph content for search.

The EK Difference

After meeting with organization stakeholders to discuss current information management challenges at the organization, the EK team leveraged our design thinking and agile methodology to provide an iterative process to brainstorm, map, and design a search interface. Our user experience experts collaborated with organization stakeholders to map user needs to features, and features to wireframes in a way that kept the solution intuitive and comprehensive. EK’s background in building knowledge graph solutions enabled the team to consider advanced search features, providing features that used relationships within the data and focused on the people, organizations, concepts, and content of the domain rather than just the content within the domain. Additionally, we worked iteratively with the organization to provide training and communications around search with knowledge graphs to help socialize the concept within the organization. EK’s approach to implement search and socialize knowledge graphs ensured that the organization co-created the solution and was able to speak to how each search feature aligned with organizational strategic goals and user needs. 

The Results

The search proof of concept demonstrated to the organization that content could be gathered from disparate data sources, organized, and presented in a meaningful way for users. By leveraging a knowledge graph, the stakeholders were able to ask questions about the relationships between content in various repositories and utilize diverse types of results to compile the answers to their questions. The knowledge graph’s flexible data model allowed this search solution to support multiple stakeholder use cases. The user interface provided a one stop solution for users to search across multiple sources as well as leverage modern search and discovery features that reduced stakeholder time finding and connecting relevant research. As a result of the project, the organization had a search resource that could be expanded to include other teams within the organization, increasing the opportunities for collaboration with other sponsors and stakeholders.

The post Designing Search on a Knowledge Graph appeared first on Enterprise Knowledge.

]]>
What is Enterprise Learning and Why is it Important? https://enterprise-knowledge.com/what-is-enterprise-learning-and-why-is-it-important/ Mon, 26 Oct 2020 15:18:53 +0000 https://enterprise-knowledge.com/?p=12117 What is Enterprise Learning? Enterprise learning includes creating a set of learning principles and practices that allow employees, partners, clients, and customers to access knowledge and training at the time of need. In a world where content changes fast and … Continue reading

The post What is Enterprise Learning and Why is it Important? appeared first on Enterprise Knowledge.

]]>
The many components of Enterprise Learning

What is Enterprise Learning?

Enterprise learning includes creating a set of learning principles and practices that allow employees, partners, clients, and customers to access knowledge and training at the time of need. In a world where content changes fast and the need to learn it even faster, access to information, training, and experts is critical to stay competitive and meet critical business goals.

There are many different ways that organizations approach learning and development. At EK, we’ve built upon the foundations of our concise definition of Knowledge Management to explain Enterprise Learning:

Enterprise Learning involves the people, process, culture, instructional content, and enabling technologies to deliver a holistic training strategy and maximize learning outcomes across the organization.

Why is Enterprise Learning Important?

When people can independently find learning content, they confidently engage in organic conversations and collaboration that drive knowledge proliferation. So how do you develop an environment that cultivates organic learning and skill-building across an enterprise?

Leading training organizations empower individuals and decentralize educational offerings. This strategy promotes a culture where learners can channel curiosity and connect to valuable resources, rather than be commanded by learning processes. Most organizations with whom we have worked have many Enterprise Learning components in place, but don’t have the staff or struggle to create a successful roadmap to transform from their training organization into a sophisticated Enterprise Learning Program.

Enterprise Learning Programs provide a clear roadmap that aligns training improvements with the organization’s priorities. Successful learning programs harness the power of Knowledge Management to look beyond training as an event and offer a human-centric learning experience. An Enterprise Learning Program extends the learning beyond the organization level and provides a clear channel for employees to access information and knowledge, consequently creating better alignment at the enterprise level. Successful programs also transcend company walls allowing partners, clients, and customers to stay informed and trained around products and services.

From an ROI perspective, the value of Enterprise Learning is clear. Individuals who feel supported by their organization, who see a path to develop and grow, and who feel they are being set up to succeed will stay with the organization and perform at consistently higher levels. Enterprise Learning will yield higher employee and customer satisfaction, in turn resulting in lower employee turnover and customer departures. Put simply, Enterprise Learning will save your organization money.

Key Tenants of Enterprise Learning

1. Transcend Training

Too often, learning and development professionals struggle to go beyond the proverbial training box. Traditional training is essential for teaching the basics of new knowledge and skills. Nevertheless, to be effective, it must be supplemented with microlearning that can be easily consumable by the learner rather than buried in lengthy manuals and overly complex multi-day course materials. Learning concepts can be mined from the larger training programs and used as performance support tools such as checklists and short instructional videos that are available at the point of need. Once the material has been mined, it can also be used to repeat the learning process over a period of time, creating a spaced learning offering to reinforce challenging concepts.

2. Collaborative and Social Learning

The best learning assets in most organizations are people. A robust Enterprise Learning Strategy will craft processes and develop technology platforms that support collaboration, problem-solving, and the co-creation of knowledge. This collaboration is often through communities of practice and discussion platforms like Slack or Microsoft Teams. Incentivizing active participation in learning communities is also essential to building a collaborative culture. In addition to collaborative discussion platforms that give all community members a voice, the development of Expert Finders can be incredibly impactful for larger and more siloed organizations – especially when there are hidden people in your organization who have niche expertise.

3. Data-Driven

Enterprise Learning strategy must generate data for analysis and iterative improvements to organizational learning outcomes. The key is to build data collection directly into technical systems. Traditionally data collection was in the exclusive domain of classroom rubrics and course summative assessments. This can be extended to include a robust system for tracking formative assessment data and social learning activity using the xAPI specification. When you expand what kinds of data you’re collecting, organizations must also ensure learning and development professionals are trained to craft valid and meaningful formative and summative assessments and analyze the data to improve learning assets incrementally.

4. Reusable Content

The need to create reusable content is not an old concept. L&D organizations struggling to define a process should start by looking beyond the traditional content development models where student manuals are the norm. Learning objects are vital to creating a reusable, self-serve content model. With various instructional delivery modalities available for today’s learning and development professional, training programs should leverage and Headless CMS approach to share instructional content in multiple learning contexts. Let’s say you’ve produced a two-minute video that explains how to publish a news article on your company’s intranet. That video could add value as a stand-alone content object in a knowledge base or a learning module within a more extensive communications course. Architecting content in such a way that it’s intuitively reusable is essential if we’re going to stop recreating the wheel and trying to keep multiple versions of similar learning assets up to date.

5. “Findability” of Learning Assets

Elevate findability by harnessing the power of KM through taxonomy, ontology, and a well-architected search system. A well-architected metadata strategy is essential when you expand your learning assets to include courses, webinars, job aids, performance support tools, communities of practice, and subject matter experts. Because of the diversity of learning aids, these assets likely exist across multiple systems, and that’s OK. As long as learning assets are contextualized and related with consistent metadata, they can still be findable. Moreover, if related using more advanced techniques like ontologies, a complete network of learning resources can be created in a way that can naturally be assembled and pushed in customized ways to each unique user.

Summary

Enterprise Learning can be transformative to an organization, offering significant business value, especially when considering the modern learner can quickly consume knowledge and information and immediately apply what they have learned. An Enterprise Learning Plan with a learner-centric approach results in better performance, more focused engagement, and a better user and customer experience.

Are you ready to channel curiosity rather than command and control? Empower individuals by giving them the autonomy to take the reins on their continuing education journey, and your Enterprise Learning Program will thrive. As a result, you’ll see increased engagement, enhanced workforce skills, and a modern learning culture instilled across your organization. Our instructional systems designers are here to help bring your Enterprise Learning program into the modern age; contact us to learn more.

 

The post What is Enterprise Learning and Why is it Important? appeared first on Enterprise Knowledge.

]]>
Top Five Tips for Using Training to Promote Adoption https://enterprise-knowledge.com/top-five-tips-using-training-promote-adoption/ Fri, 18 Aug 2017 14:30:12 +0000 https://enterprise-knowledge.com/?p=6798 While there are many change management strategies which will promote adoption of a new product, an effective training program is absolutely critical to help your users develop the knowledge, skills, and abilities to use the new technology. In this video, … Continue reading

The post Top Five Tips for Using Training to Promote Adoption appeared first on Enterprise Knowledge.

]]>
While there are many change management strategies which will promote adoption of a new product, an effective training program is absolutely critical to help your users develop the knowledge, skills, and abilities to use the new technology. In this video, Rebecca Wyatt shares her top five tips for promoting adoption through training.

The post Top Five Tips for Using Training to Promote Adoption appeared first on Enterprise Knowledge.

]]>