Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
FlowCoder: Visual Agent Workflows
Build custom, automated coding workflows for Claude Code and Codex using a visual flowchart builder supporting loops, branching, and variables.
Long-time vibe coders encounter certain repeated frustrations with our favorite coding agents: they can fail to properly follow complex prompts, they often require repetitive prompting patterns, and their autonomous capabilities on long time scales (e.g. overnight) are limited. FlowCoder is an app designed to address these problems, allowing the user to create and execute custom automated workflows for Claude Code and Codex via a visual flowchart builder. This project aims to both help vibe coders scale their results and enable autonomous agent research by building on top of existing coding agents. FlowCoder’s flowchart-based workflows are primarily directed graphs of prompts for agents, bash commands, and calls to execute other flowcharts. These directed graphs can contain branches and cycles, supporting both while-loop and for-loop paradigms, enabling powerful autonomous behaviors. These flowcharts support a number of programmatic features, including variable handling, branching based on boolean expressions, a stack of flowchart commands each with its own variable scope, and argument substitution. Git integration is built-in, with automatic git snapshots after each flowchart block. FlowCoder builds off existing coding agents rather than raw LLM APIs, allowing it to take advantage of intelligent behaviors already encoded in to Claude Code and Codex.
Visual, block-based flowcharts automate Claude Code/Codex agents via Python/Bash execution.
- 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.
- Claude Agent SDKThe Claude Agent SDK (Python, TypeScript) transforms Claude into an autonomous, production-ready agent by granting it controlled access to a computer: file operations, Bash execution, and external tool integration via the Model Context Protocol (MCP).This SDK provides the core agent harness that powers Claude Code, enabling developers to build sophisticated, general-purpose agents. It offers official TypeScript and Python libraries for seamless integration. Agents gain powerful, safe capabilities: reading and writing files, executing sandboxed Bash commands, and leveraging a rich tool ecosystem. The framework includes essential production features (e.g., automatic context management, granular permission modes like `acceptEdits`, and built-in cost tracking). Use the open Model Context Protocol (MCP) to connect custom tools, databases, and APIs, extending Claude’s utility far beyond simple chat to complex, multi-step workflows.
- CodexCodex is OpenAI's autonomous AI software engineering agent: it executes full development tasks in a sandboxed cloud environment.Codex is the advanced, cloud-based software engineering agent from OpenAI, built on a specialized model like `codex-1` (a fine-tuned version of `o3`). It operates on an asynchronous delegation model, allowing developers to assign complete tasks—not just receive suggestions—via the ChatGPT interface. The agent works independently in a secure, isolated cloud container provisioned with the user's GitHub repository and environment. It reads code, writes new features, fixes bugs, runs tests, and drafts Pull Requests (PRs) for review, significantly accelerating the development lifecycle. Access is provided through ChatGPT Plus, Pro, and Enterprise plans.
- Codex SDKThe Codex SDK (Software Development Kit) provides a robust TypeScript library for embedding the full power of the Codex agent into server-side applications (NodeThe Codex SDK (Software Development Kit) provides a robust TypeScript library for embedding the full power of the Codex agent into server-side applications (Node.js v18+). This is your direct control channel: use it to programmatically manage complex engineering tasks, initiate multi-step code generation threads, and build custom AI-powered agents. Key use cases include automating CI/CD pipelines, triggering code fixes via GitHub Actions, and integrating advanced code review into internal tools. The SDK is designed for deep, custom integration, offering unmatched flexibility over the out-of-the-box Codex CLI or IDE extensions.
- 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) .
Related projects
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…
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,…
Making claude code write more reliable code
Seattle
Learn about ATX, a tool that integrates with Claude code to provide real-time feedback, improving code reliability and…
Claude Code as Your Everything Agent: A Persistent, Self-Improving AI Workspace
Orange County
See a practical, hacky architecture for a persistent "everything agent" built on Claude Code, handling diverse tasks without…
Coding is Solved. Next Up: Figure Out How to Plan
Seattle
Discover how to manage AI-generated plans and code reviews efficiently. This talk explores building an agent-native Google Docs…
Claude Code Demo
San Diego
Learn to use Cloud Code, build skills, and utilize sub-agents to boost productivity and maintain focus. This mainstage…