From: aidotengineer

GenAI projects face significant challenges, with Gartner predicting that 30% of generative AI projects will be abandoned by the end of 2025. [01:00:00] A primary reason for this failure rate is the lack of a clear business use case that solves real problems and can be monetized [05:56:00]. Many organizations struggle to move their GenAI applications into production [01:26:00].

Identifying a Strong Business Case

A successful GenAI implementation requires a strategic approach within organizations, coupled with strong leadership buy-in [01:42:00]. Executives often have unrealistic expectations, envisioning GenAI as a universal problem-solver ready for production within months [02:05:00].

Case Study: Biopharma Technology Transfer

Jonathan Low successfully implemented GenAI capabilities within a large life sciences company, addressing a critical business need: technology transfer in biopharma [02:19:00].

The Problem

  • Scaling Production: The process of scaling drug development from lab bench (human scale) to industrial scale (e.g., making a million doses a day) takes years [03:13:00].
  • Information Overload: Industrial teams must sift through hundreds of thousands of documents, notes, and test outcomes created at the science level [03:38:00].
  • Loss of Expertise: The average tenure of manufacturing workers has drastically decreased from 20 years to 3 years [03:56:00]. This, combined with the impending retirement of “boomers,” means significant expertise is being lost [04:30:00].

The GenAI Solution and Value Proposition

Generative AI was identified as a necessary tool to capture intelligence from documents and individuals’ heads and transfer it to new employees [04:39:00].

  • Accelerated Processes: By using GenAI to manage and retrieve information, the time taken for technology transfer can be significantly reduced [03:35:00].
  • Knowledge Preservation: It provides a mechanism to retain and disseminate critical knowledge that would otherwise be lost due to workforce changes [04:39:00].
  • Real-World Impact: This particular use case not only streamlines business operations but also has the potential to save lives by accelerating the delivery of life-saving drugs [06:07:00].

The solution involved loading millions of documents into a graph database, where chunks of information (document, block, paragraph, line) were structured. This approach enabled the system to learn and improve how documents were chunked, leading to more refined storage and management [04:51:00].

Overcoming Internal Challenges

Even with a strong business case, challenges persist in convincing internal stakeholders to adopt expensive R&D investments into GenAI architectures [07:02:00].

Addressing Stakeholder Concerns

  • “Not Invented Here” Syndrome: Teams may resist new solutions like graph RAG, preferring established frameworks or research papers [06:26:00].
  • Cost Concerns: GenAI architectures can be significantly more expensive than classic or cloud computing if not well-architected, potentially increasing organizational costs [06:50:00].
  • Leadership Alignment: In large organizations (50,000+ people), promoting a new idea requires navigating various levels of leadership [07:29:00].
    • Executive Level (CEO): Focused on broad, inspirational goals like “change a billion lives a year” [11:08:00].
    • Mid-Level Management (Chief Digital/Scientific/Supply Officers): Translate executive vision into specific departmental goals, e.g., “lead the industry in AI” or “accelerate supply” [11:36:00].
    • Operational Level (Level Twos/Threes): Prioritize tangible metrics such as “cost savings,” “cost avoidance,” “earlier realized revenue,” or “more balanced headcount” [12:15:00]. Presentations at this level must include numbers and timelines [12:36:00].
  • Client Partners: Act as intermediaries between digital teams and the business, often departmentalized (e.g., R&D, Supply). They might challenge proposals by citing existing solutions (“R&D already has five search engines”) or suggest extreme scope changes (“incorporate into every tool”) [13:10:00].
  • Vendor Pressure: External vendors may advocate for buying their tools over in-house development, engaging with Chief Digital Officers on build-versus-buy decisions [13:56:00].
  • Internal Competition (“Friendly Fire”): Colleagues may claim ownership of similar initiatives or demand integration with their existing systems [14:26:00].

To succeed, it’s crucial to understand your audience, personalize the message for each stakeholder, and communicate the value proposition in a language relevant to their specific concerns [15:12:00].

Technological Underpinnings and Further Value

The chosen technology must be appropriate for the use case [15:53:00]. A significant challenge in RAG (Retrieval Augmented Generation) and enterprise applications is dealing with LLM hallucinations [15:58:00], although newer models and vector databases are improving this [16:06:00].

The Value of Graph Databases for GenAI (Graph RAG)

Using graph databases offers unique advantages for GenAI implementations, particularly in complex domains with intricate connections:

  • Contextual Understanding: Graphs excel at representing genealogic sequences, recipes, social networks, hierarchies, and time series, all prevalent in a company like Pfizer [16:29:00].
  • Accelerated Data Understanding: Consolidating data in a graph significantly speeds up data scientists’ and engineers’ understanding of the data landscape, reducing data consolidation and cleanup time from months to weeks [16:50:00].
  • Improved Team Performance: Beyond just faster data traversal and search performance, using graphs also boosts overall team performance [17:12:00].
  • Enhanced Precision and Context: Graph RAG, as highlighted by Microsoft’s seminal paper, involves taking existing documents, using LLMs to chunk them into a graph, and yielding superior results [17:38:00].
    • Direct LLMs may lack context [17:55:00].
    • Baseline RAG with vector databases provides organizational knowledge but answers can be generic with hallucinations [18:02:00].
    • Graph RAG offers more precise answers from the knowledge graph, which can evolve over time [18:13:00].
  • Relationship Discovery: In industries with complicated data, graph databases expose connections that might not be explicitly joined in relational databases. Searching for one piece of information immediately reveals its related “neighborhood” [18:38:00].
  • Dual Data Representation: A practical architecture for graph RAG involves both vector and knowledge graph representations of data. The system queries both for answers and relationally close nodes, passing additional context to the LLM for more relevant results [19:06:00].
  • Governance and Explainability: Graph RAG enables better governance through controls and properties on graph nodes to manage access, and enhanced explainability as answers are derived from understandable graphs, nodes, and edges, rather than statistical probabilities [19:47:00]. This allows reasoning about relationships and distinguishing relevant information [20:05:00].