BLOG

Knowledge Share

Technical articles, tutorials, and insights

Found 5 posts
open-sourceknowledge-graphAI-agent

Open Source Project #182: Graphify — Turn Your Entire Codebase into a Queryable Knowledge Graph for AI Coding Assistants

YC-backed open-source tool that uses tree-sitter AST to parse code locally and an optional LLM backend to process docs, PDFs, images, and video — building everything into one queryable knowledge graph. AI assistants traverse the graph instead of grepping. Every edge is tagged EXTRACTED/INFERRED/AMBIGUOUS. Incremental updates patch only changed files in ~0.8 seconds. Supports Claude Code, Cursor, Codex, and 15+ other AI tools via MCP. Optional Neo4j/FalkorDB backends. 101k Stars, Apache-2.0 + MIT.

·9 min read
open-sourceontologyknowledge-graph

Open Source Project #183: Ontology Playground — Microsoft's Zero-Backend Visual Ontology Learning Tool

Microsoft's open-source pure-static web app for learning ontology design and Microsoft Fabric IQ. Visual drag-and-drop ontology designer, RDF/OWL import/export, six industry domain pre-built ontologies, nine structured courses with interactive quizzes, and a one-line embeddable widget. Zero server dependency — runs directly in the browser, deployable to GitHub Pages or Azure Static Web Apps. React 19 + TypeScript + Cytoscape.js. 2.3k Stars, MIT license.

·7 min read
open-sourceClaude-CodeMCP

Open Source Project #162: code-review-graph — Build a Structural Map of Your Codebase to Cut AI Review Tokens by 82x

Local-first code intelligence graph. Tree-sitter parses the AST, SQLite persists the graph, 30 MCP tools surface precise context. Blast-radius analysis traces change impact chains, incremental updates complete in 2 seconds, 40+ languages supported. Benchmarked 82x median token reduction (528x max). 19.7k+ Stars, MIT.

·10 min read
open-sourceAI-memoryMCP

Open Source Project #136: OpenMemory — A Real Cognitive Memory Engine for AI Agents

Self-hosted cognitive memory engine for AI agents with five memory sectors (episodic, semantic, procedural, emotional, reflective), temporal knowledge graph, and Waypoint association graph. 110-130ms query latency, 6-10× cheaper than SaaS alternatives. Python/Node SDK, MCP, LangChain/CrewAI support. Apache 2.0.

·9 min read
open-sourceGBrainYCombinator

One Open Source Project a Day (No.81): The Y Combinator CEO Wrote His Own AI Brain and Open-Sourced It

A deep dive into GBrain, the AI persistent memory system personally built and open-sourced by Y Combinator CEO Garry Tan, with 10k+ Stars. Features hybrid search (vector + keyword RRF fusion) achieving 95% Recall@5, zero-LLM knowledge graph auto-wiring, Minions deterministic task queue that's 13x faster than LLM sub-agents, and 26 skills covering everything from personal CRM to autonomous agent memory. He uses it to manage 17,888 documents, 4,383 contacts, and 723 companies. MIT licensed.

·9 min read