Collection size
100 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.

AIKnowledge BaseLLM
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 EditingEvaluationLLM
0 likes · 7 min read
Applying Large Language Models to Software Engineering: Challenges, Cross‑File Editing Issues, Bug‑Fixing Evaluation, and SWE‑Bench Results
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.

AIEvaluationSpeculative Decoding
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.

CLIKnowledge Graphcode analysis
0 likes · 6 min read
How GitNexus Gives AI a Full‑Code‑Base View to Prevent Hidden Bugs
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
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
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
ShiZhen AI
ShiZhen AI
Apr 22, 2026 · Artificial Intelligence

35 Practical Claude Code Tips with Ready‑to‑Use Commands

This article presents 35 hands‑on Claude Code techniques, each paired with a ready‑to‑use command or prompt, covering project initialization, session management, code quality, architecture review, automation, documentation, dependency handling, debugging, and recovery to help developers harness the AI coding assistant efficiently.

AI AssistantAutomationClaude Code
0 likes · 18 min read
35 Practical Claude Code Tips with Ready‑to‑Use Commands
ELab Team
ELab Team
Jul 7, 2025 · Artificial Intelligence

Inside Cursor’s Agent Mode: How System Prompts Power AI Coding Assistants

This article dissects Cursor’s Agent mode by reverse‑engineering its system prompt, outlining the core components such as user context, tool integration, memory handling, and parallel execution, and then discusses the essential tools required to build a similar AI‑driven coding assistant while proposing a research roadmap.

0 likes · 24 min read
Inside Cursor’s Agent Mode: How System Prompts Power AI Coding Assistants
Data Party THU
Data Party THU
Sep 19, 2025 · Artificial Intelligence

How RepoMaster Enables AI Agents to Master GitHub Repositories for Complex Tasks

RepoMaster is an AI‑driven framework that automatically discovers, analyzes, and executes code from massive GitHub repositories, turning them into reusable tools and achieving state‑of‑the‑art performance on challenging benchmarks while drastically reducing token consumption and engineering effort.

AI agentsRepoMasterautonomous execution
0 likes · 9 min read
How RepoMaster Enables AI Agents to Master GitHub Repositories for Complex Tasks
phodal
phodal
Nov 26, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Code Review into Automated Fixes

AutoDev leverages a multi‑agent architecture and comprehensive information aggregation to turn traditional, fragmented code review into an intelligent, end‑to‑end process that not only detects issues but also generates and applies corrective patches automatically.

AIDevOpsLLM
0 likes · 9 min read
How Multi‑Agent AI Transforms Code Review into Automated Fixes
21CTO
21CTO
Jun 25, 2024 · Artificial Intelligence

10 Powerful Ways GitHub Copilot Supercharges Your Coding

This article explores the ten key features of GitHub Copilot—from workspace‑wide code suggestions and natural‑language queries to automatic refactoring, bug fixing, unit‑test generation, commit‑message drafting, language translation, rename assistance, and VS Code integration—showing how the AI‑driven assistant can dramatically boost developer productivity.

AI Coding AssistantGitHub CopilotVS Code integration
0 likes · 5 min read
10 Powerful Ways GitHub Copilot Supercharges Your Coding
BirdNest Tech Talk
BirdNest Tech Talk
Mar 2, 2026 · Artificial Intelligence

45 Powerful Claude Code Tips to Supercharge Your AI‑Powered Development

This comprehensive guide walks you through 45 practical Claude Code techniques—from customizing the status bar and mastering slash commands to using Git worktrees, managing context, automating tasks with containers, and leveraging plugins—providing concrete examples, code snippets, and step‑by‑step workflows that let you harness the full potential of Claude Code in real‑world software development.

AI developmentAutomationClaude Code
0 likes · 65 min read
45 Powerful Claude Code Tips to Supercharge Your AI‑Powered Development
Java One
Java One
Jan 24, 2026 · Artificial Intelligence

Master Claude Code: Unlock AI‑Powered Terminal Coding

This guide explains Claude Code’s agent loop, model choices, built‑in tool categories, project access scope, session handling, checkpoint and permission controls, and practical tips for efficiently using the AI‑driven terminal assistant to write, test, and refactor code.

AI Coding AssistantCheckpointClaude Code
0 likes · 15 min read
Master Claude Code: Unlock AI‑Powered Terminal Coding