HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lum1104

no profile record

Submissions

[untitled]

1 points·by lum1104·8 hari yang lalu·0 comments

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

github.com
1 points·by lum1104·12 hari yang lalu·0 comments

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

github.com
3 points·by lum1104·21 hari yang lalu·0 comments

Open SRE

github.com
2 points·by lum1104·2 bulan yang lalu·0 comments

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

understand-anything.com
3 points·by lum1104·3 bulan yang lalu·3 comments

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

github.com
1 points·by lum1104·3 bulan yang lalu·3 comments

comments

lum1104
·12 hari yang lalu·discuss
[flagged]
lum1104
·2 bulan yang lalu·discuss
And Claude occationally ban your account, causing the records loss too...
lum1104
·2 bulan yang lalu·discuss
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 bulan yang lalu·discuss
[flagged]
lum1104
·2 bulan yang lalu·discuss
[dead]
lum1104
·2 bulan yang lalu·discuss
[dead]
lum1104
·2 bulan yang lalu·discuss
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 bulan yang lalu·discuss
You can check the historical star data here:

https://trendshift.io/repositories/23482

Honestly, I’m the author of the project :)
lum1104
·3 bulan yang lalu·discuss
[dead]
lum1104
·3 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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.