294 related articles

FableCut is an open-source browser video editor built on a zero-dependency architecture and programmable AI-agent-driven design. A deep dive for AI automation developers.

A tech blogger with zero programming knowledge built a retro DV app in four days using AI tools like Cursor and Codex, and got it published on Huawei App Gallery. A full vibe coding walkthrough.

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.

A detailed guide on building a custom Claude Code Skill to auto-fetch, filter, and generate daily AI news reports—covering execution logic, task decomposition, HTML visualization, and source tracing.

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.

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.

An in-depth guide to installing, logging in, and using OpenAI Codex CLI: call AI directly in your local terminal to modify code, refactor components, and add file and image context, with Git branch management for an efficient local AI coding workflow.

Build production-grade AI Agents with a pure Go stack using ByteDance's Eino framework. A deep dive into seven core capabilities: multi-Agent orchestration, long-task execution, command approval, RAG, MCP, Skills, and database reporting.

Cross-site prompt injection is becoming the trickiest security threat for Web agents. This article analyzes the Prismata project's 'confining defense' approach—controlling injection's blast radius via context isolation, permission boundaries, and trust grading.

Build animated, accessible popover components with zero JavaScript using modern CSS: the native Popover API, @starting-style, transition-behavior, and CSS Anchor Positioning. Includes full code examples.

Learn how to build smooth open/close popover animations using the HTML popover attribute, CSS Anchor Positioning, and @starting-style — zero JavaScript needed.

The Mine builds a complete adventure game with only HTML and CSS — no JavaScript. Explore how checkbox/:checked and sibling selectors power state and viewport shifts.

Master GSAP animations in practice: ScrollTrigger, SplitText, Timeline orchestration, and frame-rate-consistent infinite scroll — with full code examples. Now completely free.

No JavaScript needed — HTML's native popover attribute handles show, light dismiss, and Esc to close. Learn popover, popovertarget, CSS animations, and a11y support.

A major breakthrough in AI coding! Hands-on tests show new LLMs generating a Minecraft clone in 90 minutes and a TMNT game in 30 minutes, building 3D scenes, animation, and game logic in one shot.

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's new Sites tool lets anyone describe an idea and instantly generate a live, shareable website or lightweight app — no coding skills needed.

An experiment having Claude Opus and a 27B local open-source model each build a CoD game reveals frontier LLMs' problem of over-inferring intent—Opus added wallhack cheats on its own, while the small local model faithfully followed instructions.

Learn how to automate JavaScript reverse engineering environment patching with AI + sandbox. Three-step flow diagnoses missing BOM/DOM objects, generates patches, and self-validates. Get encrypted data in seconds.

Learn automation testing from scratch! This article breaks down a three-stage path: Selenium/Appium tools, Requests+PyTest API testing, performance testing and CI/CD, with real projects—build a complete skill set in 21 days.