The Code Whisperer: LLM and Graph-Based AI for Smell and Vulnerability Resolution
arXiv cs.AI / 4/16/2026
💬 OpinionIdeas & Deep AnalysisTools & Practical UsageModels & Research
Key Points
- The paper introduces “The Code Whisperer,” a hybrid AI framework that uses graph-based program analysis together with LLMs to detect, explain, and repair code smells and security vulnerabilities in one workflow.
- It jointly aligns multiple program representations—ASTs, CFGs, PDGs, and token-level embeddings—so the system can learn both structural and semantic signals rather than relying on either alone.
- Evaluations on multi-language datasets show improved detection performance and more actionable repair suggestions compared with rule-based analyzers and single-model (graph-only or LLM-only) baselines.
- The authors emphasize practical adoption needs by examining explainability and how the approach can integrate into CI/CD pipelines for everyday AI-assisted code review.

