Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

knowledge graph

30 articles about knowledge graph in AI news

Lung-R1-14B Tops EMR Diagnosis with Knowledge Graph-Guided RL

Lung-R1-14B scored 4.3583 on EMR diagnosis, beating 20 systems using a 59K-node knowledge graph and RL-constrained reasoning.

92% relevant

Neo4j's agent-memory: Open-source unified memory for AI agents via knowledge graphs

Neo4j releases agent-memory, an open-source unified memory layer for AI agents using knowledge graphs, enabling persistent structured recall.

75% relevant

Developer Ships LLM-Powered Knowledge Graph Days After Karpathy Tweet

Following a tweet by Andrej Karpathy, a developer rapidly built and released a working implementation of an LLM-powered knowledge graph on GitHub, showcasing the speed of open-source AI development.

87% relevant

Graphify: Open-Source Tool Builds Knowledge Graphs from Code & Docs in One Command

Developer shipped Graphify, an open-source tool that builds queryable knowledge graphs from code, docs, and images in one command. It uses a two-pass pipeline with tree-sitter and Claude subagents, achieving 71.5x fewer tokens per query versus reading raw files.

95% relevant

GitNexus Open Sources Codebase Knowledge Graph Engine for AI Agents

GitNexus, an open-source knowledge graph engine, autonomously indexes codebases to map dependencies and execution flows. It integrates with Claude Code, Cursor, and Windsurf via MCP to give AI agents architectural awareness, preventing breaking changes.

99% relevant

EpisTwin: A Neuro-Symbolic Framework for Personal AI Using Knowledge Graphs

Researchers propose EpisTwin, a neuro-symbolic architecture that builds a Personal Knowledge Graph from fragmented user data to enable complex, verifiable reasoning. It addresses limitations of standard RAG by capturing semantic topology and temporal dependencies.

70% relevant

Multimodal Knowledge Graphs Unlock Next-Generation AI Training Data

Researchers have developed MMKG-RDS, a novel framework that synthesizes high-quality reasoning training data by mining multimodal knowledge graphs. The system addresses critical limitations in existing data synthesis methods and improves model reasoning accuracy by 9.2% with minimal training samples.

80% relevant

GitNexus Revolutionizes Code Exploration: Browser-Based AI Transforms GitHub Repositories into Interactive Knowledge Graphs

A new tool called GitNexus transforms any GitHub repository into an interactive knowledge graph with AI chat capabilities, running entirely in the browser without backend infrastructure. This breakthrough enables developers to visualize and query complex codebases through intuitive graph interfaces and natural language conversations.

85% relevant

Code-Review-Graph Cuts Claude Token Usage 8.2x with Local Knowledge Graph

A developer released 'code-review-graph,' an open-source tool that uses Tree-sitter to build a persistent structural map of a codebase. This allows Claude to read only relevant files, cutting average token usage by 8.2x across six real repositories.

95% relevant

GraphRAG-IRL: A Hybrid Framework for More Robust Personalized Recommendation

Researchers propose GraphRAG-IRL, a hybrid recommendation framework that addresses LLMs' weaknesses as standalone rankers. It uses a knowledge graph and inverse reinforcement learning for robust pre-ranking, then applies persona-guided LLM re-ranking to a shortlist, achieving significant NDCG improvements.

92% relevant

Graph-Based Recommendations for E-Commerce: A Technical Primer

An overview of how graph-based recommendation systems work, using knowledge graphs to connect users, items, and attributes for more accurate and explainable product suggestions in e-commerce.

80% relevant

Building a Smart Learning Path Recommendation System Using Graph Neural Networks

A technical article outlines how to build a learning path recommendation system using Graph Neural Networks (GNNs). It details constructing a knowledge graph and applying GNNs for personalized course sequencing, a method with clear parallels to retail product discovery.

70% relevant

Beyond Vector Search: How Core-Based GraphRAG Unlocks Deeper Customer Intelligence for Luxury Brands

A new GraphRAG method using k-core decomposition creates deterministic, hierarchical knowledge graphs from customer data. This enables superior 'global sensemaking'—connecting disparate insights across reviews, transcripts, and CRM notes to build a unified, actionable view of the client and market.

65% relevant

World Model MCP: Memory Layer That Cut SWE-bench Repeat Mistakes by +10.2 Points

World Model MCP adds a temporal knowledge graph to Claude Code that learns from corrections, prevents repeated mistakes, and re-injects context after compaction — proven with +10.2 pts on SWE-bench.

95% relevant

AWS Launches Continuum and Context to Fix Agent Blind Spots

