AI

AMII Upper Bound AI Conference 2026

by Drew Leske, 27 May 2026

Upper Bound is easily one of the larger conferences I’ve attended. It lists 8,000 attendees and 250 speakers, encompassing several key sectors: education, health care, science, culture, policy and engineering, across the axes of academia, government, and industry. The potential for cross-pollination is high.

Development with on-premise AI in VS Code

by Archie To, 5 March 2026

Software development with AI is becoming more and more popular. AI can help developers write code faster, debug issues quicker, and improve overall productivity. However, in an environment where privacy and security are deep concerns such as UVic, we need to be more careful about how AI is used.

Using LLMs for Log Anomaly Detection

by Paurav Hosur Param, 17 October 2025

Our team recently investigated using AI for log anomaly detection. One of the several approaches was querying Large Language Models (LLMs) through the Ollama API. This article documents the journey from initial exploration to a production-ready API call, including the tools we discovered, the prompt engineering techniques that worked, and best practices for the team moving forward.