MLflow 2.x for LLMs: Track Prompts, Responses, and Fine-Tune Runs
MLflow 2.x adds native LLM tracing, prompt versioning, and model registry support - bringing the same experiment discipline from ML training to LLM application development.
MLflow was built for traditional ML experiment tracking (hyperparameters, metrics, artifacts). In version 2.x it added first-class LLM support: automatic tracing of LLM calls, prompt versioning, and a model registry that understands fine-tuned checkpoints. If your team already uses MLflow for ML, adding LLM observability is a natural extension.
Setup
pip install mlflow openai
mlflow server --host 0.0.0.0 --port 5000
Team workspace
Ship faster with chat, meetings, and projects in one place — Zlyqor.
Practical deep-dives on LLMs, developer tools, and AI engineering. No filler. Unsubscribe any time.
// written byFIG. AUTH-01
538
Mahmudul Haque Qudrati
CEO & ML Engineer
CEO and ML Engineer at Pristren. Builds AI-powered software for teams and writes about machine learning, LLMs, developer tools, and practical AI applications.
What Is Alibaba Banning Claude Code Over Backdoor Risks? A Practical Overview
Alibaba is reportedly banning Claude Code from its workplace due to alleged backdoor risks. This post explains the incident, the technical concerns, and the broader implications for AI coding assistants in regulated environments.