JF
Jul 29, 2025
Very informative. Lots of code examples. Thorough videos, showcasing and explaining the topics precisely, accurately and in detail. _No AI dubbing_. Fantastic course, genuinely.
EI
Jul 2, 2025
One of the best practical courses I have completed. The course seems to have a humorous take on graded exercises, while the real value lies in the ungraded exercises.
By Virmerson B d S
•Jul 2, 2025
I recommend it
By Miguel M
•May 20, 2025
Excellent !!
By Luis G C
•Apr 16, 2025
Very clear
By Ricardo P
•Apr 14, 2025
Excellent
By Садуакасова Г М
•Apr 17, 2025
отличнно
By Jose S
•Aug 4, 2025
Cool !
By Akshay R
•Jul 30, 2025
good
By Javier D J T
•Apr 2, 2025
Good
By Damira A
•Apr 1, 2025
а
By Justin F
•Aug 2, 2025
You will need intermediate level Python coding experience (OOP in particular) to understand the topics, so it's not at the beginner level. Also the documents could be in a better order or written with more clarity. Other than that, the course shows you the ease with which AI agents can be created by mixing a LLM with a python coding framework that you can build from scratch. Quite amazing!
By Gioia G
•Jun 16, 2025
It would be great if there were also videos explaining the coding step-by-step.
By Kaihaan J
•Jun 8, 2025
Good examples - although they make you work a bit to really get them working.
By Jari v d M
•May 8, 2025
awesome!
By Nikolai G
•Aug 4, 2025
The course presents useful concepts, but I encountered two inconveniences: 1. Although the course is marked as suitable for beginners familiar with Python, in module 3 there is a large AI agent project composed of an unstructured list of classes. It took time to analyze and draw a UML diagram to understand all the relationships in this core module of the AI agent. 2. For this course, I chose to use LLM models running locally on my machine via Ollama (models: Magicoder, GPT, LLaMA3). I ran the course code locally, and each time I faced issues during the agent loop execution—often the LLM failed to stay within the tool-based narrative set by the prompts. I don’t know how it would perform using the OpenAI API.
By Nicolás D
•Jun 11, 2025
The videos were very clear and informative. However, this assumes no prior Python knowledge and even with some knowledge there were a lot of parts in the code section that were rushed with no explanation on some fundamental concepts for python beginners. This felt like two courses, one for the 'Prompt engineering' and a separate, rushed one for the Python part. Also, when I started the course, the example code was broken due to OpenAI's token policy change.
By JUAN D A H
•Jul 30, 2025
there's room for improvement. The sequence of how the code is explained is messy, in example, Idk why the AgentLanguage was not explained at first but at the final implementation, that makes you go back and forth through the lectures. Spoiler alert! You need mid level python coding knowladge at least (mandatory), if you do not have it, do not waste your time on it, and first enrolled to a crash course to understand perfectly OOP.
By C G
•Apr 29, 2025
a lot of coding that i would have liked some of it explained in a video.
By Brian A
•Jun 29, 2025
This course got extremely complicated very quickly, way beyond my basic capabilities.