Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Loblaws: Autobots Supply Chain
This talk covers Autobots, an AI agent managing Loblaws supply chain exceptions by autonomously emailing vendors, processing replies, and updating databases.
Autobots is an autonomous AI agent system that manages supply chain exceptions (such as inventory shortages) for Loblaws. It proactively emails vendors to inquire information, consumes their replies, and updates internal database without human intervention. Built on LangGraph, the AI agent parses unstructured vendor emails, categorizes the topic, and dynamically determines the optimal next step to resolve issues automatically.
- LangGraphA low-level orchestration framework for building long-running, stateful, and cyclic multi-agent systems using a graph-based architecture.LangGraph is the specialized, low-level runtime for developing complex AI agents, extending the LangChain ecosystem to handle intricate, stateful workflows. It models the agent's logic as a directed graph: nodes represent actions (LLM calls, tool use), and conditional edges dictate the flow, enabling critical features like cycles (loops) for iterative reasoning. This graph-based approach ensures durable execution, allowing agents to persist through failures and resume operations. Key capabilities include comprehensive memory management via a shared state object and built-in human-in-the-loop functionality (interrupts) for external oversight. This robust framework is trusted by production teams at companies like Klarna and Replit for deploying scalable, resilient agent architectures.
Related projects
Beyond Text: Hacking Transformers to Detect Anomalies in Million-Scale Netflow Data
Toronto
See how ELECTRA was adapted to classify million-scale netflow data by treating traffic as text, graphs, and quantum…
Human-ish: A Mirror for the AI Age
Toronto
This talk introduces Human-ish, a tool to detect AI-written LinkedIn posts, exploring the feedback loop between AI content…
JobsYo: Building an AI-based but Human-driven Job Search, Research and Apply Ecosystem
Toronto
See a live demo of an AI job search platform featuring multi-model API routing, context engineering, agentic job…
Antigravity Demo by Google
Toronto
Explore Google Antigravity, an agent-first platform for deploying autonomous agents that plan, execute, and verify complex tasks across…
Agents on edge
Toronto
Examining deployment of TinyLlama on a 4 GB Jetson Nano, measuring memory, CPU, and GPU usage while assessing feasibility…
Zoning Pal: A Lightweight AI Agent for Parsing City Planning Bylaws
Toronto
This talk demonstrates Zoning Pal, an AI tool that parses Toronto bylaws to provide automated zoning analyses, including…