top of page

AI Engineering NEW

The revolution needs builders. Become an AI Engineer.

450 $/місяць

пн / чт, 19:00 (UTC+3)

start:

Jun 8, 2026

// пн / чт, 19:00 (UTC+3)

450 $/місяць

пн / чт, 19:00 (UTC+3)

what's inside

Опануйте AI engineering як нову дисципліну. Це курс для тих, хто готовий перейти у сферу, про яку говорять усі, але яку глибоко мало хто розуміє. Ви дізнаєтесь, чим AI-інженерія відрізняється від класичного ML та навчитеся використовувати сучасний стек і фундаментальні моделі для розв'язання складних бізнес-завдань.  

Програма побудована на hands-on проєктах: RAG-система на корпоративних даних, автономні агенти з tool calling та memory, пайплайни з Evals для контролю якості. Ви пройдете шлях від embeddings і векторизації до context engineering. Фокус курсу на production: як зрозуміти, коли варто використовувати LLM, а коли це буде недоречно; як оптимізувати витрати та забезпечити observability систем.  

Приділимо увагу й інженерній культурі: тестування промптів, використання LLM-as-a-judge та вирішення проблем затримок і безпеки.  

Курс розрахований на розробників із практичним досвідом роботи. Для навчання та практики потрібно володіти Python на рівні beginner. Протягом курсу також будуть використані деякі базові підходи з ML (self-supervised learning, embeddings, KNN, evals та ін.)

Після курсу — портфоліо проєктів та можливість стати тим, хто впроваджує GenAI у вашій компанії.  

*Кейси, які ви будете розбирати на курсі, — це не академічні приклади, а продакшн-досвід викладача з реальних проєктів у Netflix.

Curriculum

it will be hot

FOR ENGINEERS

Intro to AI Engineering

The role of AI engineer and practical stack for working with LLM

• What is AI engineering
• Practical use cases of foundation models
• AI engineering stack

Foundational Models

How model parameters determine their behavior and application possibilities

• Training data, training, post-training and fine-tuning: what each stage is needed for
• Model architecture and its size
• Sampling and its impact on results
• Specialized models: coding, image processing, audio and video generation
• On-device and small (mini) models

Practice:
Running and using local models for different use cases: coding, image generation, speech-to-text

Prompt Engineering

From basic zero-shot prompts to controlled, secure and tested interaction with models

• The difference between zero-shot and few-shot prompting
• Optimizing prompts for a specific task
• CoT prompting and using models for reasoning
• How to write prompts to reduce hallucinations in LLM
• Security risks and ways to minimize them
• Versioning and testing prompts

Practice:
Building a pipeline for extracting structured data from text files

Evaluations for AI systems

How to systematically test and measure the quality of AI systems performance

• The probabilistic nature of LLM
• Writing scoring functions for AI solutions
• LLM-as-a-judge: using models to evaluate results
• Building a comprehensive evaluation pipeline as part of CI/CD

Practice:
Building a pipeline for evaluating AI solution performance. Preparing a test dataset and designing evaluation functions.

Embeddings and Vectorization

How to convert different types of content into numerical vectors for search and comparison

• Concepts and basic principles
• Similarity search, clustering, semantic and hybrid search, reranking
• Chunking strategies
• Embeddings for text, images, audio, video and multimodal embeddings
• Practical use cases: normalization and deduplication

Practice:
Data vectorization. Similarity search with context consideration, normalization and deduplication.

RAG (Retrieval-Augmented Generation)

What is RAG and how to build RAG systems on your own data

• What is RAG and where it is used in the industry
• Why do we use RAG instead of training models?
• RAG architecture: retrieval algorithms and their optimization, response generation
• Context and memory: key things for building effective RAG solutions

Practice:
Creating a chatbot for answering questions from your own (internal) data. Building RAG for large volumes of data when it's impossible to fit all information into the context window.

Agents

Building autonomous AI systems capable of planning, using tools and making decisions

• MCPs and tool calling
• Agent frameworks
• Agentic RAG
• Designing reliable AI agents
• Design patterns for agents
• Context engineering and memory management for agents

Practice:
Creating a solution using agent framework. Planning and tool calling. Agentic RAG. Using user feedback.

DevEx Productivity / AI first

AI integration into developer workflow: from autocomplete to autonomous coding agents

