Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
CLU: Multi-Agent Orchestration
Explore CLU, a platform evolving into a multi-agent orchestration brain, detailing tooling patterns and production insights for coordinating AI agents at scale.
CLU is a platform that builds, deploys, and orchestrates fleets of autonomous AI agents across complex business ecosystems. In this talk, I’ll walk through how CLU evolved from a simple automation layer into a full multi-agent orchestration brain capable of coordinating tools, APIs, data sources, and domain-specific agents at scale.
CLU orchestrates autonomous, multi-agent AI workflows integrating enterprise systems via APIs.
- CLUThis is Conversational Language Understanding (CLU), a core feature in Azure AI Language: it replaces the legacy Language Understanding (LUIS) serviceThis is Conversational Language Understanding (CLU), a core feature in Azure AI Language: it replaces the legacy Language Understanding (LUIS) service. CLU uses state-of-the-art machine learning to process user utterances, accurately predicting the user’s overall goal (intent) and extracting key data points (entities). Developers leverage this cloud-based API service to power intelligent, multi-turn conversational applications, such as advanced chatbots or command-and-control systems, like one that processes a command to 'turn lights on or off.'
- GRID FrameworkThis is the definitive, technology-agnostic standard for evaluating AI solutions: The GRID FrameworkThis is the definitive, technology-agnostic standard for evaluating AI solutions: The GRID Framework. It acts as a common language, ensuring clear communication between buyers, vendors, and evaluators across the industry. The framework systematically anchors innovation in three core pillars—Governance, Reliability, and Deployment—to move beyond 'innovation theater' (hype) and focus on scalable, responsible execution. Organizations use GRID for critical functions: product reviews, partner assessments, and due diligence, establishing a clear metric for AI excellence and operational maturity.
- PythonPython: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
- FastAPIFastAPI is a modern, high-performance Python web framework for building APIs with automatic OpenAPI documentation.FastAPI is a robust, high-speed Python web framework: it is built on Starlette (for async capabilities) and Pydantic (for data validation and serialization). Leveraging standard Python 3.8+ type hints, the framework automatically generates interactive API documentation (Swagger UI/ReDoc) and enforces data validation, effectively reducing developer-induced errors by an estimated 40%. This architecture delivers performance on par with Node.js and Go, significantly increasing feature development speed (up to 300% faster). It is production-ready, fully supporting OpenAPI and JSON Schema standards for all API specifications.
- ReactReact is an open-source JavaScript library for building dynamic user interfaces (UIs).React is a component-based JavaScript library, developed by Meta (Facebook), engineered for building fast, declarative UIs. It mandates a one-way data flow and utilizes a Virtual DOM mechanism to ensure efficient, predictable updates to the user interface. Developers construct complex UIs by composing small, encapsulated components; this architecture promotes code reusability and simplifies state management across large applications. The library employs JSX (a syntax extension) to integrate HTML-like markup directly within JavaScript logic, supporting development for both web (React DOM) and native mobile platforms (React Native).
Related projects
Your AI Agent Just Designed Its Own Face (And Changed My Dashboard Without Asking)
Miami
See how an AI agent designed its own face using Gemini, saved it, and updated its dashboard avatar…
agents as contracts - everyone hates reading
Miami
Explore how autonomous agents can automate contract creation, execution, and monitoring, showing real‑world implementations and the practical challenges…
Agentspace Demo
Miami
This talk demonstrates Google's next-generation AI Agents Platform, highlighting new innovations and practical applications showcased on the mainstage.
Agentify Agent: Converting Pre-Built Agents into the Agentuity Framework
Miami
Learn how Agentify converts existing open‑source AI agents into runnable Agentuity projects by parsing documentation, extracting TypeScript, structuring…
Claude Code as Your Everything Agent: A Persistent, Self-Improving AI Workspace
Orange County
See a practical, hacky architecture for a persistent "everything agent" built on Claude Code, handling diverse tasks without…
Creating AI Agents in JavaScript
Miami
Live demonstration of building a JavaScript multi‑agent system using KaibanJS, showing role‑based agents, shared memory, LLM integration, tool…