<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ganesh Joshi</title>
    <description>The latest articles on DEV Community by Ganesh Joshi (@ganeshjoshi).</description>
    <link>https://dev.to/ganeshjoshi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3812945%2F5c98e077-4bc4-4521-8bf1-006bca4726f1.png</url>
      <title>DEV Community: Ganesh Joshi</title>
      <link>https://dev.to/ganeshjoshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ganeshjoshi"/>
    <language>en</language>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Sat, 30 May 2026 10:49:24 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4525</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4525</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Fri, 29 May 2026 12:21:00 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-3a9a</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-3a9a</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Thu, 28 May 2026 12:35:43 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-a7e</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-a7e</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Wed, 27 May 2026 12:25:30 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-lb1</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-lb1</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Mon, 25 May 2026 12:37:04 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-2hke</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-2hke</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Sun, 24 May 2026 10:45:17 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-1pn6</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-1pn6</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Sat, 23 May 2026 10:39:56 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-5f6g</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-5f6g</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Fri, 22 May 2026 11:49:12 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-1oen</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-1oen</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Thu, 21 May 2026 12:20:53 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4koc</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4koc</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Wed, 20 May 2026 11:52:13 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-1eco</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-1eco</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Tue, 19 May 2026 12:15:23 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-2aff</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-2aff</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
    <item>
      <title>Anthropic API: Claude, Tool Use, and Structured Outputs in Apps</title>
      <dc:creator>Ganesh Joshi</dc:creator>
      <pubDate>Mon, 18 May 2026 12:39:09 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4nb4</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4nb4</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created with AI assistance and reviewed for accuracy before publishing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anthropic documents the &lt;strong&gt;Messages API&lt;/strong&gt;, &lt;strong&gt;models&lt;/strong&gt;, and &lt;strong&gt;tool use&lt;/strong&gt; for Claude at &lt;a href="https://docs.anthropic.com/en/api" rel="noopener noreferrer"&gt;Anthropic API documentation&lt;/a&gt;. Model IDs, pricing, and capabilities are versioned; copy model strings from the console or docs, not from old blog posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;p&gt;Tool calling lets Claude request structured actions (HTTP, DB, internal functions) that your server executes. Validate arguments with schemas before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Structured workflows
&lt;/h2&gt;

&lt;p&gt;When you need machine-readable output, combine tool use with strict validation in your own code. Treat model output as untrusted until parsed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical takeaway
&lt;/h2&gt;

&lt;p&gt;Rotate API keys. Log request IDs for support. Monitor token usage against budgets.&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>api</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
