Posts tagged “AI Agents”
3 posts found
Building Long-Running AI Agents: The Initializer Plus Coding Agent Harness Pattern
June 9, 2026
Most agent failures stem from context window exhaustion. The initializer-plus-coding-agent harness solves this by splitting setup from execution—here's how to build production harnesses that outlast your model vendor.
ai-agentstypescriptagent-harness+1
Building Claude Code Subagents and Agent Teams for Parallel AI Coding in 2026
June 5, 2026
Claude Code subagents and agent teams enable parallel AI coding workflows. This guide covers configuration, coordination patterns, and production-ready orchestration strategies for complex TypeScript and full-stack projects.
Claude CodeAI AgentsParallel Coding+2
MCP SDK v2: Streamable HTTP, Session Resumption, and What It Means for Your Agent Architecture
May 24, 2026
Most MCP scaling failures stem from stateful stdio transport. The SDK v2 introduces Streamable HTTP and session resumption patterns that fundamentally change how production AI agents handle horizontal scaling.
MCPAI AgentsTypeScript+2