GNEISS – GNN-powered CLI that detects architectural decay in Java repos

작성자

카테고리:

← 피드로
DEV Community · picklerick · 2026-06-18 개발(SW)
Cover image for GNEISS – GNN-powered CLI that detects architectural decay in Java repos

picklerick

Curious if others are dealing with this: as more AI-generated code gets merged, the high-level structure of codebases seems to be quietly getting worse. Not syntax stuff, linters catch that fine. More like modules slowly getting tangled with things they shouldn’t know about, circular dependencies that sneak in, architecture that stops making sense over time.

I’ve been trying to solve this by treating it as a graph problem. Parse the imports, build a dependency graph, run it through a neural network pipeline that flags where the structure is breaking down.

It’s a side project, still rough around the edges. Would love to know if a terminal-based visualization of your dependency graph would actually be useful to you? Here’s the link to the product: https://gneiss-systems.vercel.app

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다