<?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: kemal</title>
    <description>The latest articles on DEV Community by kemal (@kemalcodes).</description>
    <link>https://dev.to/kemalcodes</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%2F4012616%2Fa0c21583-311e-492f-8a1e-4bc0314eb84c.png</url>
      <title>DEV Community: kemal</title>
      <link>https://dev.to/kemalcodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kemalcodes"/>
    <language>en</language>
    <item>
      <title>Best AI Coding Tools in 2026: Full Power Rankings</title>
      <dc:creator>kemal</dc:creator>
      <pubDate>Thu, 02 Jul 2026 17:47:48 +0000</pubDate>
      <link>https://dev.to/kemalcodes/best-ai-coding-tools-in-2026-full-power-rankings-ni3</link>
      <guid>https://dev.to/kemalcodes/best-ai-coding-tools-in-2026-full-power-rankings-ni3</guid>
      <description>&lt;p&gt;AI coding tools have changed a lot in 2026. A year ago, GitHub Copilot was the obvious choice. Now you have 7+ serious options — and the right one depends on how you work.&lt;/p&gt;

&lt;p&gt;This article covers the top AI coding tools as of March 2026. Real pricing. Honest pros and cons. No hype.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Compare
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SWE-bench score&lt;/strong&gt; — a standard coding benchmark. Higher = better at real coding tasks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best use case&lt;/strong&gt; — what the tool is actually good at&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing&lt;/strong&gt; — what you actually pay&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest verdict&lt;/strong&gt; — where it falls short&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Power Rankings
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Claude Code
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Complex debugging, multi-file changes, full codebase understanding&lt;/p&gt;

&lt;p&gt;Claude Code is Anthropic's terminal-based coding agent. You give it a task. It reads your files, edits code, runs commands, and shows you the result.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key numbers:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SWE-bench Verified: &lt;strong&gt;80.8%&lt;/strong&gt; (Claude Opus 4.6)&lt;/li&gt;
&lt;li&gt;Context window: &lt;strong&gt;1M tokens&lt;/strong&gt; (Opus 4.6 beta)&lt;/li&gt;
&lt;li&gt;Token efficiency: Good for long sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Included in Claude Pro ($20/month)&lt;/li&gt;
&lt;li&gt;API usage billed separately per token&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best for Android/Kotlin developers:&lt;/strong&gt;&lt;br&gt;
Claude Code works very well with Android projects when you add a &lt;code&gt;CLAUDE.md&lt;/code&gt; file with your project rules. It understands Jetpack Compose, MVVM, and Room. Multiple developers have reported building full Android apps faster with Claude Code than with any other tool.&lt;/p&gt;

&lt;p&gt;Example prompt that works well:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Add a Room database with a User entity.
Use ViewModel + StateFlow.
Follow the existing MVVM structure.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Best at multi-file refactoring&lt;/li&gt;
&lt;li&gt;Huge context window — reads your whole codebase&lt;/li&gt;
&lt;li&gt;Works from terminal, no IDE lock-in&lt;/li&gt;
&lt;li&gt;CLAUDE.md lets you define your own rules&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No inline autocomplete while you type&lt;/li&gt;
&lt;li&gt;Steeper learning curve than IDE tools&lt;/li&gt;
&lt;li&gt;Usage costs can add up with long sessions&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. Cursor
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Daily coding, full-stack, anyone coming from VS Code&lt;/p&gt;

&lt;p&gt;Cursor is VS Code with AI built in. You get inline completions, a chat window, and "Composer" mode where the AI edits multiple files at once.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key numbers:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No public SWE-bench score&lt;/li&gt;
&lt;li&gt;Context: 200K advertised (70–120K reported in practice)&lt;/li&gt;
&lt;li&gt;Feels faster for simple day-to-day edits (inline completions have near-zero latency)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free tier: limited completions&lt;/li&gt;
&lt;li&gt;Pro: &lt;strong&gt;$20/month&lt;/strong&gt; — unlimited completions + Composer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Familiar VS Code environment&lt;/li&gt;
&lt;li&gt;Tab completions are fast and accurate&lt;/li&gt;
&lt;li&gt;Visual diffs — you see exactly what changed&lt;/li&gt;
&lt;li&gt;Great for everyday coding and quick edits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Context window can truncate on large codebases&lt;/li&gt;
&lt;li&gt;Less powerful for complex multi-file refactors&lt;/li&gt;
&lt;li&gt;IDE-dependent — no terminal agent mode&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Honest tip:&lt;/strong&gt; Many developers use both Claude Code and Cursor. Claude Code for big refactors, Cursor for daily typing. Subscription cost: ~$40/month total — though Claude Code API usage can add more for heavy sessions.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. GitHub Copilot
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams on Azure, JetBrains users, inline completion&lt;/p&gt;

