Decypher: A Deep Semantic Code Graph for Agentic Coding and Engineering (Now in Beta)

Reddit r/artificial Tools

Summary

Decypher is a deep semantic code graph tool that helps AI agents understand code structure, data flow, and security issues, now in beta for Java and JVM languages.

I am a software engineer by profession and my day to day revolves around coding for production use cases. With Agentic Coding, writing the code has become commodity, but reviewing them and churning through a plethora of security issues being flagged has been draining (thanks Mythos and Glasswing)! Over the last few months, I was wondering if there is a way to make Agents understand not just the structure of the code, but also what is really happening inside it. The goal being, I can offload the overhead I have of training the bugs and security issues to Agents without burning through billions of tokens everyday. Decypher is born out of that same need. Written from ground up, using language specific compilers to understand the codebase, Decypher provides the developers with a way through which Agents can understand not just the structure, but go really deep into the code, tracking flow of data, conditional branches, return statements, etc. Decypher is now available in Beta for everyone to use for Java and JVM based languages: Scala & Kotlin. This is not another wrapper over tree sitter, Decypher is built ground up to support Agent native coding and exposes 40+ tools that makes it easier for agents to understand code structure, hunt for bugs or validate security issues Will be glad if the community tries this. The tool is completely air gapped and doesn't collects any telemetry:) Do let me know what you all think :)
Original Article

Similar Articles

DeepCode: Open Agentic Coding

Papers with Code Trending

DeepCode is a fully autonomous framework for document-to-codebase synthesis that uses principled information-flow management to convert scientific papers into production-grade code, achieving state-of-the-art results on PaperBench and surpassing PhD-level human experts.

I built an Code context graph for Agentic Coding

Reddit r/ArtificialInteligence

The author built a code context graph parser that creates a graph from static analysis and exposes it via MCP for AI agents. In a head-to-head comparison with Gemma 4 26B, agents using the graph explored Apache Kafka's request flow in under 2 minutes, while the baseline agent without the graph ran out of rate limits in 6 minutes.

colbymchenry/codegraph

GitHub Trending (daily)

CodeGraph is an open-source tool that creates a pre-indexed knowledge graph of a codebase, enabling Claude Code's exploration agents to query symbol relationships and call graphs instantly, reducing tool calls by up to 96% and exploration time by 77%.