chore: auto-commit from dashboard
This commit is contained in:
48
memory/kb/youtube/2026-05-19_graphify-knowledge-graph.md
Normal file
48
memory/kb/youtube/2026-05-19_graphify-knowledge-graph.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Graphify Solves Claude's Biggest Limitation (Finally)
|
||||
|
||||
**Sursa:** https://youtu.be/HQEm4rBKdec?si=fZkXg8ginkgtaJ34
|
||||
**Data:** 2026-05-19
|
||||
**Durata:** 11:51
|
||||
**Tags:** @work @project @tool
|
||||
|
||||
---
|
||||
|
||||
## TL;DR
|
||||
|
||||
Graphify este un tool Python care convertește un codebase local (cod + documentație) într-un knowledge graph structurat. Scopul: agenții AI (Claude Code, Codex etc.) consumă graf-ul în loc să citească raw files — rezultând 27x mai puține tokene și răspunsuri mai rapide și mai precise. Inspirat dintr-un post de Andrej Karpathy despre LM knowledge bases.
|
||||
|
||||
---
|
||||
|
||||
## Puncte cheie
|
||||
|
||||
- **Instalare simpla:** `uv` (echivalent npm pentru Python) + `graphify install` → adaugă skills în `.claude/` și `CLAUDE.md`
|
||||
- **Build graph:** `/graphify .` în directorul proiectului → alegi nivelul (code only / code + docs / full cu imagini); generează `graph.html`, `graph.json`, `graph.reports`
|
||||
- **Reducere tokene:** 27x mai puțin față de citirea raw files; benchmark vizibil în output-ul comenzii
|
||||
- **graph.html:** vizualizare interactivă — toggle nodes, zoom pe relații, filtrare per modul
|
||||
- **Funcții utile:**
|
||||
- `path <A> <B>` — shortest path între două fișiere/funcționalități
|
||||
- `explain <concept>` — explicație bazată pe graf, nu pe raw code
|
||||
- `query <întrebare>` — Q&A pe codebase
|
||||
- `--update` — reindexează doar fișierele modificate (nu rebuild complet)
|
||||
- **Export:** Obsidian vault, SVG, Neo4j, MCP server (alte LLM-uri pot interoga graful)
|
||||
- **Use case principal:** research pe codebase existent, explorare proiect nou — mai puțin pentru write-heavy workflows
|
||||
|
||||
---
|
||||
|
||||
## Quote-uri
|
||||
|
||||
> "Instead of having AI agent reading the raw files or documentations every single time, Graphify is going to index it for you and compiles your codebase into a structured knowledge graph."
|
||||
|
||||
> "This is mostly for people who want to read more than write, especially for doing research or exploring new codebases."
|
||||
|
||||
> "You can generate a MCP server for this so any other large language model can query for it."
|
||||
|
||||
---
|
||||
|
||||
## Idei acționabile
|
||||
|
||||
- [ ] Testa Graphify pe `roa2web` sau `echo-core` pentru a vedea connection map-ul real (@work)
|
||||
- [ ] Export MCP server din graph → conectat la Claude Code pentru query mai rapid pe codebase mare
|
||||
- [ ] `--update` flag util pentru proiecte active unde Ralph modifică fișiere zilnic
|
||||
- [ ] Obsidian vault export poate fi util pentru documentație chatbot Maria
|
||||
|
||||
Reference in New Issue
Block a user