Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Linear: Agents and Code Quality
Learn a practical workflow for solving Linear issues using AI agents, focusing on maintaining code quality while accelerating development.
AI demo gods willing, I will walk you through my typical workflow for solving issues at Linear with agents. Along the way, I’ll share advice and lessons learned on how to maintain quality while integrating these new tools.
- Claude CodeAnthropic's agentic coding tool: Unleash Claude's raw power directly in your terminal or IDE to turn complex, hours-long workflows into a single command.Claude Code is Anthropic’s powerful agentic coding assistant, designed for high-velocity development. It operates natively within your terminal, IDE (VS Code, JetBrains), or via a web interface, allowing you to delegate complex tasks like feature building, bug fixing, and codebase navigation. The agent plans, edits files, executes commands, and creates commits, maintaining awareness of your entire project structure. Internally, Anthropic engineers using Claude Code reported a 67% increase in productivity, demonstrating its capacity to deliver significant gains for Pro and Max plan users.
- 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.).
- 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).
- LinearLinear is the blazing-fast issue tracking platform purpose-built for modern software teams: manage bugs, sprints, and roadmaps with speed and clarity.Linear is the high-performance issue tracking and project management platform designed for modern software development teams. We eliminate the complexity of legacy systems (like Jira) with a clean, keyboard-first interface that prioritizes speed and developer velocity . Teams use our core building blocks—Issues, Projects, and Cycles—to centralize bug tracking, plan time-boxed sprints, and coordinate product roadmaps . Integrations with tools like GitHub, Figma, and Slack streamline your workflow, ensuring engineers and product managers ship faster and stay aligned .
- ConductorThis is Netflix Conductor: an Apache 2This is Netflix Conductor: an Apache 2.0 licensed, cloud-agnostic workflow orchestration platform. It was engineered at Netflix to solve the complexity of coordinating hundreds of microservices for processes like content ingestion and encoding. Developers define resilient, asynchronous workflows using a simple JSON-based DSL, decoupling the business logic from the state management. The engine handles the heavy lifting: task scheduling, automatic retries, error handling, and persistent state. Conductor is proven to scale, supporting millions of concurrent process flows, and provides critical observability via a built-in UI for real-time monitoring and debugging.
Related projects
Vibe Coding AI Agents
Chicago
Learn how to build and deploy production‑grade AI agents quickly using Mastra AI, a TypeScript framework, with practical…
How We Accidentally Built a Vibe Coding Tool (and Why It's Awesome)
Prague
We'll explain how we built Macaly, a web‑based LLM coding tool, its technical architecture, key differences from Bolt…
How to vibe code a presentation
Boston
Learn how to build a React web application that generates slides, replacing Google Sheets and Keynote, using AI…
Vibe Coding with Bolt
DC
Learn how to quickly prototype web and app concepts using the Bolt platform, covering practical steps, tools, and…
A Quick Demo of Vibe Kanban
Liverpool
The demo shows how Vibe Kanban coordinates multiple AI agents, illustrating task distribution, state tracking, and real‑time collaboration…
When Vibe Coding Goes Wrong: Lessons From the Trenches
St Louis
Learn how to manage AI coding tool context windows, enforce code control with documentation and automation, and treat…