Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hiverge.ai/llms.txt

Use this file to discover all available pages before exploring further.

The launch the dashboard in a new browser window, use:
hive dashboard

Home page

The home page shows a summary of your team’s experiment activity. At the top are total experiment and iteration counts, followed by a status distribution chart and a timeline of experiment launches. Use the time range selector (7 days, 1 month, 3 months) to adjust the window.
Experiment statusDescription
PendingThe experiment is currently running and in progress.
CompletedThe experiment has finished successfully.
CancelledThe experiment started running but was interrupted before completion.
AbortedThe experiment was interrupted before it started running.

Experiments page

List of all experiments launched by the team, sorted in chronological order.
Once an experiment has been selected, it opens up a window with additional details about the experiment, split into the following three tabs.

Overview

The overview provides a high-level summary of the experiment’s progress — key metrics like duration, iteration count, token usage, and cost, along with charts showing iteration status distribution and duration histogram.
See Iterations for more details about what the iteration statuses mean. The distribution of iteration durations can be useful to determine if the evaluation timeout limit needs to be adjusted or not.

Tracking

The tracking tab is an interactive workspace for exploring how the Hive evolves code over time. The evolution chart plots fitness across iterations — hover over a point to see a summary of what the Hive attempted, or select a point to view the corresponding code on the left.
Above the evolution chart, there are several controls:
  • Legend — colour key for the data points.
  • Expand — view the chart in full screen.
  • Reset — clear any zoom selection.
  • Compare — select two points to view the code diff between them.
For multi-objective experiments, click the y-axis label to choose which fitness (or linear combination of fitnesses) to display. Clicking the “Evolution” title switches to a view of the Pareto frontier found by the Hive.

Iterations

A searchable, filterable table listing every iteration with its status, duration, and timestamp. Useful for auditing specific runs or debugging failed experiments.
Iteration statusDescription
CompletedThe iteration successfully proposed a new code candidate and evaluated it.
RunningThe iteration is currently in progress.
CancelledThe iteration was cancelled, usually because the experiment terminated before it completed.
FailedThe iteration encountered an error (e.g., the LLM failed to produce valid code, or the evaluation script errored).
For failed iterations, select the specific iteration to view the failure reason.