276 related articles

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.

What is an AI Agent's harness? This article systematically dissects the core components of agent frameworks: context management, tool use, control loops, and caching strategies—revealing why the same model performs so differently across harnesses.

Superpowers is a trending GitHub project that builds an agentic skills framework with Shell scripts, injecting software engineering methodology into AI coding workflows. A deep dive into its architecture and value.

A veteran Linux user takes a paid challenge to use Windows 11 exclusively for a month. A deep look at workflow migration pain, telemetry, UI ads, and Windows' gaming and software strengths.

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.

ECC is an agent optimization framework for AI coding assistants like Claude Code, Cursor, and Codex, enhancing them with skills, memory, security, and research-first development capabilities.

What is an AI Agent? Starting from Bill Gates' claim about the computing revolution, this article explores AI Agents' intuitive concepts, four core components (LLM+Planning+Memory+Tools), and what Agent development means for programmers.

Bun combines a JS runtime, bundler, test runner, and package manager into one executable. Built on JavaScriptCore and Zig, it offers blazing-fast startup, native TypeScript support, and Node.js compatibility.

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

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.

An in-depth analysis of the "any Agent as an orchestrator" design philosophy, exploring the technical implementation of multi-Agent collaboration, context management, and workflow automation.

OpenAI Codex isn't about replacing engineers—it's about empowering them. A deep dive into the AI Engineer conference talk: from code completion to long-horizon agents, Value Maxing, and managing agent teams.

Kun is an open-source AI coding agent optimized for DeepSeek and domestic users, with nearly 5,000 GitHub stars. Features include requirements drafting, inline diffs, cost visualization, and mobile monitoring. Real-world cache hit rates reached 97%, keeping costs extremely low.

Deep dive into LangChain's three modules: Chain pipelines, LangGraph state graphs, and autonomous planning Agents. From RAG to ReAct — build your AI architecture thinking.

9 battle-tested methods from hundreds of hours with Hermes Agent: model selection (Opus/ChatGPT/GLM), multi-agent failover, cross-device coordination via Tailscale, and reverse prompting workflows.

Why give AI Agents a virtual filesystem and bash instead of more tools? A deep dive into the "Files over Tools" design philosophy, tool bloat, Unix principles, security sandboxing, and hybrid architectures.

An in-depth breakdown of LangChain 1.3's core concepts, covering the three major limitations of LLMs, Agent architecture, memory management, and a complete learning path. Master LangChain and LangGraph to quickly build AI development skills.

Unsloth v0.1.463-beta fixes a Studio crash caused by access-denied errors during llama-server service discovery. Improves stability for multi-user servers and Windows environments.

Resonate's founder proposes "The Prompt is the Platform": as AI agents generate production-grade implementations from abstract specs, engineers' value shifts to specification. A deep dive into deterministic simulation and forbidden-fruit debugging.

A tech enthusiast decoded an obfuscated Bash script on a Uniqlo T-shirt. This article breaks down the reverse-analysis approach, obfuscation tricks, and safe-execution principles.