Skip to content

Commit 6f517b3

Browse files
docs(changelog): announce Langfuse Academy launch (#2937)
1 parent a22cf92 commit 6f517b3

3 files changed

Lines changed: 49 additions & 4 deletions

File tree

components/layout/Banner.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import { Banner as FumadocsBanner } from "fumadocs-ui/components/banner";
44
export function Banner() {
55
return (
66
<FumadocsBanner
7-
id="fd-top-banner-japan"
7+
id="fd-top-banner-academy"
88
height="2rem"
99
className="bg-black text-white [&_a]:text-white [&_button]:text-white"
1010
>
11-
<Link href="/japan">
12-
<span className="sm:hidden">🇯🇵 Langfuse Cloud Japan is live</span>
11+
<Link href="/changelog/2026-05-14-langfuse-academy">
12+
<span className="sm:hidden">The Langfuse Academy is here</span>
1313
<span className="hidden sm:inline">
14-
🇯🇵 Langfuse Cloud Japan is live
14+
The Langfuse Academy is here
1515
</span>
1616
</Link>
1717
</FumadocsBanner>
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
date: 2026-05-14
3+
title: "Introducing Langfuse Academy"
4+
description: "Langfuse Academy is our open explanation of the AI engineering lifecycle: tracing, monitoring, datasets, experiments, and evaluation, and how the pieces fit together."
5+
author: Lotte, Annabell
6+
ogImage: /images/changelog/2026-05-14-langfuse-academy.png
7+
---
8+
9+
import { ChangelogHeader } from "@/components/changelog/ChangelogHeader";
10+
11+
<ChangelogHeader />
12+
13+
Today we're launching the [Langfuse Academy](https://langfuse.com/academy), a free, open resource that explains the AI engineering lifecycle and how the parts connect.
14+
15+
## Why we built it
16+
17+
This is a new field, and users have often asked where they should start. Common practices have emerged over the past years, but the vocabulary and workflows are spread across blog posts, product docs, and teams internally. The Academy is our attempt to put them in one place.
18+
19+
The tooling only helps if the underlying ideas are clear. Teams move faster when AI engineers, product managers, and leadership share the same vocabulary for tracing, evaluation, datasets, and experiments.
20+
21+
## Who is this for
22+
23+
The Academy is written to be useful for AI engineers and software engineers building LLM applications, for PMs reasoning about quality and tradeoffs, for technical and business leaders who want a working understanding of how AI systems are improved, and for AI agents that support humans in doing this work.
24+
25+
## What's in the Academy today
26+
27+
The Academy follows the [AI engineering loop](https://langfuse.com/academy/ai-engineering-loop) from first visibility into production behavior through to structured improvement:
28+
29+
- [Trace](https://langfuse.com/academy/tracing)
30+
- [Monitor](https://langfuse.com/academy/monitoring)
31+
- [Build datasets](https://langfuse.com/academy/datasets)
32+
- [Experiment](https://langfuse.com/academy/experiments)
33+
- [Evaluate](https://langfuse.com/academy/evaluate)
34+
35+
Each page explains why a step exists, what problem it solves, and how it connects to the next one. You can read the full sequence or jump to the topic that is most relevant to your team right now.
36+
37+
## What's next
38+
39+
We plan to keep expanding the Academy with deeper dives on individual topics, more examples, and guides to put this into practice. Over time we want it to be the resource we wish had existed when we started building Langfuse.
40+
41+
## Try it out and tell us what you think
42+
43+
You can find the Academy at [langfuse.com/academy](https://langfuse.com/academy).
44+
45+
We're just getting started here and are very curious to hear what you think. If something is unclear, if a topic is missing, or if you'd approach a step differently, we'd love for you to open an issue on [GitHub](https://github.com/langfuse/langfuse-docs/issues). Your feedback will directly shape what we publish next.
122 KB
Loading

0 commit comments

Comments
 (0)