<?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: Md. Shafiuddin Shajib</title>
    <description>The latest articles on DEV Community by Md. Shafiuddin Shajib (@mdshafiuddinshajib).</description>
    <link>https://dev.to/mdshafiuddinshajib</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%2F2688257%2F29e0ff63-7370-4b36-a261-a9f3f96fe485.png</url>
      <title>DEV Community: Md. Shafiuddin Shajib</title>
      <link>https://dev.to/mdshafiuddinshajib</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mdshafiuddinshajib"/>
    <language>en</language>
    <item>
      <title>Use Free Claude Code with Opus 5 in VS Code: CLI and Extension Setup</title>
      <dc:creator>Md. Shafiuddin Shajib</dc:creator>
      <pubDate>Fri, 21 Aug 2026 08:17:08 +0000</pubDate>
      <link>https://dev.to/mdshafiuddinshajib/use-free-claude-code-with-opus-5-in-vs-code-cli-and-extension-setup-3fhk</link>
      <guid>https://dev.to/mdshafiuddinshajib/use-free-claude-code-with-opus-5-in-vs-code-cli-and-extension-setup-3fhk</guid>
      <description>&lt;p&gt;If you want to get your &lt;strong&gt;first practical experience with Claude Code and Opus 5&lt;/strong&gt;, this setup is worth trying while free promotional credits are available.&lt;/p&gt;

&lt;p&gt;The focus is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claude Code + Opus 5 + VS Code + CLI + Extension&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get the Free AI Credits
&lt;/h2&gt;

&lt;p&gt;Start here:&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://agentrouter.org/register?aff=nc22" rel="noopener noreferrer"&gt;Get Free AI Credits for Claude Code&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sign up with &lt;strong&gt;GitHub&lt;/strong&gt; and complete the required verification. If your account is eligible, check the available credits in your dashboard and create an API key.&lt;/p&gt;

&lt;p&gt;Keep your API key private. Never commit it to GitHub or share it publicly.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Install Node.js
&lt;/h2&gt;

&lt;p&gt;Claude Code requires Node.js 18 or later.&lt;/p&gt;

&lt;p&gt;Check your version:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;node &lt;span class="nt"&gt;--version&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  2. Install Claude Code CLI
&lt;/h2&gt;

&lt;p&gt;Open PowerShell or the VS Code terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @anthropic-ai/claude-code@latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Verify the installation:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;claude &lt;span class="nt"&gt;--version&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  3. Configure Claude Code
&lt;/h2&gt;

&lt;p&gt;On Windows PowerShell, set the required environment variables:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;Environment&lt;/span&gt;&lt;span class="p"&gt;]::&lt;/span&gt;&lt;span class="n"&gt;SetEnvironmentVariable&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"ANTHROPIC_AUTH_TOKEN"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"YOUR_AGENTROUTER_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"User"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="w"&gt;

&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;Environment&lt;/span&gt;&lt;span class="p"&gt;]::&lt;/span&gt;&lt;span class="n"&gt;SetEnvironmentVariable&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"ANTHROPIC_BASE_URL"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"https://agentrouter.org"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"User"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="w"&gt;

&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;Environment&lt;/span&gt;&lt;span class="p"&gt;]::&lt;/span&gt;&lt;span class="n"&gt;SetEnvironmentVariable&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"ANTHROPIC_MODEL"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"claude-opus-5"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="s2"&gt;"User"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;code&gt;YOUR_AGENTROUTER_API_KEY&lt;/code&gt; with your own API key.&lt;/p&gt;

&lt;p&gt;Then completely restart VS Code.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Test Claude Code
&lt;/h2&gt;

&lt;p&gt;Open a new VS Code terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;claude&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-p&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Reply with exactly: OK"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you receive:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;OK
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;the connection is working.&lt;/p&gt;

&lt;p&gt;Now start Claude Code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;claude&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For your first test, use a read-only request:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;List the files in the current directory and tell me whether README.md exists. Do not modify anything.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is a simple way to confirm that Claude Code can access your project before allowing it to make changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Use Claude Code in VS Code
&lt;/h2&gt;

&lt;p&gt;You can run Claude Code directly from the &lt;strong&gt;VS Code integrated terminal&lt;/strong&gt; and use the &lt;strong&gt;Claude Code VS Code extension&lt;/strong&gt; for a more integrated workflow.&lt;/p&gt;

&lt;p&gt;From there, you can gradually experiment with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understanding an existing project&lt;/li&gt;
&lt;li&gt;Explaining unfamiliar code&lt;/li&gt;
&lt;li&gt;Debugging problems&lt;/li&gt;
&lt;li&gt;Refactoring code&lt;/li&gt;
&lt;li&gt;Writing tests&lt;/li&gt;
&lt;li&gt;Implementing small changes&lt;/li&gt;
&lt;li&gt;Reviewing your own implementation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Start with small tasks and gradually give the agent more responsibility as you become comfortable with how it works.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Keep Codex and Claude Code Separate
&lt;/h2&gt;

&lt;p&gt;If you already use Codex, remember that Claude Code has its own configuration.&lt;/p&gt;

