code-intelligence

Tag

Cards List
#code-intelligence

@AriXZone: The Linux kernel, a very large project with 28 million lines of code and 75,000 files, takes only about 3 minutes to index, with sub-millisecond query responses. codebase-memory-mcp is an open-source MCP server from DeusData that provides AI coding assistants (Claude Cod…

X AI KOLs Timeline · 3d ago Cached

DeusData has open-sourced an MCP server called codebase-memory-mcp, which pre-parses code repositories into persistent knowledge graphs, providing AI coding assistants with sub-millisecond code structure query capabilities. It supports 158 languages, reduces token consumption by approximately 99% compared to traditional grep, and has extremely fast indexing speed.

0 favorites 0 likes
#code-intelligence

@qingke_ai: https://x.com/qingke_ai/status/2072159674078736556

X AI KOLs Timeline · 5d ago Cached

This article details the latest progress of GLM-5.2 in Agentic RL, including the introduction of slime infrastructure, shifting from GRPO to PPO for handling long trajectories, and an online anti-cheat mechanism; it also explores Qwen's research on verifier quality, proposing three dimensions of scalability, faithfulness, and robustness, and designs multiple verification strategies for different tasks to improve the reliability of reward signals.

0 favorites 0 likes
#code-intelligence

@GitHub_Daily: When using AI-assisted programming, asking a simple question requires flipping through files one by one, which wastes tokens and easily leads to wrong context. codebase-memory-mcp parses the entire codebase into a knowledge graph, allowing AI to directly 'understand' the project structure. A single executable written in pure C, zero dependencies, …

X AI KOLs Timeline · 2026-06-20 Cached

codebase-memory-mcp is a tool written in pure C that parses the entire codebase into a knowledge graph, supports 158 programming languages, is compatible with 11 AI coding agent tools, greatly improving AI's understanding of project structure and reducing token consumption.

0 favorites 0 likes
#code-intelligence

Beyond NL2Code: A Structured Survey of Multimodal Code Intelligence

Hugging Face Daily Papers · 2026-06-16 Cached

This survey paper systematically reviews multimodal code intelligence systems that generate and reason with code from visual inputs like screenshots and charts, categorizing approaches across GUI, scientific visualization, structured graphics, and emerging frameworks while proposing verification-centered future research directions.

0 favorites 0 likes
#code-intelligence

@Zesee: https://x.com/Zesee/status/2064994135602286765

X AI KOLs Timeline · 2026-06-11 Cached

Discussed how GitHub Copilot CLI integrates language server (LSP) to obtain semantic information, thereby enhancing code understanding in AI programming, and points out that AI programming needs to evolve from the text search layer to the semantic layer and runtime layer.

0 favorites 0 likes
#code-intelligence

Bigger context windows seem to be solving a different problem than understanding

Reddit r/artificial · 2026-06-05 Cached

Repowise is an open-source tool that indexes codebases into five intelligence layers—dependency graph, git history, auto-generated docs, architectural decisions, and code health—and exposes them to AI coding agents via MCP tools for more accurate context and fewer tool calls.

0 favorites 0 likes
#code-intelligence

@GitTrend0x: Claude Code Codebase Smart Brain — 27× Token Savings Killer Open-Source Tool https://github.com/repowise-dev/repowise… This is Repowise, a codebase intelligence platform built for AI-assisted engineering teams! It turns...

X AI KOLs Timeline · 2026-05-15 Cached

Repowise is an open-source tool that indexes codebases into four intelligence layers (dependency graph, git history, auto-documentation, architectural decisions) and exposes them via seven MCP tools to AI coding agents like Claude Code, achieving up to 27× token savings while maintaining answer quality.

0 favorites 0 likes
#code-intelligence

@BrooksWhaleX: Breaking: Someone just open sourced a knowledge graph engine for your codebase and it's terrifying how good it is. It's…

X AI KOLs Timeline · 2026-05-12

GitNexus is an open-source knowledge graph engine that indexes codebases, maps dependencies and execution flows, and integrates with AI coding assistants via MCP, providing full architectural clarity to prevent breaking changes.

0 favorites 0 likes
#code-intelligence

DeusData/codebase-memory-mcp

GitHub Trending (daily) · 2026-06-17 Cached

Codebase-memory-mcp is an ultra-fast code intelligence engine for AI coding agents that indexes entire repositories in milliseconds and answers structural queries in under 1ms using tree-sitter AST analysis and a persistent knowledge graph, with support for 158 languages and 14 MCP tools.

0 favorites 0 likes
#code-intelligence

colbymchenry/codegraph

GitHub Trending (daily) · 2026-05-16 Cached

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%.

0 favorites 0 likes
← Back to home

Submit Feedback