Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Modular LLM Reasoning Pipelines
Live demo of building a modular LLM pipeline that transforms unstructured inputs into structured data, uses vector DB retrieval, and makes decision logic without agents.
In this live walkthrough, I’ll demo how I built an LLM-powered pipeline system that replaces brittle agent frameworks with modular, composable reasoning stages. The system processes unstructured inputs (like emails and legal docs), extracts structured data, embeds it, retrieves semantically relevant context from a vector DB, and then makes decisions like: “Is this part of an existing deal or a new one?”
No agents. No RAG gimmicks. Just pipelines, embeddings, and judgment calls from a model with traceability.
I’ll walk through:
Canonicalization (turning messy inputs into structured data)
Vector-powered context graph retrieval
LLM reranking and decision logic
Real-time deal creation or attachment via reasoning
How I kept it all observable, debuggable, and scalable across domains
Everything will be live—from the code to the reasoning decisions. No slides, no fluff, just raw execution.
LegalFlow is an AI-powered operating system automating real estate deals, documents, and agent workflows.
Related projects
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…
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…
Empathic AI Agent
Toronto
Learn how an empathic AI agent uses Langchain to generate clarifying questions, improving response relevance and reducing hallucinations…
Building educational content with AI workflows
Toronto
A live demo of AI‑driven workflows that generate, refine, and validate software‑development courses using spaced‑repetition principles, with code,…
Multi Agent Business Insights
Toronto
Learn how to build a multimodal AI system that automatically extracts company names, classifications, addresses, and brand assets…