TGViewer
Channel Public Channel
AI Dev Tools Zoomcamp

AI Dev Tools Zoomcamp

@aidevtoolszoomcamp

Channel for AI Dev Tools Zoomcamp
Subscribers
778
Photos
4
Videos
0
Links
51
Recent Posts 20 shown
Post #72 189
Louis Amaudruz built a team of AI agents in Slack, live, during our latest workshop. They worked together on GitHub issues for the Switch repository.

The recording is now up.

Louis started with an empty Slack workspace and walked through each agent:

- A Claude Code coder agent that fixes an issue and opens a pull request
- A Codex reviewer agent that reviews the fix in the same channel
- A lead agent that runs the code-review loop, with a maximum of two cycles
- An issue manager that creates one channel per issue and starts the work in each of them

Louis also showed how the Switch team uses the same pattern for its own work, with rooms for bug reports, feature work, local deployments, releases, and staging deployments.

Watch the recording to follow the full build:
https://www.youtube.com/watch?v=vl00W8eEtZg
YouTube Building AI Agent Workflows with Switch - Louis Amaudruz Links: - Repo: https://github.com/sandbox-quantum/switch Connect with DataTalks.Club: - Join the community - https://datatalks.club/slack.html - Subscribe to our Google calendar to have all our events in your calendar - https://calendar.google.com/calen…
  • 👍 1
Post #71 256
We start Module 4 on DevOps and Observability for AI-Built Apps.

Once your application is deployed, you need to know what it is doing. With observability, you can see where the app failed, investigate with the right context, and decide how to respond.

We cover:

- What to observe in a running application
- Which failures should trigger alerts
- What context an investigation needs
- Where coding agents can help with operations safely
- Which production permissions stay with humans

Materials:
https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/tree/main/04-devops

Recording:
https://www.youtube.com/watch?v=YkxLo_FRoQw

Companion article:
https://aishippingblog.com/p/devops-and-observability-for-an-ai

Homework 4 is currently a draft and the questions will likely change. We will announce once it’s ready.

Homework:
https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/blob/main/cohorts/2026/04-devops/homework.md

Submit:
https://courses.datatalks.club/ai-dev-tools-2026/homework/hw4

Deadline: September 29, 2026 at 01:00 CET (September 28 at 23:00 UTC).

Next week, the final module covers reusable coding-agent capabilities: skills and specialized subagents.

Questions go in the course Slack channel:
https://app.slack.com/client/T01ATQK62F8/C09HWT76L95
GitHub ai-dev-tools-zoomcamp/04-devops at main · DataTalksClub/ai-dev-tools-zoomcamp A free, hands-on course on using AI developer tools to build, test, deploy, extend, and audit software without losing engineering discipline. The 2026 cohort starts August 31. - DataTalksClub/ai-de...
  • 👍 1
Post #69 417
Post #68 429
We start Module 3

Getting an application to work once is different from making it reproducible and ready for other people to run.

This week, you will strengthen the checks around your application, package it consistently, document how to run it, and deploy it somewhere others can inspect.

Materials:
https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/blob/main/03-deployment/lesson.md

Recording:
https://www.youtube.com/watch?v=gxt5ZDVnBMM

Companion article:
https://aishippingblog.com/p/deploy-a-full-stack-app-with-ai-coding

Homework page:
https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/blob/main/cohorts/2026/homework/03-deployment/homework.md

Submission page:
https://courses.datatalks.club/ai-dev-tools-2026/homework/hw3

Deadline: September 22, 2026 at 01:00 CET (September 21 at 23:00 UTC).

Next week, Module 4 will cover DevOps and observability for applications built with AI assistance.

Questions belong in the course Slack channel:
https://app.slack.com/client/T01ATQK62F8/C09HWT76L95
  • 👍 1
  • 👌 1
Post #66 508
Post #65 619
We start Module 2

This week, we move from designing an AI-native workflow to using it across a full-stack application.

Module 2 is Build and Ship an AI-Assisted Full-Stack App. The focus is the complete development loop: planning the application, coordinating frontend and backend work, testing the integration, documenting the result, and getting it deployed.

Materials:
https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/tree/main/02-development

Recording:
https://www.youtube.com/watch?v=x9dq5nBpDg8

Companion article:
https://aishippingblog.com/p/build-and-ship-a-full-stack-app-with

The current Homework 2 is DRAFT. Once it’s updated, we’ll notify you.

Submission page:
https://courses.datatalks.club/ai-dev-tools-2026/homework/hw2

Deadline: September 15, 2026 at 01:00 CET.

Next week, Module 3 will focus on testing, containerizing, and deploying the application.

Questions belong in the course Slack channel:
https://app.slack.com/client/T01ATQK62F8/C09HWT76L95
GitHub ai-dev-tools-zoomcamp/02-development at main · DataTalksClub/ai-dev-tools-zoomcamp A free, hands-on course on using AI developer tools to build, test, deploy, extend, and audit software without losing engineering discipline. The 2026 cohort starts August 31. - DataTalksClub/ai-de...
  • 👍 3
Post #64 623
  • 😁 3
Post #63 590
Muse Spark 1.3 is completely free in opencode

