<?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.us-east-2.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, 20 Jun 2026 11:21:50 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-kai</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-kai</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, 19 Jun 2026 12:51:52 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-2369</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-2369</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, 18 Jun 2026 12:29:30 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-18hm</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-18hm</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, 17 Jun 2026 12:54:27 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4cm6</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4cm6</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, 16 Jun 2026 14:21:46 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-56kj</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-56kj</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, 15 Jun 2026 15:20:18 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-k59</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-k59</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, 14 Jun 2026 11:33:43 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4df2</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4df2</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, 13 Jun 2026 11:20:33 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-mge</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-mge</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, 12 Jun 2026 12:23:57 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-5h51</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-5h51</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, 11 Jun 2026 12:50:14 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4hnf</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-4hnf</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, 10 Jun 2026 12:29:03 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-12cb</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-12cb</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, 09 Jun 2026 12:09:35 +0000</pubDate>
      <link>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-3166</link>
      <guid>https://dev.to/ganeshjoshi/anthropic-api-claude-tool-use-and-structured-outputs-in-apps-3166</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>
