<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
    <channel>
        <title><![CDATA[Building Bridges Community of Practice]]></title>
        <description><![CDATA[Building Bridges Community of Practice]]></description>
        <link>https://buildingbridges.cioos.ca</link>
        <generator>Bettermode RSS Generator</generator>
        <lastBuildDate>Wed, 08 Jul 2026 21:00:47 GMT</lastBuildDate>
        <atom:link href="https://buildingbridges.cioos.ca/rss/feed" rel="self" type="application/rss+xml"/>
        <pubDate>Wed, 08 Jul 2026 21:00:47 GMT</pubDate>
        <copyright><![CDATA[2026 Building Bridges Community of Practice]]></copyright>
        <language><![CDATA[en-US]]></language>
        <ttl>60</ttl>
        <webfeeds:icon></webfeeds:icon>
        <webfeeds:related layout="card" target="browser"/>
        <item>
            <title><![CDATA[AI Clinic #2 - July & August, 2026]]></title>
            <link>https://buildingbridges.cioos.ca/ask-an-expert-u5xg9237/post/ai-clinic-2---july-august-2026-q3iAszY9L0qJe4X</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/ask-an-expert-u5xg9237/post/ai-clinic-2---july-august-2026-q3iAszY9L0qJe4X</guid>
            <dc:creator><![CDATA[CIOOS Atlantic]]></dc:creator>
            <pubDate>Tue, 30 Jun 2026 14:23:50 GMT</pubDate>
            <content:encoded><![CDATA[<p></p><figure data-align="center" data-size="full" data-id="PPAgTTCKuBhK9Yxzh9JqQ" data-version="v2" data-type="image"><img data-id="PPAgTTCKuBhK9Yxzh9JqQ" src="https://tribe-s3-production.imgix.net/PPAgTTCKuBhK9Yxzh9JqQ?auto=compress,format"></figure><figure data-align="center" data-size="full" data-id="S13HqPoSF60cUcPJpWxy7" data-version="v2" data-type="image"><img data-id="S13HqPoSF60cUcPJpWxy7" src="https://tribe-s3-production.imgix.net/S13HqPoSF60cUcPJpWxy7?auto=compress,format"></figure><figure data-align="center" data-size="full" data-id="EQ8FzWLknJsR7H5kK4GTc" data-version="v2" data-type="image"><img data-id="EQ8FzWLknJsR7H5kK4GTc" src="https://tribe-s3-production.imgix.net/EQ8FzWLknJsR7H5kK4GTc?auto=compress,format"></figure>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ocean Vibe Coding Meetup: We built a web-based video viewer!]]></title>
            <description><![CDATA[On June 11, 2026, our community came together for a hands-on vibe coding meetup. In just one session, we collaborated to build a web-based video viewer from scratch designed to help marine ecologists ...]]></description>
            <link>https://buildingbridges.cioos.ca/workshops-8soeov4o/post/ocean-vibe-coding-meetup-we-built-a-web-based-video-viewer-ONFapM9WeF8Zl1g</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/workshops-8soeov4o/post/ocean-vibe-coding-meetup-we-built-a-web-based-video-viewer-ONFapM9WeF8Zl1g</guid>
            <dc:creator><![CDATA[CIOOS Atlantic]]></dc:creator>
            <pubDate>Wed, 24 Jun 2026 14:14:55 GMT</pubDate>
            <content:encoded><![CDATA[<p>On <strong>June 11, 2026</strong>, our community came together for a hands-on vibe coding meetup. In just one session, we collaborated to build a web-based video viewer from scratch designed to help marine ecologists play underwater footage and detect marine species.</p><h3 class="text-lg" data-toc-id="98cc3e21-3935-4de4-bcfd-998f6fb9fa01" id="98cc3e21-3935-4de4-bcfd-998f6fb9fa01"><strong>What We Built</strong></h3><p>We wanted a simple application with minimal external dependencies that delivers a smooth, responsive user experience. The resulting app features:</p><ul><li><p><strong>Three-pane vertical layout:</strong> Left pane for loading local video files, center pane for the video player, and right pane for configuring and running machine learning models.</p></li><li><p><strong>YOLO-based Species Detection:</strong> Object detection models that identify and localize species directly on the video frames.</p></li><li><p><strong>Visual Overlays:</strong> Dynamic bounding box overlays showing confidence levels and model parameters (with configurable confidence and IoU thresholds).</p></li><li><p><strong>Performance Optimizations:</strong> Optimized frame processing (skipping redundant frames) and real-time visualization of results as they process, complete with a progress bar.</p></li></ul><figure data-align="center" data-size="best-fit" data-id="42nH8h385Sg403oumxJQ7" data-version="v2" data-type="image"><img data-id="42nH8h385Sg403oumxJQ7" src="https://tribe-s3-production.imgix.net/42nH8h385Sg403oumxJQ7?auto=compress,format"></figure><hr><p></p><h3 class="text-lg" data-toc-id="5659a68e-a374-4a86-b1fc-8c7aeea74242" id="5659a68e-a374-4a86-b1fc-8c7aeea74242"><strong>Our Vibe Coding Workflow &amp; Prompt Log</strong></h3><p>We used <strong>Claude Desktop</strong> as our primary driver. Here is the exact sequence of prompts we used, divided into our planning (Chat) phase and our execution (Code) phase.</p><h3 class="text-lg" data-toc-id="5764e88f-31b5-4260-a41c-3f7b0ca3f7f5" id="5764e88f-31b5-4260-a41c-3f7b0ca3f7f5"><strong>Phase 1: Planning, Architecture &amp; Agent Design (Chat Section)</strong></h3><p>Before writing any code, we used Claude to establish a solid game plan, define roles, and create a context file to guide the generation process.</p><p><strong>Step 1: Establishing the Stack<br></strong>We defined our target user (marine ecologists) and set constraints for a low-dependency, high-responsiveness stack.</p><p>"I want to build a web-based viewer that can load and play MP4 videos. I also want to detect and classify objects in those videos using YOLO-based models and visualize the model outputs directly in the viewer. Eventually, I would like the platform to support human-in-the-loop annotation and review workflows.</p><p>Can you recommend the best software stack for this application? My primary goal is a smooth and responsive user experience. This app is developed by and is intended for marine ecologists. I want it to be a simple application with minimal external dependencies."</p><p><strong>Step 2: Structuring the Agent Roles<br></strong>To work efficiently, we instructed Claude to think of the build in terms of three distinct agent roles (Frontend, Backend, ML) with verifiable steps.</p><p>"I want one agent for frontend<br>I want one agent for backend<br>I want one agent to implement an ML model to detect and classify objects in the video<br>Divide this project into different tasks; in a way that each task can be executed by a prompt<br>think about how you are going to verify each of the proposed modules<br>create a plan for me to execute"</p><p><strong>Step 3: Refining Infrastructure &amp; Security<br></strong>We paused to address a few critical logistical questions regarding file handling and safety.</p><p>"What database are these videos going to be saved in? security vulnerabilities? where will the videos be loaded from?"</p><p><strong>Step 4: Creating a Context Markdown File<br></strong>We locked down our decisions by instructing Claude to export the entire roadmap into a markdown file that could be read by future workspace sessions.</p><p>"create a plan; save it as a context into a .md file. I will later load this .md file to execute this plan."</p><p><strong>Step 5: Logging User Input<br></strong>We wanted a clean log of our collaborative session, so we had Claude compile our inputs.</p><p>"can you save all the user messages in this session in a md file? if the user message was in response to your question, flag with a brief system message about the question"</p><hr><p></p><h3 class="text-lg" data-toc-id="2f64cabf-5d1a-4d6f-9845-00d3fa620a5d" id="2f64cabf-5d1a-4d6f-9845-00d3fa620a5d"><strong>Phase 2: Implementation, Layout, &amp; ML Tuning (Code Section)</strong></h3><p>With the plan safely stored in our directory, we moved into execution.</p><p><strong>Step 1: Setting up the Workspace<br></strong>We pointed Claude to our saved plan to set up our folder structures and a clean Conda environment.</p><p>"There is a .md file in the working folder. gather context from the .md file.<br>look at what libraries need to be installed<br>install them in a conda environment - reduce redundant packages where applicable.<br>create a working environment and folder structure to execute the plan. outlined"</p><p><strong>Step 2: Spawning the Agents<br></strong>We utilized Claude's Test-Driven Development capabilities (/superpowers:test-driven-development) to start coding the core services concurrently.</p><p>"create 2 agents:<br>one agent to implement frontend<br>one agent to implement backend</p><p>execute each agent concurrently"</p><p><em>Note on real-world friction: During this phase, Claude requested permissions to run backend scripts via Bash. When local security settings blocked the sub-agent's automated execution, Claude adapted and handled the direct file implementation manually to keep us moving.</em></p><p><strong>Step 3: Running the Application<br></strong>We got the core files generated and asked for clear directions on how to spin up our local environments.</p><p>"how do I run my front end and backend?"</p><p><strong>Step 4: Designing the Three-Pane UI<br></strong>Once the basic app ran, we customized the layout to make it highly functional for ecologists.</p><p>"I do not see a button to load a video. I want to load a video from my local machine.<br>Give me 3 panes: vertically divided<br>give me a button to load the video in the left pane<br>I want the video displayed in the center pane<br>I want a button to load and execute the ML model on the right pane"</p><p><strong>Step 5: Model Integration &amp; Inference Optimizations<br></strong>Next, we fed Claude a sample video file, configured the YOLO model, and added UI controls for IoU and Confidence thresholds. We also made sure the model didn't bottleneck performance by running on every single frame.</p><p>@"[video file]"<br>after the model is run, I want the outputs of the model to be overlayed on the video for display<br>show me what model is being used<br>give me option for confidence and iou configuration<br>I don't want the model to run on every frame. optimise that<br>once done, check if it is correctly implemented using the video attached to this prompt</p><p><strong>Step 6: Improving Performance &amp; UX<br></strong>Because ML models can take time to load, we asked for optimization strategies and a way to monitor the process.</p><p>"add a progress bar while running ML model<br>The model loading is taking a really long time, can you think of ways to optimize that?"</p><p><strong>Step 7: Streaming Real-Time Results<br></strong>Instead of waiting for the entire video to process before showing results, we wanted the frames to update live as the model processed them.</p><p>"I want to visualise the results from the ML model as the model finishes running on the frame"</p><p><strong>Step 8: Finalizing the Prompt Archive<br></strong>Just as before, we concluded our session by exporting our chat logs to a markdown file to save our workspace state.</p><p>"can you save all the user messages in this session in a md file? if the user message was in response to your question, flag with a brief system message about the question"</p><hr><p></p><p>We’d love to hear your thoughts on this setup! Leave a comment below!</p><p>If you have any questions for our two AI Clinicians this month (who are also co‑hosts of the vibe‑coding events), please feel free to visit the clinic post and leave your question there. <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://buildingbridges.cioos.ca/ask-an-expert/post/ai-clinic-1---may-2026-Ba0kxvIdLSwA85D">https://buildingbridges.cioos.ca/ask-an-expert/post/ai-clinic-1---may-2026-Ba0kxvIdLSwA85D</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Beyond the Cloud: Building Secure, Cost-Effective Solutions with Local AI]]></title>
            <description><![CDATA[As organizations increasingly rely on artificial intelligence, concerns over data privacy, vendor lock-in, and escalating cloud costs have taken center stage. This session explores the strategic ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/beyond-the-cloud-building-secure-cost-effective-solutions-with-local-ai-OhIHFbfUdRAAH0Q</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/beyond-the-cloud-building-secure-cost-effective-solutions-with-local-ai-OhIHFbfUdRAAH0Q</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Wed, 17 Jun 2026 13:49:12 GMT</pubDate>
            <content:encoded><![CDATA[<p>As organizations increasingly rely on artificial intelligence, concerns over data privacy, vendor lock-in, and escalating cloud costs have taken center stage. This session explores the strategic transition from cloud-dependent tools to self-sovereign, local AI ecosystems. We will discuss how organizations can leverage open-source Large Language Models (LLMs) running directly on internal hardware to automate workflows while keeping sensitive proprietary data strictly on-premise. Featuring a live technical demonstration using OpenClaw—a powerful framework for deploying secure, local AI agents—attendees will see firsthand how to bridge local models with daily operations, transforming routine processes into efficient, automated pipelines without sacrificing security. This session will be presented by Arun Biju (Associate Researcher, Nova Scotia Community College).</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Understanding and Predicting the Ocean using Artificial Intelligence (Second Edition)]]></title>
            <description><![CDATA[Join the Canadian Integrated Ocean Observing System (CIOOS), MEOPAR and a network of experts in Ottawa, Ontario, Canada for this second edition workshop focused on the responsible and effective ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/understanding-and-predicting-the-ocean-using-artificial-intelligence-UzBu2JfKKiN55d8</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/understanding-and-predicting-the-ocean-using-artificial-intelligence-UzBu2JfKKiN55d8</guid>
            <category><![CDATA[Workshop]]></category>
            <dc:creator><![CDATA[Katia Corral Quijada]]></dc:creator>
            <pubDate>Wed, 17 Jun 2026 13:00:08 GMT</pubDate>
            <content:encoded><![CDATA[<p>Join the <strong>Canadian Integrated Ocean Observing System (CIOOS), MEOPAR</strong> and a network of experts in <strong>Ottawa, Ontario, Canada</strong> for this second edition workshop focused on the responsible and effective integration of Artificial Intelligence (AI) in ocean science.<br><br>This edition is built around hands-on working sessions designed to turn contributions into concrete outcomes: pilot projects, co-designed roadmaps, benchmarks, and more. <br><br>Interested in sharing your work ? the call for abstracts closes on June 28!<br>Share your work (a tool, dataset, method, governance approach, or operational experience) under one of four themes:<br>🔹 Data, Interoperability &amp; Governance<br>🔹 Models &amp; Methods<br>🔹 Operationalization &amp; MLOps<br>🔹 Validation, Assurance &amp; Trustworthy AI<br><br>Submit your abstract by June 28: <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://event.fourwaves.com/understandingtheocean2/submission">Understanding and Predicting the Ocean using Artificial Intelligence (Second Edition)</a> </p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Working Smarter for the Ocean: AI Tools Every Non-profit Should Know]]></title>
            <description><![CDATA[RECORDING NOW AVAILABLE!

If you missed our live session during the Building Bridges Community Launch Event, or simply want to revisit the insights shared, you can now watch the full recording.

About ...]]></description>
            <link>https://buildingbridges.cioos.ca/workshops-8soeov4o/post/working-smarter-for-the-ocean-ai-tools-every-non-profit-should-know-vVw07URaeuvwiOi</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/workshops-8soeov4o/post/working-smarter-for-the-ocean-ai-tools-every-non-profit-should-know-vVw07URaeuvwiOi</guid>
            <category><![CDATA[Featured Resource]]></category>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Mon, 15 Jun 2026 14:41:09 GMT</pubDate>
            <content:encoded><![CDATA[<h3 class="text-lg" data-toc-id="4ac8496d-a5ff-4e8e-9f15-a7cc3386dcfe" id="4ac8496d-a5ff-4e8e-9f15-a7cc3386dcfe">Recording Now Available!</h3><p>If you missed our live session during the <strong>Building Bridges Community Launch Event</strong>, or simply want to revisit the insights shared, you can now watch the full recording.</p><p><strong>About this Session</strong></p><p>As ocean data continues to grow faster than teams can typically manage, non-profits and resource-constrained organizations face a unique challenge: how to turn growing data backlogs into timely, actionable conservation efforts.</p><p>This session explores how artificial intelligence can help close that gap. We break down the practical, accessible, and ethical AI tools available today that can help your organization streamline operations, improve data workflows, and amplify your conservation impact—without requiring a massive technical budget or specialized computer science background.</p><p><strong>Key Takeaways from the Recording:</strong></p><ul><li><p><strong>Accessible AI Tools</strong>: An overview of free or low-cost AI technologies that non-profits can start exploring today.</p></li><li><p><strong>Simplifying Workflows</strong>: How machine learning can support backend data management, freeing up valuable staff time for hands-on research and community engagement.</p></li><li><p><strong>Strategic Decision-Making</strong>: Essential criteria for non-profit leaders to responsibly evaluate and select AI platforms that align with their mission and values.</p></li><li><p><strong>Real-World Context</strong>: Practical examples of how ocean organizations are successfully using AI tools to navigate data challenges.</p></li></ul><p>Watch the full recording here: <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://www.youtube.com/watch?v=PIcFSgje4y4">https://www.youtube.com/watch?v=PIcFSgje4y4</a></p><div data-embed-url="https://www.youtube.com/watch?v=PIcFSgje4y4" data-id="3w7pLWLqE3eFDdcE7AG7Z" data-type="embed"></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[On-Demand Gear to Reduce Large Whale Entanglement]]></title>
            <description><![CDATA[NOAA Fisheries is continuing its innovative work on on-demand (ropeless) fishing technology through its 2026 Northeast Experimental On-Demand Gear System Testing program. Working alongside commercial ...]]></description>
            <link>https://buildingbridges.cioos.ca/show-and-tell-9gwmrpte/post/on-demand-gear-to-reduce-large-whale-entanglement-E55JTnZUGDQvYGY</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/show-and-tell-9gwmrpte/post/on-demand-gear-to-reduce-large-whale-entanglement-E55JTnZUGDQvYGY</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Mon, 08 Jun 2026 12:47:35 GMT</pubDate>
            <content:encoded><![CDATA[<p>NOAA Fisheries is continuing its innovative work on on-demand (ropeless) fishing technology through its 2026 Northeast Experimental On-Demand Gear System Testing program. Working alongside commercial lobster fishers, the project is testing fishing gear that eliminates persistent vertical buoy lines in the water column, helping reduce the risk of whale entanglements while supporting sustainable fishing operations. The initiative provides valuable real-world insights into how on-demand gear can help balance marine conservation and fishing livelihoods, and may help inform future regulatory and technological developments in the sector.</p><p>To learn more: <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://www.fisheries.noaa.gov/new-england-mid-atlantic/marine-mammal-protection/developing-viable-demand-gear-systems">https://www.fisheries.noaa.gov/new-england-mid-atlantic/marine-mammal-protection/developing-viable-demand-gear-systems</a></p><div data-embed-url="https://www.fisheries.noaa.gov/new-england-mid-atlantic/marine-mammal-protection/developing-viable-demand-gear-systems" data-id="A09DBhQ2oDXQv0hr5DktD" data-type="embed"></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Building Bridges Event: Ocean Vibe Coding Meetup]]></title>
            <description><![CDATA[One of the best ways to learn artificial intelligence is to actually build something with it.

Come join us on June 11 for an ocean themed, casual vibe coding session! This meetup is a fantastic ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/building-bridges-event-ocean-vibe-coding-meetup-2zg6svkjA82Ss3k</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/building-bridges-event-ocean-vibe-coding-meetup-2zg6svkjA82Ss3k</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Fri, 22 May 2026 16:56:34 GMT</pubDate>
            <content:encoded><![CDATA[<p>One of the best ways to learn artificial intelligence is to actually build something with it.</p><p>Come join us on June 11 for an ocean themed, casual vibe coding session! This meetup is a fantastic opportunity to break the ice for our ongoing AI Clinic and to meet our clinicians Devi and Emily. We will spend a couple of hours building small ocean focused projects together using various artificial intelligence tools.</p><p>Absolutely no experience is required. Just bring your curiosity and a willingness to experiment!</p><p><strong>What to expect:<br></strong>We are keeping the format very simple. We will start with brief introductions and share some project ideas. From there, you can form small groups, work solo, or we might even decide to build a single project all together. We will spend the majority of the time building, experimenting, and helping each other, followed by some optional demos at the end.</p><p><strong>A few ideas already on the table:</strong></p><ul><li><p>A web viewer for hosting ocean video datasets and annotations</p></li><li><p>Tools that automate repetitive parts of ocean and environmental research workflows</p></li><li><p>Ocean data exploration and visualization projects</p></li><li><p>Whatever interesting ocean related idea you have been wanting to try!</p></li></ul><p><strong>When and Where:</strong></p><ul><li><p>Date: June 11 (Thursday)</p></li><li><p>Time: 2:00 PM to 3:30 PM ADT</p></li><li><p>Location: Hybrid (Join us in person at the Steele Ocean Sciences Building Room 344, 6375 Edzell Castle Cir, Halifax, or virtually from anywhere)</p></li></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Riding the Wave of Ocean AI: Building Bridges Community Launch Event]]></title>
            <description><![CDATA[Bringing together non-profits, academia, and more, this virtual event featured visionary keynotes on Canada-wide AI strategies and emerging ocean opportunities, alongside innovative cases of AI ...]]></description>
            <link>https://buildingbridges.cioos.ca/workshops-8soeov4o/post/riding-the-wave-of-ocean-ai-building-bridges-community-launch-event-aqmjIIPZCs7kgYO</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/workshops-8soeov4o/post/riding-the-wave-of-ocean-ai-building-bridges-community-launch-event-aqmjIIPZCs7kgYO</guid>
            <category><![CDATA[Featured Resource]]></category>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Tue, 19 May 2026 17:20:59 GMT</pubDate>
            <content:encoded><![CDATA[<p>Bringing together non-profits, academia, and more, this virtual event featured visionary keynotes on Canada-wide AI strategies and emerging ocean opportunities, alongside innovative cases of AI applied to marine work. We also highlighted accessible AI solutions and dedicated resources designed to empower participants on their AI journey.</p><h2 id="d167ec57-2000-464e-ab32-185e37fe8383" data-toc-id="d167ec57-2000-464e-ab32-185e37fe8383" class="text-xl"><strong>Watch the event recording:</strong></h2><p><a href="https://youtu.be/4NTUD-lH7Mk" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://youtu.be/4NTUD-lH7Mk</a></p><div data-type="embed" data-embed-url="https://youtu.be/4NTUD-lH7Mk"></div><p><strong>Download the Slides: </strong><a href="https://drive.google.com/file/d/1A0LOyG2e7ELWjJnV3T9Zf4i0oN-WU6yZ/view?usp=drive_link" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>https://drive.google.com/file/d/1A0LOyG2e7ELWjJnV3T9Zf4i0oN-WU6yZ/view?usp=drive_link</u></a></p><p><strong>Video Timeline:</strong></p><ul><li><p>0:00:00 | Slide #1-3 | <a href="https://youtu.be/4NTUD-lH7Mk" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Opening &amp; Welcome</a></p></li><li><p>0:08:22 | Slide #4-42 |<a href="https://youtu.be/4NTUD-lH7Mk?t=502" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Keynote: The Pan-Canadian AI Strategy - From Research to Impact (Dr. Elissa Strome (CIFAR))</a></p></li><li><p>0:56:47 | Slide #44-59 | <a href="https://youtu.be/4NTUD-lH7Mk?t=3407" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Environmental Data as a Geopolitical Battleground: AI &amp; Open Data Sovereignty (Dr. Schallum Pierre (Université Laval))</a></p></li><li><p>1:15:36 | Slide #61-68 | <a href="https://youtu.be/4NTUD-lH7Mk?t=4536" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">From Project to Community: Building Bridges through a Community (Shayla Fitzsimmons (CIOOS Atlantic))</a></p></li><li><p>1:25:37 | Slide #70-83 | <a href="https://youtu.be/4NTUD-lH7Mk?t=5137" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Interactive Session</a></p></li><li><p>1:40:55 | Slide #85-132 | <a href="https://youtu.be/4NTUD-lH7Mk?t=6056" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Keynote: ML Models for Decarbonized &amp; Efficient Maritime Supply Chains (Dr. Loubna Benabbou (UQAR &amp; Mila))</a></p></li><li><p>2:18:58 | Slide #134-155 | <a href="https://youtu.be/4NTUD-lH7Mk?t=8338" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Scaling up MPA Effectiveness Tracking for Global Targets (Beth Pike &amp; Nikki Harasta (Marine Conservation Institute))</a></p></li><li><p>2:38:02 | Slide #157-176 | <a href="https://youtu.be/4NTUD-lH7Mk?t=9482" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Successfully Delivering AI &amp; Technology Products for Ocean Impact (Ted Schmitt (Allen Institute for AI - Ai2))</a></p></li><li><p>3:03:40 | Slide #178-188 | <a href="https://youtu.be/4NTUD-lH7Mk?t=11020" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">From Process to Impact: An AI Acceleration Methodology for Conservation (Diego Padilla Huamán (Equilibria) &amp; Fanny M. Cornejo (Yunkawasi))</a></p></li><li><p>3:23:53 | Slide #189-190 | <a href="https://youtu.be/4NTUD-lH7Mk?t=12233" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">Wrap-up &amp; Closing</a></p></li></ul><h2 id="c4db33ba-c979-4250-950a-db65a3cb37d4" data-toc-id="c4db33ba-c979-4250-950a-db65a3cb37d4" class="text-xl"><strong>Additional Resources shared by presenters:</strong></h2><p><strong><em>Dr. Elissa Strome</em></strong></p><ul><li><p><a href="https://fnigc.ca/ocap-training/" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>First Nations Principles of OCAP</u></a></p></li><li><p><a href="https://cifar.ca/cifarnews/2024/06/18/indigenous-perspectives-in-ai/" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>CIFAR Indigenous Perspectives in AI course</u></a></p></li><li><p><a href="https://www.ipc.on.ca/en/resources/principles-responsible-use-artificial-intelligence" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>Ontario Privacy Commissioner Principles for Responsible AI</u></a></p></li><li><p><a href="https://ised-isde.canada.ca/site/ised/en/voluntary-code-conduct-responsible-development-and-management-advanced-generative-ai-systems#wb-auto-2" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>ISED Voluntary Code of Conduct for Generative AI</u></a></p></li></ul><p><strong><em>Dr. Schallum Pierre</em></strong></p><ul><li><p>Article in French published in the Revue Défense Nationale: “Artificial Intelligence in ISR: The Ethical Stakes and Perspectives for Canada in the Face of Hybrid Threats” <a href="https://shs.cairn.info/journal-revue-defense-nationale-2026-1-page-93?lang=en&amp;tab=resume" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://shs.cairn.info/journal-revue-defense-nationale-2026-1-page-93?lang=en&amp;tab=resume</a></p></li></ul><p><strong><em>Dr. Loubna Benabbou</em></strong></p><ul><li><p>ETA prediction: <a href="https://ieeexplore.ieee.org/abstract/document/10373707" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://ieeexplore.ieee.org/abstract/document/10373707</a></p></li><li><p>ETA monitoring: <a href="https://link.springer.com/article/10.1007/s13437-024-00342-9" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://link.springer.com/article/10.1007/s13437-024-00342-9</a></p></li><li><p>Speed prediction: <a href="https://www.mdpi.com/2077-1312/11/1/191?trk=organization_guest_main-feed-card-text" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://www.mdpi.com/2077-1312/11/1/191?trk=organization_guest_main-feed-card-text</a></p></li><li><p>Speed T water prediction: <a href="https://neurips.cc/virtual/2024/100566" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://neurips.cc/virtual/2024/100566</a></p></li><li><p>Currents Data downscalling: <a href="https://www.climatechange.ai/papers/neurips2025/49" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://www.climatechange.ai/papers/neurips2025/49</a></p></li><li><p>Emission prediction: <a href="https://www.climatechange.ai/papers/neurips2025/87" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://www.climatechange.ai/papers/neurips2025/87</a></p></li><li><p>Bio-Maribe Data Denoising: <a href="https://neurips.cc/virtual/2025/loc/san-diego/126987" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://neurips.cc/virtual/2025/loc/san-diego/126987</a></p></li></ul><p><strong><em>Nikki Harasta and Beth Pike:</em></strong></p><ul><li><p>MPAtlas: <a href="https://mpatlas.org/" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://mpatlas.org/</a></p></li><li><p>The MPA Guide: <a href="https://mpa-guide.protectedplanet.net/resources" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://mpa-guide.protectedplanet.net/resources</a></p></li><li><p>Gem Generator Prompt: <a href="https://github.com/Epersonf/gemini-gems/blob/main/Gem-Generator.md" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://github.com/Epersonf/gemini-gems/blob/main/Gem-Generator.md</a></p></li><li><p>Elements of AI: <a href="https://course.elementsofai.com/" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://course.elementsofai.com/</a></p></li><li><p>Building Systems with ChatGPT API: <a href="https://learn.deeplearning.ai/courses/chatgpt-building-system/lesson/k0pk1/introduction" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://learn.deeplearning.ai/courses/chatgpt-building-system/lesson/k0pk1/introduction</a></p></li><li><p>Building Apps with Windsurf: <a href="https://learn.deeplearning.ai/courses/build-apps-with-windsurfs-ai-coding-agents/lesson/ym8if/introduction" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://learn.deeplearning.ai/courses/build-apps-with-windsurfs-ai-coding-agents/lesson/ym8if/introduction</a></p></li><li><p>Windsurf: <a href="https://windsurf.com/pricing" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://windsurf.com/pricing</a></p></li></ul><h2 id="7edc7ac4-7cb9-4d3b-8b3a-1af88f6ac00c" data-toc-id="7edc7ac4-7cb9-4d3b-8b3a-1af88f6ac00c" class="text-xl"><strong>&nbsp;Questions that received written answers:</strong></h2><p><strong><em>Shayla Fitzsimmons</em></strong></p><p><strong><em>Q: </em></strong><em>Could you tell us about some of the learning opportunities available in the Community?</em></p><p><strong>A: </strong>Absolutely! We currently have two free and self-paced courses available, one that introduces AI from an oceans lens, and a second that introduces AI and ethics in an ocean context. And that's just the start--keep on eye on the community, there's more to come!</p><p><strong><em>Dr. Loubna Benabbou</em></strong></p><p><strong><em>Q: </em></strong><em>Has there been any work done on how vessel optimization efforts (optimizing speed, fuel usage, etc.) contribute to or subtract from noise reduction efforts?</em></p><p><strong>A: </strong>We are working on that in a research project with my colleagues at ISMER and we will soon publish a paper on the subject.</p><p><strong><em>Q: </em></strong><em>Given AI for weather forecast research has gotten lots of attention recently, with some models like Aurora outperforming traditional models in storm prediction. Do you think there is a lot of potential for AI in oceanography, for example prediction of currents data?</em></p><p><strong>A: </strong>Yes, I believe that hybrid physical models will accelerate the research and discovery in oceanography. We are working with our colleagues at ISMER to use ML models in current prediction.</p><p><strong><em>Q: </em></strong><em>How confident are you that the maritime industry—particularly shipowners—will adopt artificial intelligence tools and agree to share their data?</em></p><p><strong>A: </strong>It's very difficult to put a level of confidence, but in our collaboration, we are offering a free tool so they were very interested. We are working only with accessible data.</p><p><strong><em>Q: </em></strong><em>I am curious about the precision of ML vs deep learning algorithms for vessel speed, ETA or emission prediction. Has there been important developments in deep learning approaches in recent years, how do they compare to traditional ML?</em></p><p><strong>A: </strong>Effectively, with Trasformer and XLSTM we had a more accurate prediction.</p><p><strong><em>Q: </em></strong><em>First off, thank you for your interesting and thorough presentation, my question is the following : If we do manage to reduce emissions by improving trajectories and technologies, have you taken into account how the rebound effect (reduction in expected gains from new technologies that increase the efficiency of resource use, because of behavioral or other systemic responses) could influence emissions in the long run?</em></p><p><strong>A: </strong>Excellent question, we are working on that and also on how we can have a multi-objective optimization to take into account the reduction of emissions and noise, and also to ensure operational performance.</p><p><strong><em>Beth Pike</em></strong></p><p><strong><em>Q: </em></strong><em>Great presentation! May have missed this, but what are the final outputs of the workflow you described, and how do they finally help you assess the MPAs?</em></p><p><strong>A: </strong>Currently we are using the tool to check assessments, both before and after human conducted assessments to monitor for good outcomes and refining the tool. We hope to someday make the tool accessible to users who want to input data from their own MPAs to get an assessment for their MPA against the MPA Guide framework.</p><p><strong><em>Ted Schmitt</em></strong></p><p><strong><em>Q: </em></strong><em>What standards or methodologies do you use on the back-end to integrate datasets from multiple sources?</em></p><p><strong>A: </strong>We have so far integrated open source data, such as Sentinel 1, Sentinel 2, and Landsat. We are just beginning to pull in other data sources, and questions of standards and methodologies are still being developed. There is a whole question of how to make data AI ready. We are participating in efforts like the NSF funded FAIR grant: <a href="https://www.nsf.gov/awardsearch/show-award?AWD_ID=2531922" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://www.nsf.gov/awardsearch/show-award?AWD_ID=2531922</a></p><p><strong><em>Q: </em></strong><em>What types of data do Skylight and Shippy use in their models?</em></p><p><strong>A: </strong>Sentinel 1, Sentinel 2, VIIRS, and AIS are the primary satellite data sources. We do use high-res imagery from Maxar (now Vantor) on a very limited basis. But we squeeze as much as we can out of free, open source data to keep costs down. For Shippy, we have started pulling in data from sources like SkyTruth's Cerulian, Global Fishing Watch, and Protected Seas Navigator as just a few initial examples.</p><p><strong><em>Q: </em></strong><em>Ted, thank you for a fantastic presentation! There are some interesting models that I'm keen to explore more. A number of your examples were understandably based on land data. Can the same principles be applied in the OlmoEarth Studio environment to develop models based on ocean data?</em></p><p><strong>A: </strong>Thank you! We would very much like to do that, but have not yet begun. I'd be happy to have a conversation with anyone interested in doing that. My email is <a href="mailto:teds@allenai.org" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">teds@allenai.org</a>.</p><p><strong><em>Fanny M. Cornejo</em></strong></p><p><strong><em>Q:</em></strong><em> Great presentation Fanny! You've described all kinds of different gains and benefits of implementing AI in your processes; was there anything that you think has been -lost- in making this switch? For example in some of the more human components of your work, such as storytelling.</em></p><p><strong>A: </strong>Thank you for the question! Comms it’s a good example. We still “talk” to the AI tools we use to give context and ensure the stories still have a heart. However, in terms of giving structure, grammar, language, etc., it has definitely made things more efficient!</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Anyone suggesting an open source model for detecting sensitive data?]]></title>
            <description><![CDATA[Hello everyone,

I am wondering if there is any open source model specialized in sensitive data detection to integrate in our application.

Thanks in advance,

Yagmur]]></description>
            <link>https://buildingbridges.cioos.ca/basic-3-column-sw0ngprk/post/anyone-suggesting-an-open-source-model-for-detecting-sensitive-data-rby2L12jusjr673</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-3-column-sw0ngprk/post/anyone-suggesting-an-open-source-model-for-detecting-sensitive-data-rby2L12jusjr673</guid>
            <category><![CDATA[Artificial Intelligence]]></category>
            <category><![CDATA[SLGO]]></category>
            <dc:creator><![CDATA[Yagmur Gulec]]></dc:creator>
            <pubDate>Tue, 12 May 2026 17:09:19 GMT</pubDate>
            <content:encoded><![CDATA[<p>Hello everyone, </p><p>I am wondering if there is any open source model specialized in sensitive data detection to integrate in our application. </p><p>Thanks in advance, </p><p>Yagmur </p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[We Want to Hear From You: Workshop Topic Ideas Needed]]></title>
            <description><![CDATA[We are planning our hybrid National Workshop for September 21-22 in Ottawa, and we are currently collecting topics for our Call for Abstracts. What specific topics are you interested in hearing more ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-3-column-sw0ngprk/post/we-want-to-hear-from-you-workshop-topic-ideas-needed-GYuye0Q1WiovBku</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-3-column-sw0ngprk/post/we-want-to-hear-from-you-workshop-topic-ideas-needed-GYuye0Q1WiovBku</guid>
            <dc:creator><![CDATA[CIOOS Atlantic]]></dc:creator>
            <pubDate>Fri, 08 May 2026 11:50:52 GMT</pubDate>
            <content:encoded><![CDATA[<p>We are planning our hybrid National Workshop for September 21-22 in Ottawa, and we are currently collecting topics for our Call for Abstracts. What specific topics are you interested in hearing more about? Please leave your thoughts in the comments below! 👇</p>]]></content:encoded>
        </item>
    </channel>
</rss>