Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Vibe-Coded Plug-Ins
Learn how to build a prompt-generated dashboard plug-in system. This talk covers generating Vue components, managing props, and securely rendering them in sandboxed iframes.
I’ll live-demo a prompt-generated dashboard plug-in system: a user asks for a custom dashboard tile, the backend generates a vue component plus a typed props schema, live props are resolved through an agent with tenant-scoped tools, and the browser renders the result inside a sandboxed iframe
Ariso synchronizes teams using Claude-powered frontier AI applications.
- 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.
- ClaudeClaude is Anthropic's flagship family of large language models (LLMs): a high-performance, Constitutional AI system built for safety, complex reasoning, and expert-level collaboration.Claude is a next-generation AI assistant developed by Anthropic, a research firm prioritizing AI safety. The models (including Opus, Sonnet, and Haiku) leverage Constitutional AI to ensure helpful, honest, and harmless outputs, a key differentiator from competitors. Claude excels at complex enterprise tasks: processing massive context windows for in-depth data analysis, generating and reviewing code, and providing expert-level summarization for documents up to 200,000 tokens. It is deployed as a conversational chatbot and via API, offering scalable AI solutions for developers and businesses.
- VueVue is the progressive JavaScript framework for building performant, incrementally adoptable user interfaces and single-page applications (SPAs).Vue is a progressive, component-based JavaScript framework designed by Evan You for efficiently developing user interfaces and SPAs. Its core strength is incremental adoption: use it for small-scale feature enhancement or scale up to a full-featured application with official tools. The current stable version, Vue 3 (v3.5.24), features a truly reactive, compiler-optimized rendering system and a declarative programming model. Leverage the official ecosystem: use Vite for fast tooling, Vue Router for SPAs, and Pinia for state management. This versatile solution builds directly on standard HTML, CSS, and JavaScript, ensuring approachability and high performance.
- 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.).
- PostgresPostgres is the world's most advanced open-source object-relational database, engineered for enterprise-level reliability and data integrity.PostgreSQL (Postgres) is a powerful, open-source object-relational database system: it extends the SQL standard and handles complex data workloads with proven architecture. Its origins trace back to 1986 at UC Berkeley. The platform is fully ACID-compliant and uses Multi-Version Concurrency Control (MVCC) to manage high transaction rates with minimal locking. Key features include robust extensibility, allowing users to define custom data types and functions, plus a vast ecosystem of add-ons like the PostGIS geospatial extender. This focus on reliability and feature depth makes it the top choice for critical applications across all major operating systems.