<?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: Pacy</title>
    <description>The latest articles on DEV Community by Pacy (@kryptopacy).</description>
    <link>https://dev.to/kryptopacy</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%2F3285413%2F0d1f519e-789a-4d81-95e9-b7c3e98a58d0.png</url>
      <title>DEV Community: Pacy</title>
      <link>https://dev.to/kryptopacy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kryptopacy"/>
    <language>en</language>
    <item>
      <title>"I Built an Operating System for Dogs (with On-Chain Noseprints, 60 FPS Protanopia Vision, and Acoustic Anxiety AI)"</title>
      <dc:creator>Pacy</dc:creator>
      <pubDate>Mon, 17 Aug 2026 08:08:12 +0000</pubDate>
      <link>https://dev.to/kryptopacy/we-built-an-operating-system-for-dogs-with-on-chain-noseprints-60-fps-protanopia-vision-and-2pn</link>
      <guid>https://dev.to/kryptopacy/we-built-an-operating-system-for-dogs-with-on-chain-noseprints-60-fps-protanopia-vision-and-2pn</guid>
      <description>&lt;h2&gt;
  
  
  🐶 What If Your Dog Had Their Own Operating System?
&lt;/h2&gt;

&lt;p&gt;Think about how fragmented our pet care ecosystem is today:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Lost Pet Identification is Broken&lt;/strong&gt;: If your dog slips their collar, you rely on a 15-digit microchip implanted under the skin that requires a specialized RFID wand and a database that isn't connected to municipal shelters in real-time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Behavioral Training is Clunky&lt;/strong&gt;: You juggle a plastic mechanical clicker, a phone stopwatch, a treat bag, and a YouTube tutorial, missing the sub-millisecond marking window required for operant conditioning.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sensory Misunderstanding&lt;/strong&gt;: Humans buy bright red dog toys because they look vibrant in the pet store, unaware that dogs are dichromats and red literally blends into green grass like camouflage.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Emergency Sitter Handoffs&lt;/strong&gt;: When leaving town, you handwrite a messy sticky note on the fridge with feeding gram portions, medication times, and emergency vet numbers that get lost.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Toxicology Guesswork&lt;/strong&gt;: If your dog grabs dark chocolate or a baked treat with xylitol off the counter, panic sets in while you search random forum threads trying to calculate toxic milligrams per kilogram.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Over the weekend, we built &lt;strong&gt;KRYPTO&lt;/strong&gt;: a full-spectrum, multi-modal &lt;strong&gt;Canine Operating System&lt;/strong&gt; designed to bridge veterinary science, sensory neuroscience, biometric blockchain identity, positive-reinforcement training, and social pack connection into a single web application.&lt;/p&gt;

&lt;p&gt;Here is the deep dive into what we built, the science behind it, and why this represents a modern paradigm shift for pet parenting.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏛️ Master Architecture &amp;amp; System Topology
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;graph TD
    subgraph "CLIENT INGESTION &amp;amp; SENSORY LAYER"
        A[Camera &amp;amp; Mic Feed] --&amp;gt; B[Biometric Scanner Lab]
        A --&amp;gt; C[CanineSense Vision 60 FPS WebGL Shader]
        A --&amp;gt; D[Meyda Acoustic Feature Extractor]
        E[Handler Inputs] --&amp;gt; F[Woof Woof Pack Lounge]
        E --&amp;gt; G[AKC Training Academy]
        E --&amp;gt; H[Krypto AI Assistant Copilot]
    end

    subgraph "AI &amp;amp; MULTI-MODAL INTELLIGENCE"
        B --&amp;gt;|Rhinarium Ingestion| I[Google GenAI: Gemini 3.6 Flash]
        B --&amp;gt;|Rx Pill Bottle OCR| I
        B --&amp;gt;|Morphology &amp;amp; Genetic Risk| I
        H --&amp;gt;|Streaming Canine Knowledge| I
        G --&amp;gt;|Clicker Acoustic Sync| J[Web Audio API 3.2kHz Marker]
        D --&amp;gt;|Spike Detection &amp;gt;2.5kHz| K[432Hz Bio-Acoustic Calming Engine]
    end

    subgraph "DECENTRALIZED &amp;amp; CLOUD INFRASTRUCTURE"
        I --&amp;gt;|Biometric Hash &amp;amp; Memo| L[Solana Devnet: Immutable Passports]
        I --&amp;gt;|1-of-1 Art Keepsake Synthesis| M[Keepsake Studio 4K Engine]
        D --&amp;gt;|Acoustic Events Stream| N[Snowflake Data Cloud: REST SQL API]
        F --&amp;gt;|Pack Threads &amp;amp; Posts| O[Firebase Cloud Firestore / RTDB]
        O -.-&amp;gt;|Offline Sync Fallback| P[Client IndexedDB: idb-keyval]
    end

    subgraph "OUTPUT ARTIFACTS"
        L --&amp;gt; Q[Verifiable Solana Explorer Record]
        M --&amp;gt; R[Downloadable 1024x1024 Pure Art &amp;amp; Passports]
        O --&amp;gt; S[Print-Ready 8.5x11 Sitter Dossier PDF]
        M --&amp;gt;|Default Verified PFP| F
    end
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🔬 The 12 Core Innovations in KRYPTO
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. 👃 Anatomical Rhinarium Biometrics: The Snout Fingerprint
&lt;/h3&gt;