How to use it

- download and install OpenCode
- select Muse Spark 1.3 Free
- use for free while they run this campaign
  • 👍 7
Post #62 637
Module 1 has started

This week, we begin with AI-Native Developer Workflow.

The goal is to turn a vague product idea into specified, implemented, and independently verified software with coding agents, while keeping requirements, key decisions, and final review in human hands.

You will work on:
- Turning an idea into a product specification and focused backlog.
- Giving agents durable context with AGENTS.md and project documents.
- Separating product manager, software engineer, and QA roles.
- Using loop engineering around checkable completion conditions.
- Coordinating specialized agents across a backlog with graph engineering.

Materials: https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/tree/main/01-ai-native-workflow

Recording: https://www.youtube.com/watch?v=VUJxJGpaDEs

Companion article: https://aishippingblog.com/p/ai-native-development-specifications

Homework 1 asks you to apply this workflow to a spec-driven Django application based on a deliberately vague shared-household-chores idea.

Instructions: https://github.com/DataTalksClub/ai-dev-tools-zoomcamp/blob/main/cohorts/2026/01-overview/homework.md

Submit here: https://courses.datatalks.club/ai-dev-tools-2026/homework/hw1

Deadline: September 8, 2026 at 01:00 CET (September 7 at 23:00 UTC).

The homework is useful practice, but it is not required for the certificate.
Questions belong in the course Slack channel: https://app.slack.com/client/T01ATQK62F8/C09HWT76L95
GitHub ai-dev-tools-zoomcamp/01-ai-native-workflow at main · DataTalksClub/ai-dev-tools-zoomcamp A free, hands-on course on using AI developer tools to build, test, deploy, extend, and audit software without losing engineering discipline. The 2026 cohort starts August 31. - DataTalksClub/ai-de...
  • ❤ 5
Post #61 558
Post #60 517
Post #59 1.41K
AI Dev Tools Zoomcamp 2026 launches tomorrow.

The course teaches you how to:

- Choose the right AI tools
- Give them the right context
- Extend them with the right capabilities
- Ship safely with review, audit, security, and DevOps controls

The cohort starts tomorrow. Register now to join from the beginning and stay on track with homework, peer review, and the final project.

Register here: https://courses.datatalks.club/register/ai-dev-tools/
Join the launch: https://luma.com/tsiusx8s
  • 🔥 3
Post #58 588
Join Bhavani Ravi on Monday, August 31, for a hands-on workshop on extending and customizing Claude Code and other coding agents.

This is Workshop 3 of AI Dev Tools Zoomcamp, covering Module 3: Coding Agent Capabilities.

- Aug 31, 2:00 PM CET
- Live on YouTube

You'll learn how to:

- Use project instructions
- Connect assistants to tools and context using MCP
- Build reusable workflows and commands
- Add specialized subagents for focused work
- Design hooks for checks and automation
- Package capabilities with plugins and extensions

Register here: https://luma.com/ap4l3qlj
Luma Use Claude Code Like a Pro · Luma This is the 3rd workshop in our series to update the AI Dev Tools Zoomcamp content. This workshop updates Module 3: Coding Agent Capabilities: MCP, Skills,…
  • ❤ 3
  • 👍 2
Post #57 505
We published the fourth article in our AI Dev Tools Zoomcamp series, continuing the system design interview app from the previous modules.

Alexey takes the deployed application closer to production and shows how to use AI coding assistants to:
- Separate development and production environments and safely promote releases
- Add observability with OpenTelemetry, Prometheus, Loki, Tempo, and Grafana
- Define application metrics, dashboards, and alerts
- Use an AI coding agent as an on-call responder that investigates and fixes failures

Read it here: https://aishippingblog.com/p/devops-and-observability-for-an-ai
Aishippingblog DevOps and Observability for an AI-Built App Part 4 of AI Dev Tools Zoomcamp
  • 👍 7
Post #56 465
Live Q&A about AI Dev Tools Zoomcamp is today!

Join Alexey Grigorev at 5 PM CET to learn about the course structure, modules, homework, projects, and certificates.

Join if you're considering the course and want to know:

- Who it's for and what you need before joining
- What you don't need: prior AI tools experience, web development experience, a powerful machine, or a GPU
- How the four modules are structured
- How homework, deadlines, peer review, and the final project work
- Where to get help during the cohort

The live cohort starts on August 31.

Register for the course: https://courses.datatalks.club/register/ai-dev-tools/

Join the Q&A today: https://luma.com/a8qa5s2s
  • 👍 4
Post #54 509
Older posts →

About this channel

How can I read @aidevtoolszoomcamp without a Telegram account?
TGViewer shows the public web preview Telegram publishes for AI Dev Tools Zoomcamp: recent posts, photos, videos and the subscriber count, with no app, login or account.
How many subscribers does AI Dev Tools Zoomcamp have?
AI Dev Tools Zoomcamp (@aidevtoolszoomcamp) has 778 subscribers on Telegram, refreshed roughly every 30 minutes.
Does AI Dev Tools Zoomcamp know I viewed it here?
No. Public channel previews carry no viewer identity, and TGViewer has no accounts or tracking of what you look up.
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →