<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.mindfiretechnology.com/blog/rss/xslt"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Mindfire Technology</title>
    <link>https://www.mindfiretechnology.com/blog/</link>
    <description>Welcome to our blog, where we share technical and business knowledge based on real life experiences.</description>
    <generator>Articulate, blogging built on Umbraco</generator>
    <item>
      <guid isPermaLink="false">2684</guid>
      <link>https://www.mindfiretechnology.com/blog/archive/google-gemini-3-makes-a-huge-leap-on-the-arc-agi-benchmark/</link>
      <category>System.String[]</category>
      <title>Google Gemini 3 Makes a Huge Leap on the ARC‑AGI Benchmark</title>
      <description>&lt;p&gt;Google’s &lt;strong&gt;Gemini 3&lt;/strong&gt; has posted a standout result on the &lt;a href="https://arcprize.org/leaderboard"&gt;ARC Prize Leaderboard – ARC‑AGI‑1&lt;/a&gt;, scoring &lt;strong&gt;about 87.5%&lt;/strong&gt; in its Deep Think preview — a very strong showing on a benchmark focused on abstract reasoning. &lt;strong&gt;ARC‑AGI‑1&lt;/strong&gt; (Abstraction &amp;amp; Reasoning Corpus for AGI) is designed to test &lt;em&gt;fluid intelligence&lt;/em&gt;: each task provides a few input/output examples, and models must infer underlying rules rather than rely on memorization. The benchmark emphasizes &lt;strong&gt;skill-acquisition efficiency&lt;/strong&gt;, rewarding reasoning and generalization over brute-force performance. (&lt;a href="https://arcprize.org/media/arc-prize-2024-technical-report.pdf"&gt;ARC Prize Technical Report&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;This 87.5% score suggests Gemini 3 Deep Think is effectively reasoning with abstract rules, not just pattern matching, and positions it as a model capable of structured, AGI‑style problem solving. Beyond ARC‑AGI‑1, Google has publicly confirmed that Gemini 3 Deep Think achieves &lt;strong&gt;45.1% on ARC‑AGI‑2&lt;/strong&gt;, a more challenging follow-up benchmark that also tests reasoning and code execution skills. (&lt;a href="https://blog.google/intl/en-africa/company-news/outreach-and-initiatives/a-new-era-of-intelligence-with-gemini-3/"&gt;Google Blog&lt;/a&gt;, &lt;a href="https://venturebeat.com/ai/google-unveils-gemini-3-claiming-the-lead-in-math-science-multimodal-and"&gt;VentureBeat&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;If these results hold, they represent a meaningful step forward: Gemini 3 is not just a larger LLM but a reasoning-first model capable of abstract problem solving. High performance on ARC‑AGI‑1 signals efficient learning and generalization — core aspects of intelligence that many benchmarks don’t test — and marks a clear signal that AI systems are beginning to handle tasks previously out of reach for conventional models.&lt;/p&gt;
</description>
      <pubDate>Tue, 25 Nov 2025 09:00:00 -0700</pubDate>
      <a10:updated>2025-11-25T09:00:00-07:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2631</guid>
      <link>https://www.mindfiretechnology.com/blog/archive/google-quietly-ruins-gemini-s-free-tier/</link>
      <category>System.String[]</category>
      <title>Google Quietly Ruins Gemini’s Free Tier</title>
      <description>&lt;p&gt;Google has quietly chopped the Gemini API free tier down to size—and now it’s about as useful as a screen door on a submarine. Once upon a time, you could fire off &lt;strong&gt;1,500 requests per day&lt;/strong&gt;, but now &lt;strong&gt;Gemini 2.0 Flash&lt;/strong&gt; free tier is capped at &lt;strong&gt;200 requests per day&lt;/strong&gt; (&lt;a href="https://ai.google.dev/gemini-api/docs/rate-limits"&gt;Google Rate Limits&lt;/a&gt; “Free Tier” table; previously 1,500/day according to &lt;a href="https://zapier.com/blog/gemini-api/"&gt;Zapier&lt;/a&gt;: &amp;quot;Free up to 15 requests/min; 1M tokens/min; 1,500 requests/day&amp;quot;) &lt;/p&gt;
&lt;p&gt;Meanwhile, if you switch to &lt;strong&gt;Gemma&lt;/strong&gt;—which on paper allows &lt;strong&gt;30 requests per minute&lt;/strong&gt; and a whopping &lt;strong&gt;14,400 requests per day&lt;/strong&gt; (&lt;a href="https://ai.google.dev/gemini-api/docs/rate-limits"&gt;Google Rate Limits&lt;/a&gt; “Gemma 3 &amp;amp; 3n” row)—you’ll still hit a &lt;code&gt;ResourceExhausted&lt;/code&gt; error long before you approach those limits (&lt;a href="https://support.google.com/gemini/thread/343007251/resource-exhausted-though-to-my-knowledge-staying-within-quotas?hl=en"&gt;Google Support&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;I doubt I’m even burning through as many requests as Google claims. For example, my test script throws “ResourceExhausted” after just a handful of calls—despite staying well under the documented RPM and TPM caps. That means prototyping or smoke‑testing your app without buying tokens is now effectively impossible. Want to validate your UX? Better hand over your credit card. Moreover, you'll hit this Gemma limit even if you have a paid tier! &lt;/p&gt;
&lt;p&gt;For anyone chasing budget‑friendly LLM options, it might be time to head back to &lt;a href="https://huggingface.co/"&gt;Hugging Face&lt;/a&gt; or other open‑source alternatives. Because if Google won’t let you play in the sandbox for free, you’ll have to build your sandcastle elsewhere.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Other Related Links:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/questions/78535824/why-does-my-code-send-429-quota-exceeds-on-google-gemini-api-with-generative-ui?utm_source=chatgpt.com"&gt;https://stackoverflow.com/questions/78535824/why-does-my-code-send-429-quota-exceeds-on-google-gemini-api-with-generative-ui?utm_source=chatgpt.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://discuss.ai.google.dev/t/gemma-3-27b-rate-limits/73700?utm_source=chatgpt.com"&gt;https://discuss.ai.google.dev/t/gemma-3-27b-rate-limits/73700?utm_source=chatgpt.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mindfiretechnology.com/blog/archive/writing-a-robust-do-it-all-gemini-api-caller-in-python/"&gt;https://www.mindfiretechnology.com/blog/archive/writing-a-robust-do-it-all-gemini-api-caller-in-python/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 17 Jul 2025 09:00:00 -0600</pubDate>
      <a10:updated>2025-07-17T09:00:00-06:00</a10:updated>
    </item>
  </channel>
</rss>