|
| 1 | +--- |
| 2 | +title: "Langfuse Launch Week 4" |
| 3 | +date: 2025/10/29 |
| 4 | +description: "A week of new features releases focused on collaboratively tracing, evaluating, and iterating on agents." |
| 5 | +tag: launchweek |
| 6 | +ogImage: /images/blog/2025-10-29-launch-week-4/lw4-teaser-blog.png |
| 7 | +author: Clemens, Marc, Max |
| 8 | +--- |
| 9 | + |
| 10 | +import { BlogHeader } from "@/components/blog/BlogHeader"; |
| 11 | +import { ProductUpdateSignup } from "@/components/productUpdateSignup"; |
| 12 | +import Link from "next/link"; |
| 13 | +import { Cards } from "nextra/components"; |
| 14 | +import { |
| 15 | + FileCode, |
| 16 | + BookOpen, |
| 17 | + Users, |
| 18 | + Joystick, |
| 19 | + Star, |
| 20 | + Twitter, |
| 21 | + CalendarDays, |
| 22 | + Rocket, |
| 23 | +} from "lucide-react"; |
| 24 | +import { Frame } from "@/components/Frame"; |
| 25 | +import { StartCard } from "@/components/cards"; |
| 26 | +import { Video } from "@/components/Video"; |
| 27 | + |
| 28 | +<BlogHeader |
| 29 | + title="Launch Week 4" |
| 30 | + description="A week of new features releases focused on collaboratively tracing, evaluating, and iterating on agents" |
| 31 | + authors={[ |
| 32 | + "maxdeichmann", |
| 33 | + "marcklingen", |
| 34 | + "clemensrawert", |
| 35 | + "hassiebpakzad", |
| 36 | + "marliesmayerhofer", |
| 37 | + "jannikmaierhoefer", |
| 38 | + "steffenschmitz", |
| 39 | + "felixkrauth", |
| 40 | + "nimarblume", |
| 41 | + "akionuernberger", |
| 42 | + "michaelfroehlich", |
| 43 | + "valeriymeleshkin", |
| 44 | + ]} |
| 45 | +/> |
| 46 | + |
| 47 | +It's back! Starting **Monday, November 3rd**, we're dropping a new feature every single day for five days. |
| 48 | + |
| 49 | +### What to Expect? |
| 50 | + |
| 51 | +This launch brings deeper agent insights from your agent applications, improved team collaboration, a big leap in experimentation/evaluation, and more ways to integrate with your favorite tools and frameworks. |
| 52 | + |
| 53 | +We'll unwrap a new feature each day: |
| 54 | + |
| 55 | +<Frame> |
| 56 | +  |
| 57 | +</Frame> |
| 58 | + |
| 59 | +--- |
| 60 | + |
| 61 | +### Don't Miss a Launch |
| 62 | + |
| 63 | +Be the first to know. Subscribe to our mailing list or follow us on [X](https://x.com/langfuse) or [LinkedIn](https://www.linkedin.com/company/langfuse) for the daily updates. |
| 64 | + |
| 65 | +<ProductUpdateSignup source="launch-week-4" className="my-2" /> |
| 66 | + |
| 67 | +--- |
| 68 | + |
| 69 | +### Join Us Live! |
| 70 | + |
| 71 | +We're celebrating mid-week with a **[Virtual Community Hour](https://luma.com/oomgjebn)**. Join us on Wednesday, Nov 5th to chat with the team, see the new features in action, and ask questions. |
| 72 | + |
| 73 | +→ [Sign up here](https://luma.com/oomgjebn) |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +_Want a taste of what's in store? Revisit [Launch Week #3](/blog/2025-05-19-launch-week-3) to see what we build._ |
| 78 | + |
| 79 | +## Learn More About Langfuse |
| 80 | + |
| 81 | +<Cards num={2} className="gap-6"> |
| 82 | + <Cards.Card |
| 83 | + title="Docs" |
| 84 | + href="/docs" |
| 85 | + icon={<BookOpen className="w-6 h-6" />} |
| 86 | + arrow |
| 87 | + /> |
| 88 | + <Cards.Card |
| 89 | + title="Quickstart" |
| 90 | + href="/docs/get-started" |
| 91 | + icon={<FileCode className="w-6 h-6" />} |
| 92 | + arrow |
| 93 | + /> |
| 94 | + <Cards.Card |
| 95 | + title="Interactive Demo" |
| 96 | + href="/docs/demo" |
| 97 | + icon={<Joystick className="w-6 h-6" />} |
| 98 | + arrow |
| 99 | + /> |
| 100 | + <Cards.Card |
| 101 | + title="About Us" |
| 102 | + href="/about" |
| 103 | + icon={<Users className="w-6 h-6" />} |
| 104 | + arrow |
| 105 | + /> |
| 106 | +</Cards> |
0 commit comments