Menu
The New Stack·February 28, 2026

Architecting with AI Agents: New Paradigms and Infrastructure Considerations

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 Stack

The 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.

The Rise of Autonomous AI Agents

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.

Key Architectural Requirements for Agent Systems

  • Multi-Agent Orchestration: Systems need to manage the lifecycle and coordination of multiple specialized subagents.
  • API Integration & Tool Calling: Agents require standardized and flexible mechanisms to interact with a vast ecosystem of third-party applications and internal tools.
  • State Management & Persistence: For long-running tasks, agents must maintain and persist state across sessions, potentially for hours or months.
  • Error Handling & Debugging: Complex agent workflows will inevitably encounter issues, requiring sophisticated error detection, recovery, and debugging capabilities.
  • Security & Authorization: Agents operating across multiple services necessitate robust security models, including fine-grained access control and secure credential management.

Standardization and Infrastructure for Agentic Systems

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.

AI AgentsAgentic EngineeringSystem IntegrationWorkflow AutomationCloudflareAPI DesignOrchestrationStandards

Comments

Loading comments...