This article explores the evolving landscape of AI agents, highlighting new products like Perplexity Computer and Anthropic's Claude Cowork, which are shifting AI from developer tools to user interfaces. It discusses the emerging 'agentic engineering' paradigm, where agents autonomously perform complex tasks by interacting with various systems and tools. The piece also touches on the foundational infrastructure being developed, such as Cloudflare's Markdown for Agents, to support these new agent-driven workflows and standards.
Read original on The New StackThe advent of sophisticated AI agents marks a significant shift in how users and systems interact, moving beyond traditional chatbots to autonomous digital workers. These agents are designed to understand high-level goals and then decompose them into actionable steps, interacting with multiple applications and services in the background. This paradigm, termed 'agentic engineering,' requires a fundamental rethinking of software architecture and user interfaces.
Products like Perplexity Computer exemplify this trend, acting as 'general-purpose digital workers.' They take a user-defined outcome and deploy subagents to browse, research, create, and connect various tools (Gmail, Slack, Notion, etc.). This necessitates robust integration architectures capable of orchestrating complex workflows across disparate APIs and handling long-running, stateful operations. Anthropic's Claude Cowork with enterprise plugins and Notion's Custom Agents further illustrate the push towards integrating AI agents deeply into existing enterprise workflows and data.
The 'agent framework wars' parallel early containerization efforts, highlighting the critical need for standardization. Anthropic's 'Skills repository' and the Agentic AI Foundation's v0.9 spec (backed by the Linux Foundation) represent efforts to define how AI agents use tools and execute repeatable workflows. This standardization is crucial for interoperability and widespread adoption.
Infrastructure Adaptation for AI Agents
Cloudflare's 'Markdown for Agents' is an example of critical infrastructure-level plumbing. By converting HTML to clean Markdown at the edge, it significantly reduces token consumption for agents, making web content more accessible and cost-effective for AI processing without requiring website owners to modify their code. This demonstrates how network and infrastructure layers are evolving to support agent-first interactions.
The shift to agentic engineering also impacts traditional software development. As agents increasingly write code, human developers' roles evolve towards 'systems thinking' and 'architecture intuition,' focusing on guiding agents, defining good code practices, and understanding the broader system implications rather than just coding speed. This necessitates a strong understanding of software architecture principles to effectively steer and review agent-generated solutions.