<?xml version="1.0" encoding="utf-8" standalone="yes"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><script src="https://www.rss.style/js/atom-style.js" xmlns="http://www.w3.org/1999/xhtml"/><title>Tower of Kubes</title><link rel="self" type="application/atom+xml" hreflang="en" href="https://www.towerofkubes.com/tags/llm/feed.xml"/><link rel="alternate" type="application/atom+xml" hreflang="he" href="https://www.towerofkubes.com/he/tags/llm/feed.xml"/><link rel="alternate" type="application/atom+xml" hreflang="x-default" href="https://www.towerofkubes.com/he/tags/llm/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://www.towerofkubes.com/tags/llm/"/><link rel="alternate" type="application/rss+xml" hreflang="en" href="https://www.towerofkubes.com/tags/llm/index.xml"/><id>/</id><updated>2026-05-05T00:00:00Z</updated><author><name>Ro'i Bandel</name></author><generator>Hugo 0.157.0</generator><entry><title>OpenCode: The Agentic Tool That Anthropic and Google Don't Want You To Use</title><link rel="alternate" type="text/html" hreflang="en" href="https://www.towerofkubes.com/articles/opencode/"/><id>https://www.towerofkubes.com/articles/opencode/</id><updated>2026-05-05T00:00:00Z</updated><summary type="html">OpenCode is the open-source agentic CLI tool that both Anthropic and Google moved to block from their subscription APIs. Here’s a hands-on look at what makes it genuinely different, and whether it’s worth switching from Claude Code.</summary><content type="html"><![CDATA[<p>For the past four months, <a href="https://opencode.ai"  target="_blank" rel="noreferrer">OpenCode</a> has been my primary agent tool. A piece of AI industry drama is what brought it to my attention.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="auto"
    alt="OpenCode logo with tagline: “The open source AI coding agent”"
    width="1280"
    height="721"
    src="/articles/opencode/opencode-logo-with-tagline_hu_897512d6efaab35c.webp"
    srcset="/articles/opencode/opencode-logo-with-tagline_hu_897512d6efaab35c.webp 800w, /articles/opencode/opencode-logo-with-tagline.webp 1280w"
    sizes="(min-width: 768px) 50vw, 65vw"
    data-zoom-src="/articles/opencode/opencode-logo-with-tagline.webp"></figure>

<h2 class="relative group">Background
    <div id="background" class="anchor"></div>
    
</h2>
<p>In January 2026, I started seeing drama online: <a href="https://github.com/anomalyco/opencode/issues/7410"  target="_blank" rel="noreferrer">Anthropic blocks third-party use of Claude subscriptions</a>. The most surprising part to me wasn’t that Anthropic decided to block this type of usage, that’s unfortunate but expected. What surprised me was that I hadn’t known this was even possible in the first place.</p>
<p>I had briefly read about OpenCode and Crush during my <a href="/articles/agentic-cli-tools-comparison/" >Agentic CLI Tools Comparison</a>, but hadn’t used them due to their <a href="/articles/agentic-cli-tools-comparison/#byo-bring-your-own-api-keys" >BYO (Bring Your Own) API key requirement</a>, which in most cases is significantly more expensive than subscription tiers. As it turns out, people had found ways to use those subscriptions anyway. OpenCode had implemented an OAuth flow that spoofed Claude Code’s HTTP headers to authenticate against Anthropic’s API with a Claude Pro or Max subscription. This gave OpenCode users access to Claude models at subscription pricing, a significant cost advantage.</p>

<h3 class="relative group">The Crackdown
    <div id="the-crackdown" class="anchor"></div>
    
</h3>
<p>Anthropic’s response came in several phases. Active enforcement began on January 9, 2026, when Anthropic deployed server-side protections blocking all unofficial OAuth access. On February 19, Anthropic updated its legal compliance page to make the OAuth restriction explicit: OAuth tokens obtained from Claude subscription accounts are only permitted for use with official Claude tools.</p>
<p>Legal requests followed, and in mid-March OpenCode’s maintainers <a href="https://github.com/anomalyco/opencode/pull/18186"  target="_blank" rel="noreferrer">merged a PR</a> removing the Anthropic OAuth plugin from the project. By early April, Anthropic extended restrictions to OpenClaw and other third-party harnesses. Google ran the same playbook with Gemini around the same period, banning third-party OAuth access and issuing account-level suspensions.</p>

<h3 class="relative group">The Community Reaction
    <div id="the-community-reaction" class="anchor"></div>
    
</h3>
<p>The <a href="https://news.ycombinator.com/item?id=46549823"  target="_blank" rel="noreferrer">Hacker News thread</a> filled with genuine disappointment. Many users felt OpenCode was a significantly better tool than Claude Code. The main advantages cited were its open-source <a href="https://github.com/anomalyco/opencode#MIT-1-ov-file"  target="_blank" rel="noreferrer">MIT license</a>, an optional web UI and client/server architecture, and the absence of flickering, a complaint about Claude Code that hasn’t gone away. OpenCode had also grown remarkably fast, reaching over 150,000 GitHub stars.</p>
<p>OpenAI and GitHub went the other direction. Tibo, OpenAI’s Codex lead, <a href="https://x.com/thsottiaux/status/2009742187484065881"  target="_blank" rel="noreferrer">announced on X</a> that Codex subscribers could use their subscription directly within OpenCode, and GitHub formally <a href="https://github.blog/changelog/2026-01-16-github-copilot-now-supports-opencode/"  target="_blank" rel="noreferrer">announced support for OpenCode</a> across all GitHub Copilot subscriptions. That’s what originally got me to give OpenCode a real try, paired with GitHub Copilot and ChatGPT subscriptions, and I’ve been using it regularly since.</p>

