289 related articles

A deep dive into refactoring a Unity game with Vibe Coding and AI, introducing ScriptableObject (SO) architecture—covering visual map editors, Codex remote control, and collaboration pitfalls.

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.

As models get stronger, why does the experience feel worse? The root cause is missing context. This article breaks down four stages—project descriptions, progressive disclosure, intra-memory, and three guardrails—to build a sustainable AI project memory system.

A Google DeepMind engineer reveals that over 50,000 AI agent skills come with almost no evals. This guide covers skill descriptions, test design, eval harnesses, and retirement strategies.

A Google DeepMind engineer reveals that over 50,000 AI agent skills come with almost no evals. Learn how to write skill evaluations, from description tuning to test design.

Get started with Codex AI Agent from scratch: project creation, plugin setup (Computer Use/Remotion), Plan Mode vs Goal Mode, and a hands-on demo of generating MG animation in one sentence.

Get started with the Codex AI Agent from scratch: project creation, plugin config (Computer Use/Remotion), Plan Mode vs Goal Mode, and a hands-on demo of generating an MG animation in one sentence.

An in-depth analysis of the OpenClaw multi-agent framework: its TypeScript single-process gateway design, inter-agent scheduling, advantages over Dify workflows, and the three evolutions of AI execution.

Installed Codex or Claude Code but don't know what to build? This real-world browser extension case reveals the core methodology of the AI coding era: start from your own and others' "friction points" to find projects worth doing.

Installed Codex or Claude Code but don't know what to build? This hands-on browser extension case reveals the core methodology of the AI coding era: start from your own and others' 'friction points' to find worthwhile projects.

OpenAI merges Codex and ChatGPT into a unified platform while launching three new models: SOUL, TERRA, and LUNA. Deep dive into Computer Use, loop workflows, multi-threading, and the Agent Native strategy.

Office CLI is an open-source GitHub Trending tool that lets AI Agents create Word, Excel, and PowerPoint files directly — with preview rendering and auto-checks, no Microsoft Office required.

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.

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.
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.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows via Python, type overrides to solve ZIP-code leading-zero loss, STRICT table mode switching, drop-index, and more. A deep dive into the design and AI-assisted dev workflow.

Vibe Coding is the new AI-era programming paradigm. Describe what you want in plain language; let AI generate the code. Learn the 3-stage path: mindset, quality, and real projects.

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 data-deletion disaster reveals the biggest AI Agent risk: the problem isn't the model, it's Harness design. Learn context management, process standards, and permission isolation.