<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API on Devops Monk</title><link>https://devops-monk.com/tags/api/</link><description>Recent content in API on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 03 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devops-monk.com/tags/api/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Extended and Adaptive Thinking: Making Claude Reason Before It Answers</title><link>https://devops-monk.com/2026/05/claude-adaptive-thinking-guide/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://devops-monk.com/2026/05/claude-adaptive-thinking-guide/</guid><description>By default, Claude generates its response token by token without any deliberate planning step. For most tasks — answering a question, writing a function, explaining a concept — this is fine. The response comes quickly and it is good.
For some tasks, it is not enough. Complex multi-step reasoning problems, ambiguous architecture decisions, intricate security analyses — these benefit from Claude thinking through the problem before committing to an answer. That is what extended thinking and adaptive thinking provide.</description></item><item><title>Claude Managed Agents: Deploy AI Agents Without Managing Infrastructure</title><link>https://devops-monk.com/2026/05/claude-managed-agents-guide/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://devops-monk.com/2026/05/claude-managed-agents-guide/</guid><description>Building an AI agent that runs autonomously — browses the web, executes code, reads and writes files, persists memory across sessions — requires infrastructure. You need a sandbox, a process that can run for hours without your web server timing out, and a way to resume from where you left off after a network hiccup.
Claude Managed Agents, launched in public beta in April 2026, offloads all of that to Anthropic.</description></item><item><title>Claude Prompt Caching: Cut Your API Costs by 90%</title><link>https://devops-monk.com/2026/05/claude-prompt-caching-guide/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://devops-monk.com/2026/05/claude-prompt-caching-guide/</guid><description>If you are calling the Claude API repeatedly with a large system prompt, a big document, or a long codebase context — and you are not using prompt caching — you are paying full price every time for content that has not changed. Prompt caching stores a prefix of your prompt server-side and charges 90% less to read it back on every subsequent request.
For applications that repeatedly process the same context, this is the single highest-impact API optimisation available.</description></item></channel></rss>