18 related articles
Claude Code Complete Tutorial: Best Pr…
DeepLearning.ai and Anthropic's joint Claude Code course covers architecture, parallel development, and MCP server integration. From RAG chatbots to Figma-to-code workflows, master AI coding assistant best practices.
Reasonix: A Coding Agent Optimized for…
Deep dive into Reasonix coding agent: how it achieves 99% DeepSeek cache hit rate, cutting API costs to 1%. Covers setup, four conversation modes, MCP support, and more.
TutorialsDetailed guide to LangChain core modules including prompt templates, output parsers, Chain invocation, LCEL expression language, and LangSmith tracing tools for LLM application development.
TutorialsA deep dive into Anthropic's MCP (Model Context Protocol) covering client-server architecture, the three core primitives (Tools, Resources, Prompts), and how developers can quickly integrate with the MCP ecosystem.
TutorialsA deep dive into Anthropic's MCP (Model Context Protocol) covering client-server architecture and the three core primitives — Tools, Resources, and Prompts — to help developers quickly understand and integrate with the MCP ecosystem.
Deep DivesA deep dive into Claude Code's core capabilities: understanding codebases, autonomously executing commands, and searching the web. Learn key concepts like context windows and permission control.
TutorialsDeep analysis of Claude Code's four core agent modules: Agent Loop, Tool System, Skills, and Memory, with a TypeScript minimal implementation guide for frontend engineers transitioning to AI development.
TutorialsDeep dive into Claude Code Hooks' four core use cases: intercepting dangerous operations, auto change logging, code review, and automated testing. Learn Command, Prompt, and Agent Hook types.
7 Official Best Practices for Claude C…
Anthropic's official Claude Code best practices: 7 core tips covering self-review, plan mode, precise instructions, CLAUDE.md, reverse interviews, session cleanup, and multi-session parallelism.
When AI Gets a Virtual Body: A Deep Di…
Deep dive into how Bilibili's Lumen project gives AI a virtual body, enabling environmental perception, collaborative puzzle-solving, and emotional interaction — exploring the leap from conversational to embodied AI.
Building a SaaS Website with AI and Ze…
Learn how to build a SaaS website with AI image generation, multimodal chat, and webpage replication using only Bolt and Cursor — no code required. Covers prompt design, architecture, and iteration techniques.
Cursor 2.0 in Practice: Vibe Coding Me…
Deep dive into Cursor 2.0's Vibe Coding methodology with two real-world scenarios: full-stack site building and enterprise bug fixing using the Rules, Commands, Context architecture for 10x dev efficiency.
Complete Guide to Connecting Codex wit…
Step-by-step guide to deploying OpenAI Codex CLI in China using WSL + MoBridge relay + DeepSeek API. No VPN needed, stable and cost-effective setup in minutes.
Five Core Capabilities of GitHub Copil…
Deep dive into GitHub Copilot's MCP integration in JetBrains IDEs: Agent Mode, Sampling model scheduling, MCP Prompts, Resources context injection, and Elicitation structured dialogue guidance.
Product ReviewsOpenAI launches a Codex Chrome extension enabling automated actions on authenticated websites. Deep analysis of its capabilities, security design, CLI improvements, and plugin ecosystem evolution.
Product ReviewsIndie developer releases AI IDE WaLiCode v0.2.0 with multi-project chat, task decomposition mode, and Ollama local model support, addressing pain points in mainstream AI IDEs.
Qwen + VS Code in Practice: The Full P…
A blogger uses VS Code and Alibaba Cloud Qwen 3.6 to completely revamp a six-year-old webmaster networking feature. This article details the tech stack, prompt engineering, and practical insights from AI-powered feature renovation.
Three Key Features of Gemini CLI Expla…
Deep dive into Google Gemini CLI's three core features: Hooks intercept security risks, Skills reuse team knowledge, and Plan Mode enforces think-before-code workflows.