Collection size
98 articles
Page 3 of 5
Ops Development & AI Practice
Ops Development & AI Practice
Mar 18, 2025 · Industry Insights

Composer vs. Copilot Edits: Deep Dive into AI‑Powered Multi‑File Editing

This article compares Cursor's Composer (now Agent) mode with GitHub Copilot's Edits mode, highlighting similarities in multi‑file editing and natural‑language input while detailing key differences in context understanding, workflow control, autonomy, performance, and development background.

AI coding assistantscontext awarenessmulti‑file editing
0 likes · 7 min read
Composer vs. Copilot Edits: Deep Dive into AI‑Powered Multi‑File Editing
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2026 · Artificial Intelligence

Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases

The article dissects Anthropic’s official guidance on deploying Claude Code in massive codebases, showing that context overflow stems from an inadequate harness rather than model size, and presents seven concrete pitfalls with solutions—including limiting CLAUDE.md to 200 lines, using LSP, initializing in subdirectories, leveraging hooks, skills, plugins, and MCP integration—to make the AI coding assistant effective at scale.

AI codingBest PracticesClaude Code
0 likes · 23 min read
Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 16, 2026 · Artificial Intelligence

Four CLAUDE.md Rules That Earned 130k GitHub Stars

This article presents four concrete guidelines for writing a CLAUDE.md file that improves Claude Code's behavior, explains the underlying problems with LLMs, details each rule with examples, shows how to install the rules as a plugin or raw file, and provides validation criteria to ensure the guidelines work in practice.

ClaudeGuidelinesLLM
0 likes · 9 min read
Four CLAUDE.md Rules That Earned 130k GitHub Stars
AI Insight Log
AI Insight Log
Jan 22, 2026 · Artificial Intelligence

Claude Code’s New VS Code Plugin Brings Native GUI and Deep Integration

Anthropic has released the Claude Code VS Code plugin, adding a Spark icon that opens an AI‑powered coding assistant directly in the editor, with features like @‑based fuzzy file referencing, WYSIWYG context capture, Plan Mode approvals, Inline Diffs, Git and MCP integration, and terminal support, while still retaining CLI‑only checkpoints for rollback.

AI codingClaudeGit integration
0 likes · 5 min read
Claude Code’s New VS Code Plugin Brings Native GUI and Deep Integration
Tech Minimalism
Tech Minimalism
May 13, 2026 · Backend Development

Building a Local Code Knowledge Graph with code-review-graph for Claude Code

The article explains why AI coding tools need a persistent code map, describes how the open‑source code‑review‑graph parses a repository into a SQLite‑backed graph of functions, classes, imports and tests, and shows step‑by‑step how to expose this graph to Claude Code via MCP for faster, context‑aware code review.

Claude CodeMCPTree-sitter
0 likes · 17 min read
Building a Local Code Knowledge Graph with code-review-graph for Claude Code
JD Cloud Developers
JD Cloud Developers
Jul 8, 2025 · Artificial Intelligence

How AI Can Turn a Code Maze into a Knowledge Hub for New Developers

This article follows a new developer named Li Ming as he confronts undocumented code, hidden business rules, and fragmented knowledge, then demonstrates how leveraging large‑language models to index, associate, and retrieve code, requirements, and operational data can create an intelligent knowledge base that streamlines onboarding, reduces errors, and enhances collaboration across development, testing, and product teams.

AIRAGsoftware development
0 likes · 19 min read
How AI Can Turn a Code Maze into a Knowledge Hub for New Developers
Architect's Tech Stack
Architect's Tech Stack
Apr 30, 2026 · Artificial Intelligence

11 Must-Have Claude Code Skills to Double Your Productivity

This article reviews eleven Claude Code Skills, explaining how each plugin—such as Superpowers, planning‑with‑files, frontend‑design, and Commit Helper—adds structure, memory, and automation to AI‑assisted development, and offers practical recommendations on which to install first.

AI coding assistantClaude Codeautomation
0 likes · 13 min read
11 Must-Have Claude Code Skills to Double Your Productivity
AI Insight Log
AI Insight Log
Dec 20, 2025 · Industry Insights

Cursor Acquires Graphite, Completing the AI Programming Puzzle

Cursor, the leading AI‑powered code editor, has acquired Graphite, a modern code‑review platform, promising to merge the inner‑loop code‑writing experience with the outer‑loop review process, enabling self‑driving pull‑requests, stacked PRs, merge queues and AI reviewers that could reshape developers’ workflow.

