Collection size
98 articles
Page 2 of 5
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 AssistantClaude CodeDebugging
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
AI Insight Log
AI Insight Log
Feb 22, 2026 · Artificial Intelligence

Claude Code Desktop Receives Major Update: Server Previews, AI Pre‑Push Review, CI Monitoring, and Session Mobility

Anthropic quietly rolled out a substantial Claude Code desktop update that adds in‑app server previews, an AI‑driven pre‑push code review, background CI and PR monitoring with auto‑fix/merge, and seamless session mobility, dramatically reducing manual waiting and context‑switching for developers.

AI coding assistantAnthropicClaude Code
0 likes · 7 min read
Claude Code Desktop Receives Major Update: Server Previews, AI Pre‑Push Review, CI Monitoring, and Session Mobility
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.

AICode ReviewDevOps
0 likes · 9 min read
How Multi‑Agent AI Transforms Code Review into Automated Fixes
IT Services Circle
IT Services Circle
May 27, 2026 · Artificial Intelligence

Can Claude Code Handle Million‑Line Codebases? Why the Harness Beats the Model

The article breaks down seven common pitfalls when using Claude Code on massive codebases, explains Anthropic’s agentic‑search approach, and shows how a well‑designed harness—including concise CLAUDE.md files, LSP integration, subdirectory launches, hooks, skills, plugins, and MCP servers—outperforms simply upgrading the model.

Claude CodeHarnessHooks
0 likes · 23 min read
Can Claude Code Handle Million‑Line Codebases? Why the Harness Beats the Model
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 assistantCode RefactoringGitHub Copilot
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 developmentClaude CodeContext Management
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 assistantAgent LoopCheckpoint
0 likes · 15 min read
Master Claude Code: Unlock AI‑Powered Terminal Coding
ByteDance SE Lab
ByteDance SE Lab
Mar 20, 2026 · Artificial Intelligence

How to Build a Multi‑Repo Semantic Code Q&A System with OpenViking

This guide explains the challenges of multi‑repository code retrieval, presents an experimental evaluation of OpenViking's semantic search, and provides step‑by‑step instructions for installing, configuring, importing repositories, and integrating the system into AI agents and chatbots.

AI AssistantMulti-repoOpenViking
0 likes · 16 min read
How to Build a Multi‑Repo Semantic Code Q&A System with OpenViking
AI Architecture Path
AI Architecture Path
May 9, 2026 · Artificial Intelligence

Struggling with an Unknown Codebase? Claude Code Plugin Maps All Logic in One Graph

Understand‑Anything is a Claude Code plugin that uses a multi‑agent pipeline to turn large, unfamiliar codebases into searchable, interactive knowledge graphs, supporting nine AI coding tools, offering visual dashboards, natural‑language Q&A, incremental diff, and detailed onboarding while noting token costs and large‑graph performance limits.

AI toolClaude CodeKnowledge Graph
0 likes · 11 min read
Struggling with an Unknown Codebase? Claude Code Plugin Maps All Logic in One Graph
Java Web Project
Java Web Project
Apr 27, 2026 · Artificial Intelligence

DeepSeek V4 Meets Claude Code: A Cost‑Effective Leap in Open‑Source LLM Performance

DeepSeek V4 preview, released quietly on April 24, offers two models with 1 M token context and pricing 1/16 of Claude Opus, achieving near‑par performance on SWE‑bench and LiveCodeBench, while integration with Claude Code enables rapid project understanding, bug detection, refactoring, testing and documentation, saving days of work for under ¥6.

Agentic CodingClaude CodeCode Refactoring
0 likes · 15 min read
DeepSeek V4 Meets Claude Code: A Cost‑Effective Leap in Open‑Source LLM Performance
phodal
phodal
Apr 7, 2024 · Artificial Intelligence

How AutoDev 1.8 Boosts AI‑Assisted Refactoring and DevOps Automation

