<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://www.zoubinirani.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.zoubinirani.com/" rel="alternate" type="text/html" /><updated>2026-07-26T23:44:45+00:00</updated><id>https://www.zoubinirani.com/feed.xml</id><title type="html">Zoubin Irani</title><subtitle>Software, data, and whatever else I&apos;m currently figuring out.</subtitle><entry><title type="html">Creating this blog cost $0.10</title><link href="https://www.zoubinirani.com/writing/2026/07/26/creating-this-blog-cost-0-10/" rel="alternate" type="text/html" title="Creating this blog cost $0.10" /><published>2026-07-26T04:00:00+00:00</published><updated>2026-07-26T04:00:00+00:00</updated><id>https://www.zoubinirani.com/writing/2026/07/26/creating-this-blog-cost-0-10</id><content type="html" xml:base="https://www.zoubinirani.com/writing/2026/07/26/creating-this-blog-cost-0-10/"><![CDATA[<p>LLMs are not just <em>good</em>, they are surprisingly <em>cheap</em> and <em>easy to use</em>.</p>

<h2 id="the-lack-of-motivation">The (lack of) motivation</h2>
<p>I’ve wanted to create a blog for some time, but I’ve always deprioritized it compared to other things in my life.</p>

<p>To form a habit, most self-help bestsellers will tell you to just get started and start small.</p>

<p>Because blogs are (generally) public, I always found the idea of creating one a bit daunting. Sure, I could start small: spin up the default Jekyll Minimal theme, write a few posts, and call it a day. But because of the visibility, starting small just didn’t sit well with me.</p>

<h2 id="llms">LLMs</h2>
<p>I’ve found DeepSeek V4 Pro (and other cheap LLMs) to be a game changer. While LLMs have been impressive for years, it wasn’t until recently that they became cheap enough for everyday, personal hobby use without having to worry about the cost.</p>

<h2 id="setup">Setup</h2>
<p>My personal setup is <a href="https://code.visualstudio.com/">VSCode</a> with <a href="https://www.deepseek.com/en/">DeepSeek V4 Pro</a> via <a href="https://reasonix.io/">Reasonix</a>. This is my poor man’s version of the <a href="https://cursor.com/">Cursor</a> with <a href="https://www.anthropic.com/claude/opus">Claude Opus 5</a> setup I use professionally at work.</p>

<h2 id="analysis">Analysis</h2>
<p>To get this blog set up, I burned through <strong>over 9 million tokens</strong> at a cost of <strong>$0.10 USD</strong>.</p>

<p><img src="/assets/posts/llm-cost.png" alt="LLM cost breakdown" style="max-width: 100%;" /></p>

<p>Now, I’m not going to get into token math (input tokens, output tokens, caching, etc.). It doesn’t really matter. Even with generous caching assumptions, using state-of-the-art models would have been <strong>1 to 2 orders of magnitude more expensive</strong>. That is the difference between me being comfortable using these models personally and not.</p>

<p>Most importantly, these cheaper models work <em>well</em>. They are more than capable of handling tasks like this and require much less handholding than earlier generations.</p>

<p>Are they beating the state-of-the-art models on benchmarks? No. But for personal usage, that’s okay. And of course, there is nothing stopping me from firing up Claude when blocked and reverting back to DeepSeek afterwards.</p>

<h2 id="conclusion">Conclusion</h2>
<p>Cheap LLMs are great. They are democratizing AI by making it accessible at a cost that most can stomach. For better or for worse, the days of software engineering without AI are over.</p>]]></content><author><name></name></author><category term="llm" /><category term="blogging" /><category term="deepseek" /><category term="cost" /><summary type="html"><![CDATA[LLMs are not just good, they are surprisingly cheap and easy to use.]]></summary></entry></feed>