Tagged articles
7 articles
Page 1 of 1
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 assistanceBenchmarkClaude Code
0 likes · 6 min read
Cut 92% of Claude Code Tool Calls for Large Codebases with CodeGraph
James' Growth Diary
James' Growth Diary
Apr 17, 2026 · Artificial Intelligence

How to Encode Project Conventions into AI Memory with CLAUDE.md

This article explains why the .cursorrules file is limited, introduces the cross‑tool CLAUDE.md specification, shows its hierarchical structure, provides a complete Vue 3 + TypeScript example, and lists common pitfalls and best‑practice tips for keeping AI assistants aligned with project standards.

AI code assistanceCLAUDE.mdPrompt engineering
0 likes · 10 min read
How to Encode Project Conventions into AI Memory with CLAUDE.md
Python Programming Learning Circle
Python Programming Learning Circle
Sep 16, 2025 · Artificial Intelligence

Boost Your Python Coding with DeepSeek‑V3 in PyCharm: A Step‑by‑Step Guide

This tutorial walks you through integrating the 671‑billion‑parameter DeepSeek‑V3 model into PyCharm via the Continue plugin, covering API key creation, plugin installation, configuration of model parameters, and practical code‑explanation and modification demos to enhance your Python development workflow.

AI code assistanceContinue pluginDeepSeek-V3
0 likes · 5 min read
Boost Your Python Coding with DeepSeek‑V3 in PyCharm: A Step‑by‑Step Guide
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 23, 2025 · Frontend Development

Goodbye ESLint and Prettier: Meet Ultracite, the AI‑Powered Formatting Companion

The article traces the evolution of front‑end linting and formatting tools—from JSLint to ESLint, Prettier, and Rust‑based Biome—then introduces Ultracite, a zero‑config, Rust‑fast, AI‑friendly assistant that consolidates linting, formatting, Git hooks and AI integration into a single command.

AI code assistanceBiomeESLint
0 likes · 7 min read
Goodbye ESLint and Prettier: Meet Ultracite, the AI‑Powered Formatting Companion
Code Mala Tang
Code Mala Tang
Apr 8, 2025 · Artificial Intelligence

Mastering .cursorrules: Boost Your Cursor AI Coding Efficiency

This guide explains what .cursorrules files are, how to create and configure them for Cursor AI, provides step‑by‑step instructions, best‑practice examples for Next.js projects, and lists resources and recent updates to help teams improve code consistency and productivity.

AI code assistanceCursor AICursorRules
0 likes · 12 min read
Mastering .cursorrules: Boost Your Cursor AI Coding Efficiency
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 19, 2024 · Artificial Intelligence

Google Smart Paste: AI‑Powered Context‑Aware Adjustments for Pasted Code

Google's Smart Paste uses generative AI to automatically adapt pasted code to its surrounding context, reducing manual edits and improving developer productivity, as demonstrated by extensive internal studies involving tens of thousands of engineers and detailed model training, calibration, and user‑experience evaluations.

AI code assistanceGooglecode editing
0 likes · 9 min read
Google Smart Paste: AI‑Powered Context‑Aware Adjustments for Pasted Code
Taobao Frontend Technology
Taobao Frontend Technology
Aug 18, 2020 · Artificial Intelligence

Can AI Supercharge Your Front‑End Coding? A Hands‑On Review of VS Code Smart Features

This article explores how AI‑powered tools like VS Code IntelliSense, IntelliCode, Kite, TabNine and aiXcoder enhance front‑end development productivity, compares their capabilities through a simple input‑driven UI experiment, and evaluates whether current AI code assistants are genuine breakthroughs or marketing hype.

AI code assistanceIntelliSenseIntelligent programming
0 likes · 21 min read
Can AI Supercharge Your Front‑End Coding? A Hands‑On Review of VS Code Smart Features