AWS launched Continuum and Context to fix AI agent security and context gaps. Both services automate vulnerability handling and knowledge graph construction.

92% relevant

GBrain: Garry Tan's Agent Memory Uses Markdown as System of Record

GBrain is Garry Tan's agent memory system using markdown as the system of record, with a self-wiring knowledge graph and overnight dream cycle.

82% relevant

How to Run Claude Code 24/7 Without Burning Your Context Window

Implement a hard 50K token session cap and a three-tier memory system (daily notes, MEMORY.md, PARA knowledge graph) to prevent context bloat and memory decay in long-running Claude Code agents.

95% relevant

How This Obsidian Vault Template Gives Claude Code a Long-Term Memory

A GitHub template creates a persistent knowledge graph for Claude Code, eliminating session amnesia and compounding engineering decisions across conversations.

84% relevant

How to Build a Multi-Agent Dev System: One Developer's 40-Commit Field Report

A developer's two-week field report reveals how CLAUDE.md, knowledge graph corrections, and multi-agent workflows create compounding productivity gains.

92% relevant

EMBRAG Framework Achieves SOTA on KGQA Benchmarks via Embedding-Space Rule Generation

Researchers propose EMBRAG, a framework that uses LLMs to generate logical rules from a query, then performs multi-hop reasoning in knowledge graph embedding space. It sets new state-of-the-art on two KGQA benchmarks.

84% relevant

Tuning-Free LLM Framework IKGR Builds Strong Recommender by Extracting Explicit User Intent

Researchers propose IKGR, a novel LLM-based recommender that constructs an intent-centric knowledge graph without model fine-tuning. It explicitly links users and items to extracted intents, showing strong performance on cold-start and long-tail items.

95% relevant

MIRAGE AI Framework Bridges Critical Gap in Alzheimer's Diagnosis by Synthesizing MRI Insights from Health Records

Researchers have developed MIRAGE, a novel AI framework that uses knowledge graphs to synthesize diagnostic MRI information from electronic health records, potentially revolutionizing Alzheimer's disease assessment in resource-limited settings by bridging the missing-modality gap.

75% relevant

Zep AI's Graphiti: Agent Memory Without Schema Is Just Storage

Zep AI's Graphiti enforces Pydantic schemas on LLM entity extraction, preventing generic label collapse and enabling precise querying of agent memory.

95% relevant

Multi-Level Graph Contrastive Learning Beats SOTA on KG Recommendations

Multi-level graph attention network with contrastive learning outperforms SOTA on KG recommendations by handling sparse labels and noisy entities.

78% relevant

Vector DBs Can't Reason: GraphRAG-Bench Shows 83.6% Gap on Complex Queries

FalkorDB's GraphRAG-Bench benchmarks show vector databases struggle on multi-hop reasoning (83.6% gap) and contextual summarization (85.1% gap), highlighting graph-based retrieval's advantage for complex queries.

75% relevant

FalkorDB: Graph Database for Multi-Hop AI Queries in Milliseconds

FalkorDB, an open-source graph database, stores connections as a sparse matrix to accelerate multi-hop queries by 100x. Combined with built-in vector search, it enables GraphRAG systems that answer complex relational questions without pre-built articles.

77% relevant

IPCCF: A New Graph-Based Approach to Disentangle User Intent for Better

A new research paper introduces Intent Propagation Contrastive Collaborative Filtering (IPCCF), a method designed to improve recommendation systems by more accurately disentangling the underlying intents behind user-item interactions. It addresses limitations in existing methods by incorporating broader graph structure and using contrastive learning for direct supervision, showing superior performance in experiments.

84% relevant

Cognee Open-Source Framework Unifies Vector, Graph, and Relational Memory for AI Agents

Developer Akshay Pachaar argues AI agent memory requires three data stores—vector, graph, and relational—to handle semantics, relationships, and provenance. His open-source project Cognee unifies them behind a simple API.

87% relevant

ID Privacy Launches 'Self-Healing' AI Graph for Automotive Retail

ID Privacy has launched the Self-Healing Agentic Intelligence Graph, an AI platform for automotive retail that automatically updates customer profiles and handles dealer communications. This represents a move towards more autonomous, context-aware AI agents in a high-value retail sector.

82% relevant

FORGE Benchmark Reveals Domain Knowledge

Researchers introduced FORGE, a multimodal dataset with 2D/3D data and fine-grained annotations for manufacturing. Evaluating 18 MLLMs revealed domain knowledge, not visual grounding, is the key bottleneck, with fine-tuning offering a clear path forward.

72% relevant