Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Aysnc AI Coding
This demo shows invoking Claude Code via GitHub Actions for AI coding, detailing the CI/CD pipeline that enables useful concurrent agent execution.
AI coding demo, invoking Claude Code via GitHub Actions, and the CI/CD that makes it useful
- 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.
- GitHub ActionsGitHub Actions automates your software workflows (CI/CD, testing, deployment) directly within your repository.GitHub Actions is your native, event-driven automation platform: it executes custom workflows right inside your GitHub repository. Define multi-step jobs using YAML files, which must be stored in the `.github/workflows` directory. These workflows trigger on specific events, like a `push` to a branch or a `pull_request` opening. The platform supports world-class Continuous Integration and Continuous Deployment (CI/CD), letting you build, test, and deploy code across any language (e.g., Python, Node.js, Java). Runners—Linux, Windows, or macOS virtual machines—execute the jobs. For security, confidential data is managed via GitHub `secrets`, ensuring credentials stay out of your code.
- 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) .
- 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.).
- CI/CDCI/CD (Continuous Integration/Continuous Delivery) is the automated software pipeline that moves code from commit to production, ensuring frequent, reliable releases.CI/CD represents the core automation engine for modern DevOps: Continuous Integration (CI) mandates developers frequently merge code, triggering automated builds and unit tests immediately. The Continuous Delivery/Deployment (CD) phase then takes that validated artifact, packages it (often as a Docker container), and deploys it to staging or production environments. Tools like Jenkins, GitLab CI/CD, and GitHub Actions orchestrate this entire flow, drastically reducing the deployment cycle time from days to minutes and cutting manual errors by over 90%.
Related projects
Shifting Out: Using AI to Translate Across the Organization
Atlanta
Explore using AI as an organizational translation layer to clarify executive intent, normalize team language, and preserve context…
x402-Enabled AI Gateway
Atlanta
This talk covers building an LLM Gateway using the x402 protocol for real-time, pay-per-request inference calls with stablecoins,…
Claude Code Demo
San Diego
Learn to use Cloud Code, build skills, and utilize sub-agents to boost productivity and maintain focus. This mainstage…
Coding with AI: What Works & What Doesn't
Manchester Nh
Learn practical AI coding assistant dos and don'ts, avoiding slowdowns. See a live demo of a self-learning agent…
Coding Agents Are Good at Algorithms
Eindhoven
This talk explores using coding agents to develop a complex algorithm for a word game, demonstrating how collaboration…
Memora- Reconnecting with Who You Used to Be
Atlanta
Chat with your past self using your own written reflections. This AI analyzes your words to respond as…