818 related articles

Claude Code is Anthropic's command-line AI coding assistant that reads entire projects, auto-corrects errors, and delivers runnable code. Compare it with Cursor, Trae, and Copilot.

A complete guide to the three core categories of AI tools in the testing era (personal assistants, CLI geek tools, AI IDEs), revealing the real challenges of AI test case generation and the new AI test development paradigm.

Anthropic's Applied AI team breaks down a methodology for choosing AI models: building custom evals, avoiding three common pitfalls, measuring value by cost per success, and cutting costs with prompt caching and context engineering.

From prompt engineering to context engineering to Harness engineering, this article breaks down the three evolutions of AI coding and offers engineering solutions to pain points like hallucinations, non-standard code, and infinite loops.

A detailed walkthrough of the full Claude Code setup process, comparing AI coding tools like Cursor and Trae, and analyzing the cost and performance of models like Sonnet and DeepSeek V4 Pro.

An in-depth look at Claude Code's key strengths: full-project context reading and automatic debugging. Compare Cursor, Trae, Codex, and more to find your ideal AI coding assistant.

An in-depth look at an intelligent paper writing platform built on FastAPI + Vue 3, combining LLM, RAG, and multi-Agent collaboration for full-process automation—an excellent case study for AI developers.

No ChatGPT account? No problem. Learn how to connect DeepSeek and other Chinese LLMs to Codex using the Codex++ management tool — including Base URL setup, API Key creation, and token top-up.

Frontier AI is going general: costs are dropping, general models are beating specialized ones in math and competitive programming, and multi-agent workflows are maturing fast.

In-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing and the transition path for test engineers.

An in-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing methods and the transition path for test engineers.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with ordinary AI across five dimensions: interaction, context, execution, memory, and tool calling.

Step-by-step guide to using DeepSeek with the OICQ framework to generate a runnable QQ group Minesweeper bot Python script in 6 minutes — zero cost, real pitfalls included.

DeepSeek's paper 'Thinking with Visual Primitives' was online for just 4 hours before being pulled. It uses bounding boxes and points as reasoning primitives, letting models 'point at' images to outperform GPT, Gemini, and Claude on maze navigation and counting.

A hands-on case study: using Claude Code and the LVGL graphics library to build a Tetris game running on an embedded dev board from scratch in under 3 hours.

A systematic roadmap from LangChain and LangGraph to multi-agent development, covering RAG, Tool Calling, MCP, and more, helping developers break into AI app development.

xAI releases Grok 4.5, ranking #1 on SWE Marathon and outperforming Claude Opus. Explore benchmark scores, Agent capabilities, free access, and CLI installation.

How can users in China use Claude? This article deeply compares four solutions: official subscription, proxy subscription (WildCard), relay platforms (2233/0011.ai), and API aggregation (OpenRouter).

A Vue3 beginner tutorial centered on "learn just enough, apply immediately." A three-stage path covers reactivity, Composition API, Element Plus, and data visualization, culminating in an enterprise-grade AI health monitoring system with blood sugar management, RAG consultation, and doctor-patient collaboration.