<?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: George Logue</title>
    <description>The latest articles on DEV Community by George Logue (@george_logue_9c3d0e7941e5).</description>
    <link>https://dev.to/george_logue_9c3d0e7941e5</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%2F3492482%2Fc8e87fcc-753c-4b84-88ff-b18b61514435.jpg</url>
      <title>DEV Community: George Logue</title>
      <link>https://dev.to/george_logue_9c3d0e7941e5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/george_logue_9c3d0e7941e5"/>
    <language>en</language>
    <item>
      <title>Whiskey &amp; Ember AI Bartender Teacher with Google AI Studio 🍸🔥</title>
      <dc:creator>George Logue</dc:creator>
      <pubDate>Sun, 14 Sep 2025 17:49:23 +0000</pubDate>
      <link>https://dev.to/george_logue_9c3d0e7941e5/whiskey-ember-ai-bartender-teacher-with-google-ai-studio-o8i</link>
      <guid>https://dev.to/george_logue_9c3d0e7941e5/whiskey-ember-ai-bartender-teacher-with-google-ai-studio-o8i</guid>
      <description>

&lt;h2&gt;
  
  
  Whiskey &amp;amp; Ember AI Bartender Teacher with Google AI Studio 🍸🔥
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;At &lt;strong&gt;Whiskey &amp;amp; Ember&lt;/strong&gt;, we believe cocktails are more than drinks—they’re stories told in flavour and fire.  &lt;/p&gt;

&lt;p&gt;For the Google AI Studio Challenge, we built the &lt;strong&gt;Whiskey &amp;amp; Ember AI Bartender Teacher&lt;/strong&gt;, a tool that blends Gemini’s structured intelligence with our brand’s craft-driven style. The app takes ingredients you have on hand, generates creative cocktail recipes, and teaches you step by step how to prepare them—complete with substitutions and educational notes.  &lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://galogue123-lab.github.io/ai-bartender-contest/simple_bartender(1).html" rel="noopener noreferrer"&gt;AI Bartender Teacher&lt;/a&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;strong&gt;Source Code&lt;/strong&gt;: &lt;a href="https://github.com/YOUR-REPO" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  How We Used Google AI Studio
&lt;/h2&gt;

&lt;p&gt;The innovation lies in &lt;strong&gt;prompt engineering with Gemini&lt;/strong&gt;. Instead of free-form text, we required Gemini to return structured &lt;strong&gt;JSON objects&lt;/strong&gt; with predictable fields. This allows our appUpload to render recipes consistently and highlight learning opportunities.  &lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
json
{
  "cocktail_name": "Forest Whisper",
  "ingredients": [
    {"name": "Whiskey", "amount": "2 oz"},
    {"name": "Honey Syrup", "amount": "0.5 oz"},
    {"name": "Lemon Juice", "amount": "0.75 oz"}
  ],
  "alternatives": {
    "whiskey": "Canadian Rye or Bourbon",
    "honey syrup": "Maple Syrup"
  },
  "steps": [
    {"step_number": 1, "instruction": "Shake all ingredients with ice"},
    {"step_number": 2, "instruction": "Double strain into chilled coupe glass"},
    {"step_number": 3, "instruction": "Express lemon twist oils and garnish"}
  ],
  "educational_notes": "This recipe demonstrates balancing sweetness and acidity using classic ratios."
}

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>googleaistudio</category>
      <category>ai</category>
      <category>education</category>
      <category>cocktails</category>
    </item>
  </channel>
</rss>