• Coding agents: hype or working tool
• AI assistants for the full development cycle: from working on an idea to deployment to production
• Cursor, Claude, Cline and other popular tools
• MCP servers, Skills and their integration into the development process

Practice:
Creating an application entirely using a coding agent. Connecting MCP servers and Skills to extend agent capabilities.

Preparation for production usage

What you need to know before launching an AI system in production

• Cost of AI solutions: how to calculate expenses
• Best practices: when not to use LLM, RAG and agents
• Performance issues in interaction with LLM and agents
• Working with security and potentially dangerous actions of AI agents: guardrails, sandboxing, manual judgment, feedback loop, checkpoints
• Observability for AI application

Practice:
Working with LLMOps systems, evaluating performance and cost of LLM usage

Presentation of course AI projects

Course completion and summary

• Presentation of the final AI assistant
• Analysis of important technical aspects, options for improving response accuracy
• Analysis of architecture and how it affects the solution cost
• Discussion of next steps for improving the solution and implementation into business processes

Instructor

it will be hot

FOR ENGINEERS

Дмитро Коваленко

Staff Software Engineer @Dropbox, Former Senior Software Engineer @Netflix


10+ років досвіду розробки високонавантажених і високопродуктивних рішень у стартапах та технологічних компаніях. 

Спеціалізується на GenAI у продакшені: LLM, AI-агенти, RAG, NLP, інтеграція моделей у реальні бізнес-процеси.

Ready? Take the first step

ready?
take the first step

I accept the terms of the Public Offer Agreement and consent to the processing of my personal data in accordance with the Privacy Policy.

reviews

What alumni say

FOR ENGINEERS

reviews
what alumni say

What our

alumni say

Python Engineer @Quintagroup

Taras Panasiuk

I really enjoyed the course — it was very visual and practical, the instructor explained everything very well and provided many real production examples. I have a strong desire to implement Agentic AI in projects at the company I work for, so throughout the training I was constantly talking to the CEO about what I was learning and sharing ideas from the course. Together we came up with a solution for the sales department that should have a positive impact and save time.

Software Network Engineer

Oleksandr Ianovskyi

I am a beginner in this topic, and for me this course was a perfect match in terms of depth. I enjoyed the practical assignments that allow you to understand the tools and experiment, the automated tests for homework, and the lectures with practical examples.

Software Engineer @First Digital

Oleg Yevtukh

A systematic and well-structured course with a great combination of theory and practice. The material is as up-to-date as possible. It is especially valuable that there are homework assignments, along with guidance and support in completing them. An added bonus is that all the cases are as close to real commercial tasks as possible, so you immediately understand how to apply them in your work. I recommend it to everyone who wants to enter the AI field, level up in their current role, or transition to an AI engineer position.

Senior Data Engineer @Okta

Vladyslav Parakhin

The course covers all aspects of AI agent development and deployment. The greatest value was the instructor himself. He is not just a theorist, but an engineer who builds AI infrastructure and has deep practical experience — learning from such experience firsthand is incredibly valuable. All homework assignments are purely practical tasks, and the code written during the course has already been used in production. Alongside the lectures, there is a vast base of additional materials. Gathering and structuring such information on your own, without a clear plan, would be quite challenging. The course gave me a powerful boost for passing technical interviews. Highly recommend!

Staff Software Engineer @Hopper

Alex Zakharchenko

Beyond being a highly engaging course on its own, its greatest strength is that you can immediately apply the knowledge and skills gained in your day-to-day work — and you can see gaps in the solutions you already have in place, and ways to improve them.

intensive mode

We meet on Zoom twice a week — every Tuesday and Thursday at 6:30 PM. Every week — a new homework.

All lectures are live meetings with the teacher with a recording (to return to the material later). We regularly hold additional Q&A sessions with the teacher and keep in touch with you on Slack.

The language of instruction is Ukrainian.
Additional materials are in English.

results that matter

No shallow slides or long introductions — just deep dives into real production challenges.

Certificates are earned, not given. They're earned through real results: completed assignments, active discussions, and measurable progress.

learn among the best

We carefully select students so you're surrounded by driven, motivated peers. Yes, we dismiss those who don't complete assignments.

Your instructor stays with you until it clicks — whether that means a third code review or a quick 15-minute call. That's what we do: push each other to learn and level up.

Oh, and share jokes in Slack and swap referrals to awesome companies.

What awaits you?

have fun and dive deep

FOR ENGINEERS

bottom of page