|
1 | 1 | --- |
2 | 2 | title: Langfuse Academy |
3 | | -description: Build a mental model for AI engineering. Learn the core disciplines teams rely on as LLM applications move from prototype to production. |
| 3 | +description: Understand why LLM engineering is different and how to navigate the full AI engineering lifecycle. |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | # Welcome to Langfuse Academy |
7 | 7 |
|
8 | | -This is the place to build a mental model for AI engineering. We'll introduce the core disciplines teams rely on as LLM applications move from prototype to production. |
| 8 | +Building with LLMs changes what it means for a system to work. Outputs are probabilistic. A system can run fine and still produce responses that are wrong, off-brand, or useless. Teams need to reason about quality, cost, latency, and the tradeoffs between them. |
9 | 9 |
|
10 | | -Rather than focusing on individual product features, Academy is meant to help you understand the bigger picture, and how teams can work with that change in a systematic way. |
| 10 | +Langfuse Academy maps the AI engineering lifecycle so you understand how the pieces fit and what it takes to ship from prototype to production. |
11 | 11 |
|
12 | | -## Why LLM observability is different |
13 | 12 |
|
14 | | -Traditional observability remains essential. Teams still need to know whether their systems are up, whether requests are slow, whether dependencies are failing, and whether costs are under control. Those questions do not disappear when an application starts using LLMs. |
15 | 13 |
|
16 | | -But LLM applications introduce a different kind of challenge. Their behavior is probabilistic: the same input can produce different outputs, and a response can look plausible even when it is wrong, incomplete, off-brand, unsafe, or simply unhelpful. In other words, a request can succeed technically and still fail for the user. |
| 14 | +## What you will find here |
17 | 15 |
|
18 | | -<Callout> |
19 | | -TODO: insert a visual or an example here to break up the text |
20 | | -</Callout> |
21 | | - |
22 | | -AI engineering is not only about reliability. It is also about quality. Teams need to understand whether the output was useful, grounded, safe, and worth the cost. Observability for LLM applications therefore sits closer to product quality and iteration than traditional application monitoring usually does. |
23 | | - |
24 | | -Modern observability platforms for LLM systems increasingly treat prompts, responses, token usage, quality signals, and model-specific behavior as first-class telemetry. |
| 16 | +The Langfuse Academy follows the AI engineering lifecycle from first visibility into production behavior all the way to structured improvement and evaluation. The goal is to explain why each step exists, what problem it solves, and how the steps connect. |
25 | 17 |
|
26 | | -## The AI engineering loop |
| 18 | +Start with [The AI Engineering Loop](/academy/ai-engineering-loop) for the high-level map, then go deeper into the individual parts: |
27 | 19 |
|
28 | | -Because of this, AI engineering is iterative. Teams do not build once, ship once, and assume the work is done. They observe behavior, learn from it, improve the system, and evaluate the result over time. |
| 20 | +- [Tracing](/academy/tracing) |
| 21 | +- [Monitoring](/academy/monitoring) |
| 22 | +- [Building Datasets](/academy/datasets) |
| 23 | +- [Experimenting](/academy/experiments) |
| 24 | +- [Evaluating](/academy/evaluate) |
29 | 25 |
|
30 | | - |
| 26 | +Some pages explain the high-level concepts. Others are deeper dives into individual parts of the lifecycle. You can read the full sequence or jump to the topic that is most relevant to your team right now. |
31 | 27 |
|
32 | | -<Callout> |
33 | | -TODO: replace with final loop visual; should we explain each step in 1-2 sentences? Keep it concise |
34 | | -</Callout> |
35 | | - |
36 | | -## What comes next |
| 28 | +## Academy and docs do different jobs |
37 | 29 |
|
38 | | -The rest of Langfuse Academy goes deeper into each step of the loop. |
| 30 | +Academy focuses on high-level concepts and how the lifecycle fits together. The [docs](/docs) and [guides](/guides) cover Langfuse features, product implementation details, and step-by-step how-tos. |
39 | 31 |
|
40 | | -Each section is designed to work on its own: it gives you an overview first, and then lets you go deeper if and when that makes sense for your use case. You can follow the full loop, or focus only on the parts that are most relevant for your team right now. |
| 32 | +Use Academy to understand the lifecycle. Use the docs and guides when you are ready to implement it in Langfuse. |
41 | 33 |
|
42 | | -You also do not need to adopt everything at once. Most teams improve their setup iteratively over time, adding new practices as they become useful. Doing part of this loop is already better than having no LLM engineering practices at all. |
| 34 | +<Callout type="info" title="Who this is for"> |
| 35 | +- AI engineers and software engineers building LLM applications and agentic systems |
| 36 | +- Product managers who need to reason about quality, iteration, and tradeoffs |
| 37 | +- Technical and business leaders who need a working understanding of how AI systems are built and improved |
| 38 | +- AI agents that support humans in understanding AI engineering concepts and workflows |
| 39 | +</Callout> |
43 | 40 |
|
44 | | -Let's dive in! |
| 41 | +## Why we are publishing this |
| 42 | +Langfuse is open source, and we want to open source the conceptual side of AI engineering too. The Academy is our way of making the core ideas, vocabulary, and workflows behind LLM application development easier to access for everyone. |
0 commit comments