<h2 class="relative group">My Impressions of OpenCode
    <div id="my-impressions-of-opencode" class="anchor"></div>
    
</h2>
<p>OpenCode immediately seemed appealing when I started using it. Until that point, Claude Code had remained my preferred agentic CLI tool. In the months since I wrote <a href="/articles/agentic-cli-tools-comparison/" >Agentic CLI Tools Comparison</a>, I had continued experimenting with different CLI tools and models, notably <a href="/articles/claude-sonnet-4.5-and-claude-code-2.0/" >Claude Code 2.0</a>, Codex CLI, Gemini CLI, and GitHub Copilot CLI. Claude Code consistently remained the best tool in my opinion, both in terms of UI design and features, and in terms of Anthropic’s models feeling the strongest at coding and agentic tool usage based on my experience. The other tools felt like UI imitations of Claude Code running different models, with no meaningful improvements. OpenCode is genuinely different, though. It runs on a client/server model with an HTTP API, supports 75+ AI providers including local models, and has native multi-session support.</p>
<p>When opening OpenCode in a terminal, it feels familiar but different. The starting screen looks a lot like a classic search engine, with the prompt box centered on the screen, rather than being off to the bottom like in most other agentic CLI tools.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="auto"
    alt="OpenCode welcome screen"
    width="1280"
    height="640"
    src="/articles/opencode/opencode-welcome-screen_hu_74a83788b244a153.webp"
    srcset="/articles/opencode/opencode-welcome-screen_hu_74a83788b244a153.webp 800w, /articles/opencode/opencode-welcome-screen.webp 1280w"
    sizes="(min-width: 768px) 50vw, 65vw"
    data-zoom-src="/articles/opencode/opencode-welcome-screen.webp"></figure>
<p>However, once you enter an initial prompt, the prompt box moves to the bottom of the terminal, making for a more familiar look. In my opinion, OpenCode strikes a good balance: it will feel familiar to users who have used Claude Code (and similar tools) before, but at the same time it does not feel like a clone of other tools. OpenCode does a lot of unique things that other tools don’t do. For example, OpenCode has a useful sidebar that displays information about active MCPs, LSPs (language servers) and token usage for the current session.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="auto"
    alt="OpenCode sidebar showing MCP connections, LSP status, and token usage"
    width="1920"
    height="900"
    src="/articles/opencode/opencode-sidebar_hu_c305c873a185037.webp"
    srcset="/articles/opencode/opencode-sidebar_hu_c305c873a185037.webp 800w, /articles/opencode/opencode-sidebar_hu_116abb3292d419d0.webp 1280w"
    sizes="(min-width: 768px) 50vw, 65vw"
    data-zoom-src="/articles/opencode/opencode-sidebar.webp"></figure>
<p>The look of OpenCode becomes even more unique when using its <a href="https://opencode.ai/docs/web/"  target="_blank" rel="noreferrer">web UI</a> or the OpenCode desktop app.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="auto"
    alt="OpenCode Web - New Session"
    width="1400"
    height="997"
    src="/articles/opencode/opencode-web-homepage-new-session_hu_2e42a15a6c01ef0b.webp"
    srcset="/articles/opencode/opencode-web-homepage-new-session_hu_2e42a15a6c01ef0b.webp 800w, /articles/opencode/opencode-web-homepage-new-session_hu_9c29e52cad0c0b1.webp 1280w"
    sizes="(min-width: 768px) 50vw, 65vw"
    data-zoom-src="/articles/opencode/opencode-web-homepage-new-session.webp"></figure>
<p><em>Image source: <a href="https://opencode.ai/docs/web/"  target="_blank" rel="noreferrer">Web | OpenCode</a></em></p>

<h3 class="relative group">Models and Providers
    <div id="models-and-providers" class="anchor"></div>
    
</h3>
<p>When first using OpenCode, it defaults to using the OpenCode Zen models. As of today, <a href="https://opencode.ai/docs/zen/#pricing"  target="_blank" rel="noreferrer">OpenCode Zen offers several free models</a>, as well as paid models.</p>

    <div class="admonition tip">
      <div class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M272 384c9.6-31.9 29.5-59.1 49.2-86.2c0 0 0 0 0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4c0 0 0 0 0 0c19.8 27.1 39.7 54.4 49.2 86.2l160 0zM192 512c44.2 0 80-35.8 80-80l0-16-160 0 0 16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z"/></svg>
        <span>When using OpenCode Zen, it’s recommended to read about the <a href="https://opencode.ai/docs/zen/#privacy"  target="_blank" rel="noreferrer">privacy for each model</a>.</span>
      </div>
    </div><p>These paid models can either be used by paying for credits (similar to OpenRouter) or using the <a href="https://opencode.ai/go"  target="_blank" rel="noreferrer">OpenCode Go subscription</a>. However, OpenCode does not limit to only using their offering. One of the best features of OpenCode is its wide <a href="https://opencode.ai/docs/providers/"  target="_blank" rel="noreferrer">provider</a> support. LLM models can be used from practically any provider (that hasn’t outright blocked OpenCode), or even use local models. This provides users a lot of flexibility to use the same tool across many different models, with one unified agent harness. It also means users are not “locked-in” to one provider if they want to continue using OpenCode. When providers change the terms, such as Claude and Gemini limiting usage of OpenCode, or <a href="https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/"  target="_blank" rel="noreferrer">GitHub Copilot changing the terms of their subscriptions</a>, OpenCode users can just move to other providers and continue their existing workflow.</p>

<h3 class="relative group">Agentic Tool Usage
    <div id="agentic-tool-usage" class="anchor"></div>
    
</h3>
<p>Using one tool for all providers also means that I can have a unified place to configure my <a href="https://modelcontextprotocol.io"  target="_blank" rel="noreferrer">MCP</a> servers, <a href="https://agentskills.io"  target="_blank" rel="noreferrer">Skills</a> and <a href="https://agents.md/"  target="_blank" rel="noreferrer">AGENTS.md</a> files. While there have been attempts to standardize the agents world, including the <a href="https://aaif.io/"  target="_blank" rel="noreferrer">Agentic AI Foundation (AAIF)</a>, the reality is that agentic tools still have different ways to configure. For example, Anthropic to date has refused to adopt the usage of the <code>AGENTS.md</code> file, instead referring only to the <code>CLAUDE.md</code> file.</p>
<p>OpenCode supports these emerging agent standards, as well as <a href="https://opencode.ai/docs/lsp/"  target="_blank" rel="noreferrer">LSP servers</a> (Language Server Protocol, which has been around before agents, to give code editors better support for programming languages). At the same time, <a href="https://opencode.ai/docs/config/"  target="_blank" rel="noreferrer">OpenCode also has its own config file</a>.</p>
<p>As an example, if you want to configure <a href="/articles/chrome-devtools-mcp" >Chrome DevTools MCP server</a>, add the following to your <a href="https://opencode.ai/docs/config/"  target="_blank" rel="noreferrer">OpenCode config</a>:</p>
<div class="highlight-wrapper"><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-json" data-lang="json"><span class="line"><span class="cl"><span class="p">{</span>
</span></span><span class="line"><span class="cl">  <span class="nt">"$schema"</span><span class="p">:</span> <span class="s2">"https://opencode.ai/config.json"</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">  <span class="nt">"mcp"</span><span class="p">:</span> <span class="p">{</span>
</span></span><span class="line"><span class="cl">    <span class="nt">"chrome-devtools"</span><span class="p">:</span> <span class="p">{</span>
</span></span><span class="line"><span class="cl">      <span class="nt">"type"</span><span class="p">:</span> <span class="s2">"local"</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">      <span class="nt">"command"</span><span class="p">:</span> <span class="p">[</span><span class="s2">"npx"</span><span class="p">,</span> <span class="s2">"-y"</span><span class="p">,</span> <span class="s2">"chrome-devtools-mcp@latest"</span><span class="p">]</span>
</span></span><span class="line"><span class="cl">    <span class="p">}</span>
</span></span><span class="line"><span class="cl">  <span class="p">}</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span></span></span></code></pre></div></div>
<p>OpenCode also supports a range of <a href="https://opencode.ai/docs/tools/"  target="_blank" rel="noreferrer">built-in tools</a>, including web searches. One of my personal favorite tools is the <a href="https://opencode.ai/docs/tools/#question"  target="_blank" rel="noreferrer">question tool</a>. It allows the model to ask you questions mid-task: for gathering preferences, clarifying instructions, or getting decisions on implementation choices. Each question includes a header, question text, and a list of options, with the ability to type a custom answer. When there are multiple questions, you can navigate between them before submitting.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="auto"
    alt="OpenCode question tool prompting a choice of rollout strategy"
    width="1280"
    height="500"
    src="/articles/opencode/opencode-question-tool_hu_88c5c43675966c68.webp"
    srcset="/articles/opencode/opencode-question-tool_hu_88c5c43675966c68.webp 800w, /articles/opencode/opencode-question-tool.webp 1280w"
    sizes="(min-width: 768px) 50vw, 65vw"
    data-zoom-src="/articles/opencode/opencode-question-tool.webp"></figure>

<h3 class="relative group">It’s Dangerous: Permissions and Safety
    <div id="its-dangerous-permissions-and-safety" class="anchor"></div>
    
</h3>
<p>OpenCode is a powerful tool, and with great power comes great responsibility. By default, it will happily edit anything, run anything, and delete anything without asking, which can feel great for vibe-coding but can also wreak havoc on your machine and codebases if left unchecked. For users that are coming from Claude Code, the default permissions feel similar to the <code>claude --dangerously-skip-permissions</code> flag. By default, OpenCode does not ask permission for anything. It edits files freely and can run <em>any</em> command. Even when using “Plan” mode (instead of “Build” mode), OpenCode can still run commands (by default the “Plan” mode only disallows file edits). Fortunately, this is fairly easy to fix. To get a locked-down OpenCode, add this to your <a href="https://opencode.ai/docs/config/"  target="_blank" rel="noreferrer">OpenCode config</a>:</p>
<div class="highlight-wrapper"><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-json" data-lang="json"><span class="line"><span class="cl"><span class="p">{</span>
</span></span><span class="line"><span class="cl">  <span class="nt">"$schema"</span><span class="p">:</span> <span class="s2">"https://opencode.ai/config.json"</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">  <span class="nt">"permission"</span><span class="p">:</span> <span class="p">{</span>
</span></span><span class="line"><span class="cl">    <span class="nt">"*"</span><span class="p">:</span> <span class="s2">"ask"</span>
</span></span><span class="line"><span class="cl">  <span class="p">}</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span></span></span></code></pre></div></div>

    <div class="admonition tip">
      <div class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M272 384c9.6-31.9 29.5-59.1 49.2-86.2c0 0 0 0 0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4c0 0 0 0 0 0c19.8 27.1 39.7 54.4 49.2 86.2l160 0zM192 512c44.2 0 80-35.8 80-80l0-16-160 0 0 16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z"/></svg>
        <span><a href="https://opencode.ai/docs/permissions/"  target="_blank" rel="noreferrer">OpenCode Permissions</a> can be customized further.</span>
      </div>
    </div><p>It is also worth running OpenCode in a sandboxed environment. Refer to my previous article on <a href="/articles/claude-code-sandboxing" >Claude Code Sandboxing</a> for examples on how to achieve this.</p>

<h2 class="relative group">Final Verdict: Is OpenCode Better Than Claude Code?
    <div id="final-verdict-is-opencode-better-than-claude-code" class="anchor"></div>
    
</h2>
<p>Overall, OpenCode is a very compelling agent tool, with wide model support and lots of features. It is certainly among the best AI tools I have ever used.</p>
<p>On the question of “OpenCode vs. Claude Code”, I would say both tools are honestly equally strong. OpenCode felt like a breath of fresh air after months of using Claude Code, with many unique features. For example, mouse support, which Claude Code has only recently gained and is currently still a preview feature. At the same time, going back to Claude Code after several months of only using OpenCode, I have noticed Anthropic have not been resting and have been frantically adding new features to Claude Code, including plugins and a plugin marketplace, Agent Teams for multi-agent orchestration, the <code>/btw</code> command for lightweight side questions, and Auto mode, a new permission tier that sits between manual approval and skipping permissions entirely.</p>
<p>Overall, OpenCode feels surprisingly more polished (despite being developed by a much smaller team), while Claude Code has the edge in raw features. Nevertheless, the tools feel very close in quality. The choice between them ultimately comes down to one question: do you have a Claude subscription?</p>
<p>As I explained at the opening of this article, Anthropic has made their stance clear that Claude subscriptions are only for use within official Claude tools, and third-party tool usage is blocked for subscribers. Claude Code also locks you into Claude models exclusively, with no support for other providers.</p>
<p>If you’re already paying for a Claude subscription, Claude Code is the natural fit, as it’s the only tool where Anthropic’s subscriptions are officially supported. If you’re not, OpenCode’s model flexibility and open-source nature make it a compelling alternative that gives you full control over both your models and your costs.</p>
<hr>
<p><em>Featured image by <a href="https://unsplash.com/@sonance?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Viktor Forgacs</a> on <a href="https://unsplash.com/photos/red-and-white-open-neon-signage-LNwIJHUtED4?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Unsplash</a>.</em></p>
]]></content><author><name>Ro'i Bandel</name></author><category term="ai" label="Ai" scheme="https://www.towerofkubes.com/tags/ai/"/><category term="cli" label="Cli" scheme="https://www.towerofkubes.com/tags/cli/"/><category term="tools" label="Tools" scheme="https://www.towerofkubes.com/tags/tools/"/><category term="llm" label="Llm" scheme="https://www.towerofkubes.com/tags/llm/"/><category term="backman-feed" label="Backman-Feed" scheme="https://www.towerofkubes.com/tags/backman-feed/"/><published>2026-05-05T00:00:00Z</published></entry><entry><title>Claude Code Sandboxing</title><link rel="alternate" type="text/html" hreflang="en" href="https://www.towerofkubes.com/articles/claude-code-sandboxing/"/><id>https://www.towerofkubes.com/articles/claude-code-sandboxing/</id><updated>2026-01-13T00:00:00Z</updated><summary type="html">Ways to run Claude Code in a sandbox</summary><content type="html"><![CDATA[<p>A couple of days ago, my coworker Roey Wullman wrote this article: <a href="https://www.develeap.com/claude-code-sandboxing-stop-babysitting-your-ai-assistant/roey/"  target="_blank" rel="noreferrer">Claude Code Sandboxing: Stop Babysitting Your AI Assistant</a> (published in <a href="https://www.develeap.com/magazine/"  target="_blank" rel="noreferrer">Develeap’s Magazine</a>).</p>
<p>This morning, I saw the latest announcement by Anthropic: <a href="https://claude.com/blog/cowork-research-preview"  target="_blank" rel="noreferrer">Introducing Cowork | Claude</a>, then read the <a href="https://news.ycombinator.com/item?id=46593022"  target="_blank" rel="noreferrer">comments on Hacker News</a>. Some of the comments discussed how secure Cowork is (or isn’t) and how it’s sandboxing works. Then other comments mentioned different approaches of sandboxing <a href="/articles/claude-sonnet-4.5-and-claude-code-2.0/" >Claude Code</a> (e.g. <a href="https://news.ycombinator.com/item?id=46594916"  target="_blank" rel="noreferrer">this comment</a> and <a href="https://news.ycombinator.com/item?id=46594059"  target="_blank" rel="noreferrer">these comments</a>).</p>

<h2 class="relative group">Ways to Sandbox Claude Code
    <div id="ways-to-sandbox-claude-code" class="anchor"></div>
    
