33 related articles

Explore why general AI agents are essentially coding agents. From Turing completeness to composability and verifiability, discover the paradigm shift from Function Calling to Code as Action.

Analysis of why Git worktree fails as a security boundary for AI coding agents like Claude Code and Cursor, and why containers and VMs are the real solution.

A deep dive into infrastructure architecture patterns for production-grade Agent applications, covering state persistence, sandbox isolation, LLM observability, and cost control.

Deep dive into infrastructure architecture patterns for production-grade Agent applications, covering state persistence, sandbox isolation, LLM observability, and cost control.

Deep analysis of Hugging Face's frontier lab AI agent intrusion report, covering indirect prompt injection, lateral movement, data exfiltration, and defense-in-depth strategies for AI agent security.

Microsoft open-sources agent-governance-toolkit covering all OWASP Agentic Top 10 risks through policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for production AI Agent deployment.

Deep analysis of AI agent jailbreak and escape incidents, covering prompt injection attacks, permission control failures, and sandbox isolation breakdowns, with practical multi-layer defense strategies.

A deep dive into DeepAgents' sandbox backend and Agent Skills: why Agents need sandbox isolation to run code, how Skills enable modular capability reuse, and how the two combine to build reliable AI Agent systems.

A deep dive into DeepAgents' sandbox backend and Agent Skills: why Agents need sandboxes to isolate code execution, how Skills enable modular capability reuse, and how the two work together to build reliable AI Agent systems.

Google's official hands-on: how to go from idea to production fast with AI Studio and build AI Agents using the now-GA Interactions API. The core idea—Agents are just combinations of files.

Official Google hands-on: go from idea to production fast with AI Studio, and build AI Agents with the now-GA Interactions API. The core idea: an Agent is just a composition of files—Markdown plus a few scripts, no complex Python loops needed.

A focused guide to the core interview topics for LLM application engineers, covering agent architecture, Multi-Agent, Langfuse evaluation & tracing, security, and RAG optimization.

A focused guide to core LLM application engineer interview topics, covering agent architecture, Multi-Agent, Langfuse evaluation, security, and RAG optimization.

A comprehensive breakdown of the OWASP Agentic Security Top 10 framework, covering ASI01–ASI10 risks including goal hijacking, tool misuse, identity abuse, supply chain vulnerabilities, and cascading failures — with practical mitigations for AI agent systems.
Cdbx.ai Review: Build and Deploy Apps …
Cdbx.ai is an AI-powered browser IDE that generates full-stack code from natural language and deploys in one click. Read our in-depth review and comparison with v0, Replit, and Bolt.new.

A deep dive into OpenAI's Agent sandbox cloud architecture: the security evolution from Fork and containers to gVisor and microVMs, plus copy-on-write snapshots and global orchestration.
Smart Proxy: The Key Architecture for …
Too much AI permission is risky; too little kills productivity. A smart proxy acts as a controllable middleware layer — intercepting, auditing, and policy-gating AI agent actions in tools like Claude Code and Cursor for safe autonomous operation.

What exactly is the Cloud Coding Agent Silicon Valley is hyping? This article breaks down the core concept across three axes—where it runs, who watches, where tasks start—and gives users in China practical advice on local alternatives.

OpenAI launches Build Week, a global developer event centered on Codex AI coding tool, featuring live sessions and community events to help developers ship ideas fast.

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.