Collection size
98 articles
Page 1 of 5
ByteFE
ByteFE
Oct 11, 2023 · Artificial Intelligence

CR Copilot: An Open‑Source LLM‑Based Code Review Assistant with Private Knowledge Base

This article describes the design and implementation of a code‑review assistant powered by open‑source large language models and a privately hosted knowledge base, covering background, pain points, system architecture, model selection, vector‑store integration, prompt engineering, diff parsing, and practical reflections.

AICode ReviewKnowledge Base
0 likes · 24 min read
CR Copilot: An Open‑Source LLM‑Based Code Review Assistant with Private Knowledge Base
Java Backend Technology
Java Backend Technology
Apr 23, 2026 · Artificial Intelligence

Claude Code vs Cursor vs Codex: Which AI Coding Assistant Fits Your Workflow?

After a six‑month hands‑on trial, the author compares Claude Code, Cursor, and Codex across six real‑world scenarios—daily coding, large‑scale refactoring, code review, CI/CD integration, batch PR generation, and learning new frameworks—showing where each tool shines, its trade‑offs, and how to combine them for maximum productivity.

AI coding assistantsClaude CodeCodex
0 likes · 24 min read
Claude Code vs Cursor vs Codex: Which AI Coding Assistant Fits Your Workflow?
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 3, 2024 · Artificial Intelligence

Applying Large Language Models to Software Engineering: Challenges, Cross‑File Editing Issues, Bug‑Fixing Evaluation, and SWE‑Bench Results

This article examines the practical challenges of using large language models in software development, including handling long contexts, cross‑file editing, bug‑fixing evaluation methods, and presents benchmark results from SWE‑Bench and its Lite subset to assess model capabilities.

Cross-File EditingLLMSWE-bench
0 likes · 7 min read
Applying Large Language Models to Software Engineering: Challenges, Cross‑File Editing Issues, Bug‑Fixing Evaluation, and SWE‑Bench Results
CSS Magic
CSS Magic
Jan 31, 2025 · Artificial Intelligence

Cursor vs. Windsurf vs. GitHub Copilot: Hands‑On Comparison of Three AI Code Editors

The article conducts a practical, step‑by‑step evaluation of Cursor, Windsurf, and GitHub Copilot’s multi‑file editing capabilities using a simple web‑chat bot, revealing that Cursor completes all required UI, storage, and application changes in a single interaction, while the others need two rounds, with Copilot showing notable improvement on a retest.

AI code editorCursorGitHub Copilot
0 likes · 9 min read
Cursor vs. Windsurf vs. GitHub Copilot: Hands‑On Comparison of Three AI Code Editors
ELab Team
ELab Team
Jul 9, 2025 · Artificial Intelligence

How Fast‑Apply AI Models Revolutionize Code Editing with Speculative Decoding

This article explains the design of the edit_file tool, the fast‑apply model that rewrites whole files instead of diffs, its training and evaluation methodology, speculative decoding speed gains, and future research directions for large‑scale code‑editing AI systems.

AISpeculative Decodingcode editing
0 likes · 14 min read
How Fast‑Apply AI Models Revolutionize Code Editing with Speculative Decoding
ELab Team
ELab Team
Jul 11, 2025 · Fundamentals

Exploring Modern Coding Agents: Tools, Implementations, and Insights

This article reviews a range of coding agents—including VSCode plugins, IDE extensions, command‑line tools, and AI‑driven editors—compares their features, details key implementations such as edit_file, and shares personal reflections on the essential capabilities required for effective coding agents.

AI toolsVSCode pluginscoding agents
0 likes · 18 min read
Exploring Modern Coding Agents: Tools, Implementations, and Insights
IT Services Circle
IT Services Circle
Feb 27, 2026 · Artificial Intelligence

How GitNexus Gives AI a Full‑Code‑Base View to Prevent Hidden Bugs

GitNexus is an open‑source knowledge‑graph tool that indexes an entire codebase, exposing dependencies and call chains so AI assistants can understand global architecture, instantly show impact of changes, and dramatically reduce the risk of introducing new bugs during development.

CLIcode analysisknowledge graph
0 likes · 6 min read
How GitNexus Gives AI a Full‑Code‑Base View to Prevent Hidden Bugs
James' Growth Diary
James' Growth Diary
May 21, 2026 · Artificial Intelligence

What AutoDream Does Behind the Scenes When Claude Code Is Idle

The article analyzes AutoDream, Claude Code’s idle‑time background maintenance system that detects workspace entropy, quantifies it, and runs a four‑stage semantic cleanup pipeline using LLMs, with constraints on idle detection, token budget, and transparent git‑tracked logs.

AutoDreamClaude CodeLLM
0 likes · 32 min read
What AutoDream Does Behind the Scenes When Claude Code Is Idle
James' Growth Diary
James' Growth Diary
Apr 14, 2026 · Artificial Intelligence

How Does Cursor Work? Inside the Architecture of an AI Coding Assistant

The article dissects Cursor's four‑layer architecture, explains how it builds context from the current file, vector retrieval and @‑references, compares Cmd+K inline edits with Chat mode, and shares practical tips to avoid common pitfalls when using the AI‑powered IDE tool.