</h2>
<ul>
<li><a href="https://www.develeap.com/claude-code-sandboxing-stop-babysitting-your-ai-assistant/roey/"  target="_blank" rel="noreferrer">Claude Code Sandboxing: Stop Babysitting Your AI Assistant - Develeap</a></li>
<li><a href="https://github.com/nezhar/claude-container"  target="_blank" rel="noreferrer">nezhar/claude-container: Container workflow for Claude Code. Complete isolation from host system while maintaining persistent credentials and workspace access.</a></li>
<li><a href="https://github.com/ashishb/amazing-sandbox"  target="_blank" rel="noreferrer">ashishb/amazing-sandbox: Amazing Sandbox  - inspired from https://ashishb.net/programming/run-tools-inside-docker/</a></li>
<li><a href="https://github.com/dagger/container-use"  target="_blank" rel="noreferrer">dagger/container-use: Development environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.</a></li>
<li><a href="https://github.com/mensfeld/claude-on-incus"  target="_blank" rel="noreferrer">mensfeld/claude-on-incus: Run coding agents in isolated Incus containers with session persistence, workspace isolation, and multi-slot support.</a></li>
</ul>
<hr>
<p><em>Featured image by <a href="https://unsplash.com/@markusspiske?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Markus Spiske</a> on <a href="https://unsplash.com/photos/green-and-black-tractor-toy-KU3lOAiP-tQ?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Unsplash</a>.</em></p>
]]></content><author><name>Ro'i Bandel</name></author><category term="claude" label="Claude" scheme="https://www.towerofkubes.com/tags/claude/"/><category term="ai" label="Ai" scheme="https://www.towerofkubes.com/tags/ai/"/><category term="llm" label="Llm" scheme="https://www.towerofkubes.com/tags/llm/"/><category term="security" label="Security" scheme="https://www.towerofkubes.com/tags/security/"/><published>2026-01-13T00:00:00Z</published></entry><entry><title>My Experience with Claude Sonnet 4.5 and Claude Code 2.0</title><link rel="alternate" type="text/html" hreflang="en" href="https://www.towerofkubes.com/articles/claude-sonnet-4.5-and-claude-code-2.0/"/><id>https://www.towerofkubes.com/articles/claude-sonnet-4.5-and-claude-code-2.0/</id><updated>2025-10-06T00:00:00Z</updated><summary type="html">Hands-on review of Claude Sonnet 4.5 and Claude Code 2.0 for developers: coding experience, benchmarks, usage limits, and workflow tips.</summary><content type="html"><![CDATA[<p>After the announcement of Claude Sonnet 4.5 and Claude Code 2.0, I finally had a little bit of time to experiment with the new Claude versions today.</p>
<p>My first impressions is Claude Sonnet 4.5 feels <em>slightly</em> better than Sonnet 4. At least that’s more than I can say for <a href="/articles/gpt-5/" >GPT-5</a>, which my first impressions of weren’t as positive (it felt like a downgrade compared to o3, but I’ve gotten used to it).</p>
<p>Honestly, it’s hard to tell though. I find it hard to give objective feedback on LLM models. There are benchmarks that claim to be objective, but benchmarks don’t tell the full story of how a model actually feels in real world use. It’s kind of similar to how phone benchmarks don’t necessarily tell the fully story on how smooth a phone actually feels in real world use; for example Google Pixel models are not technically as powerful as some of the competition, but have optimized software that makes them feel smooth to use.</p>
<p>When evaluating LLM models, I try to use them as normal. Sometimes I give the same prompt to different LLM models to gauge the differences in answers and which gives the “best” response. However, even that is not always effective; since LLM answers are non-deterministic and even asking the same model inside the same tool the same prompt twice can give different answers (sometimes even wildly different). The differences can be even larger when using the same model across different tools. I feel like I get significantly different answers when using <a href="/articles/gpt-5/" >GPT-5</a> in ChatGPT 5, Microsoft Copilot, Cursor CLI, Codex CLI and Perplexity Pro.</p>
<p>Which brings me back to today. I was working on documentation frameworks, specifically setting up Docusaurus, with Claude Code 2.0 and Sonnet 4.5. This is actually a task I’ve done several times in the past with previous versions of Claude Code using the Sonnet 4 model. This time, I was trying to vibe code less and actually understand every line of code I was writing so that I would eventually feel confident deploying Docusaurus in production (using <a href="/series/static-website-hosting/" >static website hosting</a>). Nevertheless, I still used Claude Code to help me with some menial tasks, while making an effort to read every single line of code (rather than just “vibe coding”). Because I have done this task before, it might have been a decent benchmark if I had actually tried to examine it in that way, but really I was just trying to get a task done.</p>
<p>As for the results? I managed to achieve what I was trying to do, but really my goal in the first place was to rely less on AI. I still consulted Claude Code frequently. It gave some good responses, some dumb responses and some mid responses. Not too different from usual, maybe <em>slightly</em> better, but again hard to tell. I don’t plan to make a more rigorous test of Sonnet 4 vs Sonnet 4.5, I don’t mind trusting the benchmarks in this case. In many benchmarks Sonnet 4.5 even beats Opus 4.1!</p>

<h2 class="relative group">Usage Limits
    <div id="usage-limits" class="anchor"></div>
    
