HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lum1104

no profile record

投稿

[untitled]

1 ポイント·投稿者 lum1104·8 日前·0 コメント

Show HN: Research-Git, regenerate a past idea onto today's codebase

github.com
1 ポイント·投稿者 lum1104·12 日前·0 コメント

Agentic Systems Course: Learn AI Agents with an AI Coding Agent

github.com
3 ポイント·投稿者 lum1104·21 日前·0 コメント

Open SRE

github.com
2 ポイント·投稿者 lum1104·2 か月前·0 コメント

Show HN: Understand Anything – a codebase knowledge graph for onboarding

understand-anything.com
3 ポイント·投稿者 lum1104·3 か月前·3 コメント

Show HN: Understand Anything – Graphs that teach > graphs that impress

github.com
1 ポイント·投稿者 lum1104·3 か月前·3 コメント

コメント

lum1104
·12 日前·議論
[flagged]
lum1104
·2 か月前·議論
And Claude occationally ban your account, causing the records loss too...
lum1104
·2 か月前·議論
I am working on Understand-Anything, trying to use AI to teach you how to understand something. The problem for me, as a beginner in lots of aspect, is do not know what question to ask to AI in a area that I am not familiar with.

https://understand-anything.com/
lum1104
·2 か月前·議論
[flagged]
lum1104
·2 か月前·議論
[dead]
lum1104
·2 か月前·議論
[dead]
lum1104
·2 か月前·議論
One thing I realized while working on large repos is that most “code graph” tools are still fundamentally navigation tools.

You can see structure, dependencies, call graphs, etc., but you still spend a lot of time manually building a mental model of why things exist and how concepts connect across the codebase.

What I’m trying to explore with Understand Anything is whether LLMs + structured graphs can help generate higher-level semantic understanding instead of only visualization.

For example:

1. tracing how a business concept propagates through services/modules 2. mapping requirements ↔ implementation ↔ data flow 3. surfacing architectural patterns automatically 4. helping new contributors build a mental model faster

Still very early obviously, but that’s the direction I’m interested in exploring.
lum1104
·2 か月前·議論
You can check the historical star data here:

https://trendshift.io/repositories/23482

Honestly, I’m the author of the project :)
lum1104
·3 か月前·議論
[dead]
lum1104
·3 か月前·議論
I use it in my company, a startup that vibe coding for thousands line of code every day. And it works fine. Engineers love the business knowledge mode.
lum1104
·3 か月前·議論
Hi HN,

I built Understand Anything to help with a problem I run into often: understanding an unfamiliar codebase without spending hours jumping between files, docs, and dependency paths.

The tool analyzes a repo and builds an interactive map of files, functions, classes, dependencies, and architectural relationships. You can explore the map, search across the project, ask questions, generate onboarding notes, and inspect what may be affected by a change.

It started as a Claude Code plugin, but I’ve been making it work across different AI coding environments such as Codex, Cursor, Copilot, Gemini CLI, OpenCode, and others.

The main design goal is to avoid producing a giant graph that looks impressive but does not actually help people understand the code. I am trying to make the graph useful as a learning and navigation layer.

I’d appreciate feedback from people who work on large repos, onboard new engineers, or use coding agents.
lum1104
·3 か月前·議論
I use tree sitter for the codes part. Then after the code knowledge graph generation, using the graph I build the business knowledge graph.

In this case, the business knowledge graph build agent can know how each code interact with each others.
lum1104
·3 か月前·議論
Graphs that teach > graphs that impress. Turn any code, or knowledge base (Karpathy LLM wiki), into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.