What problem does it solve? Delegating coding work to an external AI agent requires managing interactive terminal sessions, long-running tasks, and multi-model evaluation, which is difficult to orchestrate manually from a chat interface. ## Core Features & Use Cases - One-Shot Task Delegation: Run non-interactive coding tasks with blackbox --prompt against any project directory. - Background Execution & Monitoring: Launch long tasks in background mode and track progress with poll, log, and submit process actions. - Multi-Model Judge Mode: Dispatch the same task to multiple LLMs (Claude, Codex, Gemini, Blackbox Pro) and let the built-in judge select the best implementation. - Use Case: You need JWT authentication added to an Express API. Delegate the task to Blackbox in background mode, monitor its progress, and review the resulting changes without leaving your conversation. ## Quick Start Ask the agent to run Blackbox on your project, for example: use Blackbox to add JWT authentication with refresh tokens to the Express API in my project directory.