Courses Learning with AI Your personal tutor, not your autopilot
AI can accelerate your learning like nothing else - or wreck it if it writes everything for you. This track teaches you to turn it into a tutor: effective prompts, Socratic mode, tailored quizzes, guided debugging and critical thinking.
Start this course in Kodokon Foundations Beginner - the basics, step by step
What is generative AI?Discover what an LLM is, how it is trained, and why it seems to know everything. What AI does well… and what it gets wrongLearn to spot hallucinations, outdated knowledge, and the overconfidence of assistants. Anatomy of a good promptStructure your requests with the 4 ingredients - context, task, constraints, format - to get genuinely useful answers. The copy-paste trapUnderstand why having your code generated destroys learning, and adopt the golden rule: the AI explains, you write. Choosing and configuring your assistant wellSurvey the major assistants on the market, protect your data, and set up learning-oriented custom instructions. Progression Intermediate - build real things
Advanced Proficient - advanced patterns and performance
Debugging with AI: understand before you fixUse AI to break down an error message and build a diagnostic method, instead of begging for a fix you won't understand. AI code review: get critiqued, then defend your choicesTurn the AI into a demanding reviewer on readability, bugs, and security, and sharpen your judgment by defending your choices against its remarks. Getting calibrated mini-projects generated for you - without the codeMake the AI a client who writes a spec at your level, with milestones and verifiable success criteria, but never the code. Advanced prompting techniques: role, constraints, examples, reasoningCombine an expert role, strong constraints, few-shot examples, step-by-step reasoning, and iteration to get answers that genuinely make you learn. Verifying AI answers: documentation, tests, hallucinationsAdopt the three reflexes of the practitioner - cross-check against official documentation, test it yourself, hunt for hallucination signals - before integrating anything. Mastery Expert - architecture, internals and edge cases