Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Anita: A Proactive Synthetic Organism
Explore Anita, a proactive AI architecture modeled on biological organisms. See how continuous stimuli trigger reactions and actions, enabling self-extension through typed senses and declarative code.
Anita is a proof-of-concept architecture for building proactive AI agents that perceive and act on their own, instead of waiting for a prompt. Inspired by the Synths from the TV series “Humans” and by the OpenClaw project, the architecture is modeled after biological organisms: receptors perceive continuous streams of stimuli and react to them. The agent has “organs”, “senses”, a central “nervous system”, and declarative “reactions”. The key goal is extensibility, not just by the developer, but by Anita herself. In the demo, I’ll fire stimuli into the running system and show how perceptions flow through reactions and produce actions.
- LangGraphA low-level orchestration framework for building long-running, stateful, and cyclic multi-agent systems using a graph-based architecture.LangGraph is the specialized, low-level runtime for developing complex AI agents, extending the LangChain ecosystem to handle intricate, stateful workflows. It models the agent's logic as a directed graph: nodes represent actions (LLM calls, tool use), and conditional edges dictate the flow, enabling critical features like cycles (loops) for iterative reasoning. This graph-based approach ensures durable execution, allowing agents to persist through failures and resume operations. Key capabilities include comprehensive memory management via a shared state object and built-in human-in-the-loop functionality (interrupts) for external oversight. This robust framework is trusted by production teams at companies like Klarna and Replit for deploying scalable, resilient agent architectures.
- DeepAgentsA powerful agent harness for building autonomous AI systems with recursive planning, sub-agent delegation, and persistent file-system memory.DeepAgents is the specialized framework for building autonomous AI systems that handle complex, multi-step workflows. Built on LangChain and LangGraph, the MIT-licensed Python library moves beyond simple tool-calling loops by providing a robust agent harness with recursive planning and sub-agent delegation. It uses a virtual file system to maintain persistent state across tasks spanning hundreds of steps (effectively preventing the context window overflow that plagues standard models). You can use built-in tools like write_todos to decompose high-level goals into discrete actions, while specialized sub-agents handle focused research or coding tasks. This architecture mirrors the design patterns found in production-grade systems like Claude Code and OpenAI's Deep Research, making it the standard for enterprise-level agentic automation.
- 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.).
- BunBun is the fast, all-in-one JavaScript runtime and toolkit: it replaces Node.js, npm, and multiple development tools with a single, cohesive executable.Bun delivers a high-performance JavaScript runtime, built from scratch in Zig and powered by Apple's JavaScriptCore engine (not V8). It functions as a drop-in replacement for Node.js, but unifies the entire development workflow: the runtime, package manager (e.g., `bun install`), bundler (`bun build`), and test runner (`bun test`) are all integrated. This architecture dramatically reduces startup times and memory usage, offering significant speed gains, especially in tasks like package installation (up to 30x faster than npm) and server-side rendering.
- OpenClawOpenClaw is the viral, open-source, autonomous AI agent: a self-hosted 'digital employee' that executes real-world tasks across your local machine and messaging platforms 24/7.This is the next-generation autonomous AI agent, built by Peter Steinberger (founder of PSPDFKit). OpenClaw functions as a proactive, self-hosted assistant, running as a long-running Node.js service on your own hardware (e.g., a Mac Mini or VPS) for about $3–$5 per month. It integrates directly with chat apps (WhatsApp, Telegram, Discord) to receive instructions and report completions. The agent utilizes over 100 AgentSkills to execute complex, real-world workflows: clearing your inbox, writing code, managing documents, and checking you in for flights. The open-source project’s velocity is undeniable, having surpassed 100,000 GitHub stars quickly and reportedly driving a surge in Mac Mini sales.
Compose Email
Loading recent emails...