Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Spec-Driven AI Coding Quality
Learn practical, spec-driven methods to improve AI coding quality and speed using lightweight specs, clear decisions, and structured workflows for immediate team adoption.
AI coding tools are fast, but without clear product and technical context they break down quickly. This talk walks through a practical, real-world approach to spec-driven AI development and how lightweight specs, clear decisions, and structured workflows dramatically improve the quality, speed, and reliability of AI-assisted engineering. I’ll share patterns that work, common failure modes, and how teams can adopt this approach without slowing down.
Devplan uses spec-driven development to guide AI coding agents via an MCP server.
Devplan's AI context engine bridges planning and engineering, improving code quality 25%.
- 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.).
- NodeNode.js is a high-performance JavaScript runtime built on the V8 engine for executing scalable network applications.Ryan Dahl launched Node.js in 2009 to rethink server-side concurrency. It utilizes an event-driven, non-blocking I/O model to manage thousands of concurrent connections on a single thread. The system runs on Google's V8 engine (C++) and provides access to npm (a registry with over 2 million packages). Companies like Netflix and LinkedIn use it for its speed and scalability: it remains the top choice for real-time data streaming and microservices.
- 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).
- 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) .
- GoGo is Google's open-source, compiled, and statically-typed language built for high-performance, scalable systems (microservices, cloud infrastructure) via simple, efficient concurrency (goroutines).Go (often called Golang) is a compiled, open-source language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson to solve modern software challenges: slow build times and complex dependencies. It is statically-typed and syntactically clean, drawing inspiration from C but adding key features like automatic garbage collection and a powerful, built-in concurrency model (goroutines and channels). This design delivers fast compilation and runtime efficiency, making it the premier choice for building scalable, reliable systems; major projects like Docker and Kubernetes rely on Go for their core infrastructure.
Related projects
Spec-Kit: From AI Idea to Actionable Plan in Minutes
Dallas Fort Worth
Use Spec‑Kit’s markdown templates to turn an AI idea into a structured spec, plan features, break tasks, and…
Rapid Prototyping with GitHub Spec Kit: Building a Toastmasters Role Assistant
Seattle
See the text-to-app workflow using GitHub Spec Kit to build a Toastmasters assistant, covering prompt engineering, generated code,…
AI Customer Persona Build Your Techspecs
Seattle
Learn to use AI personas with the Personaut VS Code extension to define product technical specifications, features, user…
AI gives you wings
Seattle
Learn how to build fully functional prototypes using V0, Lovable, and Cursor without coding, covering app architecture, cost,…
unrav.io - Make complex simple again
Seattle
Live demonstration of unrav.io, an AI‑powered tool that transforms any web page into summaries, audio podcasts, mind maps,…
Calling Tools like code programmatically
Seattle
This talk introduces Codecall, a system for programmatically orchestrating multiple tools using Deno sandboxes, reducing context bloat from…