<?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: Thales Horta</title>
    <description>The latest articles on DEV Community by Thales Horta (@thales_horta_costify).</description>
    <link>https://dev.to/thales_horta_costify</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3840747%2Fbe225d6d-7aca-4c41-a251-d24a6b9d7c9e.png</url>
      <title>DEV Community: Thales Horta</title>
      <link>https://dev.to/thales_horta_costify</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thales_horta_costify"/>
    <language>en</language>
    <item>
      <title>I built a tool to compare cloud and AI costs, because I couldn’t trust the numbers anymore</title>
      <dc:creator>Thales Horta</dc:creator>
      <pubDate>Mon, 23 Mar 2026 20:17:46 +0000</pubDate>
      <link>https://dev.to/thales_horta_costify/i-built-a-tool-to-compare-cloud-and-ai-costs-because-i-couldnt-trust-the-numbers-anymore-2mo7</link>
      <guid>https://dev.to/thales_horta_costify/i-built-a-tool-to-compare-cloud-and-ai-costs-because-i-couldnt-trust-the-numbers-anymore-2mo7</guid>
      <description>&lt;p&gt;&lt;strong&gt;If you’ve ever worked with cloud infrastructure, you probably had this feeling:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;“Are we overpaying for this?”&lt;/p&gt;

&lt;p&gt;Now add AI into the mix — OpenAI, Anthropic, Gemini — and it gets even harder.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;The problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most tools today focus on &lt;strong&gt;what you already spent&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But that’s not the real question.&lt;/p&gt;

&lt;p&gt;The real questions are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What would this workload cost on another cloud provider?&lt;/li&gt;
&lt;li&gt;Is AWS really more expensive than OCI for this setup?&lt;/li&gt;
&lt;li&gt;How much more am I paying by choosing one LLM over another?&lt;/li&gt;
&lt;li&gt;What happens to my cost when I scale this?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Surprisingly, it’s still hard to answer these quickly.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I created a simple tool called:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://costifyhq.com" rel="noopener noreferrer"&gt;https://costifyhq.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The idea is straightforward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Input a workload (CPU, RAM, storage, traffic)&lt;/li&gt;
&lt;li&gt;Or simulate AI usage (tokens, requests)&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Instantly compare costs across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS, Azure, GCP, OCI&lt;/li&gt;
&lt;li&gt;OpenAI, Anthropic, Gemini&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;And get a quick answer like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“You could save ~25% by switching providers”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Why this approach
&lt;/h2&gt;

&lt;p&gt;I didn’t want another dashboard.&lt;/p&gt;

&lt;p&gt;I wanted something that answers:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“What should I be paying instead?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So the focus is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast input&lt;/li&gt;
&lt;li&gt;Simple estimates&lt;/li&gt;
&lt;li&gt;Clear comparison&lt;/li&gt;
&lt;li&gt;Immediate insights&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not perfect accuracy — but &lt;strong&gt;fast decision-making&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Example
&lt;/h2&gt;

&lt;p&gt;Let’s say you run:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;8 vCPU&lt;/li&gt;
&lt;li&gt;16 GB RAM&lt;/li&gt;
&lt;li&gt;some storage and traffic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of digging through pricing pages, you just get:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;AWS:   $1,240
OCI:   $920
GCP:   $1,050

→ Potential savings: ~25%
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Same idea for AI usage:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;OpenAI:   $120
Anthropic: $95
Gemini:    $80
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  What I’m trying to validate
&lt;/h2&gt;

&lt;p&gt;This is still early, and I’m trying to understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is this something people would actually use in real workflows?&lt;/li&gt;
&lt;li&gt;Would you trust a tool like this for decision-making?&lt;/li&gt;
&lt;li&gt;What’s missing to make this truly useful?&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Where this could go
&lt;/h2&gt;

&lt;p&gt;Some ideas I’m exploring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Saving and tracking cost scenarios over time&lt;/li&gt;
&lt;li&gt;Alerts when a cheaper option becomes available&lt;/li&gt;
&lt;li&gt;Real integrations with cloud billing&lt;/li&gt;
&lt;li&gt;Smarter recommendations (not just comparison)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Would love your feedback
&lt;/h2&gt;

&lt;p&gt;If you work with cloud or AI costs, I’d really appreciate your thoughts.&lt;/p&gt;

&lt;p&gt;Even if it’s:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“This is useless”&lt;/li&gt;
&lt;li&gt;“This is interesting but missing X”&lt;/li&gt;
&lt;li&gt;“I would actually use this if…”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://costifyhq.com" rel="noopener noreferrer"&gt;https://costifyhq.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Trying to figure out if this solves a real problem — or just one I’ve been living with.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aws</category>
      <category>cloud</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
