94 related articles

Starting with Chrome 150, Google's Lighthouse introduces an Agentic Browsing audit checking Accessibility Tree structure, WebMCP schema validity, and CLS to help developers assess AI agent readiness.

A complete walkthrough of building and launching a WeChat Mini Program using OpenAI Codex and ChatGPT — from AI prototyping to ICP filing. MVP delivered in 5 days, no coding required.

Can't code? Learn how to build a WeChat Mini Program financial management system from scratch using AI coding tool Codex — covering tool selection, OCR invoicing, iteration, and publishing.

A Bilibili creator open-sourced a Codex-based multi-platform auto-publishing Skill with 95% stability. It auto-fills titles, tags, and thumbnails on Bilibili, Douyin, and more, then waits for user confirmation before publishing.

Deep dive into AI-era automated testing: using Pytest + Playwright + MCP for stable automation, constraining code conventions with Skills, avoiding non-determinism and high token costs. Includes real debugging war stories.

Chrome's Modern Web Guidance offers 100+ expert-reviewed guides to help AI Agents adopt modern web practices, fixing training data lag and legacy pattern recommendations with semantic search and Baseline compatibility checks.

A deep dive into the WebMCP proposal: how AI agents read websites, how to expose structured tools via imperative and declarative APIs, and how to audit agentic readiness with Lighthouse.

Google Developer Expert Raudy shares Modern Web Guidance at Google I/O Connect Berlin: a framework steering AI coding assistants to use native HTML/CSS over outdated JavaScript patterns.

AI agents are revolutionizing JS reverse engineering. This deep dive covers built-in tool chains, automation modes, prompt engineering for e-commerce, and full pipeline automation from parameter extraction to database storage.

In-depth hands-on review of Alibaba's open-source web automation tool PageAgent: three integration methods, script execution analysis, and a full breakdown of current limitations. Add AI Agent capabilities to web pages with one line of JS.

BrowserWing is an open-source browser action recorder (1300+ GitHub stars) with 78 built-in scripts for GitHub, Bilibili, Zhihu, and more. Record once, run repeatedly, and let AI Agents reliably execute fixed web workflows.

An in-depth hands-on test of the GPT-5.6 series' three models—Sol, Terra, Luna—compared with Fable and Sonnet 5. Sol wins overall at nearly half the price. Full analysis of prototyping, code debugging, and browser use.

Browser Use is an open-source AI Agent framework that lets LLMs autonomously drive browser operations via natural language. This article breaks down its four-layer architecture, core Agent loop, CDP perception layer, dynamic Tools dispatch, and its Skills, Sandbox, and MCP extension capabilities.

GPT-5.6 is officially released, merging ChatGPT and Codex into one app and launching the three-tier Sol, Terra, and Luna models. A detailed breakdown of 16 hands-on tests plus Worker mode and Codex dev upgrades.

Playwright E2E Builder is an AI Skill installed in Cursor that transforms UI automation from throwaway scripts into sustainable engineering assets through a four-step workflow, with built-in locator health checks.

Using a project management system as an example, this article details how to use the Dify low-code platform to achieve AI-powered integration of enterprise internal systems through interface capture and workflow orchestration.

Fortress is an open-source stealth Chromium built for AI Agents. It eliminates automation fingerprints to bypass Cloudflare and other anti-bot systems.

An in-depth look at the division of labor between TypeScript and Zod in AI Agent development: TypeScript handles compile-time static type checking, Zod handles runtime validation, forming a dual defense.

Google Chrome's official chrome-devtools-mcp uses MCP to expose DevTools capabilities to AI coding assistants like Claude and Cursor, enabling screenshots, console reading, and network analysis.

Learn how to extend Hermes Agent's external system capabilities via MCP (Model Context Protocol): setup, whitelist permissions, WSL-to-Chrome bridging, and multi-server orchestration for AI Agent developers.