&lt;p&gt;GitHub Copilot is the most widely used AI coding tool. It works inside VS Code, JetBrains, Neovim, and Visual Studio. In 2026, it added "Agent Mode" — multi-file edits similar to Cursor's Composer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Individual: &lt;strong&gt;$10/month&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Business: &lt;strong&gt;$19/user/month&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Free tier: 2,000 completions/month&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best for Android:&lt;/strong&gt; Copilot in Android Studio works via JetBrains integration. Good for quick completions and function generation. Not as strong for architecture-level changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cheapest paid option&lt;/li&gt;
&lt;li&gt;Works in every major IDE&lt;/li&gt;
&lt;li&gt;Agent mode added in 2025&lt;/li&gt;
&lt;li&gt;Backed by GitHub and Microsoft&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agent mode weaker than Cursor Composer or Claude Code&lt;/li&gt;
&lt;li&gt;Less context than competitors&lt;/li&gt;
&lt;li&gt;Sometimes suggests outdated patterns&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  4. OpenAI Codex (CLI)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Budget-conscious developers, API users&lt;/p&gt;

&lt;p&gt;OpenAI Codex CLI is open-source (Apache 2.0) and runs in your terminal. Think Claude Code but from OpenAI. The underlying model is &lt;code&gt;codex-1&lt;/code&gt; (o3 reasoning).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key numbers:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SWE-bench Pro: &lt;strong&gt;56.8%&lt;/strong&gt; (GPT-5.3-Codex — best on this harder benchmark)&lt;/li&gt;
&lt;li&gt;Built in Rust for speed and low overhead&lt;/li&gt;
&lt;li&gt;API price: $1.50 per 1M input tokens, $6 per 1M output tokens (with 75% caching discount)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CLI tool: &lt;strong&gt;free&lt;/strong&gt; (open source, Apache 2.0)&lt;/li&gt;
&lt;li&gt;ChatGPT Plus ($20/mo): Codex included — separate usage limits for cloud tasks vs. local messages&lt;/li&gt;
&lt;li&gt;ChatGPT Pro ($200/mo): Higher limits for both modes&lt;/li&gt;
&lt;li&gt;API: $1.50 per 1M input tokens / $6 per 1M output tokens&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free CLI tool, open source&lt;/li&gt;
&lt;li&gt;Bundled with ChatGPT subscriptions you may already have&lt;/li&gt;
&lt;li&gt;Token-efficient (good if paying per token)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Needs ChatGPT subscription for meaningful usage&lt;/li&gt;
&lt;li&gt;Less context than Claude Code&lt;/li&gt;
&lt;li&gt;Still maturing compared to Claude Code&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  5. Amazon Kiro
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Long autonomous tasks, enterprise AWS teams&lt;/p&gt;

&lt;p&gt;Amazon Kiro is a new autonomous agent. It can work on a coding task independently for days. Think of it as an AI developer you assign a GitHub issue to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free: 50 credits/month&lt;/li&gt;
&lt;li&gt;Pro: &lt;strong&gt;$20/month&lt;/strong&gt; (1,000 credits)&lt;/li&gt;
&lt;li&gt;Pro+: &lt;strong&gt;$40/month&lt;/strong&gt; (2,000 credits)&lt;/li&gt;
&lt;li&gt;Power: &lt;strong&gt;$200/month&lt;/strong&gt; (10,000 credits)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;True autonomous agent — can work without supervision&lt;/li&gt;
&lt;li&gt;Built by AWS team, good cloud integration&lt;/li&gt;
&lt;li&gt;Good for large, long-running tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Still early — not battle-tested&lt;/li&gt;
&lt;li&gt;Credit-based pricing can be confusing&lt;/li&gt;
&lt;li&gt;Less community support than Cursor/Copilot&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  6. Google Antigravity
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Multi-agent workflows, Gemini users&lt;/p&gt;

&lt;p&gt;Google's Antigravity is an agent-first IDE launched in November 2025. It has a built-in browser, and "Mission Control" for coordinating multiple agents at once.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free preview available (pricing may change as it exits preview)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It supports Gemini 3 Pro, Claude Sonnet 4.5, and GPT-based models — so you can use different models for different tasks inside the same IDE.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-agent coordination is unique&lt;/li&gt;
&lt;li&gt;Built-in browser for web tasks&lt;/li&gt;
&lt;li&gt;Use any model you want&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New — fewer integrations than established tools&lt;/li&gt;
&lt;li&gt;Less community resources&lt;/li&gt;
&lt;li&gt;Requires learning a new IDE&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  7. Windsurf (Codeium)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Unit test generation, pair programming feel&lt;/p&gt;