&lt;p&gt;Claude Code uses:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ANTHROPIC_AUTH_TOKEN
ANTHROPIC_BASE_URL
ANTHROPIC_MODEL
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;These are separate from your Codex configuration.&lt;/p&gt;

&lt;h2&gt;
  
  
  Is It Really Free?
&lt;/h2&gt;

&lt;p&gt;The free usage comes from &lt;strong&gt;promotional AI credits&lt;/strong&gt;, so it should not be considered unlimited or permanently free. Credit availability, model access, eligibility, and usage limits can change.&lt;/p&gt;

&lt;p&gt;For &lt;strong&gt;learning and getting initial development experience with Claude Code and Opus 5&lt;/strong&gt;, however, it is a useful opportunity to try an AI coding agent without immediately paying for another subscription.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start Here
&lt;/h2&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://agentrouter.org/register?aff=nc22" rel="noopener noreferrer"&gt;Get Free AI Credits and Try Claude Code&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sign up with GitHub, check your available credits, create your API key, and follow the steps above.&lt;/p&gt;

&lt;p&gt;If you are new to Claude Code, this gives you a straightforward way to start experimenting with &lt;strong&gt;Opus 5, Claude Code CLI, VS Code, and AI assisted development&lt;/strong&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  ClaudeCode #Claude #Opus5 #AICoding #CodingAgents #VSCode #AI #SoftwareDevelopment #DeveloperTools
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>opus5</category>
      <category>claudecode</category>
    </item>
    <item>
      <title>Get $150 in Free AI Credits and Use Codex Directly in VS Code</title>
      <dc:creator>Md. Shafiuddin Shajib</dc:creator>
      <pubDate>Wed, 19 Aug 2026 11:33:23 +0000</pubDate>
      <link>https://dev.to/mdshafiuddinshajib/get-150-in-free-ai-credits-and-use-codex-directly-in-vs-code-431o</link>
      <guid>https://dev.to/mdshafiuddinshajib/get-150-in-free-ai-credits-and-use-codex-directly-in-vs-code-431o</guid>
      <description>&lt;p&gt;There is currently a promotional opportunity for developers to claim &lt;strong&gt;$150 in free AI credits&lt;/strong&gt; and use them with agentic coding tools such as &lt;strong&gt;Codex&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claim the free AI credit here:&lt;/strong&gt; &lt;a href="https://agentrouter.org/register?aff=nc22" rel="noopener noreferrer"&gt;Get $150 Free AI Credit&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get the credit first
&lt;/h2&gt;

&lt;p&gt;Open the link above and create your account.&lt;/p&gt;

&lt;p&gt;• Sign up with GitHub when available&lt;br&gt;
• Complete the required account verification&lt;br&gt;
• Open your dashboard and check the promotional credit balance&lt;br&gt;
• Create an API key from the dashboard&lt;br&gt;
• Keep the API key private and never commit it to Git&lt;/p&gt;

&lt;p&gt;The promotional amount and eligibility can change, so check the balance shown in your account after registration.&lt;/p&gt;
&lt;h2&gt;
  
  
  Connect it to Codex in VS Code for windows
&lt;/h2&gt;

&lt;p&gt;Once the account and API key are ready, install the official &lt;strong&gt;Codex&lt;/strong&gt; extension in VS Code.&lt;/p&gt;

&lt;p&gt;Open:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VS Code → Extensions → search for Codex → Install&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then configure Codex to use the external provider.&lt;/p&gt;

&lt;p&gt;Open by shortcut key windows + R and Search :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;%USERPROFILE%\.codex\config.toml&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;A typical provider configuration looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight toml"&gt;&lt;code&gt;&lt;span class="py"&gt;model&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"gpt-5.6-sol"&lt;/span&gt;
&lt;span class="py"&gt;model_provider&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"agentrouter"&lt;/span&gt;
&lt;span class="py"&gt;model_reasoning_effort&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"medium"&lt;/span&gt;

&lt;span class="nn"&gt;[model_providers.agentrouter]&lt;/span&gt;
&lt;span class="py"&gt;name&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"AgentRouter"&lt;/span&gt;
&lt;span class="py"&gt;base_url&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"https://agentrouter.org/v1"&lt;/span&gt;
&lt;span class="py"&gt;wire_api&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"responses"&lt;/span&gt;
&lt;span class="py"&gt;experimental_bearer_token&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"YOUR_AGENTROUTER_API_KEY"&lt;/span&gt;

&lt;span class="nn"&gt;[windows]&lt;/span&gt;
&lt;span class="py"&gt;sandbox&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"unelevated"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;code&gt;YOUR_AGENTROUTER_API_KEY&lt;/code&gt; with your own key.&lt;/p&gt;

&lt;p&gt;Save the file, then reload VS Code.&lt;/p&gt;

&lt;p&gt;After that, Codex can route your coding requests through the configured provider instead of relying only on a directly billed OpenAI API account.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this is useful
&lt;/h2&gt;

&lt;p&gt;For developers working on real projects, this can be useful for:&lt;/p&gt;

