Skip to main content

Generation Steps

Before diving into the methods, here’s the general workflow:

Step 1: Access the targets section

Make sure you are in the Targets section of your selected code project.

Step 2: Generate versions

  • To generate for a specific target, click the plus icon in the Versions column for that target.
  • To generate for all targets, click the plus icon next to the Versions column header.

targets overview

Step 3: Configure generation options

The Generate new version dialog opens. Configure it in three parts:

  • Select mode — choose how versions are generated:
    • LLM — generate new versions using LLMs of your choice. Cheapest, fastest.
    • Agent — advanced context awareness, one refined result per LLM. Moderate cost, fast.
    • Artemis Intelligence — evolves multiple generations of code using a genetic algorithm. Best for critical problems; highest cost, slowest.
  • Prompt — keep the default optimisation prompt or write your own (use Add to Context to include extra files).
  • Select Models — pick one or more models to run. Each model's estimated cost is shown next to it.

Generate new version dialog

Step 4: Generate versions

Click Generate Versions to begin. Artemis will use your chosen method and settings to produce alternative versions.

Step 5: View targets

While the process is running, you can monitor progress in logs. Once finished, the generated versions will appear next to each target.

Advanced Tools

Artemis also provides extra features to refine your workflow:

  • Improving generated versions: advance 1
  • Extra functionalities for generated targets: advance 2

Next Steps

After learning about generation steps: