822 related articles

Discover a hidden trick in Codex iOS voice mode: tap the central circle to show subtitles, solving pain points like unclear code names and hard-to-distinguish technical content in voice interactions.

With GitHub Copilot now billing at API rates, model costs match raw APIs. This article analyzes Copilot's real value in workflow integration, enterprise governance, and harness engineering.

A 12-person product team shares real-world experiences with Cursor, Codex, Claude Code, and CodeRabbit—exploring efficiency plateaus, scenario matching, and selection criteria for AI coding tools that actually stick.

Natural language programming is reshaping frontend development. This article explains AI code generation, Prompt formulas, pitfall avoidance, RAG, Agent orchestration, and skill maintenance.

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.