AI coding assistantCursorcontext construction
0 likes · 14 min read
How Does Cursor Work? Inside the Architecture of an AI Coding Assistant
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
Aug 8, 2025 · Industry Insights

How CodeRAG Reinvents Large‑Scale Code Repository Knowledge Extraction and Hierarchical Retrieval

CodeRAG leverages AST‑centric parsing and a hierarchical knowledge graph to overcome text‑only retrieval limits in large code repositories, offering multi‑language analysis, incremental parsing, hybrid indexing, and intelligent context selection for tasks such as code completion, Q&A, documentation generation, and impact analysis.

ASTCodeRAGLarge-Scale Repos
0 likes · 15 min read
How CodeRAG Reinvents Large‑Scale Code Repository Knowledge Extraction and Hierarchical Retrieval
Frontend AI Walk
Frontend AI Walk
Jan 27, 2026 · Artificial Intelligence

Mastering Oh My OpenCode Agents: A Complete Guide with Real‑World Tips

This article provides a thorough, step‑by‑step guide to the built‑in Agents of Oh My OpenCode, explaining each Agent’s specialty, when to use them, decision‑tree selection, real‑world case studies, collaboration patterns, common pitfalls, and practical weekly learning plans for developers.

AI agentsAgent OrchestrationOh My OpenCode
0 likes · 31 min read
Mastering Oh My OpenCode Agents: A Complete Guide with Real‑World Tips
AI Engineering
AI Engineering
May 16, 2026 · Backend Development

Cut 92% of Claude Code Tool Calls for Large Codebases with CodeGraph

CodeGraph builds a semantic knowledge graph of a codebase so Claude Code can query the graph instead of scanning files, reducing tool calls by an average of 92% and speeding up exploration by 71% across multiple large, multi‑language projects.

AI code assistanceClaude CodeCodeGraph
0 likes · 6 min read
Cut 92% of Claude Code Tool Calls for Large Codebases with CodeGraph
Nightwalker Tech
Nightwalker Tech
Jun 18, 2025 · Artificial Intelligence

Cursor vs Augment: Which AI Coding Assistant Fits Your Development Needs?

This article provides an in‑depth comparison of the AI‑powered coding assistants Cursor and Augment, examining their core features, code‑completion capabilities, context awareness, enterprise security, pricing models, and ideal user scenarios to help developers choose the best tool for their projects.

AI codingAugmentCursor
0 likes · 18 min read
Cursor vs Augment: Which AI Coding Assistant Fits Your Development Needs?
PaperAgent
PaperAgent
Mar 6, 2026 · Artificial Intelligence

BeyondSWE: Rethinking Code Agent Benchmarks with Real‑World Multi‑Repo Challenges

BeyondSWE expands code‑agent evaluation beyond single‑repo bug fixing by introducing four realistic scenarios, scaling to 246 repositories and 500 samples, revealing a sharp performance drop for top models and highlighting the nuanced impact of search‑augmented agents like SearchSWE.

AI evaluationBeyondSWESearchSWE
0 likes · 6 min read
BeyondSWE: Rethinking Code Agent Benchmarks with Real‑World Multi‑Repo Challenges
Tech Minimalism
Tech Minimalism
May 4, 2026 · Artificial Intelligence

How to Build an AI Agent Code Knowledge Base with GitNexus – Full Guide

GitNexus transforms a codebase into a pre‑computed knowledge graph—capturing dependencies, call chains, functional clusters, and execution flows—and exposes this structured context to AI agents via MCP, CLI, and Web UI, enabling accurate code understanding, impact analysis, safe refactoring, and seamless integration with tools like Claude Code, Cursor, and Codex.

AI code analysisCLIGitNexus
0 likes · 19 min read
How to Build an AI Agent Code Knowledge Base with GitNexus – Full Guide
PaperAgent
PaperAgent
May 21, 2026 · Artificial Intelligence

Anthropic’s Claude Code Harness: Best Practices for AI Coding in Large Codebases

Anthropic’s applied‑AI team found that the success of Claude Code in million‑line monorepos and multi‑repo microservice environments depends far more on a well‑engineered harness—such as layered CLAUDE.md files, hooks, skills, plugins, LSP integration, MCP servers and sub‑agents—than on the underlying model itself.

AI programming toolsAnthropicClaude Code
0 likes · 10 min read
Anthropic’s Claude Code Harness: Best Practices for AI Coding in Large Codebases
JD Tech Talk
JD Tech Talk
Nov 3, 2025 · Artificial Intelligence

How JoyCode Agent Achieves 74.6% Pass@1 on SWE‑bench Verified with Patch‑Test Co‑generation

JoyCode Agent reaches a 74.6% pass rate on the authoritative SWE‑bench Verified benchmark, ranking in the global top‑3, and is now open‑source, showcasing a high‑efficiency, test‑driven, iterative approach to automated code repair that dramatically reduces token consumption while improving success rates.

Artificial IntelligenceAutomated Code RepairSWE-bench
0 likes · 44 min read
How JoyCode Agent Achieves 74.6% Pass@1 on SWE‑bench Verified with Patch‑Test Co‑generation