What problem does it solve?
Helps users get started with MLflow by determining whether their project is a GenAI application or a traditional ML/deep learning workflow and guiding them through the appropriate quickstarts and integration steps so they can capture traces, experiments, and model artifacts correctly from the start.
Core Features & Use Cases
- Use case detection: Inspect code patterns or experiment tags to classify projects as GenAI (LLM/agent-focused) or traditional ML and choose the right onboarding path.
- Targeted quickstarts: Recommend GenAI tutorials for tracing, evaluation, and prompt/version tracking or ML tutorials for experiment tracking, autologging, and model deployment.
- Integration guidance & verification: Provide code-level integration steps (autologging, custom tracing, experiment configuration) and verification commands for confirming traces and runs appear in MLflow.
- Use Case Example: For an LLM-powered chatbot, configure MLflow tracing and autologging for the LLM provider and demonstrate mock traces; for a PyTorch training script, enable autologging and verify runs and artifacts.
Quick Start
Tell me whether you are building a GenAI application or a traditional ML model and ask me to set up MLflow tracing or tracking for your project, including an experiment ID if available.