89 related articles

Demo of ChatGPT Work as an AI Agent autonomously browsing AMC's website for IMAX tickets, setting hourly auto-checks for cancellations, and sending notifications.

India's largest OTA platform MakeMyTrip uses WebMCP to standardize AI Agent interactions with web apps, replacing fragile DOM scraping with natural language-driven test automation and simplified complex booking scenarios.

A detailed guide to Google's WebMCP standard proposal, covering imperative and declarative tool building, smart home and car configuration demos, and Chrome DevTools debugging for AI agent tools.

India's largest OTA platform MakeMyTrip uses WebMCP to standardize AI Agent interaction with web apps, solving DOM scraping fragility, enabling natural language test automation, and simplifying complex international flight bookings.

Deep analysis of MediaCrawler, a popular GitHub open-source project using Playwright browser automation for multi-platform crawling across Xiaohongshu, Douyin, Kuaishou, Bilibili, Weibo, Tieba, and Zhihu.

Deep dive into the popular GitHub project MediaCrawler — a Playwright-based multi-platform crawler framework supporting data collection from Xiaohongshu, Douyin, Kuaishou, Bilibili, Weibo, Tieba, and Zhihu.

A systematic breakdown of the three mainstream test automation approaches in the AI era: AI-generated code scripts, DOM parsing driven, and LVM visual model driven. In-depth comparison of principles, pros/cons, and use cases.

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.

OpenAI Codex is more than a coding tool—it's an AI agent that writes code, makes slides, and operates browsers. This guide covers its four versions, permission modes, plugins, automation, and six best practices.

Microsoft designer Tua Nguyen built Opal, an AI rabbit assistant on Raspberry Pi using OpenClaw — capable of browsing the web, finding recipes, and operating GitHub.

A complete Python learning path for beginners covering three modules: Fundamentals, Intermediate, and Hands-On Practice — including web scraping, office automation, and data analysis.

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.

Full breakdown of a real AI testing pipeline: API collection, doc enrichment, AI test case generation, Agent-driven execution, and test reports — with Skills, RAG, and Harness engineering.

A deep dive into AI testing workflows: API capture, test case generation, Agent orchestration, and automated execution. Learn the two core challenges — incomplete information and mandatory human review.

PawFlow decouples vision and reasoning into two models, letting a text-only LLM reliably control a Linux desktop. A deep dive into its dual-model architecture, pre-click guard, and caching strategy.
Coasty: API Infrastructure Built for C…
Coasty (YC S26) is an API platform for computer-use agents, wrapping screenshot capture, mouse/keyboard control, and session management into a unified interface so developers can focus on agent logic.

A deep dive into OpenAI Codex: browser automation, Goal execution, plugins, Skills ecosystem, and coding power. Master 90% of Codex's features and transform your workflow.
Reverse-Engineering Web Apps: A New Ap…
Explore a new approach to AI Agent tool integration: reverse-engineering web apps to turn API-less pages into callable Agent tools, with analysis of MCP synergy and challenges.