What problem does it solve? LLM applications in production lack visibility into cost, latency, and output quality, making debugging and prompt iteration guesswork. This Skill instruments your LLM calls with Langfuse so every trace, generation, and score is captured and analyzable. ## Core Features & Use Cases - LLM Tracing & Observability: Capture traces, spans, and generations with user IDs, sessions, tags, and token usage via the Python/JS SDKs, the OpenAI drop-in wrapper, or the LangChain callback handler. - Prompt Management: Version prompts, assign labels like production or staging, and link generations to specific prompt versions for regression tracking. - Evaluation & Datasets: Score traces manually or with LLM-as-judge, build evaluation datasets, and run systematic quality comparisons. - Use Case: A support chatbot team traces every conversation, scores response quality with an LLM judge, compares two prompt versions on a labeled dataset, and ships the winner to production. ## Quick Start Ask the AI to add Langfuse tracing to your OpenAI or LangChain application with session tracking and quality scoring.