LLM Zoomcamp Telegram channel photo

LLM Zoomcamp

@llm_zoomcampPublic Channel

Channel with announcements for LLM Zoomcamp. It’s a free, hands-on course on building with LLMs. By the end of this course, you’ll build your LLM-powered assistant. More info: https://github.com/DataTalksClub/llm-zoomcamp

4.7k (4,700 subscribers)
Members
—
Rating
27
Total Posts
Sep 17, 2026, 11:15 PM
Updated
Apr 8, 2026
Created
Stats

You are viewing English content. To see content in other languages, change the language of the site.

Channel Information

Channel Information
Channel NameLLM Zoomcamp
Username@llm_zoomcamp
CategoryCourses & Learning
LanguageEnglish
CountryUnited States
Members4,700
Channel TypePublic Channel
CreatedApr 8, 2026
Last UpdatedSep 17, 2026 • 9 days ago
StatusActive

Ranking

Global Ranking
#27885-30
Language Ranking
#6007-1
Category Ranking
#134No change

Participant Growth (Last 17 Days)

Total: 4.7K
24h growth: +8 0%
04/0804/3005/1606/0707/0108/0808/0808/3009/17

Latest Posts

LLM Zoomcamp

Sep 07, 2026, 22:43

We have prepared the homework for the dlt workshop as well as the monitoring module

And they are both about monitoring and observability, and in both you will learn something new in addition to what we covered in the course:

- for the monitoring homework we'll learn about OTel and instrument the RAG assistant with OTel collectors
- for the dlt hub homework, we'll use Pydantic Logfire and see how we can use dlt to ingest the traces back from Logfire for our local analysis

Have fun!
2,2500018
LLM Zoomcamp

Sep 07, 2026, 22:43

It's time to start working on your final project.

Check out https://github.com/DataTalksClub/llm-zoomcamp/tree/main/07-project-example to see an example of a complete project as a reference.

It covers:

• Intro: Generating data, setting up the project, initial RAG flow
• Evaluating Retrieval: Ground truth data, Hit Rate, MRR, boosting
• Evaluating RAG: LLM-as-a-Judge, comparing models
• Interface and Ingestion: Flask API, ingestion pipeline, project structure
• Monitoring and Containerization: Docker Compose, PostgreSQL logging, Grafana
• Summary: Final result, cost analysis, tips for your project
• Chunking for Longer Texts: Different chunking strategies for articles, transcripts, slides

For more information about the project guidelines and peer review, read the https://github.com/DataTalksClub/llm-zoomcamp/blob/main/project.md.

You also asked us to postpone the deadline for https://github.com/DataTalksClub/llm-zoomcamp/blob/main/cohorts/2026/workshops/dlt.md. You'll have one more week to complete it.
1,8700011
LLM Zoomcamp

Sep 07, 2026, 22:43

We are hosting a live workshop on tracking and personalizing AI agents.

📅 Tuesday, July 21
🕟 16:30 CEST

Agent applications usually use the current conversation as context. But users also interact with the rest of the product. They open pages, change filters, compare options, and complete different steps before asking the agent a question.

In this workshop, we will show how to capture that behavioral data and pass it back into an AI agent.

We will use a travel chatbot as an example and instrument it across 3 layers:

• Client-side user activity
• Server-side application events
• Agent actions and decisions

You will learn how to:

• Set up a pipeline
• Validate events against schemas
• Track activity across the application
• Compute live session attributes
• Add behavioral context to the agent's system prompt

Register here: https://luma.com/vz9iv4f2
2,140007
LLM Zoomcamp

Sep 07, 2026, 22:43

On Tuesday, July 21, we have a workshop on tracking and personalizing AI agents with Snowplow and the Vercel AI SDK.

Your agent can see the chat history but not what the user is doing in the product. If you want the agent to respond based on the user's current session, capture that context and make it available to the model.

This workshop shows how to do that with a Next.js travel chatbot.

The approach:

1. Track client behavior (page views, clicks, filters)
2. Track server-side events (purchases, bookings)
3. Track agent decisions (tool calls, outcomes)
4. Validate events against schemas in real time
5. Compute session attributes with Snowplow Signals
6. Inject those attributes into the system prompt

You'll set up the pipeline, add tracking at each layer, and use live session data to shape the agent's responses.

Tuesday, July 21
4:30 PM - 6:00 PM GMT+2
YouTube

Register: https://luma.com/vz9iv4f2
2,300009
LLM Zoomcamp

Sep 07, 2026, 22:43

This week in LLM Zoomcamp: Module 5, Monitoring.

We build:

- A Streamlit chat app with RAG
- Metric capture for LLM calls and cost
- PostgreSQL storage for conversations
- User feedback with thumbs up and thumbs down
- Automatic relevance evaluation with a built-in judge
- Streamlit and Grafana dashboards
- A Docker Compose setup for running everything together

You’ll see what your LLM application is doing after it is deployed.

You need conversations, feedback, cost, relevance, and dashboards. Otherwise it is hard to know what to improve next.

Materials: https://github.com/DataTalksClub/llm-zoomcamp/tree/main/05-monitoring
2,250008
LLM Zoomcamp

May 21, 2026, 00:50

There was a case of self-plagiarism. Someone posted the same project they already submitted and got points for.

This person will lose all the points but we will still give them a certificate at the end. But in future cases, self-plagiarism will result in disqualification.
3,060001
LLM Zoomcamp

May 21, 2026, 00:50

We've received multiple requests to extend the deadline for project attempt 2

We will not do it because it would delay everyone who's already submitted their project

However, we opened attempt 3: https://courses.datatalks.club/llm-zoomcamp-2025/project/project3

If you're behind and still want to take part in the course, this is your chance

We will generate certificates after attempt 2 is over, and then one more time after attempt 3 is over
2,6900011
LLM Zoomcamp

May 21, 2026, 00:50

We scored project attempt 1

Congratulations to 53 people who passed the project!

We will publish certificates in a couple of weeks when attempt 2 is over

In the meantime, please make sure your certificate name is correct here:

https://courses.datatalks.club/llm-zoomcamp-2025/enrollment

(You need to be logged in)

If you didn't pass, you still have a chance to work on your project and submit the improved version for attempt 2 or 3
3,130006
LLM Zoomcamp

May 21, 2026, 00:50

Is everyone ready with project attempt 1? We will close the form tonight

If you haven't made the submission yet, you still have a few hours
2,570003
LLM Zoomcamp

May 21, 2026, 00:50

How is it going with your projects? Everyone is on track?
2,8800011
LLM Zoomcamp

May 06, 2026, 12:26

How is it going? Did you start working on the projects?

Small update for the monitoring module: it's still work in progress, but we hope to finish it in the coming week
2,8300017
LLM Zoomcamp

May 06, 2026, 12:26

A few updates:

- We updated the deadlines for evaluation and agents homework on the platform
- As we're preparing an update for the Monitoring module, you can check the content from the last year: https://github.com/DataTalksClub/llm-zoomcamp/tree/main/cohorts/2024/04-monitoring (starting from 4.6)
- The form for submitting project 1 is already open. The deadline is August 25 EOD. You can read more about projects here: https://github.com/DataTalksClub/llm-zoomcamp/blob/main/project.md
- Here is a project walk-though from the last year: https://github.com/DataTalksClub/llm-zoomcamp/tree/main/06-project-example
- You can see the projects from the last year here: https://courses.datatalks.club/llm-zoomcamp-2024/projects
- Also, check the best practices module: https://github.com/DataTalksClub/llm-zoomcamp/tree/main/05-best-practices. We haven't updated the videos, but the materials are still useful
2,680007
LLM Zoomcamp

Apr 19, 2026, 11:02

We have to postpone module 4 on monitoring - it should be ready by August 11. Apologies for the inconvenience

In the meantime you can

- watch the dlt workshop if you haven't
- do the agents and the evaluation modules
- check the best practices module. We may update it slightly but you can already watch the materials
- start working on your project - you can already do everything except the monitoring part
1,7500013

Showing 27 of 27 posts

Rating

Login required

Frequently Asked Questions

What is the LLM Zoomcamp Telegram channel about?+

LLM Zoomcamp (@llm_zoomcamp) is a Telegram channel in the Courses & Learning category. Channel with announcements for LLM Zoomcamp. It’s a free, hands-on course on building with LLMs. By the end of this course, you’ll build your LLM-powered assistant. More info:

How do I join LLM Zoomcamp (@llm_zoomcamp) on Telegram?+

Open the channel profile on tgdio, then use the Join / Open in Telegram button to go to @llm_zoomcamp in the Telegram app or web client and subscribe for free.

Is LLM Zoomcamp a good Courses & Learning channel to follow?+

On tgdio you can check LLM Zoomcamp's rating, user reviews, ranking, and latest posts before joining. It currently lists about 4,700 subscribers on tgdio. Compare it with similar Courses & Learning channels in the same category.

Where can I see LLM Zoomcamp stats and latest posts?+

On tgdio, open the @llm_zoomcamp channel page for subscriber stats, ranking, ratings, and recent posts. Use the Stats link on the profile for deeper growth and activity charts.