AutoDev 1.8 introduces AI‑driven refactoring, commit‑message generation, CLI assistance, and Chinese prompt support, combining software‑development best practices with knowledge‑engineered AI to streamline code changes, improve code quality, and integrate seamlessly into modern DevOps pipelines.

AI codingAutoDevCLI assistance
0 likes · 9 min read
How AutoDev 1.8 Boosts AI‑Assisted Refactoring and DevOps Automation
AI Insight Log
AI Insight Log
Dec 31, 2025 · Artificial Intelligence

Why Current AI Code Assistants Miss the Mark and How Cue Pro Predicts Your Next Edit

Cue Pro, Trae’s latest AI coding assistant, tackles the “mind‑flow interruption” problem of traditional LLM‑based tools by using deep reasoning, intuitive sequencing, and double verification to predict a developer’s editing intent and filter suggestions, as illustrated by a concrete regex‑replacement example.

AI code assistantCue Prodeep reasoning
0 likes · 7 min read
Why Current AI Code Assistants Miss the Mark and How Cue Pro Predicts Your Next Edit
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 28, 2026 · Artificial Intelligence

How OpenAI Engineers Leverage Codex: 6 Proven Best Practices

The article reveals how OpenAI’s engineering teams integrate Codex into daily workflows, detailing seven core application scenarios—from code understanding and refactoring to performance optimization and flow maintenance—and presents six concrete best‑practice guidelines for maximizing AI‑assisted development efficiency.

AI Code GenerationBest PracticesCodex
0 likes · 7 min read
How OpenAI Engineers Leverage Codex: 6 Proven Best Practices
ELab Team
ELab Team
Mar 26, 2025 · Artificial Intelligence

Uncovering LLM Blind Spots in AI Coding: Common Pitfalls and Solutions

Large language models often struggle with coding tasks, failing to stop when encountering obstacles, ignoring black‑box testing principles, and making unnecessary refactors; this article examines those blind spots, offers practical examples, and suggests strategies such as preparatory refactoring, stateless tools, and careful prompting to improve AI‑assisted development.

AI codingBest PracticesDebugging
0 likes · 59 min read
Uncovering LLM Blind Spots in AI Coding: Common Pitfalls and Solutions
Architect
Architect
Feb 3, 2026 · Artificial Intelligence

Master Claude Code: 10 Advanced Tips to Turn AI into Your Engineering Partner

This guide distills Boris Cherny's ten advanced Claude Code strategies—covering parallel worktrees, plan‑mode design, rule‑based documentation, skill automation, efficient bug fixing, reviewer prompts, terminal enhancements, sub‑agents, data analysis, and learning techniques—into actionable steps and a ready‑to‑use workflow appendix.

AIPrompt Engineeringgit
0 likes · 19 min read
Master Claude Code: 10 Advanced Tips to Turn AI into Your Engineering Partner
Su San Talks Tech
Su San Talks Tech
Apr 25, 2026 · Backend Development

35 Practical Claude Code Tips to Supercharge Your Development

This guide presents 35 hands‑on Claude Code techniques—from project initialization and session management to code quality, architecture reviews, automation, and debugging—each with ready‑to‑copy commands or prompts that help developers streamline AI‑assisted software creation.

AI code assistantClaude CodeDevOps
0 likes · 17 min read
35 Practical Claude Code Tips to Supercharge Your Development
AI Architecture Path
AI Architecture Path
May 25, 2026 · Artificial Intelligence

Turn Any Codebase into an Interactive, Searchable Knowledge Graph with Claude‑Optimized Understand‑Anything

New developers often drown in massive legacy codebases, struggling to map dependencies and understand architecture, but Understand‑Anything leverages Claude, Tree‑sitter, and multi‑agent pipelines to generate a searchable, visual knowledge graph, offering onboarding tours, semantic QA, incremental diff analysis, and cross‑language support, while the article also compares it against competing tools and provides installation and usage guidance.

AI agentsClaude CodeKnowledge Graph
0 likes · 15 min read
Turn Any Codebase into an Interactive, Searchable Knowledge Graph with Claude‑Optimized Understand‑Anything