← All speakers

Bio, Work & Ideas

Zach Blumenfeld

Conference affiliation: AI Research Engineer · Neo4j · 2026

Zach Blumenfeld is an AI Research Engineer at Neo4j developing graph-based approaches that help AI agents retrieve evidence, understand relationships and reason from previous decisions. His work applies graph data science to problems ranging from fraud detection and identity matching to agentic GraphRAG and decision-aware AI systems.

From graph analytics to AI agents

Blumenfeld joined Neo4j as a graph data science product specialist and subsequently worked in technical marketing before moving into research engineering. In 2021, he applied supervised entity resolution to identity matching, representing probable matches as graph relationships instead of prematurely merging uncertain records. His subsequent projects explored personalized news recommendations and supply-chain analysis.

As generative AI matured, he brought those techniques into retrieval and agent development, writing about Neo4j’s GraphRAG Python package and Aura Agent. He also created graph-nd, an independent experimental project for graph-grounded retrieval and agent workflows.

  • Retrieval must answer the actual question. Blumenfeld illustrates the limitations of document search with a workforce assistant that retrieves five résumés and mistakenly concludes a company has five Python developers. His agentic GraphRAG demonstration replaces that guesswork with a graph connecting employees, skills and accomplishments, enabling agents to count developers, compare expertise and identify collaborators through inspectable Cypher queries.
  • Hybrid graph-and-vector retrieval makes similarity actionable. Semantic search can identify related skills; graph traversal establishes who possesses them and how individuals overlap. Blumenfeld combines these techniques with Leiden community detection and specialized retrieval tools while acknowledging practical tradeoffs: derived relationships require maintenance as data changes, and consolidating vector search inside a graph database affects cost, synchronization and latency. His GraphRAG workshop develops these patterns hands-on.
  • Graph-shaped knowledge layers can leave operational data in place. Rather than copying entire warehouses into another database, Blumenfeld uses graph representations of table relationships to guide agents toward valid joins while source records remain in existing systems. His lakehouse workshop also applies navigable document hierarchies and community detection to questions such as which recurring operational problems lack documentation.
  • Decision traces and context graphs give agents precedents. Blumenfeld distinguishes conversational memory, persistent knowledge about entities and reasoning memory that connects previous decisions with their circumstances and outcomes. His work on decision-aware agents combines semantic and graph-structural similarity to retrieve relevant precedents while treating temporal relevance, decision quality and automated retention as unresolved engineering questions.

Read the topics behind these talks

4 conference talks

AI Engineer World's Fair 202515:25

Agentic GraphRAG: Simplifying Retrieval Across Structured & Unstructured Data — Zach Blumenfeld

Neo4j product specialist Zach Blumenfeld demonstrates how agentic GraphRAG unifies structured and unstructured information by extracting resume data into a knowledge graph. He contrasts misleading top-k document retrieval with precise graph queries, then uses Google's Agent Development Kit, LangChain, and an MCP-connected Neo4j workflow to generate Cypher,…

Zach Blumenfeld

RAG, context, and search · APIs, MCP, and protocols

AI Engineer World's Fair 20261:59:10

AI on Your Lakehouse: Context Comes in Shapes, Not Queries

Neo4j AI Research Engineer Zach Blumenfeld leads a hands-on workshop showing how graph-shaped context makes lakehouse-connected AI agents more reliable. Using GraphAcademy, GitHub Codespaces, Claude Code, BigQuery, Neo4j CLI, and agent-generated Cypher, participants build reusable document-outline trees, thematic communities, and connection paths that…

Zach Blumenfeld · Ben Squire · Ryan Knight

Coding and developer tools · Other / unclassified · RAG, context, and search

AI Engineer World's Fair 20251:18:35

Intro to GraphRAG

Neo4j product specialist Zach Blumenfeld leads a hands-on introductory GraphRAG workshop covering hosted Jupyter setup, knowledge graph construction from structured and unstructured data, Cypher queries, graph pattern matching, vector search, embeddings, and community detection. Exercises explore resume-derived graph data and conclude with references to…

Zach Blumenfeld

APIs, MCP, and protocols · RAG, context, and search · Coding and developer tools

AI Engineer Europe 202620:12

Why your agents need decision traces, not just documents — Zach Blumenfeld, Neo4j

Neo4j’s Zach Blumenfeld explains how context graphs extend document-oriented RAG with connected decision traces and short-term, long-term, and reasoning memory, helping agents act on prior decisions rather than merely retrieve facts. He demonstrates a Neo4j-backed stack using Claude, OpenAI embeddings, Next.js, Graph Data Science, and create-context-graph,…

Zach Blumenfeld

Architecture · Observability and reliability · APIs, MCP, and protocols

References