What problem does it solve? Delegating coding tasks to an external AI agent requires managing interactive terminal sessions, long-running background processes, 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 Workflow: Dispatch the same task to multiple LLMs (Claude, Codex, Gemini, Blackbox Pro) and let the built-in judge select the best implementation. - Use Case: Ask the agent to add JWT authentication to an Express API; Blackbox runs the task across multiple models, checkpoints the result, and you resume later with a follow-up task like adding rate limiting. ## Quick Start Ask the agent to run a Blackbox one-shot task such as adding JWT authentication to your Express API project in its working directory.