</h2>
<p>Before I even had a chance to try it myself, I saw many posts on <a href="https://www.reddit.com/r/ClaudeCode/"  target="_blank" rel="noreferrer">r/ClaudeCode</a> complaining about usage limits getting worse. Many of these posts were from users paying for the expensive $100-$200/month Claude MAX plans. A lot of them complained about reaching usage limits faster than before while using Claude Opus 4.1 in Claude Code. It’s not clear to me why those users insisted on still using Opus 4.1 despite some benchmarks showing that Sonnet 4.5 has surpassed it, but to be fair the ability to use Opus in Claude Code is one of the selling points of the MAX plans. On my $20/month Claude Pro plan, I can only use Opus 4.1 on <a href="https://claude.ai"  target="_blank" rel="noreferrer">claude.ai</a>, not inside Claude Code. I haven’t found that a huge limitation though since I was still getting good results with Sonnet 4 and will presumably get even better results with Sonnet 4.5.</p>
<p>One of the most useful features added in Claude Code 2.0 is <a href="https://www.reddit.com/r/ClaudeAI/comments/1ntq8tv/introducing_claude_usage_limit_meter/"  target="_blank" rel="noreferrer"><code>/usage</code></a>, which allows to see daily and weekly usage. It still doesn’t show how much the tokens you use really cost, for that I still use <a href="https://ccusage.com/"  target="_blank" rel="noreferrer">ccusage</a>.</p>
<p>Unfortunately, this comes with new <a href="https://www.reddit.com/r/ClaudeAI/comments/1mbo1sb/updating_rate_limits_for_claude_subscription/"  target="_blank" rel="noreferrer">weekly rate limits</a>. I missed this at first but now I believe this might be the main cause of what the community has been complaining about it. Weekly rate limits were one of the features I disliked most about ChatGPT, back when o3 was limited to 50 prompts a week I was genuinely rationing my usage of o3. Since the launch of <a href="/articles/gpt-5/" >GPT-5</a>, the limits for ChatGPT 5 Thinking have been raised significantly, to the point that I don’t reach those limitations anymore.</p>
<p>As for Claude Code, until now I found the usage limits to be fairly reasonable. The limits were in 5 hour blocks, not daily or weekly. It would take me two full hours of heavy vibe coding before a limit was actually reached. In cases where I was taking a more active role in coding I often did not reach the limit at all. Even when the limit was reached, it was unlikely I would have to wait the full 5 hours, since often I would be either in the middle or near the end of the 5 hour block anyway (one time I only had to wait 5 minutes for the limits to reset). The end result was that I felt like I could practically use Claude Code as much as I want without really worrying about limits, since worse case I would just take a break and wait a few hours for all of the limits to reset. I also saw little value in the more expensive Claude MAX plans.</p>
<p>Now with the weekly limits, there is a larger risk of reaching them. After just one day of medium usage, I already used 11% of the weekly limit (which resets on 2025-10-12). I’m not that worried though, since reaching the limits if anything would give me more time to experiment with other <a href="/articles/agentic-cli-tools-comparison/" >agentic CLI tools</a>. I read that Codex CLI also <a href="https://www.reddit.com/r/codex/comments/1ncbocw/codex_weekly_limit/"  target="_blank" rel="noreferrer">has a weekly limit</a>; one user claimed that Codex is so much better than Claude Code that they ration it, use CC for easier tasks and save Codex for the more complex tasks. In any case, I believe using a combination of free AI tools and paid subscriptions is both more cost-effective and more insightful compared to committing to one tool and paying an expensive “MAX” subscription.</p>
<hr>
<p><em>Featured image by <a href="https://unsplash.com/@almoya?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Aerps.com</a> on <a href="https://unsplash.com/photos/a-person-reads-restaurant-recommendations-on-their-phone-_c9iPLn7emA?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Unsplash</a>.</em></p>
]]></content><author><name>Ro'i Bandel</name></author><category term="ai" label="Ai" scheme="https://www.towerofkubes.com/tags/ai/"/><category term="claude" label="Claude" scheme="https://www.towerofkubes.com/tags/claude/"/><category term="llm" label="Llm" scheme="https://www.towerofkubes.com/tags/llm/"/><published>2025-10-06T00:00:00Z</published></entry><entry><title>GPT-5</title><link rel="alternate" type="text/html" hreflang="en" href="https://www.towerofkubes.com/articles/gpt-5/"/><id>https://www.towerofkubes.com/articles/gpt-5/</id><updated>2025-08-16T00:00:00Z</updated><summary type="html">Hands-on impressions of GPT-5 across ChatGPT, Cursor CLI, and Microsoft Copilot, plus notes on quotas, hallucinations, and the auto-router trade-offs.</summary><content type="html"><![CDATA[
<h2 class="relative group">This Week I Learned about GPT-5
    <div id="this-week-i-learned-about-gpt-5" class="anchor"></div>
    
</h2>
<p>At the <a href="https://openai.com/gpt-5/"  target="_blank" rel="noreferrer">announcement post</a>, OpenAI made some bold claims about GPT-5. <strong>Including:</strong></p>

    <details class="admonition quote">
      <summary class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"/></svg>
        <span>The best response, every time</span>
      </summary>
      <div class="admonition-content">
        <p>ChatGPT is now designed to think deeply when you need it to.</p>
      </div>
    </details><hr>

    <details class="admonition quote">
      <summary class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"/></svg>
        <span>Great at coding</span>
      </summary>
      <div class="admonition-content">
        <p>As a coding collaborator, GPT‑5 tackles complex tasks end-to-end and delivers more readily usable code, better design, and is more effective at debugging.</p>
      </div>
    </details><hr>

    <details class="admonition quote">
      <summary class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"/></svg>
        <span>An expressive writing partner</span>
      </summary>
      <div class="admonition-content">
        <p>Create clearer, more compelling messaging for everything from stories to speeches and beyond.</p>
      </div>
    </details><hr>

    <details class="admonition quote">
      <summary class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"/></svg>
        <span>More useful health answers</span>
      </summary>
      <div class="admonition-content">
        <p>Our best model yet for health-related questions, providing more precise and reliable responses while acting as more of a proactive thought partner.</p>
      </div>
    </details><hr>

    <details class="admonition quote">
      <summary class="admonition-header"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"/></svg>
        <span>Safer and more accurate</span>
      </summary>
      <div class="admonition-content">
        <p>Our most reliable model yet. It’s less prone to hallucinations and pretending to know things.</p>
      </div>
    </details><p>The last two points seemed particularly <em>sus</em> to me. Health answers? I still wouldn’t trust that. “Less prone to hallucinations”? That’s a big claim. Hallucinations have consistently been one of the biggest issues with LLM models. Even though it’s not as bad as the ChatGPT 3.5 days, it’s not clear if this problem will ever be fully solved without a paradigm shift.</p>