&lt;p&gt;Windsurf is made by Codeium and positions itself as a "pair programmer" rather than an agent. It's strong at writing tests and suggesting improvements as you code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free tier available&lt;/li&gt;
&lt;li&gt;Pro: &lt;strong&gt;$15/month&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Good at test generation&lt;/li&gt;
&lt;li&gt;Feels natural — less autonomous than others&lt;/li&gt;
&lt;li&gt;Cheaper than Cursor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Smaller community&lt;/li&gt;
&lt;li&gt;Agent mode less capable than Cursor or Claude Code&lt;/li&gt;
&lt;li&gt;Fewer integrations&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  8. OpenCode / Aider
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Privacy-first, open source, cost control&lt;/p&gt;

&lt;p&gt;OpenCode is an open-source terminal agent with rapidly growing GitHub adoption (the combined open-source CLI space including Aider and OpenCode has 95K+ stars across projects). Like Claude Code, but you bring your own API key (BYOK) — so no subscription fees beyond what you pay your AI provider directly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pricing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Free&lt;/strong&gt; (pay only your LLM provider)&lt;/li&gt;
&lt;li&gt;Works with Claude, GPT, Gemini, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No subscription — just API costs&lt;/li&gt;
&lt;li&gt;Privacy-focused — no data sent to a third-party tool&lt;/li&gt;
&lt;li&gt;Multi-provider support&lt;/li&gt;
&lt;li&gt;Terminal-based, lightweight&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requires setup&lt;/li&gt;
&lt;li&gt;Less polished than Cursor&lt;/li&gt;
&lt;li&gt;Support is community-driven&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  SWE-Bench Scores (March 2026)
&lt;/h2&gt;

&lt;p&gt;SWE-bench measures how well a model fixes real GitHub issues. Higher = better.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;SWE-bench Verified&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Claude Opus 4.5&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;80.9%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Claude Opus 4.6&lt;/td&gt;
&lt;td&gt;80.8% &lt;em&gt;(slight regression vs 4.5 on this benchmark)&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemini 3.1 Pro&lt;/td&gt;
&lt;td&gt;80.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPT-5.2&lt;/td&gt;
&lt;td&gt;80.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Claude Sonnet 4.6&lt;/td&gt;
&lt;td&gt;79.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Claude Sonnet 4.5&lt;/td&gt;
&lt;td&gt;77.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Note: SWE-bench Verified uses Python-only tasks. SWE-bench Pro (multi-language, harder) shows different results — Claude Opus 4.5 leads there at 45.9%.&lt;/p&gt;




&lt;h2&gt;
  
  
  Which Tool for Android Developers?
&lt;/h2&gt;

&lt;p&gt;If you build Android apps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Claude Code&lt;/strong&gt; — best for architecture changes, Room + ViewModel setup, refactoring across files. Add a &lt;code&gt;CLAUDE.md&lt;/code&gt; with your Compose and MVVM rules. See the &lt;a href="https://kemalcodes.com/jetpack-compose-tutorial/" rel="noopener noreferrer"&gt;Jetpack Compose tutorial series&lt;/a&gt; to understand the patterns worth putting in that file.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;GitHub Copilot in Android Studio&lt;/strong&gt; — best for quick completions while you type. JetBrains integration is solid.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Gemini in Android Studio&lt;/strong&gt; — Google's own tool. Understands Compose UI and Gradle errors. Free inside Android Studio.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cursor&lt;/strong&gt; — if you prefer VS Code over Android Studio for Kotlin development. Works well alongside the &lt;a href="https://kemalcodes.com/kmp-tutorial/" rel="noopener noreferrer"&gt;KMP tutorial series&lt;/a&gt; if you are building shared-code apps.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  The Honest Recommendation
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Use both Claude Code + Cursor&lt;/strong&gt; if you can afford $40/month. Claude Code for big tasks. Cursor for daily coding. This combo outperforms either tool alone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On a budget?&lt;/strong&gt; GitHub Copilot at $10/month is still excellent value. The inline completions alone save hours every week.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Privacy matters?&lt;/strong&gt; OpenCode with your own API key keeps your code off third-party servers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Android developer?&lt;/strong&gt; Start with Cursor or Copilot for the IDE experience. Add Claude Code when you need full-codebase changes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Related Articles
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://kemalcodes.com/posts/claude-code-yolo-mode/" rel="noopener noreferrer"&gt;Claude Code YOLO Mode — Full Guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://kemalcodes.com/posts/best-ai-coding-tools-2026/" rel="noopener noreferrer"&gt;kemalcodes.com&lt;/a&gt;.&lt;/em&gt; Follow me on &lt;a href="https://github.com/kemalcodes" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; and &lt;a href="https://x.com/kemal_codes" rel="noopener noreferrer"&gt;X&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>aicoding</category>
      <category>claudecode</category>
      <category>cursor</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
