Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
AI Tax Calculator for Canada
Live demo of an AI‑generated web app that scrapes current Canadian tax tables, computes multi‑source income taxes, and visualizes RRSP, FHSA, TFSA savings.
In this 6-minute demo, I’ll show how I used AI to code an interactive Canadian tax savings calculator from scratch 🛠️🤖. Using AI prompts, I generated everything—from web app code to scripts that scrape official government sites for the latest tax data 📊🇨🇦.
You’ll get a live walkthrough of the tool itself as well as a peek behind the curtain at the AI-powered building process 👀✨. The calculator lets users add multiple income sources and visually breaks down taxes into provincial and federal brackets. It also shows before-and-after tax savings from RRSP, FHSA, and TFSA contributions, turning what usually feels like a nightmare of numbers into clear, colorful, digestible visuals 🌈📈. I’ll highlight the AI-generated code that handles scraping, tax logic, and chart rendering.
Determines Canadian taxable income reduction via RRSP/FHSA/TFSA contribution optimization.
- Manus AIManus AI is a fully autonomous agent engineered for end-to-end complex task execution, achieving state-of-the-art performance in the GAIA benchmark.Manus AI is an autonomous, general-purpose AI agent, launched in March 2025, designed to execute complex, multi-step workflows without continuous human supervision. The platform utilizes a sophisticated multi-agent architecture (Planner, Execution, Verification Agents) to decompose tasks and integrate tools like web browsers and databases. It delivers complete results, not just suggestions: for instance, Manus can autonomously conduct multi-source research, synthesize structured reports, or perform web automation. Credibility is high: the agent achieved state-of-the-art (SOTA) performance across all difficulty levels in the GAIA benchmark, significantly outperforming competitor models.
- GPT-4oGPT-4o (omni) is OpenAI's flagship multimodal model: it delivers GPT-4 intelligence with native, real-time processing across text, audio, and vision.This is GPT-4o, OpenAI’s 'omni' model: a single neural network natively handling text, audio, and image inputs and outputs. It matches GPT-4 performance on English text and code, but surpasses it on non-English language, vision, and audio benchmarks. The speed is a major upgrade: it achieves human-level responsiveness in voice, with an average response time of 0.32 seconds (a significant jump from GPT-4’s 5.4 seconds). Developers get a 128K token context window and a model that is more cost-efficient than its predecessor, making high-intelligence, real-time applications viable.
- ChatGPTOpenAI's Generative Pre-trained Transformer (GPT) model: a conversational AI chatbot for instant text generation, coding assistance, and complex problem-solving.Launched by OpenAI in November 2022, ChatGPT is a state-of-the-art conversational AI, built on the Generative Pre-trained Transformer (GPT) architecture (e.g., GPT-4). The system is fine-tuned using Reinforcement Learning from Human Feedback (RLHF) to produce human-like dialogue, admit mistakes, and reject inappropriate requests. Users leverage the chatbot to execute diverse tasks: generating code snippets, drafting professional emails, summarizing technical documents, and even creating original images via DALL-E integration. It functions as a powerful, multi-purpose tool for rapid content creation and information retrieval.
- OpenAIOpenAI is an AI research and deployment company: We build safe artificial general intelligence (AGI) to benefit all of humanity.OpenAI is a premier AI research and deployment company, focused on developing safe Artificial General Intelligence (AGI) for global benefit. The organization operates under a unique structure: a non-profit Foundation governs a for-profit Group, which functions as a public benefit corporation. Its technology portfolio includes industry-defining models like the GPT series (e.g., GPT-4o, GPT-5.1), the conversational platform ChatGPT, and the text-to-video model Sora. These tools drive innovation across multiple sectors, providing powerful, accessible AI capabilities for developers, businesses, and consumers worldwide.
- OpenAI APIOpenAI API: Your direct gateway to cutting-edge AI models (GPT-4o, DALL-E 3, Whisper), enabling scalable, multimodal intelligence integration into any application.The OpenAI API provides authenticated, programmatic access to a powerful suite of generative AI models. Developers leverage REST endpoints and official libraries (Python, Node.js) to integrate capabilities like advanced text generation (GPT-4o), image creation (DALL-E 3), and speech-to-text transcription (Whisper). This platform is engineered for scale, supporting millions of daily requests for tasks from complex reasoning to real-time customer support agents, ensuring your application gets reliable, state-of-the-art intelligence.
Related projects
TaxGPT: Using AI to answer tax filing questions for Canadians
Toronto
Learn how TaxGPT uses CRA data, retrieval‑augmented generation, and a processing pipeline to answer Canadian tax questions, filter…
Building a Real-Time Municipal Data Parser: How We Normalized 30 Years of Toronto Zoning By-Laws with AI
Toronto
This talk details building an AI engine to normalize 30 years of inconsistent Toronto zoning by-laws from messy…
Mojek Personal Finance Chatbot
Toronto
Learn how a multi‑agent Langgraph architecture combines RAG, knowledge‑graph orchestration, and JSON tool APIs to answer personal finance…
JetBrains Long Code Arena
Toronto
Exploring JetBrains Long Code Arena benchmarks, we'll demonstrate project‑wide code completion and library‑based generation, discuss context strategies, and…
Ai Agents
Toronto
An overview of designing and deploying AI agents and MCP solutions at CIBC, covering architecture, integration, testing, and…
AI-Guided RISC-V Datapath Visualization
Toronto
Learn how an AI‑driven RAG chatbot integrates with a RISC‑V single‑cycle and 5‑stage pipeline visualizer to explain execution…