&lt;p&gt;• Code generation and refactoring&lt;br&gt;
• Debugging existing codebases&lt;br&gt;
• Reviewing architecture and implementation decisions&lt;br&gt;
• Writing tests&lt;br&gt;
• Working across larger project files&lt;br&gt;
• Switching between different AI coding providers when needed&lt;/p&gt;

&lt;p&gt;The important part is not simply getting free credits. It is being able to connect those credits to an &lt;strong&gt;actual coding workflow inside VS Code&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You can also keep other providers configured and switch between them when your project requires a different model or account.&lt;/p&gt;

&lt;h3&gt;
  
  
  One practical point
&lt;/h3&gt;

&lt;p&gt;Do not paste your API key into source code, GitHub repositories, screenshots, or public configuration files. Store it securely and rotate it if it is ever exposed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start here:&lt;/strong&gt; &lt;a href="https://agentrouter.org/register?aff=nc22" rel="noopener noreferrer"&gt;Get the $150 Free AI Credit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For developers already using Codex, this is one of the more interesting ways to experiment with &lt;strong&gt;free AI coding capacity&lt;/strong&gt; without immediately adding another recurring subscription.&lt;/p&gt;

&lt;h2&gt;
  
  
  Full GitHub Guide
&lt;/h2&gt;

&lt;p&gt;For the complete technical setup and reference material, see the companion GitHub repository:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/mdshafiuddINshajib/agentrouter-ai-coding-guide" rel="noopener noreferrer"&gt;AgentRouter AI Coding Guide&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It includes the AgentRouter overview, free AI credit information, GPT 5.6 Sol, Codex, Claude Code, VS Code configuration, OpenAI compatible API details, comparisons, and troubleshooting.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>vscode</category>
      <category>llm</category>
      <category>api</category>
    </item>
    <item>
      <title>Run DeepSeek Locally in LM Studio: No Internet, No Server Issues – A ChatGPT-Like Experience with a User-Friendly UI</title>
      <dc:creator>Md. Shafiuddin Shajib</dc:creator>
      <pubDate>Mon, 03 Feb 2025 17:41:50 +0000</pubDate>
      <link>https://dev.to/mdshafiuddinshajib/heres-a-step-by-step-seo-friendly-guide-on-how-to-use-deepseek-v2-in-lm-studio-on-your-407i</link>
      <guid>https://dev.to/mdshafiuddinshajib/heres-a-step-by-step-seo-friendly-guide-on-how-to-use-deepseek-v2-in-lm-studio-on-your-407i</guid>
      <description>&lt;p&gt;&lt;strong&gt;"Run DeepSeek Locally in LM Studio: No Internet Needed, Works on Any PC – A Step-by-Step Guide"&lt;/strong&gt;  &lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Install LM Studio
&lt;/h2&gt;

&lt;p&gt;1️⃣ Visit &lt;a href="https://lmstudio.ai/" rel="noopener noreferrer"&gt;LM Studio’s official website&lt;/a&gt; and download the latest version for your operating system.&lt;br&gt;&lt;br&gt;
2️⃣ Install LM Studio by following the on-screen instructions.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Download the DeepSeek Model
&lt;/h2&gt;

&lt;p&gt;1️⃣ Open LM Studio after installation.&lt;br&gt;&lt;br&gt;
2️⃣ Go to the &lt;strong&gt;Model Catalog&lt;/strong&gt; section.&lt;br&gt;&lt;br&gt;
3️⃣ Search for &lt;strong&gt;DeepSeek&lt;/strong&gt; (either the general model or the coding-optimized version).&lt;br&gt;&lt;br&gt;
4️⃣ Choose the appropriate model size based on your system’s capability:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smaller models&lt;/strong&gt; (e.g., 7B) for lower-end systems with limited RAM.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Larger models&lt;/strong&gt; (e.g., 67B) for high-performance setups.
5️⃣ Click &lt;strong&gt;Download&lt;/strong&gt; and wait for it to finish.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡 &lt;strong&gt;Tip:&lt;/strong&gt; If your PC has lower specs, start with a smaller model for a smoother experience.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Load DeepSeek in LM Studio
&lt;/h2&gt;

&lt;p&gt;1️⃣ Once the model is downloaded, go to the &lt;strong&gt;Local Models&lt;/strong&gt; section.&lt;br&gt;&lt;br&gt;
2️⃣ Click on DeepSeek to load it.&lt;br&gt;&lt;br&gt;
3️⃣ Adjust GPU/CPU settings based on your system’s resources.&lt;br&gt;&lt;br&gt;
4️⃣ Click &lt;strong&gt;Start Chat&lt;/strong&gt; to begin using the model.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Enjoy an Offline, ChatGPT-Like Experience
&lt;/h2&gt;

&lt;p&gt;✅ No internet or cloud servers required—completely local!&lt;br&gt;&lt;br&gt;
✅ Works seamlessly for text-based and coding-related tasks.&lt;br&gt;&lt;br&gt;
✅ Customize performance settings for optimal speed and efficiency.  &lt;/p&gt;

&lt;p&gt;🚀 Now, you're ready to use DeepSeek on your PC without any server limitations!&lt;/p&gt;

</description>
      <category>deepseek</category>
      <category>ai</category>
      <category>chatgpt</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