&lt;p&gt;Canine nose prints (&lt;em&gt;rhinaria&lt;/em&gt;) are dermatoglyphically unique. The polygonal micro-ridges, dual alar nostril lobes, and central philtrum groove form a lifelong invariant physical identifier.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;How It Works&lt;/strong&gt;: Our optical HUD captures high-contrast snout topography, computes localized Shannon entropy ($E = -\sum p \log_2 p$), and derives a 64-bit cryptographic hash (e.g., &lt;code&gt;f4e2-a9b1-08dc-37aa&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Modal Verification&lt;/strong&gt;: Ingested via the &lt;strong&gt;Google GenAI Interactions API&lt;/strong&gt; (&lt;code&gt;gemini-3.6-flash&lt;/code&gt;) with structured landmark point extraction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;On-Chain Solana Sealing&lt;/strong&gt;: The verified hash is minted directly onto &lt;strong&gt;Solana Devnet&lt;/strong&gt; as an unforgeable, decentralized pet passport with live Solana Explorer transaction verification.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. 👁️ CanineSense: 60 FPS Protanopia Vision Shader &amp;amp; Salience Checker
&lt;/h3&gt;

&lt;p&gt;Dogs lack red-green retinal cone photoreceptors. They perceive the world through a dual-wavelength spectral blend of shortwave S-cones ($429\text{ nm}$, Blue) and longwave M/L-cones ($555\text{ nm}$, Yellow).&lt;/p&gt;

&lt;p&gt;We implemented the biological &lt;strong&gt;Brettel-Viénot-Mollon Protanopia Projection&lt;/strong&gt; directly in a 60 FPS WebGL/Canvas shader:&lt;/p&gt;

&lt;p&gt;$$\begin{bmatrix} L' \ M' \ S' \end{bmatrix} = \begin{bmatrix} 0.0 &amp;amp; 1.05118 &amp;amp; -0.05116 \ 0.0 &amp;amp; 1.0 &amp;amp; 0.0 \ 0.0 &amp;amp; 0.0 &amp;amp; 1.0 \end{bmatrix} \begin{bmatrix} L \ M \ S \end{bmatrix}$$&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Visual Salience Checker&lt;/strong&gt;: Features a real-time side-by-side CIE Lab $\Delta E$ contrast comparator that reveals why a red ball ($L^&lt;em&gt;=53, a^&lt;/em&gt;=80, b^*=67$) completely disappears against grass, while blue and yellow objects pop with vibrant contrast.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  3. 🎙️ Acoustic Separation Anxiety Monitor &amp;amp; 432Hz Autonomous Calming
&lt;/h3&gt;

&lt;p&gt;Using the &lt;strong&gt;Web Audio API&lt;/strong&gt; and &lt;strong&gt;Meyda audio feature extraction&lt;/strong&gt;, KRYPTO processes ambient audio through 512-sample FFT windows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Territorial Barks ($500\text{--}1800\text{ Hz}$)&lt;/strong&gt;: Normal alert activity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Distress &amp;amp; Separation Anxiety Whines ($&amp;gt;2500\text{ Hz}$)&lt;/strong&gt;: High-pitch acoustic spikes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Math&lt;/strong&gt;:
$$\text{Distress Score} = w_1 \cdot \min\left(100, \frac{f_c - 1000}{30}\right) + w_2 \cdot (A_{\text{RMS}} \times 100)$$&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Autonomous Calming Engine&lt;/strong&gt;: When the anxiety score crosses $70\%$, KRYPTO automatically cues a &lt;strong&gt;432Hz bio-acoustic pink noise stream&lt;/strong&gt; to decompress and soothe your pup.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Snowflake Ingestion&lt;/strong&gt;: All acoustic distress events stream in real-time into the &lt;strong&gt;Snowflake Data Cloud&lt;/strong&gt; via SQL REST API v2 (&lt;code&gt;KRYPTO_DB.CANINE_TELEMETRY.SENSORY_EVENTS&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  4. 🎓 AKC CanineTraining Studio &amp;amp; Arousal Stopwatch
&lt;/h3&gt;

&lt;p&gt;Built on positive reinforcement (LIMA) and operant conditioning principles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;6-Skill AKC CGC Curriculum&lt;/strong&gt;: Step-by-step masteries for &lt;em&gt;Sit&lt;/em&gt;, &lt;em&gt;Down&lt;/em&gt;, &lt;em&gt;Stay&lt;/em&gt;, &lt;em&gt;Emergency Recall&lt;/em&gt;, &lt;em&gt;Paw / High-Five&lt;/em&gt;, and &lt;em&gt;Loose Leash / Heel&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sub-Millisecond Acoustic Marker&lt;/strong&gt;: Injects a pure $3.2\text{ kHz}$ acoustic clicker tone at precise reward moments.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Variable Ultrasonic Whistle&lt;/strong&gt;: Generates high-frequency tones from $12\text{ kHz}$ to $22\text{ kHz}$ for long-distance recall.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Yerkes-Dodson Arousal Curve&lt;/strong&gt;: Tracks dog arousal states (Bored $\rightarrow$ Optimal $\rightarrow$ Overstimulated/Frustrated) with repetition counters ($1/5$ reps) and confetti rewards.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  5. 🎨 1-of-1 NFT Keepsake Studio (4 Fine-Art Aesthetics &amp;amp; Dual Downloads)
&lt;/h3&gt;

&lt;p&gt;Every companion deserves museum-quality fine art:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;4 Coherent Masterwork Styles&lt;/strong&gt;: &lt;em&gt;3D Pixar Animation&lt;/em&gt;, &lt;em&gt;Cyber-Tactical Sci-Fi HUD&lt;/em&gt;, &lt;em&gt;Royal Victorian Heritage Oil&lt;/em&gt;, and &lt;em&gt;Neo-Tokyo Anime Hero&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phenotypic Likeness Extraction&lt;/strong&gt;: Gemini analyzes custom uploaded dogs to synthesize tailored 1024x1024 portraits matching exact breed markings, ear structure, and coat patterns.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual One-Click Downloads&lt;/strong&gt;:

&lt;ol&gt;
&lt;li&gt;🖼️ &lt;strong&gt;Full Passport Dossier (800x800 PNG)&lt;/strong&gt;: Bordered collector card with Solana seal and anatomical nose stamp.&lt;/li&gt;
&lt;li&gt;🎨 &lt;strong&gt;Pure Fine-Art Portrait (1024x1024 PNG)&lt;/strong&gt;: Clean, unbordered masterwork for phone wallpapers and canvas prints.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  6. 🐾 "Woof Woof" Community Pack Lounge (Keepsake PFP Utility)
&lt;/h3&gt;

&lt;p&gt;A 2026 decentralized pack commons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Keepsake Verified Avatar&lt;/strong&gt;: The dog's generated 1-of-1 NFT Keepsake automatically becomes their verified community avatar with glowing PFP badges.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Channel Feeds&lt;/strong&gt;: &lt;em&gt;Training &amp;amp; Agility&lt;/em&gt;, &lt;em&gt;Health &amp;amp; Nutrition&lt;/em&gt;, &lt;em&gt;Show &amp;amp; Brag&lt;/em&gt;, &lt;em&gt;Ask Vet / Behaviorist&lt;/em&gt;, and &lt;em&gt;Lost Dog Radar&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Reactions&lt;/strong&gt;: 🐾 &lt;em&gt;Give Paws&lt;/em&gt; (+1 spark upvote) and 🍖 &lt;em&gt;Give Treats&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual-Mode Cloud Sync&lt;/strong&gt;: Synchronizes with &lt;strong&gt;Google Firebase Cloud Firestore &amp;amp; Realtime Database&lt;/strong&gt; with local IndexedDB offline fallback.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  7. 🤖 "Krypto AI": Omniscient Canine Veterinary &amp;amp; OS Copilot
&lt;/h3&gt;

&lt;p&gt;A floating assistant orb powered by the modern &lt;strong&gt;Google GenAI Interactions API&lt;/strong&gt; (&lt;code&gt;@google/genai&lt;/code&gt; with dynamic models &lt;code&gt;gemini-3.6-flash&lt;/code&gt;, &lt;code&gt;gemini-3.5-flash-lite&lt;/code&gt;, &lt;code&gt;gemini-3.1-pro-preview&lt;/code&gt;):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Context-Aware&lt;/strong&gt;: Ingests real-time active dog data (name, breed, weight, medical conditions, active prescriptions, emergency contacts).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Instant Expert Guidance&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Precision toxicology calculations ($mg/kg$ hazard formulas).&lt;/li&gt;
&lt;li&gt;AKC positive-reinforcement cue progression.&lt;/li&gt;
&lt;li&gt;Instant app navigation assistance.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  8. 💊 Multi-Modal Prescription Label OCR &amp;amp; Contraindication Radar
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ingests veterinary medication pill bottles via camera.&lt;/li&gt;
&lt;li&gt;Extracts drug name, dosage ($mg$), administration frequency, and instructions.&lt;/li&gt;
&lt;li&gt;Automatically cross-references contraindications with the dog's breed and age profile.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  9. ⚠️ Deterministic $mg/kg$ Clinical Toxicology Calculator
&lt;/h3&gt;

&lt;p&gt;Calculates exact chemical hazards based on patient body weight ($34.5\text{ kg}$):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Theobromine (Chocolate)&lt;/strong&gt;: Analyzes White, Milk, Dark 70%, Dark 85%, and Baker's cocoa.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Xylitol / Birch Bark Sweetener&lt;/strong&gt;: Evaluates lethal hypoglycemic risk ($&amp;gt;0.1\text{ g/kg}$).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Grapes / Raisins, NSAIDs / Ibuprofen, Acetaminophen, and Garlic&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Displays color-coded risk gauges (&lt;strong&gt;SAFE&lt;/strong&gt;, &lt;strong&gt;MILD&lt;/strong&gt;, &lt;strong&gt;MODERATE&lt;/strong&gt;, &lt;strong&gt;SEVERE&lt;/strong&gt;, &lt;strong&gt;LETHAL&lt;/strong&gt;) with direct 24/7 ER vet clinic speed-dial.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  10. 📄 Emergency Sitter Passkey (&lt;code&gt;/pass/[id]&lt;/code&gt;) &amp;amp; Printable 8.5x11" PDF Dossier
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web Passkey Route&lt;/strong&gt;: Standalone PWA route accessible without login. Sitters can access feeding times, allergies, and vet contacts on their phones.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Print-Ready 8.5x11" Sitter Sheet&lt;/strong&gt;: Generates a physical PDF with print media queries containing QR passkey tokens, daily feeding portions ($340\text{g}$), and trauma center addresses.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  11. 🚨 Solana Lost Dog Emergency Beacon
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;One-click decentralized emergency broadcast that toggles on-chain status (&lt;code&gt;isLostBeaconActive: true&lt;/code&gt;) on Solana Devnet.&lt;/li&gt;
&lt;li&gt;Generates an emergency printable flyer with microchip ID, owner contact, and reward.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  12. 🎙️ ElevenLabs First-Person Dog Voice Persona Narrator
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Generates first-person spoken audio persona narration using &lt;code&gt;eleven_turbo_v2_5&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;4 vocal profiles (&lt;em&gt;Confident Hero&lt;/em&gt;, &lt;em&gt;Playful Energetic&lt;/em&gt;, &lt;em&gt;Gentle Soul&lt;/em&gt;, &lt;em&gt;Wise Veteran&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;Seamlessly falls back to the browser's native &lt;strong&gt;Web Speech API&lt;/strong&gt; if offline or without an API key.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ Complete Tech Stack Matrix
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Framework&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Next.js 15.2.0 (App Router, React 19)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;High-performance SSR, Edge APIs, PWA routes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;AI / Multi-Modal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Google GenAI Interactions API (&lt;code&gt;@google/genai&lt;/code&gt;)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Gemini 3.6 Flash, 3.5 Flash-Lite, 3.1 Pro&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Blockchain&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Solana Devnet (&lt;code&gt;@solana/web3.js&lt;/code&gt;)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Immutable on-chain pet passports &amp;amp; Lost Dog Beacon&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Data Cloud&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Snowflake SQL REST API v2&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Acoustic anxiety &amp;amp; sensor telemetry warehouse&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Cloud Database&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Google Firebase (Firestore &amp;amp; RTDB)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Real-time Woof Woof community feeds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Audio Processing&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Meyda + Web Audio API&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Real-time spectral centroid &amp;amp; 3.2kHz acoustic clicker&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Voice Synthesis&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;ElevenLabs (&lt;code&gt;eleven_turbo_v2_5&lt;/code&gt;)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;First-person dog persona voice narration&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Offline Cache&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;IndexedDB (&lt;code&gt;idb-keyval&lt;/code&gt;)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Offline-first data ledger&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Styling&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Tailwind CSS &amp;amp; Framer Motion&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Dark-glass Cyber-Bio HUD &amp;amp; micro-interactions&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  🛡️ Offline-First &amp;amp; Real-World Resilience
&lt;/h2&gt;

&lt;p&gt;Dog emergencies often happen in remote areas with zero cell reception:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No Internet in the Park?&lt;/strong&gt; All passkey data, veterinary contacts, and the training stopwatch operate 100% offline via local IndexedDB.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Quota Reached?&lt;/strong&gt; The system automatically switches to deterministic clinical algorithms and native browser speech synthesis with zero audible or visual degradation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Permission Denials?&lt;/strong&gt; Missing camera or mic permissions immediately offer synthetic audio streams and drag-and-drop file uploads.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Try It Yourself!
&lt;/h2&gt;

&lt;p&gt;We built KRYPTO to bring real science, joy, and peace of mind to dog handlers everywhere.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://krypto-canine-os.vercel.app/" rel="noopener noreferrer"&gt;https://krypto-canine-os.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/pacylabs/krypto" rel="noopener noreferrer"&gt;https://github.com/pacylabs/krypto&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📄 &lt;strong&gt;Full Technical Whitepaper:&lt;/strong&gt; Check out &lt;code&gt;CANINE_OS_SPECIFICATION.md&lt;/code&gt; in the repo for the complete math formulas and clinical toxicity tables.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop a comment below with your dog's breed and your favorite feature! 🐾❤️&lt;/p&gt;

</description>
      <category>weekendchallenge</category>
      <category>devchallenge</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Introducing TCG, The Cruise god - the world's first multiplayer voice AI concierge, game master, and local guide.</title>
      <dc:creator>Pacy</dc:creator>
      <pubDate>Fri, 27 Mar 2026 13:10:33 +0000</pubDate>
      <link>https://dev.to/kryptopacy/introducing-tcg-the-cruise-god-the-worlds-first-multiplayer-voice-ai-concierge-game-master-35fm</link>
      <guid>https://dev.to/kryptopacy/introducing-tcg-the-cruise-god-the-worlds-first-multiplayer-voice-ai-concierge-game-master-35fm</guid>
      <description>&lt;p&gt;&lt;strong&gt;We Built a Multiplayer Voice AI That Actually Runs the Party&lt;/strong&gt;&lt;br&gt;
Live demo: &lt;a href="https://dev.tourl"&gt;thecruisegod.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadjscyjswt2byyf31obt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadjscyjswt2byyf31obt.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Six friends. One city. Zero agreement on what to do next.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here's the thing nobody talks about: every AI voice assistant ever built assumes you're alone. You whisper into it. It whispers back. Clean, personal, useless for a group.&lt;/p&gt;

&lt;p&gt;Real life is messier. Three problems hit at once:&lt;/p&gt;

&lt;p&gt;Where are we going? Someone's Googling. Someone's scrolling TikTok for vibes. A third texted "idk, you pick." Nobody picks.&lt;br&gt;
Who do we call? The group needs a DJ for Saturday or a barber open right now. Someone texts their cousin. The cousin doesn't respond. The moment dies.&lt;br&gt;
What are we doing right now? You're already together but the energy's flat. The night either catches fire or it doesn't — and it usually doesn't.&lt;br&gt;
No AI handles any of this. And none of them can do it for a whole room at once.&lt;/p&gt;

&lt;p&gt;So we built &lt;strong&gt;TCG&lt;/strong&gt; — &lt;em&gt;The Cruise God&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Is TCG?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;TCG&lt;/strong&gt; is the world's first multiplayer voice AI concierge, game master, and local guide. It's a live, conversational AI that physically drives its own React UI while it talks — serving an entire group simultaneously.&lt;/p&gt;

&lt;p&gt;You tap the character. TCG wakes up. You tell it where you are and what the vibe is. It runs the night — out loud, with personality, without anyone touching a single button.&lt;/p&gt;

&lt;p&gt;Three modes. Each purpose-built for a real group scenario.&lt;/p&gt;

&lt;p&gt;🟢 &lt;strong&gt;Locator Mode&lt;/strong&gt;&lt;br&gt;
"Find us somewhere to go."&lt;/p&gt;

&lt;p&gt;Tell TCG the vibe — rooftop bar, late-night spot, live music — and it:&lt;/p&gt;

&lt;p&gt;Dynamically builds a contextual search query from your location and energy&lt;br&gt;
Live-scrapes the web via Firecrawl&lt;br&gt;
Reads back real venue recommendations while the UI snaps into a card layout&lt;br&gt;
It's not a Google search. It knows your city, your crew size, and what kind of night you're trying to have.&lt;/p&gt;

&lt;p&gt;🔌 &lt;strong&gt;Plug Mode&lt;/strong&gt;&lt;br&gt;
"Find me someone who can handle this."&lt;/p&gt;

&lt;p&gt;Need a DJ for next weekend? A same-day mechanic? A barber open right now?&lt;/p&gt;

&lt;p&gt;Plug Mode rewrites queries with urgency context — "available now open today same-day" — runs a live search, and voices the results. It's the "who do you know?" answer, surfaced by AI.&lt;/p&gt;

&lt;p&gt;🎮 &lt;strong&gt;Game Master Mode&lt;/strong&gt;&lt;br&gt;
"Let's play something."&lt;/p&gt;

&lt;p&gt;This is where TCG earns its name.&lt;/p&gt;

&lt;p&gt;Say "teach us a drinking game for 6 people, chaotic energy" and TCG doesn't just name a game. It scrapes the full rule set in Markdown via Firecrawl and reads the rules aloud, step by step, to the room.&lt;/p&gt;

&lt;p&gt;The UI opens a live Game Session dashboard — scoreboard, current turn, player list, rules summary — that TCG updates as the game progresses.&lt;/p&gt;

&lt;p&gt;Plus 9 built-in party tools available on command:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool&lt;/strong&gt;    &lt;strong&gt;Details&lt;/strong&gt;&lt;br&gt;
Spin the Bottle Synced with the room's live guest list&lt;br&gt;
Truth or Dare   3 intensity levels&lt;br&gt;
Charades    4 categories&lt;br&gt;
Coin Flip / Dice Roll   Voice-triggered&lt;br&gt;
Randomizer  Splits guests into named groups&lt;br&gt;
Timer   Countdown, voice-controlled&lt;br&gt;
Scoreboard  Live tracked&lt;br&gt;
Bill Splitter   Camera → Gemini Vision → split result read aloud&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ElevenLabs&lt;/strong&gt; — &lt;em&gt;The Heartbeat&lt;/em&gt;&lt;br&gt;
We didn't use ElevenLabs just for TTS. We architected 10 custom Client Tools that let the agent autonomously control the React frontend in real-time:&lt;/p&gt;

&lt;p&gt;switchMode       → Snaps the UI between Locator / Plug / Game Master / Tools&lt;br&gt;
openTool         → Opens any party tool on command&lt;br&gt;
showQR           → Displays the CruiseHQ join QR code&lt;br&gt;
randomizeGroups  → Splits guests into named groups&lt;br&gt;
setGroupLeader   → Elects and announces a group captain&lt;br&gt;
updateGameState  → Syncs the live scoreboard&lt;br&gt;
displayResults   → Populates venue/service result cards&lt;br&gt;
analyzeImage     → Opens camera → Gemini Vision&lt;br&gt;
createMemory     → Screenshot → Supabase Storage → Trophy + viral caption&lt;br&gt;
stopListening    → Cuts the mic at hardware level&lt;br&gt;
TCG says "let me pull that up" — and the UI snaps. The conversation never breaks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Firecrawl&lt;/strong&gt; — &lt;em&gt;The Search Pipeline&lt;/em&gt;&lt;br&gt;
A production-grade 3-tier pipeline:&lt;/p&gt;

&lt;p&gt;Supabase (7-day cache) → Upstash Redis (15-min hot cache) → Firecrawl live scrape&lt;br&gt;
Queries are dynamically rewritten for context. "Chaotic game for 6" becomes:&lt;/p&gt;

&lt;p&gt;"for 6 players wild hilarious high-energy party game rules how to play"&lt;/p&gt;

&lt;p&gt;Game searches extract full Markdown rule sets. TCG teaches the room, rule by rule, out loud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Supabase Realtime&lt;/strong&gt; — &lt;em&gt;The Multiplayer Backbone&lt;/em&gt;&lt;br&gt;
Friends scan a QR code from their phones and land in a full CruiseHQ interface. They're not just watching — they're in the room.&lt;/p&gt;

&lt;p&gt;Supabase Realtime handles:&lt;/p&gt;

&lt;p&gt;Presence tracking — live roster of who's in the room&lt;br&gt;
Broadcast channels — dares, group chats, poll votes, co-host voice transcripts&lt;br&gt;
Sub-second latency across every connected device&lt;br&gt;
When a guest sends TCG a dare from their phone, it's injected as a live user message into the active ElevenLabs voice session. TCG hears it. TCG acts on it. In front of the whole room.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini 2.5 Flash Vision&lt;/strong&gt; — &lt;em&gt;Eyes for the Room&lt;/em&gt;&lt;br&gt;
Vision isn't just about reading text—it's TCG's way of physically "seeing" the party. It integrates directly with the live ElevenLabs voice session as natural context, so TCG actually sees the room and talks about it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3qht2ng9i5q4v0yyawpp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3qht2ng9i5q4v0yyawpp.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Act as a Referee&lt;/em&gt;: Show TCG a chaotic game board, a Charades drawing, or a physical challenge, and its Game Vision acts as an impartial, live judge.&lt;br&gt;
&lt;em&gt;Split the Check&lt;/em&gt;: Point the camera at a receipt → TCG reads the total, splits it per person, auto-detects dynamically the currency from your GPS location, and reads the result aloud to the group.&lt;br&gt;
&lt;em&gt;Verify Items&lt;/em&gt;: Scan a barcode → instantly validated against the Open Food Facts API to tell you exactly what you're holding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Makes It Actually Different&lt;/strong&gt;&lt;br&gt;
We didn't add "multiplayer" as a feature. We rebuilt the entire architecture around the assumption that the AI is serving a room, not a person.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;CruiseHQ submissions&lt;/em&gt;: A word submitted from a guest's phone can be silently inserted into the agent's context — invisible to the host's transcript, visible only to TCG. The AI knows the word. The host doesn't. The game works.IT can also be public, leaving the power in your hands. This lets you post dares, suggestions- anything that requires a submission, CruiseHQ is equipped to process.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Groups trick&lt;/strong&gt;: When the host says "randomize the groups," the randomizeGroups Client Tool runs, CruiseHQ auto-creates group tabs, every guest's interface updates, and TCG announces the result out loud with personality — all in one voice command.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wingman Protocols&lt;/strong&gt;: Users can set secret instructions ("always suggest dive bars", "roast me constantly") that are injected into the ElevenLabs system prompt on every session start. TCG already knows you before you say a word.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trophy Room&lt;/strong&gt;: When a moment lands, TCG proactively captures it — screenshot via html2canvas, uploaded to Supabase Storage, saved as a Trophy with a generated viral caption, shared from /trophy-room.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try It&lt;/strong&gt;&lt;br&gt;
👉 &lt;a href="https://dev.tourl"&gt;thecruisegod.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Open it on one device. Share the QR code with your friends. Tell TCG where you are.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Let it run the night.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmtpx8ivmio5np6wb6l8x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmtpx8ivmio5np6wb6l8x.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>elevenagents</category>
      <category>firecrawl</category>
      <category>elevenhacks</category>
      <category>agents</category>
    </item>
    <item>
      <title>From Clinic to Code: Engineering GozAI, a Clinically- grounded AI Copilot for Low Vision &amp; Visually impaired</title>
      <dc:creator>Pacy</dc:creator>
      <pubDate>Mon, 16 Mar 2026 14:33:49 +0000</pubDate>
      <link>https://dev.to/kryptopacy/from-clinic-to-code-engineering-a-clinically-grounded-ai-copilot-for-low-vision-4l7a</link>
      <guid>https://dev.to/kryptopacy/from-clinic-to-code-engineering-a-clinically-grounded-ai-copilot-for-low-vision-4l7a</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fceskx1idnsac35kqctoh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fceskx1idnsac35kqctoh.png" alt=" " width="640" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For the 2.2 billion people experiencing vision impairment globally, standard assistive technology often feels like a burden rather than a bridge. &lt;br&gt;
The seed for my latest project, &lt;strong&gt;GozAI&lt;/strong&gt;, was planted back in 2022 during my 500-level Optometry externship at the University of Ilorin Teaching Hospital (UITH) in Nigeria. Working under the guidance of a low-vision and pediatric specialist, I spent my days with countless patients navigating life with severe visual impairments. &lt;br&gt;
Day after day, I witnessed the same frustrating reality: traditional low-vision aids are incredibly fragmented and prohibitively expensive. Patients were being asked to carry and pay a premium for &lt;em&gt;clunky, single-purpose digital magnifiers&lt;/em&gt;. &lt;br&gt;
Even then, it raised a glaring question: &lt;em&gt;We are in the digital age. Why hasn't this been solved using the devices already in our pockets?&lt;/em&gt; At the time, I had the clinical domain expertise to know exactly what the solution should look like, but I lacked the software engineering skills to actually build it. The idea stayed on the shelf.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Catalyst: Agentic Coding and Clinical Reality
&lt;/h2&gt;

&lt;p&gt;Fast forward to 2026. Recent clinical research has completely validated what I saw in the clinic years ago, showing a staggering abandonment rate of up to 50% for specialized assistive gadgets. The primary culprits? Cost, severe battery drain, and the social stigma of carrying them. People don’t want another heavy device to manage. They just want the smartphone they already own to act as their eyes.&lt;br&gt;
At the same time, we entered the era of agentic coding. With recent leaps in AI development tools, the technical barriers to entry that once held me back vanished. By building entirely with &lt;strong&gt;Google's Antigravity&lt;/strong&gt;, I was finally able to take the clinical blueprints from my externship experience and code them into reality.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building GozAI: A Multimodal Accessibility Copilot
&lt;/h2&gt;

&lt;p&gt;When I entered the &lt;strong&gt;Gemini Live Agent Challenge&lt;/strong&gt;, I set out with an uncompromising goal: build an accessibility copilot that is battery-optimized, emotionally reassuring, and rooted entirely in clinical reality. &lt;br&gt;
GozAI is a real-time voice and vision assistant powered by the &lt;strong&gt;Gemini 2.0 Flash Multimodal Live API&lt;/strong&gt; and hosted on &lt;strong&gt;Google Cloud Run&lt;/strong&gt;. Instead of just building a "talking camera" that overwhelms the user, I engineered it to act as an intelligent, empathetic filter. &lt;/p&gt;

&lt;h3&gt;
  
  
  Bridging the Gap: Clinical Need &amp;amp; Technical Execution
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Verified Clinical Grounding:&lt;/strong&gt; To ensure GozAI wasn't just another tech novelty, I didn't want it just guessing. I engineered the backend RAG architecture (built using the Google ADK) to strictly rely on real, verified optometry data and textbooks. It operates under strict clinical guardrails, ensuring the advice and spatial orientation it provides are safe and accurate.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Semantic Vibro-Acoustics:&lt;/strong&gt; Continuous audio feedback causes massive cognitive fatigue for low-vision users. GozAI captures frames at a battery-saving 1 FPS and uses synchronized haptics for navigation. It only delivers audio warnings for immediate hazards, keeping the user's mental bandwidth clear.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;The Glaucoma Protocol:&lt;/strong&gt; Progressive vision loss carries a high risk of depression and anxiety. GozAI’s persona is strictly constrained to be an anchor of psychological safety—calm, steady, and reassuring. It doesn't just see for the user; it acts as a supportive companion.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;The UI Navigator:&lt;/strong&gt; For digital environments, GozAI acts as a bridge where standard screen readers fail. Using Gemini’s multimodal capabilities, it can interpret unlabelled buttons on a screen, read medical labels offline (via Google ML Kit), and even inject synthetic screen taps for the user.
## The Technical Backbone
To make this vision a reality, we leveraged a robust Google-native stack:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Flutter PWA / Mobile&lt;/strong&gt;&lt;br&gt;
  └── Gemini Multimodal Live API (Bidirectional WebSocket)&lt;br&gt;
        └── Google ADK Agent (Cloud Run)&lt;br&gt;
              ├── Tool: Optometry Guidelines (Verified RAG)&lt;br&gt;
              ├── Tool: Medication Lookup (OpenFDA)&lt;br&gt;
              ├── Tool: SOS → Firestore&lt;br&gt;
              └── Tool: Clinical Stats&lt;br&gt;
                    └── Firebase / Firestore (Companion Memory)&lt;br&gt;
The mobile client connects directly to the Gemini Multimodal Live API via a bidirectional WebSocket, streaming real-time audio and camera frames simultaneously — ensuring near-zero latency for those critical safety moments.&lt;/p&gt;

&lt;p&gt;Closing the Gap&lt;br&gt;
GozAI proves that when you combine deep clinical empathy with bleeding-edge tools like the Gemini Live API and Google's Antigravity, you can build solutions that actually restore independence, rather than just adding another gadget to a patient's bag.&lt;/p&gt;

&lt;p&gt;Everyone deserves to navigate the world with confidence.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpe5a26k56jn87zpt2cqj.png" alt=" " width="640" height="640"&gt;
&lt;/h2&gt;

&lt;p&gt;This piece was created for the purposes of entering the Gemini Live Agent Challenge. 🚀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check out the code&lt;/strong&gt;: &lt;a href="https://github.com/Kryptopacy/GozAI" rel="noopener noreferrer"&gt;https://github.com/Kryptopacy/GozAI&lt;/a&gt;&lt;br&gt;
🌐 &lt;strong&gt;Try the Demo&lt;/strong&gt;: &lt;a href="https://dev.tourl"&gt;gozai-app.web.app&lt;/a&gt;&lt;br&gt;
🚀 Built for: &lt;em&gt;Gemini Live Agent Challenge&lt;/em&gt; | Tracks: Live Agents + UI Navigator&lt;/p&gt;

</description>
      <category>geminiliveagentchallenge</category>
      <category>flutter</category>
      <category>googlecloud</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
