The experiment name change from "ai-sessions" to "claude-sessions" creates an inconsistency with the provider-agnostic design mentioned in the PR description. The tracking system is designed to work with multiple AI providers (Claude, Codex, GPT), but the experiment name now suggests it's Claude-specific. Consider using a more generic name like "ai-sessions" or "interactive-sessions" to maintain the provider-agnostic nature of the tracking system.
mlflow.set_experiment("ai-sessions")
Originally posted by @Amazon-Q-Developer[bot] in #1411 (comment)
The experiment name change from "ai-sessions" to "claude-sessions" creates an inconsistency with the provider-agnostic design mentioned in the PR description. The tracking system is designed to work with multiple AI providers (Claude, Codex, GPT), but the experiment name now suggests it's Claude-specific. Consider using a more generic name like "ai-sessions" or "interactive-sessions" to maintain the provider-agnostic nature of the tracking system.
Originally posted by @Amazon-Q-Developer[bot] in #1411 (comment)