Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Efficient Local Workflows with Claude Code Hooks
Learn how to automate routine development tasks locally with Claude Code Hooks, creating fast, robust, and token-efficient workflows by combining natural language prompting with procedural code.
As a solo engineer for several early startups, I’ve built out a one-person development workflow that is both fast and robust. Part of that workflow includes custom skills I want to run every time I do a certain action - like code review every time I create a PR. With hooks, I can trigger those processes automatically, locally.
GitHub Action automating PR code reviews using Anthropic's Claude.
- 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.
- HooksHooks are JavaScript functions (like `useState` and `useEffect`) that let you tap into React state and lifecycle features directly from functional components, eliminating the need for class components.React Hooks, introduced in version 16.8, are the standard for modern component logic: they allow functional components to manage state, handle side effects, and optimize performance. Core Hooks like `useState` manage local component state (e.g., a counter value), while `useEffect` handles side effects (e.g., data fetching or DOM manipulation) after a render. Custom Hooks (e.g., `useOnlineStatus`) enable logic reuse across your application, keeping components clean and focused on rendering UI.
- SkillsThe essential platform for building in-demand AI and technical capabilities: access free courses, skill badges, and industry-recognized Google Cloud certifications.Skills (Google) delivers targeted, high-impact technical training to close the global skills gap. The platform offers extensive no-cost options for all learning levels, including hundreds of courses focused on AI and technical fundamentals. Users earn shareable digital credentials: complete a certificate learning path for a full certification, or finish a series of courses to secure a Skill Badge, proving practical, technical expertise. This is the direct path for individuals and Google Cloud partners to validate knowledge and advance their careers with industry-recognized credentials.
- LLMLarge Language Models (LLMs) are deep learning models, built on the Transformer architecture, that process and generate human-quality text and code at scale.LLMs are a class of foundation models: massive, pre-trained neural networks (often with billions to trillions of parameters) that leverage the self-attention mechanism of the Transformer architecture (introduced in 2017) to predict the next token in a sequence. Trained on vast datasets (e.g., Common Crawl's 50 billion+ web pages), these models—like GPT-4, Gemini, and Claude—acquire predictive power over syntax and semantics. They function as general-purpose sequence models, enabling critical applications such as complex content generation, language translation, and automated code completion (e.g., GitHub Copilot). Their core value: generalizing across diverse tasks with minimal task-specific fine-tuning.
Related talks
More from the community
Claude as a Workflow Engineer: Skills, Shortcuts
Nashville
Learn to build custom Claude skills and automate repetitive tasks in your iOS development workflow, presented on the…
Turning Claude Code into a Self-Improving Agentic Development Platform
Orange County
Learn how to turn AI coding sessions into a self-improving platform using reinforcement learning and verifiable rewards, training…
Development automation with Claude Code
Seattle
Learn about a practical Claude Code setup for development automation, including spec-driven development, TDD enforcement, automated Git workflows,…
Jules: An AI Agent That Thinks, Argues, and Writes
Austin
See how an AI agent can think, argue, and write with you. This talk demos structured reasoning, persistent…
Claude-Reflect: Teaching Your Coding Agent Through Corrections
Seattle
Learn how Claude-Reflect creates persistent memory for coding agents through corrections, a two-stage pipeline, and reusable `/reflect-skills` via…
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…
Compose Email
Loading recent emails...