134 related articles

A detailed walkthrough of the full Claude Code installation process: environment setup, npm installation, proxy configuration for networks in China, API integration, and CC Switch provider management—helping beginners quickly get started with this AI coding tool.

Systematically learn the OpenCode AI programming tool: covering both desktop and WSL installation, core commands, model and rule configuration, MCP integration, and Agent Skills.

A deep dive into Google's open-source C++ library Abseil: Swiss Table hash containers, string utilities, time APIs, concurrency primitives, and error handling with absl::Status.

OpenAI's GPT-5.6 models Sol, Terra, and Luna are now available in Cursor IDE. Sol scores 67.2% on CursorBench, covering real-world tasks like code completion and cross-file refactoring.

OpenAI releases GPT-5.6 and integrates Codex directly into ChatGPT, letting developers invoke code generation and debugging within conversations. A deep dive into the product logic and ecosystem impact.

OpenAI officially merges its coding agent Codex with ChatGPT into a unified desktop app, adding new coding workflows, a Chrome extension, a built-in browser, and GPT-5.6-powered Computer Use capabilities.

OpenAI launches Build Week, a global developer event centered on Codex AI coding tool, featuring live sessions and community events to help developers ship ideas fast.

Why has AI engineering methodology evolved from prompts to context engineering and now Harness engineering? This article examines three paradigms, key bottlenecks, and the Agent = Model + Harness formula.

Sam Altman revealed GPT-5.6 boosts token efficiency 54% in agentic coding — meaning near-halved API costs, longer work chains, and faster responses. A deep dive into the technical implications for developers.

Once called "the single worst strategic mistake," code rewrites are back on the table thanks to AI. Explore how AI slashes comprehension, translation, and validation costs — and what risks remain.

EVE Online's Carbon engine goes open source under Fenris Creations. Explore the engineering legacy behind two decades of single-shard MMO architecture, TiDi, and Stackless Python.

Rumors of GPT-5.6 Sol Ultra integrating into Codex are circulating in tech communities, but OpenAI hasn't confirmed anything. We analyze the real trends: context understanding, reasoning, and agentic workflows.

Gemini CLI is Google's open-source AI terminal tool that deeply integrates Gemini model capabilities into the command line—supporting code generation, file operations, Shell execution, and MCP protocol extensions, with 1,000 free daily requests.

An in-depth analysis of the practical use of Codex and Claude Code, comparing Vibe Coding and AI engineering, covering Super Power plugins, Spec-Driven Development, and Chinese LLM integration strategies.

Developer Simon Willison used Claude to ship sqlite-utils 4.0: 37 prompts, 34 commits, $149 API cost — revealing coding agents' real capabilities, cross-model review, and agentic engineering best practices.

Anthropic's Claude Sonnet 5 launches on Devin Desktop and CLI, delivering frontier-level coding performance while reducing quota consumption by ~30% compared to the previous generation.

Why do C programmers keep creating readability disasters? An in-depth look at macro abuse, fancy pointer tricks, and over-nesting—and how coding standards, static analysis, and code review protect maintainability.

Matt Pocock's 4-step framework for AI Agent Skill design: Trigger, Structure, Steering, Pruning. Escape skill hell, tell good skills from bad, and master leading words to make Agents follow your intent.

Hands-on test of Kimi K2.7 Code in High Speed mode across two real projects: a frontend interactive lab and an e-commerce microservice. Speed is noticeably improved, with strong responsiveness for legacy codebases and frontend-backend integration.

Can't make pure AI work? This guide explores the Semi-AI approach to API automation testing, covering key challenges, enterprise framework design, and how AI and frameworks work together for maximum impact.