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

Bug fixingCross-File EditingLLM
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.

CLIKnowledge Graphcode-analysis
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 assistantCursorVector Indexing
0 likes · 14 min read
How Does Cursor Work? Inside the Architecture of an AI Coding Assistant
Frontend AI Walk
Frontend AI Walk
Jun 11, 2026 · Artificial Intelligence

How SkillOpt‑Sleep Gives Your AI Coding Assistant a Memory Palace

SkillOpt‑Sleep, the deployment companion for Microsoft’s open‑source SkillOpt, reviews offline Claude or Codex sessions, extracts coding habits and project conventions, validates them through a gate, and writes learned rules into protected blocks, enabling the assistant to remember and improve over time.

AI coding assistantAutomationClaude Code
0 likes · 26 min read
How SkillOpt‑Sleep Gives Your AI Coding Assistant a Memory Palace
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 AgentsAutomationOh 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 Codebenchmark
0 likes · 6 min read
Cut 92% of Claude Code Tool Calls for Large Codebases with CodeGraph
Java Web Project
Java Web Project
Jun 2, 2026 · Artificial Intelligence

A Hands‑On, Step‑by‑Step Guide to Mastering Codex

This guide walks you through installing the Codex desktop app, configuring permissions, crafting effective prompts, reviewing diffs, using the built‑in browser, running parallel tasks, creating reusable Skills, and even controlling Codex remotely from a phone, turning the AI from a code writer into a code reviewer.

AI coding assistantAutomationCodex
0 likes · 11 min read
A Hands‑On, Step‑by‑Step Guide to Mastering Codex
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?
Geek Labs
Geek Labs
Jun 17, 2026 · Artificial Intelligence

Five AI Tools to Write Less, Write Better, and Code More Reliably

This article reviews five GitHub‑Trending AI coding assistants—improve, ponytail, effective‑html, omnigent, and architect‑loop—detailing how each automates code auditing, reduces unnecessary code, generates polished HTML, unifies multiple agents, and orchestrates a dual‑agent development pipeline, with benchmark figures and installation commands.

AI codingGitHubcode audit
0 likes · 9 min read
Five AI Tools to Write Less, Write Better, and Code More Reliably
java1234
java1234
Jul 19, 2026 · Artificial Intelligence

FastCode: Up to 4× Faster and 44% Cheaper Than Claude Code for Codebase Understanding

FastCode, an open‑source framework from HKU’s DS team, builds semantic maps and structural graphs of codebases to let AI assistants answer queries up to four times faster, cut token usage by up to 44 %, and achieve higher accuracy across benchmarks, supporting multiple languages and deployment options.

AI code analysisFastCodePython
0 likes · 7 min read
FastCode: Up to 4× Faster and 44% Cheaper Than Claude Code for Codebase Understanding