<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Agentropic — Blog</title>
    <link>https://agentropic.ai/blog/</link>
    <description>The engineering behind our builds: evals, prompt-injection defenses, MCP authorization, agent economics — written as we go.</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Jul 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://agentropic.ai/blog/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Anthropic Cut 80% of Claude Code's System Prompt. We Audited Ours.</title>
      <link>https://agentropic.ai/blog/system-prompt-redundant-context-engineering/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/system-prompt-redundant-context-engineering/</guid>
      <description>Anthropic removed over 80% of Claude Code's system prompt for newer models. We tested the idea against a real production CLAUDE.md—and found a bigger problem than token count.</description>
      <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How MCP Authorization Actually Works (and the Ways Teams Get It Wrong)</title>
      <link>https://agentropic.ai/blog/mcp-authorization-production/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/mcp-authorization-production/</guid>
      <description>A precise walkthrough of the OAuth 2.1 resource-server model MCP uses: audience binding, token passthrough, confused-deputy, the Nov 2025 spec changes, and what to ship.</description>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Computer-Use Agents: What OSWorld Scores Really Tell You About Production Readiness</title>
      <link>https://agentropic.ai/blog/computer-use-agents-osworld-reality/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/computer-use-agents-osworld-reality/</guid>
      <description>What OSWorld actually tests, how to read current scores honestly, and the specific gap between a benchmark number and a computer-use agent you can trust on real work.</description>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Prompt Injection in Production: Which Defenses Actually Hold and Which Are Theater</title>
      <link>https://agentropic.ai/blog/prompt-injection-defenses-that-hold/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/prompt-injection-defenses-that-hold/</guid>
      <description>A taxonomy of direct and indirect prompt injection, why input filtering fails, and the architectural patterns (CaMeL, dual-LLM, capability design) that actually contain it.</description>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Open-Weight vs Closed Models in 2026: When Self-Hosting Actually Pays Off</title>
      <link>https://agentropic.ai/blog/open-weight-vs-closed-2026/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/open-weight-vs-closed-2026/</guid>
      <description>A practitioner's model for deciding between open-weight self-hosting and closed APIs: real break-even math, GPU utilization traps, licensing limits, and the EU AI Act split.</description>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Evals as a Shipping Contract: How to Actually Gate LLM Changes</title>
      <link>https://agentropic.ai/blog/evals-as-shipping-contract/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/evals-as-shipping-contract/</guid>
      <description>How to build an LLM eval suite that earns the right to block a deploy: cases from real failures, regression vs adversarial sets, noise-aware thresholds, CI gates, model-upgrade gating.</description>
      <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Self-Hosting an LLM vs. Calling an API: The Real Cost Math</title>
      <link>https://agentropic.ai/blog/self-host-llm-vs-api-cost/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/self-host-llm-vs-api-cost/</guid>
      <description>A mechanism-level cost comparison of self-hosting open-weight LLMs versus per-token APIs: GPU amortization, the utilization trap, throughput math, and where each one actually wins.</description>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Your AI Bill Rises as Token Prices Fall: Jevons in LLM Ops</title>
      <link>https://agentropic.ai/blog/why-ai-bill-rises-jevons/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/why-ai-bill-rises-jevons/</guid>
      <description>Per-token prices fell ~280x in 18 months yet enterprise inference spend doubled. Here is the mechanism, the real cost drivers, and how to instrument and cap them.</description>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LLM Model Routing: How to Cut Cost Without Losing Quality</title>
      <link>https://agentropic.ai/blog/llm-model-routing-cost/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/llm-model-routing-cost/</guid>
      <description>How LLM routing and cascading actually cut cost, what you really save versus benchmark claims, the confidence-signal trap, and how to instrument a router so quality loss can't hide.</description>
      <pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>GDPval, Explained: What the Benchmark Measures and What It Doesn't</title>
      <link>https://agentropic.ai/blog/gdpval-what-it-measures/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/gdpval-what-it-measures/</guid>
      <description>A technical breakdown of how GDPval is built, what &quot;matches experts on ~half of tasks&quot; really means, the 100x cost claim, grading reliability, and the benchmark's real limits.</description>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Spec-Driven Development: How Agentic Coding Actually Changes Your Repo</title>
      <link>https://agentropic.ai/blog/spec-driven-development-explained/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/spec-driven-development-explained/</guid>
      <description>A technical walkthrough of spec-driven development with AI agents: the files that land in your repo, the plan-implement-verify loop, how review and CI shift, and where it breaks.</description>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Parallel Subagent Orchestration: When Fan-Out Helps, and Exactly Where It Breaks</title>
      <link>https://agentropic.ai/blog/parallel-subagent-orchestration/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/parallel-subagent-orchestration/</guid>
      <description>How to decide when to run LLM subagents in parallel versus keep a single agent: the read/write split, token-cost math, the equal-budget critique, and a runnable orchestrator skeleton.</description>
      <pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Agent Unit Economics: Cost-per-Correct and the Compounding-Error Tax</title>
      <link>https://agentropic.ai/blog/ai-agent-unit-economics/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/ai-agent-unit-economics/</guid>
      <description>How to actually model the unit cost of an LLM agent: cost-per-correct-outcome, the compounding-error tax over multi-step runs, token re-send growth, and where the math breaks.</description>
      <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Stop Training Your Team on AI. Start Restructuring Around It.</title>
      <link>https://agentropic.ai/blog/stop-training-start-restructuring/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/stop-training-start-restructuring/</guid>
      <description>AI training programs teach tools within broken workflows. The best AI training is a restructured org where people learn by doing real work with agents.</description>
      <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Agentic Development Is Not Vibe Coding. Here's How We Actually Use It.</title>
      <link>https://agentropic.ai/blog/agentic-development-not-vibe-coding/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/agentic-development-not-vibe-coding/</guid>
      <description>Vibe coding is prompting and hoping. Agentic development is a structured framework where developers orchestrate AI agents in parallel. Here's the difference and why it matters.</description>
      <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The AI Consultancy Industrial Complex Is Failing You</title>
      <link>https://agentropic.ai/blog/ai-consultancy-industrial-complex/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/ai-consultancy-industrial-complex/</guid>
      <description>Big firms charge crores for AI strategy decks that sit in Google Drive. The gap between advice and deployment is where most AI initiatives die.</description>
      <pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Departments Are Dead. Welcome to Outcome Pods.</title>
      <link>https://agentropic.ai/blog/outcome-pods-departments-are-dead/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/outcome-pods-departments-are-dead/</guid>
      <description>The traditional org chart optimizes for skills, not results. Outcome-based pods — small teams of humans and AI agents driving a single metric — are what actually works.</description>
      <pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Due Diligence: What PE Firms Should Ask Before Writing the Check</title>
      <link>https://agentropic.ai/blog/ai-due-diligence-pe-firms/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/ai-due-diligence-pe-firms/</guid>
      <description>A framework for PE and VC partners evaluating portfolio company AI readiness. How to score it, what red flags to watch for, and why it matters for exit multiples.</description>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Transformation Company India: What to Look For (And What to Avoid)</title>
      <link>https://agentropic.ai/blog/ai-transformation-company-india/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/ai-transformation-company-india/</guid>
      <description>A buyer's guide for Indian companies evaluating AI transformation partners. Three categories of vendors, red flags, green flags, and what the mid-market actually needs.</description>
      <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>We Cut Customer Support Costs by 96%. The Team Didn't Shrink -- They Leveled Up.</title>
      <link>https://agentropic.ai/blog/customer-support-cost-96-percent/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/customer-support-cost-96-percent/</guid>
      <description>How we automated 96% of customer interactions at a 4.4M-subscriber platform without laying anyone off. The support team moved from cost center to growth engine.</description>
      <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>We Got 20x Engineering Productivity. Here's What That Actually Means.</title>
      <link>https://agentropic.ai/blog/20x-engineering-productivity/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/20x-engineering-productivity/</guid>
      <description>20x doesn't mean 20x lines of code. It means cycle time collapse, scope expansion per person, and the elimination of everything that isn't building. Here's what happened.</description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>When Non-Engineers Start Building: The Real Sign of AI Transformation</title>
      <link>https://agentropic.ai/blog/non-engineers-building-with-ai/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/non-engineers-building-with-ai/</guid>
      <description>The most important signal that AI transformation is working isn't engineering velocity. It's when a promo editor builds their own automation and a marketer ships production code.</description>
      <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The AI Audit: What We Actually Look For in 2 Weeks</title>
      <link>https://agentropic.ai/blog/ai-audit-what-we-look-for/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/ai-audit-what-we-look-for/</guid>
      <description>Our 2-week AI audit is how we figure out where AI will have the biggest impact in your company. Here's exactly what we assess, how we assess it, and what you get at the end.</description>
      <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why 95% of AI Pilots Fail — And What the 5% Do Differently</title>
      <link>https://agentropic.ai/blog/why-ai-pilots-fail/</link>
      <guid isPermaLink="true">https://agentropic.ai/blog/why-ai-pilots-fail/</guid>
      <description>Most companies treat AI adoption as a tool problem. The ones that succeed treat it as an org design problem. Here's what separates the 5% from the rest.</description>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
