Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
My own version of OpenClaw focused on 24x7 development
Discover a 24x7 AI executive that builds and tests code autonomously, breaking down complex goals into manageable steps and escalating only when necessary.
I wanted an AI that builds and tests 24x7 and only pings me when it actually needs input.
The Continuous Executive Coding Agent is the answer: a PM2-backed executive loop running Agent SDK workers that pulls from a priority queue, breaks goals into steps and contracts, retries with different strategies on failure, and escalates through Gmail or Discord only when truly stuck. Everything runs under an immutable constitution.
It’s evolved through three stages. First, the executive loop itself, with the goals/steps/contracts hierarchy and an identity layer for email-in, Discord-out. Second, multi-vendor parity, so workers run on Claude, Codex, or Kimi K2.5, selectable per goal. Third, harness integration, where my plan-then-build pipelines (generic, EDS, study) plug in as meta-workers or still run standalone from a unified CLI.
Generated 3 months ago
Generating a talk summary...
View full transcript
Autonomous TypeScript agent orchestrating multi-vendor LLMs for continuous software development.
Autonomous Claude agents build projects using isolated git worktree pipelines.
- PM2PM2 is the industry-standard production process manager for Node.js applications, featuring a built-in load balancer and 24/7 uptime monitoring.PM2 keeps your Node.js services alive indefinitely with zero-downtime reloads and an automated process watchdog. It handles cluster mode out of the box (scaling apps across all available CPUs) and manages log aggregation, resource monitoring, and startup scripts with single-line commands. Whether you are running a small Express API or a massive microservices architecture, PM2 ensures your processes restart instantly after a crash or a system reboot.
- 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.
- ClaudeClaude is Anthropic's flagship family of large language models (LLMs): a high-performance, Constitutional AI system built for safety, complex reasoning, and expert-level collaboration.Claude is a next-generation AI assistant developed by Anthropic, a research firm prioritizing AI safety. The models (including Opus, Sonnet, and Haiku) leverage Constitutional AI to ensure helpful, honest, and harmless outputs, a key differentiator from competitors. Claude excels at complex enterprise tasks: processing massive context windows for in-depth data analysis, generating and reviewing code, and providing expert-level summarization for documents up to 200,000 tokens. It is deployed as a conversational chatbot and via API, offering scalable AI solutions for developers and businesses.
- 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.
- KimiMoonshot AI’s flagship LLM featuring a massive 2-million-character context window for deep document analysis.Developed by Beijing-based Moonshot AI, Kimi excels at processing ultra-long-form content (handling up to 200,000 Chinese characters in standard use and 2 million in advanced testing). It serves as a high-performance research assistant capable of parsing dozens of complex PDFs, debugging expansive codebases, and maintaining coherent long-term memory during extended sessions. By leveraging its proprietary infrastructure, Kimi delivers precise data extraction and synthesis for power users who outpace the token limits of standard industry models.
Compose Email
Loading recent emails...