Tag: agentic AI

115 posts tagged with "agentic AI" — Page 3 of 5

Preview image for AGENTS.md Best Practices

Most root-level AGENTS.md files deliver negligible or negative returns for AI coding tools, per 2026 ETH Zurich research. Curated minimal files with only non-inferable rules cut task time by 28% and reduce agent-generated bugs by 35-55%. Avoid bloat, redundant overviews, and stale content to boost performance and lower inference costs.

Build & Test

Preview image for Build & Test

AGENTS.md is a plain Markdown file that gives AI coding agents project-specific operational guidance, from build commands to coding conventions. Human-curated files deliver a 35-55% reduction in agent-generated bugs, while auto-generated or bloated files add hidden token costs and hurt reliability. This guide covers real-world adoption patterns, cost tradeoffs, and a minimal template to get started.

Preview image for Best AGENTS.md Templates

This guide compares four proven AGENTS.md template patterns for 2026, covering routing tables, memory persistence, identity decomposition, and domain-specific guardrails. We break down each template's ideal use case, key tradeoffs, and which pattern offers the best balance of portability and low overhead for most engineering teams.

Preview image for MCP Security Risks Explained

Anthropic's Model Context Protocol (MCP) has seen widespread enterprise adoption but ships without mandatory authentication, built-in access controls, or audit logging. This architectural gap creates critical security risks including tool poisoning, path traversal vulnerabilities, and ungoverned credential sprawl. Teams must implement gateway-based governance and description pinning to mitigate these threats.

Preview image for How MCP Actually Works

The July 2026 Model Context Protocol specification removes protocol-level session state and the initialize handshake to enable stateless HTTP operation and simple round-robin load balancing. While this cuts infrastructure complexity, it shifts security, state management, and input validation responsibilities to application code, creating new risks for teams without dedicated MCP security engineering expertise.

Preview image for MCP Architecture Explained

The July 2026 Model Context Protocol (MCP) stateless specification removes core session and handshake features, requiring unplanned migration work for most existing remote MCP deployments. While it simplifies horizontal scaling, it shifts security responsibilities to development teams and introduces new attack surfaces, with total migration and operational costs often matching or exceeding self-hosted expenses for mid-market teams.

Preview image for MCP Rate Limiting Best Practices

The July 2026 MCP specification removes the protocol-level session layer, breaking traditional per-IP and per-API-key rate limiting that fails under autonomous agent traffic. This guide covers production-ready 3-axis rate limiting (per-user, per-tool, per-agent) patterns, distributed state requirements, and gateway tooling to prevent runaway agent behavior from causing outages or unexpected costs.