What problem does it solve?
Blackbox automates coding workflows by orchestrating multiple AI models through the Blackbox CLI, ensuring consistent results and faster delivery.
Core Features & Use Cases
- Multi-model coding: Delegate coding tasks to multiple models and use an internal judge to select the best implementation.
- Interactive and non-interactive modes: Supports interactive sessions, one-shot prompts, checkpointing, and resume capabilities for long-running tasks.
- Parallel work & session management: Spawn multiple concurrent tasks and manage them from a single interface.
- Vision and multimodal prompts: Handles multimodal inputs and model switching for diverse task types.
- CLI-driven workflows: Scriptable, repeatable tasks including PR reviews, code quality checks, and automation.
Quick Start
Run a sample task with Blackbox by prompting the CLI to implement a small feature, such as adding JWT authentication to an Express API.