Skip to main content

Version Generation Overview

Artemis provides automated tools for creating alternative implementations of your optimization targets. By generating multiple versions with different AI-powered approaches, you can explore trade-offs, compare results, and refine your codebase with minimal manual effort.

Version generation is the foundation for later steps such as validation, review, and integration.


Version Generation Components

1.Generation steps

2.Generation Methods

Artemis offers three complementary generation methods:

  • LLM-based Generation: Fast, cost-effective, one-shot improvements. Ideal for baselines and quick wins.
  • Agent-based Generation: Iterative, context-aware refinement. Best for medium-complexity optimization tasks.
  • Artemis Intelligence: Advanced multi-model optimization with internal runs and log-driven improvements. Best for complex or critical scenarios.

By choosing the right method, you can balance speed, cost, and quality.

Next Steps