<?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: Achmad Junaedi</title>
    <description>The latest articles on DEV Community by Achmad Junaedi (@juna_go15).</description>
    <link>https://dev.to/juna_go15</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%2F4096507%2F720b974c-02b1-46bb-aeb3-d49b3f130679.jpg</url>
      <title>DEV Community: Achmad Junaedi</title>
      <link>https://dev.to/juna_go15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/juna_go15"/>
    <language>en</language>
    <item>
      <title>I Stopped Using Gemini 3.1 Pro for Agentic Coding — Why I Moved to Gemini 3.7 Flash High Mode</title>
      <dc:creator>Achmad Junaedi</dc:creator>
      <pubDate>Tue, 01 Sep 2026 11:32:50 +0000</pubDate>
      <link>https://dev.to/juna_go15/i-stopped-using-gemini-31-pro-for-agentic-coding-why-i-moved-to-gemini-37-flash-high-mode-43hf</link>
      <guid>https://dev.to/juna_go15/i-stopped-using-gemini-31-pro-for-agentic-coding-why-i-moved-to-gemini-37-flash-high-mode-43hf</guid>
      <description>&lt;p&gt;I landed my first Point of Sale (POS) SaaS client project and built it inside &lt;strong&gt;Google Antigravity&lt;/strong&gt;, trusting &lt;strong&gt;Gemini 3.1 Pro&lt;/strong&gt; for all agentic coding. Bad move. Midway through, severe bugs hit—fixing sales inputs completely broke my dashboard analytics.&lt;/p&gt;

&lt;p&gt;Frustrated, I switched to the GPT stack (Codex, GPT-5.5, GPT-5.6 Sol). But that brought a new headache: token quotas drained in minutes and API bills went through the roof.&lt;/p&gt;

&lt;p&gt;The breakthrough? Community stats on Agent Arena showed Flash models beating 3.1 Pro in agentic tasks. Desperate, I tested &lt;strong&gt;Gemini 3.6 Flash&lt;/strong&gt; and it was surprisingly solid.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The Beginning: Falling for 3.1 Pro Hype&lt;/strong&gt;&lt;br&gt;
When Google dropped Gemini 3.1 Pro in February 2026, tech Twitter hyped its ARC-AGI-2 benchmark scores as the ultimate problem solver.&lt;br&gt;
Early on, 3.1 Pro handled high-level whiteboard concepts fine:&lt;br&gt;
• &lt;strong&gt;System Architecture&lt;/strong&gt;: Mapping schemas and ERDs.&lt;br&gt;
• &lt;strong&gt;Business Logic&lt;/strong&gt;: Outlining business logic flows.&lt;br&gt;
• &lt;strong&gt;Edge Cases&lt;/strong&gt;: Spotting potential edge cases.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Client Pressure &amp;amp; Regression Hell&lt;/strong&gt;&lt;br&gt;
I secured a major deal with a client who paid 50% upfront. Expectations were high, and that's where things went downhill.&lt;br&gt;
A retail POS requires tight database relations: transactions, inventory sync, multi-outlet stock, and live dashboard revenue summaries. When I instructed Gemini 3.1 Pro in Antigravity to build the sales input module:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Fatal Regressions:&lt;/strong&gt; The sales input worked, but the dashboard suddenly went crazy. The model rewrote existing SQL aggregation queries without respecting cross-module dependencies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lost Query Logic&lt;/strong&gt;: It repeatedly forgot critical database filter conditions (like tenant IDs or soft-delete flags), causing messy data anomalies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deadline Panic&lt;/strong&gt;: The client wanted deliverables per contract, and I was sweating because the code kept breaking.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;3. Fleeing to GPT &amp;amp; The Token Trap&lt;/strong&gt;&lt;br&gt;
Panicking about deadlines, I switched to the OpenAI ecosystem:&lt;br&gt;
• &lt;strong&gt;Codex / GPT-5.5 (Medium)&lt;/strong&gt;: Daily coding assistant.&lt;br&gt;
• &lt;strong&gt;GPT-5.5 (High Reasoning)&lt;/strong&gt;: Complex SQL logic.&lt;br&gt;
• &lt;strong&gt;GPT-5.6 Sol&lt;/strong&gt;: Heavy artillery for deep debugging.&lt;br&gt;
While reasoning was solid, a new problem popped up: tokens burned out insanely fast.&lt;/p&gt;

&lt;p&gt;Running heavy models like GPT-5.6 Sol and 5.5 High across autonomous agentic loops burned quotas in no time. I needed a workhorse that didn't drain my wallet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Community Outrage: It Wasn't Just Me&lt;/strong&gt;&lt;br&gt;
My frustration wasn't unique. On the Google AI Developers Forum, a thread titled "Unacceptable Antigravity Quotas for Gemini 3.1 Pro – Workflow Completely Blocked!" hit 62 upvotes and 19 replies in two days.&lt;br&gt;
"Quota usage is totally intransparent, and the random 'refresh' policy is worse. It's like a car that sometimes works, sometimes it doesn't... ok for a hobbyist, but not for a cab driver." — Hauke_Walden (20 upvotes)&lt;br&gt;
"My quota dropped from 60% to 0% without any prompt, with a reset time set to 50+ hours." — madnz-08 (10 upvotes)&lt;br&gt;
"It is unacceptable to be stuck at 10 prompts on Gemini 3.1." — MrTos (25 upvotes)&lt;br&gt;
The pattern was identical: vanishing quotas, lockout timers hitting 133–167 hours (over a week!), and random lockouts halting paying devs mid-project. Gemini 3.1 Pro's platform reliability was a total joke for professional work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. The Pivot: Testing Gemini 3.6 Flash&lt;/strong&gt;&lt;br&gt;
Hunting for a leaner alternative, I saw rankings on Agent Arena praising Flash models for agentic tool use.&lt;br&gt;
Curious, I tested Gemini 3.6 Flash in Antigravity:&lt;br&gt;
• &lt;strong&gt;Blazing Speed&lt;/strong&gt;: Instant feedback loops without lag.&lt;br&gt;
• &lt;strong&gt;Quota Sanity&lt;/strong&gt;: No panic about hitting rate limits mid-session.&lt;br&gt;
• &lt;strong&gt;Sane Diffs&lt;/strong&gt;: It stayed in its lane without aggressively trashing outside files.&lt;br&gt;
It proved lightweight models were getting unwarranted hate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. August: Brother's WhatsApp Tip &amp;amp; The Jump to 3.7 Flash&lt;/strong&gt;&lt;br&gt;
In August, my younger brother sent me a WhatsApp message: "Bro, Google just dropped Gemini 3.7 Flash."&lt;br&gt;
As reported by VentureBeat, Google built 3.7 Flash specifically for coding and agentic loops, with a 50% introductory discount ($0.75 / 1M input, $3.75 / 1M output).&lt;br&gt;
Having seen good results with 3.6 Flash, I wanted to see if Google really pulled off deep reasoning on a Flash model without killing speed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. The Proof: Gemini 3.7 Flash (High Mode) in Antigravity&lt;/strong&gt;&lt;br&gt;
I opened Antigravity, picked Gemini 3.7 Flash, and enabled Thinking Mode: High. The leap in quality was immediate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Blazing Fast &amp;amp; Token-Efficient&lt;/strong&gt; Inference stayed snappy even with extended thinking on. In fast agent loops, code fixes felt instant without distracting pauses, while token burn remained low.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complex Database Queries Handled Smoothly&lt;/strong&gt; Any fear that Flash would choke on multi-table queries disappeared. It surgically edited the sales module without touching outside files, kept dashboard queries in sync, and maintained schema rules without destructive side effects.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cleaner Code &amp;amp; Only Minor Tweaks&lt;/strong&gt; There were a few minor formatting adjustments, but the code structure was clean. Those small tweaks took one quick prompt to fix—not fatal structural bugs. I delivered the client project right on time.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
This client project taught me a valuable lesson: in daily agentic coding, diff discipline, fast inference, and token efficiency matter way more than benchmark scores on paper.&lt;br&gt;
From Agent Arena tests with 3.6 Flash to the leap in Gemini 3.7 Flash, it proved Flash models with thinking mode aren't just "cheap alternatives"—they are solid workhorses that handle heavy code cleanly and safely.&lt;br&gt;
If you're building a SaaS and stuck between regression bugs or sky-high token bills, give Gemini 3.7 Flash a run in Google Antigravity.&lt;/p&gt;

&lt;p&gt;Written by Achmad Junaedi — Founder of &lt;a href="https://setvy.id/" rel="noopener noreferrer"&gt;setvy.id&lt;/a&gt; &amp;amp; Vocational Educator at SMKN 10 Surabaya, Indonesia.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>saas</category>
      <category>database</category>
    </item>
  </channel>
</rss>
