<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe" -->

---
title: Your Moat Is Your Data Model — Mike Phipps, Gates Foundation
description: A talk by Mike Phipps from the Gates Foundation describing how they built a Strategic Intelligence Platform (SIP) — an enterprise-wide knowledge graph using...
canonical: https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Your Moat Is Your Data Model — Mike Phipps, Gates Foundation | daily.dev
og:description: A talk by Mike Phipps from the Gates Foundation describing how they built a Strategic Intelligence Platform (SIP) — an enterprise-wide knowledge graph using...
og:url: https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe
og:image: https://api.daily.dev/og/posts/kRxAkeDQe.png
og:image:alt: Your Moat Is Your Data Model — Mike Phipps, Gates Foundation
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Your Moat Is Your Data Model — Mike Phipps, Gates Foundation

**[AI Engineer](https://daily.dev/sources/aidotengineer)** · 20 min read · 1 upvotes · 0 comments

## Summary

A talk by Mike Phipps from the Gates Foundation describing how they built a Strategic Intelligence Platform (SIP) — an enterprise-wide knowledge graph using Neo4j that models internal operational data across funding, investment management, org hierarchies, and documents. The core thesis is that an organization's defensible competitive advantage in the AI era is its tacit knowledge encoded in a well-structured data model, not the chat UI or LLM itself. The platform exposes the graph via MCP to AI agents (Claude, ChatGPT), enabling agentic retrieval and constrained workflow experiences for ~4,000 employees. The talk covers data curation pipelines, graph hierarchy design (additive DAGs, rollup edges), cross-system entity stitching, governance/PII concerns, and an eval feedback loop that continuously improves the data model based on agent query failures.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=jt1Pbr_n6oU>

## Questions this post answers

### Why would a large organization build its own knowledge graph instead of just relying on ChatGPT or Claude directly for internal data access?

Because the defensible advantage lies in modeling internal processes and tacit organizational knowledge into a data layer, not in the chat interface itself. The Gates Foundation built a knowledge graph called the Strategic Intelligence Platform (SIP) on Neo4j, exposed via MCP, so that any AI agent or chat app can query it while the underlying institutional knowledge remains proprietary and durable regardless of which model or app becomes popular.

_Explore more perspectives on knowledge graphs and agentic AI architecture through daily.dev._

### How do you evaluate whether an AI agent answering questions over a knowledge graph is giving correct answers?

Build targeted evaluation questions with data owners, tiered by complexity, paired with graph queries that pull live results at runtime for comparison against the agent's answer. An LLM-as-judge scores pass@1 accuracy and stability (repeat-question consistency), and failures feed back into refining the data model, domain rules, and schema descriptions, as done for the Gates Foundation's SIP platform.

_Developers building agentic eval pipelines can track approaches like this one on daily.dev._

## Similar posts on daily.dev

- [Empowering Microsoft Agent Framework with Neo4j Knowledge Graphs](https://daily.dev/posts/empowering-microsoft-agent-framework-with-neo4j-knowledge-graphs-8vieq3d2r) · neo4j · 1 upvotes · 0 comments
- [Modern Data & Knowledge Platforms: The Foundation Every AI Strategy Actually Runs On: SD Times 100](https://daily.dev/posts/modern-data-knowledge-platforms-the-foundation-every-ai-strategy-actually-runs-on-sd-times-100-qmi7efgls) · SD Times · 0 upvotes · 0 comments

---

Tags: [#mcp](https://daily.dev/tags/mcp), [#agentic-ai](https://daily.dev/tags/agentic-ai), [#neo4j](https://daily.dev/tags/neo4j)

[View this post on daily.dev](https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Your Moat Is Your Data Model — Mike Phipps, Gates Foundation","url":"https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe"},"datePublished":"2026-07-22T21:51:07.749Z","dateModified":"2026-09-13T18:28:31.550Z","description":"A talk by Mike Phipps from the Gates Foundation describing how they built a Strategic Intelligence Platform (SIP) — an enterprise-wide knowledge graph using...","image":"https://i.ytimg.com/vi/jt1Pbr_n6oU/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/jt1Pbr_n6oU/sddefault.jpg","isAccessibleForFree":true,"articleSection":"AI Engineer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"AI Engineer","logo":"https://media.daily.dev/image/upload/s--u5PucxNT--/f_auto/v1724338940/logos/aidotengineer","url":"https://daily.dev/sources/aidotengineer"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"mcp,agentic-ai,neo4j","timeRequired":"PT20M","video":{"@type":"VideoObject","name":"Your Moat Is Your Data Model — Mike Phipps, Gates Foundation","description":"A talk by Mike Phipps from the Gates Foundation describing how they built a Strategic Intelligence Platform (SIP) — an enterprise-wide knowledge graph using...","thumbnailUrl":"https://i.ytimg.com/vi/jt1Pbr_n6oU/sddefault.jpg","uploadDate":"2026-07-22T21:51:07.749Z","duration":"PT20M","url":"https://api.daily.dev/r/kRxAkeDQe","embedUrl":"https://www.youtube.com/embed/jt1Pbr_n6oU"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"AI Engineer","item":"https://daily.dev/sources/aidotengineer"},{"@type":"ListItem","position":3,"name":"Your Moat Is Your Data Model — Mike Phipps, Gates Foundation"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/your-moat-is-your-data-model-mike-phipps-gates-foundation-krxakedqe#faq","mainEntity":[{"@type":"Question","name":"Why would a large organization build its own knowledge graph instead of just relying on ChatGPT or Claude directly for internal data access?","acceptedAnswer":{"@type":"Answer","text":"Because the defensible advantage lies in modeling internal processes and tacit organizational knowledge into a data layer, not in the chat interface itself. The Gates Foundation built a knowledge graph called the Strategic Intelligence Platform (SIP) on Neo4j, exposed via MCP, so that any AI agent or chat app can query it while the underlying institutional knowledge remains proprietary and durable regardless of which model or app becomes popular. Explore more perspectives on knowledge graphs and agentic AI architecture through daily.dev."}},{"@type":"Question","name":"How do you evaluate whether an AI agent answering questions over a knowledge graph is giving correct answers?","acceptedAnswer":{"@type":"Answer","text":"Build targeted evaluation questions with data owners, tiered by complexity, paired with graph queries that pull live results at runtime for comparison against the agent's answer. An LLM-as-judge scores pass@1 accuracy and stability (repeat-question consistency), and failures feed back into refining the data model, domain rules, and schema descriptions, as done for the Gates Foundation's SIP platform. Developers building agentic eval pipelines can track approaches like this one on daily.dev."}}]}
```

