{
  "id": 1390677,
  "title": "From a 15-Second Walk to a Digital Memory: Building a Canine Cognitive Twin",
  "url": "https://urgent.news/2026/08/17/from-a-15-second-walk-to-a-digital-memory-building-a-canine-cognitive",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-17T01:05:55.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/prince_panchani_f971a20ec/from-a-15-second-walk-to-a-digital-memory-building-a-canine-cognitive-twin-476c"
  },
  "original_language": "en",
  "account": "This submission introduces \"Canine Cognitive Twin,\" a digital twin for a dog that creates a living, digital record of the dog's life based on a 15-second walk captured with a phone. The project utilizes several technologies, including Google's Gemini for video analysis, Snowflake for data processing and anomaly detection, ElevenLabs for text-to-speech narration, and Solana for immutable record-keeping.\n\nThe pipeline begins with an Expo mobile app capturing a 15-second video and audio of the dog's walk. This data is then sent to a Cloudflare Worker, which stores the media on R2 storage and generates metadata using Gemini 3 Pro. The analysis extracts behavior tags, gait asymmetry, emotion, and narration, which are then converted into speech by ElevenLabs, giving the dog's digital twin a voice.\n\nSnowflake's Dynamic Tables build rolling summaries and baselines, while Cortex detects potential gait drift from historical data. Solana records each chapter of the dog's memoir on its own keys, providing an immutable digital record. The dashboard built with Streamlit displays the memoir and health radar, allowing owners to track their dog's progress over time.\n\nThe project intentionally includes synthetic data for demonstration purposes, clearly marking the distinction between synthetic and live data. The architecture is designed to separate blockchain operations from the Gemini and text-to-speech pipeline, ensuring smooth operation even under potential API failures. The goal is to create a comprehensive and user-friendly experience for dog owners, providing them with insights into their pet's daily life and health.",
  "summary": "This is a submission for Weekend Challenge: Dog Days Edition What I Built Canine Cognitive Twin — a living digital twin for a dog. A phone captures fifteen seconds of a morning walk. Gemini analyzes the video and returns structured observations plus first-person narration. ElevenLabs turns that narration into speech. Snowflake Dynamic Tables build a rolling baseline, Cortex flags potential gait…",
  "key_points": [
    "Canine Cognitive Twin creates digital record of dog's life from 15-second walk",
    "Dashboard displays dog's memoir and health radar for owners to track progress"
  ],
  "editors_take": "This development enables dog owners to track their pet's life and health through a digital record, providing insights from short video captures, and marks a new approach to pet care through technology integration.",
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}