<h2 class="relative group">My Experimentation
    <div id="my-experimentation" class="anchor"></div>
    
</h2>
<p>During the week, I experimented with GPT-5. My first impressions on Friday weren’t too positive. Sam Altman tweeted that “the autoswitcher broke” and promised improvements.</p>
<p>GPT-5 did feel better the following week, but still not as good as it was hyped to be. My favorite model until now was OpenAI o3, and even ChatGPT-5 Thinking often didn’t seem as good as I remembered it. Not that I was able to compare, since access to previous models was removed altogether! I eventually got 4o back (after massive backlash from people who formed deep bondings with 4o), but I didn’t get o3 on ChatGPT Team and so was not able to compare.</p>
<p>After a few days, I learned to use GPT-5 better. Because of the auto-router, GPT-5 benefits from more prompt engineering (“think deeply”). This felt like a step back, since previous models got good at knowing what I want. Or I just already learnt how to use them. A few months ago I was confused with ChatGPT offering so many confusingly named models (what’s better, o3 or o4-mini high?). However, I eventually learned to use them and now missed the choice being taken away from me. Even though, from a user perspective, a model that knows how to choose for you to give you the best answer <em>should</em> be a better option. On the other hand, I suspect GPT-5’s auto-router is actually a cost-cutting measure in disguise, behind the scenes too often opting to use cheaper models even though they give noticeably worse answers.</p>
<p>The results I’ve been getting with ChatGPT 5 have been really inconsistent. Some answers are great, others are dumb. I guess that’s par for the course for AI but I was expecting an improvement, and this doesn’t feel like it. The jumps between ChatGPT 3.5 to 4, or 4o to o3 felt more considerable to me.</p>
<p>As for the claim of reduced hallucinations? This has not been my experience. I caught ChatGPT 5 lying in many occasions. It’s hard to compare if it’s any worse than previous models (again because I lost access to them), but it does sometimes feel like it.</p>
<p>Even ChatGPT 5 Thinking hallucinates. In one instance, I was asking ChatGPT 5 (Auto) how to configure a certain GitHub setting for an Organization. ChatGPT 5 confidently answered that it’s <em>impossible</em>. I then switched model to ChatGPT 5 Thinking to see if I would get a different answer. After several minutes of “thinking”, ChatGPT 5 Thinking confidently answered that it’s <em>possible</em> and even gave me exact instructions. Except, the instructions were impossible to follow because the answer was entirely hallucinated. In this case, ChatGPT 5 was more correct than ChatGPT 5 Thinking. The setting didn’t exist (even though both I and ChatGPT 5 Thinking wish that it did).</p>

<h2 class="relative group">Cursor CLI with GPT-5
    <div id="cursor-cli-with-gpt-5" class="anchor"></div>
    
</h2>
<p>A few hours after GPT-5 was announced, Cursor announced the release of <a href="https://cursor.com/cli"  target="_blank" rel="noreferrer">Cursor CLI</a> plus <strong>free GPT-5 credits for one week</strong>. My 1 month Claude Pro subscription was just ending, so I decided to use Cursor CLI with GPT-5 for the week to experiment with both (compared to Claude Code with Sonnet 4).</p>
<p>Cursor CLI is clearly inspired by Claude Code. I don’t mind the rip-off personally since I like Claude Code. In Claude Code with Sonnet 4 the agent is far more transparent about what it is doing and tends to consult more; it even shows a checklist of the tasks the agent plans and executes. That clarity is missing in Cursor CLI for now: it explains less, simply makes changes, and sometimes it’s not clear why - though you can always stop it and ask questions.</p>
<p>Another thing missing in Cursor CLI is support for MCP, even though regular Cursor already has solid MCP support. But Cursor CLI came out less than a week ago. I assume they will improve it over time.</p>
<p>Aside from those gaps, I got decent results with Cursor CLI. The quality felt comparable to Claude Code, and the interface is almost a complete copy.</p>
<p>After the GPT-5 free credits ended for me, I decided to go back to Claude Code for now (I resubscribed for 1 month of Claude Pro). While Cursor CLI might improve in the future, for now it’s not as good as Claude Code. I also worry that the CLI might be an afterthought for Cursor.</p>

<h2 class="relative group">Microsoft Copilot with GPT-5
    <div id="microsoft-copilot-with-gpt-5" class="anchor"></div>
    
</h2>
<p>At my current client, the only approved AI tool is Microsoft 365 Copilot (<em>not</em> GitHub Copilot). I had subpar results with it in the past, so I was glad that it was now updated to use GPT-5.</p>
<p>This was also a good way to experiment with GPT-5 for free. Even without an account, Microsoft Copilot offers a generous amount of GPT-5 requests (you have to remember to enable GPT-5 every time you start a new chat).</p>
<p>Still, the experience of using GPT-5 in Microsoft Copilot feels different from using it in ChatGPT, despite claiming to use the same model. I suspect the infamous auto-router likes to give Microsoft Copilot the cheaper models more often than not, unless you prompt it specifically not to. Even when prompting heavily, I still got considerably faster results than ChatGPT 5 Thinking. Perhaps the Azure backend is more optimized here or maybe Microsoft Copilot rarely gets routed to the best models by GPT-5.</p>
<p>Regardless, I did feel an improvement in the answers compared to the previous Microsoft Copilot models (“Quick response” and “Think Deeper”, which I believe are based on some variation of GPT-4). Even so, Microsoft Copilot is still limited in other ways (compared to ChatGPT), such as a small context window.</p>
<p>Overall conclusion, Microsoft Copilot is usable for basic work but far from my preference. I wouldn’t use it unless I had no other choice (which is the case at the current client).</p>

