90 related articles

A full walkthrough of AI-assisted reverse engineering of Taobao's mtop Sign signature: packet capture, parameter classification, MD5 identification, and scraper code generation.

Codex's Reconnecting 5/5 loop is caused by WebSocket being the default protocol. Learn how to set .env environment variables to switch Codex to HTTP/HTTPS and eliminate the wait.

Complete guide to installing Claude Code on macOS, Linux, and Windows, covering PATH config, glibc versions, SSL certificates, and first-run verification.

Complete Ollama guide: install and run open-source LLMs like DeepSeek, Llama, and Qwen locally on Windows/Mac/Linux. Free, private, and beginner-friendly.

Complete guide to Claude Code: installation, agentic loop principles, the Explore→Plan→Code→Commit workflow, CLAUDE.md configuration, context management, MCP connections, and Hooks automation.

A systematic guide to JavaScript fundamentals covering variables, data types, functions, DOM manipulation, event handling, and Fetch API calls to help beginners transition from static pages to dynamic interactive development.

Deep dive into Anthropic Skills (nearly 150K GitHub stars): skill.md structure, progressive loading, ready-to-use skills ecosystem, and the cross-tool open standard for AI skill packs.

A complete walkthrough of building Tetris from scratch using Trae AI IDE with zero coding, covering 4 rounds of iterative AI dialogue, bug fixes, and practical tips for AI-assisted programming.

Complete Claude Code installation guide covering Node.js setup, bypassing official login, and using CC Switch to connect DeepSeek and third-party API proxies for developers in China.

Deep dive into Claude Code's four permission categories (Bash, File, MCP, WebFetch), two-level config system, and three common pitfalls for safe AI coding.

Use Claude Code for free with Agnes AI's free models and the CC Switch open-source tool. Full setup guide for zero-cost AI coding, image, and video generation.

Learn how to integrate Spring AI with Ollama to run open-source LLMs like Llama and Gemma locally for free. Covers setup, configuration, and code — switch from OpenAI by just changing dependencies.

Analysis of why SFT can't fix coding agent JSON errors and how GRPO's binary reward signals and synchronized weight updates train directly for correctness.

Complete Claude Code installation guide with the five stages of AI programming tools, from manual coding to agents. Learn 0-to-1 project building and 1-to-100 iteration challenges.

Deep dive into Hermes Agent's core architecture: four-layer memory system, Skill self-evolution mechanism, Harness Engineering methodology, OpenCloud comparison, and Feishu integration tutorial.

Complete guide to setting up the Claude Code runtime environment, covering NVM installation, Node.js version management, NPM usage, and mirror source configuration.

Harvard's youngest Chinese full professor Xi Yin reportedly joins OpenAI. His shift from string theory to AI reflects how compute is replacing talent as the core research resource.

Learn how to configure MCP servers for OpenAI Codex. Step-by-step TOML setup with Context7, hands-on verification, and best practices for extending Codex capabilities.

Deep dive into Roo Code (formerly Roo Cline) VS Code extension: multi-AI backend switching, auto-diff code review, terminal command execution, and Architect Mode explained with practical tips.

Deep dive into global variable pool design for AI Agent development, covering three memory types, variable scoping, node execution architecture, and placeholder variable replacement workflows.