A multiplayer coding agent tool built with Liveblocks that enables shared chat sessions, queued message handling, and automated code changes via a Cursor agent. Features include TypeSafe AI triage for routing requests, pull request generation, real-time collaborative editing, and GitHub organization access control.
Motif is a self-hosted memory system for AI coding agents that tracks decisions, sessions, and work across Claude Code, Codex, and Cursor. It centralizes agent context in a shared graph, enables teams to query past decisions, and allows agents to resume sessions with full context instead of starting from scratch.
Szept is a macOS app that enables voice dictation and screen sharing with AI coding agents like Claude Code and Cursor. Users hold fn to dictate text, use Command-Shift-A to capture and annotate screenshots, and can record video with their microphone. The app includes source code access and uses Soniox for cloud-based speech recognition at minimal cost.
Developers are frustrated with rigid Plan Mode UIs in coding assistants, but the real solution is embedding planning as an internal runtime primitive rather than a user-facing feature. When plans are baked into the agent harness as structured state machines with checkpoints and acceptance criteria, they enable dynamic refinement and keep both human and AI aligned on concrete goals without slowing down workflow.
Compaction.dev is a tool that reduces input and output tokens for Claude Code, Codex, and Cursor by compressing model-visible content locally before sending to providers and shaping output during generation. It operates within existing editors without requiring new tools, achieving ~14% input reduction and ~25% output reduction in demonstrated runs, with free and paid account options for different compression features.