<?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: Victoria</title>
    <description>The latest articles on DEV Community by Victoria (@brightgir).</description>
    <link>https://dev.to/brightgir</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%2F3798454%2F18d77bb8-0466-44ed-945b-b5f30bb6f006.jpeg</url>
      <title>DEV Community: Victoria</title>
      <link>https://dev.to/brightgir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brightgir"/>
    <language>en</language>
    <item>
      <title>Why I built my own Dota 2 AI coach instead of using existing ones</title>
      <dc:creator>Victoria</dc:creator>
      <pubDate>Wed, 06 May 2026 21:18:00 +0000</pubDate>
      <link>https://dev.to/brightgir/why-i-built-my-own-dota-2-ai-coach-instead-of-using-existing-ones-51c8</link>
      <guid>https://dev.to/brightgir/why-i-built-my-own-dota-2-ai-coach-instead-of-using-existing-ones-51c8</guid>
      <description>&lt;p&gt;I wanted to get better at Dota 2. Not by watching guides — by actually playing. I tried Keenplay but it felt too rigid: no overlay, no model choice, no way to customize it to my playstyle. I'm a developer. So I just built my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;It reads your live game state via Dota 2's GSI (Game State Integration) — the game literally sends JSON with your hero, items, and map state to a local server every few seconds. My app catches that, runs it through a RAG pipeline, and shows tactical advice in an overlay while you play.&lt;/p&gt;

&lt;p&gt;You can also type questions mid-game: press F10, ask "should I fight now?", get an answer without alt-tabbing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The part that actually took time
&lt;/h2&gt;

&lt;p&gt;The hardest thing wasn't the overlay or the GSI integration. It was prompts for generating knowledge base chunks. Getting the LLM to produce actually useful, structured Dota knowledge — not generic garbage — took way more iteration than I expected.&lt;/p&gt;

&lt;p&gt;Also: DeepSeek wins on price/quality for this kind of task. Claude and Gemini are great but expensive. Most cheaper models just output nonsense. DeepSeek hits the sweet spot.&lt;/p&gt;

&lt;h2&gt;
  
  
  Does it actually work?
&lt;/h2&gt;

&lt;p&gt;Yeah. That's the part I'm most proud of — it gives real, relevant advice. Not hallucinated builds. Not generic tips. Actual context-aware suggestions based on what's happening in your game right now.&lt;/p&gt;

&lt;p&gt;Full RAG pipeline, BERT embeddings, vector search — all in Go, all open source.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/BrightGir/dota-ai-coach" rel="noopener noreferrer"&gt;https://github.com/BrightGir/dota-ai-coach&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>gamedev</category>
      <category>go</category>
    </item>
  </channel>
</rss>
