Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Ai Agents
An overview of designing and deploying AI agents and MCP solutions at CIBC, covering architecture, integration, testing, and lessons learned from production.
I built some agent and mcp and wanted to learn from others
- TypeScriptTypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
Related projects
Building Agentic AI for Intelligent Facility Operations
Toronto
Demonstration of an autonomous AI agent that ingests live building sensor data, identifies energy usage patterns, and automatically…
Building Autonomous AI Agents
Toronto
Live demo of autonomous AI agents using the crewAI framework, showing real‑time learning and decision‑making, with code on…
Workflows of Agents
Toronto
Learn how chaining closed‑loop AI agents into step‑by‑step workflows creates reliable, maintainable automation for complex knowledge‑work tasks, including…
Collaborating Agents
Toronto
The talk explains how blockchain can record AI agents' actions, enabling transparent, auditable collaboration and verifiable decision‑making across…
Empathic AI Agent
Toronto
Learn how an empathic AI agent uses Langchain to generate clarifying questions, improving response relevance and reducing hallucinations…
Browsing the web with AI
Toronto
Explore building reliable web‑scraping agents using a vision-language model, Claude reasoning, Selenium automation, and prompt engineering, demonstrated with…