<h2 class="relative group">Usage Notes
    <div id="usage-notes" class="anchor"></div>
    
</h2>
<ul>
<li>3,000 GPT-5 Thinking messages per week is a massive bump; it used to be ~200, and o3 was once limited to just 50 (I hit that every week until I started pairing it with Claude).</li>
<li>I had to ration o3 carefully, so I’m glad the cap is higher now. I doubt I’ll reach 2,000 messages a week even if ChatGPT were my only tool.</li>
<li>Defaulting to Thinking mode takes a lot longer - sometimes minutes. Usually the answer is better (often worth the wait), but not always.</li>
<li>At least once GPT-5 (Auto) gave the correct answer while GPT-5 Thinking spent minutes and returned the opposite, wrong answer.</li>
</ul>

<h2 class="relative group">My Overall Impressions on GPT-5
    <div id="my-overall-impressions-on-gpt-5" class="anchor"></div>
    
</h2>
<p>Overall a disappointment, but still useful. I will continue to use it, particularly with ChatGPT 5 Thinking.</p>
<p>OpenAI has addressed some of the negative feedback already and will no doubt continue to improve GPT-5.</p>
<hr>
<p><em>Featured image by <a href="https://unsplash.com/@omilaev?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Igor Omilaev</a> on <a href="https://unsplash.com/?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Unsplash</a>.</em></p>
]]></content><author><name>Ro'i Bandel</name></author><category term="ai" label="Ai" scheme="https://www.towerofkubes.com/tags/ai/"/><category term="llm" label="Llm" scheme="https://www.towerofkubes.com/tags/llm/"/><category term="gpt" label="Gpt" scheme="https://www.towerofkubes.com/tags/gpt/"/><category term="tools" label="Tools" scheme="https://www.towerofkubes.com/tags/tools/"/><category term="openai" label="Openai" scheme="https://www.towerofkubes.com/tags/openai/"/><published>2025-08-16T00:00:00Z</published></entry><entry><title>OpenAI o3 Review</title><link rel="alternate" type="text/html" hreflang="en" href="https://www.towerofkubes.com/articles/openai-o3/"/><id>https://www.towerofkubes.com/articles/openai-o3/</id><updated>2025-05-28T00:00:00Z</updated><summary type="html">Hands-on review of OpenAI o3: deep research-style answers, multi-source web lookups, latency tradeoffs, and comparisons to ChatGPT 4o/4.5/4.1.</summary><content type="html"><![CDATA[<p>I’ve used o3 extensively, and I think it’s a really strong model compared to earlier ChatGPT models.</p>
<p>It doesn’t just “think”; it also does web research and cross-checks sources to reach a conclusion. Other ChatGPT models can browse too, but o3 digs deeper and pulls more sources (when I read its “thoughts,” it said it tries to fetch at least 10 sources).</p>
<p>This is similar to what Deep Research does, which makes sense because ChatGPT’s DR used the o3 model even before it launched. However, DR returns essay-length answers (and is limited to 10 uses per month on ChatGPT Plus), which isn’t always practical. o3 gives answers closer in length to the other ChatGPT models. There are Plus usage limits, but I had to use it quite a lot before hitting them.</p>
<p>The model “thinks” for several minutes before responding. Usually it’s worth the wait, except for simple questions another model could answer faster. For complex questions, o3 is often noticeably better. I tried tough coding prompts that 4o struggled with (confident answers with hallucinations), then asked o3 and got much better results. For bigger tasks I sometimes had to tweak the prompt a few times, but in most cases o3 eventually delivered (unlike 4o).</p>
<p>The model isn’t perfect. There are still hallucinations and mistakes. Neverthless, in my experience fewer than other models I’ve tried.</p>
<p>AI moves so fast that it’s hard to keep up. Last month o3 was probably the best model around, and now people say Gemini 2.5 has overtaken it. It takes time to use a new model enough to really understand its strengths and weaknesses.</p>
<p>I also played a bit with ChatGPT 4.5 and 4.1. I haven’t used them much yet and so far I’m less impressed.</p>
<p>I haven’t tried o4 or o4-mini-high yet. Assuming o3 is better, I’d rather wait a few minutes for deeper reasoning. For simpler questions I still default to 4o.</p>
<hr>
<p><em>Featured image by <a href="https://unsplash.com/@siva_photography?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Levart_Photographer</a> on <a href="https://unsplash.com/photos/a-computer-screen-with-a-bunch-of-buttons-on-it-drwpcjkvxuU?utm_source=hugo&utm_medium=referral"  target="_blank" rel="noreferrer">Unsplash</a>.</em></p>
]]></content><author><name>Ro'i Bandel</name></author><category term="ai" label="Ai" scheme="https://www.towerofkubes.com/tags/ai/"/><category term="tools" label="Tools" scheme="https://www.towerofkubes.com/tags/tools/"/><category term="openai" label="Openai" scheme="https://www.towerofkubes.com/tags/openai/"/><category term="llm" label="Llm" scheme="https://www.towerofkubes.com/tags/llm/"/><category term="gpt" label="Gpt" scheme="https://www.towerofkubes.com/tags/gpt/"/><category term="chatgpt" label="Chatgpt" scheme="https://www.towerofkubes.com/tags/chatgpt/"/><published>2025-05-28T00:00:00Z</published></entry></feed>