AI IDEAI codingCode Review
0 likes · 5 min read
Cursor Acquires Graphite, Completing the AI Programming Puzzle
Sohu Tech Products
Sohu Tech Products
May 20, 2026 · Artificial Intelligence

How to Eliminate Repetitive Prompts with Claude Code Skills: 5 Automation Hacks

The article introduces five Claude Code Skills—pr‑summary, fix‑issue, deep‑research, commit, and explain‑code—that package common development tasks into single commands, showing how context‑aware automation can replace repetitive prompts, streamline pull‑request creation, issue fixing, code investigation, committing, and documentation generation for teams.

AI codingClaude CodeDeveloper Tools
0 likes · 12 min read
How to Eliminate Repetitive Prompts with Claude Code Skills: 5 Automation Hacks
AI Architecture Hub
AI Architecture Hub
May 8, 2026 · Artificial Intelligence

Mastering Codex Commands: A Complete Beginner‑to‑Pro Guide

This guide explains how to efficiently control the Codex AI programming assistant by distinguishing its command types, presenting a step‑by‑step onboarding workflow, detailing the ten core slash commands, introducing advanced commands, and answering common questions to help developers avoid pitfalls and boost productivity.

AGENTS.mdAI programming assistantCLI workflow
0 likes · 36 min read
Mastering Codex Commands: A Complete Beginner‑to‑Pro Guide
37 Interactive Technology Team
37 Interactive Technology Team
May 27, 2024 · Artificial Intelligence

Enhancing AI Code Review Quality with Contextual Embedding and Function Calling

The article explains how AI code reviews suffer from missing context, and improves them by embedding the codebase, using Retrieval‑Augmented Generation to fetch relevant snippets, and adding a function‑calling tool that lets the model autonomously request additional code, resulting in precise, bug‑detecting feedback.

AI code reviewEmbeddingFunction Calling
0 likes · 8 min read
Enhancing AI Code Review Quality with Contextual Embedding and Function Calling
DeepHub IMBA
DeepHub IMBA
Mar 20, 2026 · Artificial Intelligence

Claude Code Command System Explained: 3 Types, 7 Categories, 50+ Commands

This article provides a comprehensive guide to Claude Code’s command system, covering all slash commands, CLI flags, keyboard shortcuts, hidden features, and practical workflows, showing how to initialize projects, manage context, switch models, control costs, and automate development tasks efficiently.

AI coding assistantCLIClaude Code
0 likes · 29 min read
Claude Code Command System Explained: 3 Types, 7 Categories, 50+ Commands
AI Engineer Programming
AI Engineer Programming
May 28, 2026 · Artificial Intelligence

Claude Code Best Practices and Getting Started Guide for Large Codebases

This guide explains how Claude Code can be deployed in massive monorepos, legacy systems, and distributed repositories, detailing navigation methods, the limits of RAG, the benefits of agentic search, and a five‑layer support system—including CLAUDE.md, hooks, skills, plugins, and MCP servers—to help teams of thousands achieve reliable AI‑assisted coding.

AI codingCLAUDE.mdClaude Code
0 likes · 18 min read
Claude Code Best Practices and Getting Started Guide for Large Codebases
AI Software Product Manager
AI Software Product Manager
Mar 1, 2026 · Artificial Intelligence

Which Command‑Line AI Coding Assistant Wins in 2025: Claude Code vs OpenAI Codex?

This report compares OpenAI Codex CLI and Claude Code—two leading AI‑driven command‑line coding tools in 2025—by examining their core features, technical architectures, benchmark performance, pricing models, user experience, language support, real‑world use cases, roadmap updates, advantages, limitations, and ideal target audiences.

AICLIClaude
0 likes · 17 min read
Which Command‑Line AI Coding Assistant Wins in 2025: Claude Code vs OpenAI Codex?
AI Architecture Hub
AI Architecture Hub
Apr 15, 2026 · Operations

Boost Your Development Workflow with Claude Code: 10 Must‑Know Custom Commands

This article explains how Claude Code custom commands eliminate repetitive prompt typing and prompt drift by storing reusable markdown prompts in a version‑controlled .claude/commands directory, then demonstrates ten practical commands—ranging from environment checks to automated PR generation—applied to a real FastAPI ML inference service.

AI workflowClaude CodeCustom Commands
0 likes · 31 min read
Boost Your Development Workflow with Claude Code: 10 Must‑Know Custom Commands