21st August 2026
- Each experiment maintains an internal wiki of what it has learnt.
- Support for GPT-5.6 models.
- Bulk-download experiments, including the metadata and sources for all iterations in a single JSONL.
- Plots (and other parts of the UI) refresh automatically.
- Improved utilization of compute resources.
- More resilient experiments, and security updates across the platform.
- Set default code view to show the unified diff with respect to the initial code version.
29th July 2026
- Improvements to the experiment dashboard, including iteration and experiment statuses.
- Faster experiment startup: repositories now upload in parallel with initialization, so experiments get going sooner.
- Evolve any file type: experiments can now evolve files with any extension, not just a fixed set.
- More resilient experiments.
17th July 2026
- Support new command
hive shell— Interactive shell access into hive workloads
14th July 2026
- Improved experiment dashboard.
- Improved multi-objective search and a new sampling strategy.
- Use arXiv papers to guide experiments.
- Pull down repositories from the CLI with the new hive download repo command.
2nd July 2026
- Bring your own container images: New
hive push,hive list, andhive deleteimage commands let you upload and manage custom images for your experiments. - Cost limits and budget controls: Set spending caps on your experiments and manage them directly from the dashboard.
24th June 2026
- Redesigned dashboard with an improved experiment results page, plus better search and filtering.
- Stop, cancel, and delete experiments directly from the dashboard.
- Chat with your results — a new assistant to explore experiment outcomes.
- Download code versions as a zip.
- “Better than seed” filter to show only improved results, and a comparison mode for contrasting runs.
- Upload and patch experiments using local source files (via the CLI).
- Improved log viewer interface.
16th June 2026
- New
hive logscommand to stream coordinator and sandbox logs, with--source,--worker, and--no-followoptions. hive stopreplaceshive deletefor ending experiments.hive create expnow uses-c/--configto point at the config file (-fis deprecated but still works).- Experiment source can now be a remote git URL (
https://,ssh://,git@) or a local directory, and the newrepo.filesfield controls which files are uploaded. Source can also be omitted entirely when the base image already contains the code. - Updated the evaluator output format: print
{"status": "success", "result": {"fitness": ...}}on success or{"status": "failed", "error": ...}on failure to the final line of stdout.
29th May 2026
- Improved agent support.
- Checkpoint support to save and resume experiments.
- Improved log inspection support.
- Improved experiment management.
15th May 2026
- Observability improvements for tracking the experiment process.
- Bug fixes and stability improvements.
22nd April 2026
- First full release of the Hive platform