Advisor-reviewed planning

Optional AI advisor layer

The advisor layer is optional. The default generation path does not require model calls.

Great Generator creates synthetic data. It does not anonymize, mask, de-identify, or transform production records.

Design-time planning

Advisors can help produce JSON plans, column tags, and realism reports that can be reviewed before generation.

from great_generator import generate_plan

plan = generate_plan(schema=schema, advisor="none")

Deterministic generation

Generated data can consume saved plans so teams can review and reuse generation intent across tests and demos.

Boundary

Advisor support is not required for the base package and should not be treated as production-data anonymization or privacy transformation.

Related documentation

Keep exploring