AI Developer Accelerator — Coaching Call - March 17
Impromptu Zoom Meeting - March 17 VIEW RECORDING - 91 mins (No highlights) Meeting Purpose A roundtable on recent AI development projects and tools. Key Takeaways - New Agent Dev Environment: Patrick demoed a new setup using CMUX (a modern tmux alternative) as a lightweight terminal host for Claude Code, enabled by two new plugins: CC Status Line and CMUX Integration. - Complex Data Challenges: Morgan's "Heritage Plot" project highlights the difficulty of migrating data from legacy systems (e.g., AccessDB) and managing complex permissions (e.g., GRAMMA requests) for public vs. private records. - Production-Ready Agents: The group agreed that agentic solutions require standard SDLC practices, with the key challenge being LLM non-determinism, which can be mitigated by treating agents as non-deterministic "users" within the system. - "Claudebernetties" Concept: Patrick proposed a "Kubernetes for Claude Code" to manage and replicate skills, prompts, and configurations across multiple projects and machines, solving a growing friction point. Topics Agentic Development Environments - Claude Code Plugins (Patrick): CC Status Line: Displays Claude Code version, model, token usage, and Git info in the terminal status bar. CMUX Integration: Wraps the CMUX CLI to make Claude Code aware of its terminal environment, enabling features like live progress bars and browser splits. Plugin Marketplace: A custom marketplace for publishing and installing plugins. - CMUX Terminal Environment: A modern tmux alternative built on Ghosty, chosen as a lightweight host for Claude Code over heavier IDEs like Warp. Key Features: Multiple, customizable panes and windows. Browser splits for agent interaction and testing. CLI-driven, making it fully scriptable for agents. - Cowork Agent: Patrick uses Cowork as a project manager, finding it superior to OpenClaw for security and context management. Workflow: Use Cowork for high-level planning → use Claude Code for detailed development. Challenge: Cowork's local session files are prone to corruption; Patrick is building a backup system.