dependency-graph

Tag

Cards List
#dependency-graph

@Huahuazo: Recently on GitHub there's a tool called CodeFlow. Its usage is very simple: just paste a repository URL, and it will visualize the code dependency relationships of the entire project. Let's break down its core capabilities: Click any file to instantly see which other parts will be affected by modifying it. For the entire codebase…

X AI KOLs Timeline · 2d ago Cached

CodeFlow is a browser-based tool that visualizes code dependencies from a GitHub URL or local folder, providing interactive graphs, security scanning, pattern detection, and health scores without uploading code.

0 favorites 0 likes
#dependency-graph

Show HN: Frond – a frontend runtime for your app's dependency graph

Hacker News Top · 3d ago Cached

Frond is a frontend runtime that manages the dependency graph of React apps, handling service lifecycles and cleanup automatically.

0 favorites 0 likes
#dependency-graph

TheoremGraph: Bridging Formal and Informal Mathematics

Hugging Face Daily Papers · 2026-06-24 Cached

TheoremGraph is a unified statement-level dependency graph that spans both informal mathematics (arXiv papers) and formal mathematics (Lean projects), using semantic embeddings to bridge the gap between them. The authors provide datasets, extractors, and APIs to support mathematical search and retrieval.

0 favorites 0 likes
#dependency-graph

Hybrid retrieval + dependency-graph expansion beats embeddings-only for code RAG — measured, CI-gated

Reddit r/AI_Agents · 2026-06-16

Archex is a new open-source code RAG tool that improves retrieval by combining hybrid search (BM25F + dense embeddings), cross-encoder reranking, and dependency-graph expansion, achieving much higher recall and token efficiency than pure embeddings-based approaches.

0 favorites 0 likes
#dependency-graph

Building a dependency graph for MCP agents to avoid repeatedly re-reading codebases and it saved $150k dollars

Reddit r/openclaw · 2026-06-11

Graperoot is an MCP-native tool that builds a dependency graph of a codebase to avoid unnecessary file re-reading, saving users significant costs—over $150k collectively—and is free for any CLI or IDE supporting MCP.

0 favorites 0 likes
#dependency-graph

Which Models Are Our Models Built On? Auditing Invisible Dependencies in Modern LLMs

Hugging Face Daily Papers · 2026-06-10 Cached

Introduces ModSleuth, an agentic system that recursively reconstructs large-scale dependency graphs for LLM development by analyzing public artifacts, revealing multi-hop license obligations and documentation inconsistencies.

0 favorites 0 likes
#dependency-graph

Bigger context windows seem to be solving a different problem than understanding

Reddit r/artificial · 2026-06-05 Cached

Repowise is an open-source tool that indexes codebases into five intelligence layers—dependency graph, git history, auto-generated docs, architectural decisions, and code health—and exposes them to AI coding agents via MCP tools for more accurate context and fewer tool calls.

0 favorites 0 likes
#dependency-graph

@NainsiDwiv50980: AI agents got smarter. Their way of understanding codebases didn't. Most still crawl through repositories file-by-file,…

X AI KOLs Timeline · 2026-06-02 Cached

A fully open-source codebase intelligence engine called SocratiCode helps AI navigate repositories using semantic search, dependency graphs, impact analysis, and shared indexes without vendor lock-in.

0 favorites 0 likes
#dependency-graph

@quant_sheep: A friend also recommended graphify to assist with vibe coding. My conclusion is to install both codegraph and graphify — the experience is excellent. Just send these two lines to the AI and have it write a skill for itself: write a skill that combines the use of codegr…

X AI KOLs Timeline · 2026-05-24 Cached

Recommend using both codegraph and graphify together with vibe coding. Codegraph analyzes dependency relationships between code (AST), graphify links concepts and code (AST + LLM semantics).

0 favorites 0 likes
#dependency-graph

Cutting the Gordian Hairball

Lobsters Hottest · 2026-05-17 Cached

The author reflects on the challenge of untangling a complex dependency graph for their Intertwingler application server, aiming to achieve dense hypermedia to reduce the need for excessive reading and writing, while criticizing AI for generating too much content.

0 favorites 0 likes
#dependency-graph

Grounded Continuation: A Linear-Time Runtime Verifier for LLM Conversations

arXiv cs.AI · 2026-05-15 Cached

This paper introduces Grounded Continuation, a linear-time runtime verifier for LLM conversations that maintains an explicit dependency graph to detect whether a next utterance is supported by prior conversation, achieving accuracy gains over baselines on benchmarks including LongMemEval and LoCoMo.

0 favorites 0 likes
#dependency-graph

MathAtlas: A Benchmark for Autoformalization in the Wild

arXiv cs.AI · 2026-05-15 Cached

MathAtlas is a large-scale benchmark for autoformalization of graduate-level mathematics, containing ~52k theorems and definitions extracted from 103 textbooks, with a mathematical dependency graph of ~178k relations. Experiments show state-of-the-art models achieve at most 9.8% correctness, highlighting the difficulty.

0 favorites 0 likes
← Back to home

Submit Feedback