Skip to content

Commit d4753b4

Browse files
LLM Zoomcamp docs: add AI Engineering Field Guide + portfolio/build-from-day-one advice
1 parent 4350e76 commit d4753b4

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

courses/llm-zoomcamp/project.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,11 @@ The earliest you can receive your certificate is after the peer-review deadline.
111111
## Portfolio focus
112112

113113
Treat the project as a portfolio piece with a meaningful repository name such as `recipes-rag-assistant`, not `homework-final`. Include a clear README. Past graduates have used these projects in job applications and interviews.
114+
115+
A few habits make the difference between finishing the course and building something employers notice:
116+
117+
- **Start building from day one.** Do not wait for the project window to open. Read the project guidelines at the start, decide what you want to build, and apply each module to your own project as you learn it. Putting concepts into practice immediately beats going through the material passively.
118+
- **Build more than one project.** Everyone finishes the course with a RAG app on the same course dataset, so that alone does not stand out. Build several projects on data and problems you chose yourself. A small portfolio of varied projects (a RAG app, an agent, something in a different domain) is far stronger than a single one.
119+
- **Make them your own.** The strongest projects solve a problem you actually have, on data you picked, cleaned, and structured yourself. That work is what shows your skills.
120+
121+
For project ideas, the [AI Engineering Field Guide]({{ '/courses/llm-zoomcamp/resources/#ai-engineering-field-guide' | relative_url }}) collects take-home assignments from 100+ companies. You can also look at what companies you want to work for tend to ask, and build something in that direction.

courses/llm-zoomcamp/resources.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,13 @@ The [DataTalks.Club newsletter](https://datatalks.club/newsletter.html) goes out
7474
The [LLM Zoomcamp FAQ](https://datatalks.club/faq/llm-zoomcamp.html) collects answers to module-specific and technical questions from previous cohorts. Check it before posting in Slack.
7575

7676
The course repo also has an [asking questions guide](https://github.com/DataTalksClub/llm-zoomcamp/blob/main/asking-questions.md) with tips for posting useful questions in Slack.
77+
78+
## AI Engineering Field Guide
79+
80+
The [AI Engineering Field Guide](https://github.com/alexeygrigorev/ai-engineering-field-guide) is a companion resource by the course instructor. It is a data-driven guide to AI engineering roles, skills, and interviews, built from analyzing thousands of real job descriptions, interview experiences, and practitioner stories.
81+
82+
It is useful both during and after the course:
83+
84+
- **Project ideas.** The [home-assignments section](https://github.com/alexeygrigorev/ai-engineering-field-guide/blob/main/interview/questions/06-home-assignments.md) collects take-home assignments from 100+ company GitHub repos. Pick one that resonates and build it as your capstone project.
85+
- **Interview preparation.** Theory, coding, project deep-dive, system design, and behavioral questions consolidated from 100+ sources, plus company-by-company interview process data.
86+
- **Career direction.** Role and skills analysis, real-world use cases, and learning paths for moving into AI engineering from data engineering, data science, or other backgrounds.

0 commit comments

Comments
 (0)