Introduction to Prompt Engineering for Generative AI vs Building Systems with the ChatGPT API
Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.
LinkedIn Learning · AI & ML Courses
Introduction to Prompt Engineering for Generative AI
DeepLearning.AI · AI & ML Courses
Building Systems with the ChatGPT API
Per-criterion
Introduction to Prompt Engineering for Generative AI
The course covers the foundational prompt engineering concepts a non-technical professional needs to use generative AI tools productively: how large language models work at a conceptual level, why prompt structure affects output quality, and how to apply specific techniques (role assignment, constraint specification, context framing, and iteration) across text generation tasks. It also introduces image generation prompting with DALL-E. The breadth is appropriate for a 63-minute course and the selection of concepts is well-calibrated for a business professional audience. The limitation is that advanced topics — chain-of-thought prompting, few-shot examples, structured output formatting, system prompt design — are mentioned but not taught in depth.
Ronnie Sheer is a Senior AI Engineer who teaches prompt engineering with the practical intuition of a practitioner rather than the theoretical framing of an academic. Reviewers consistently describe his explanations of why certain prompt structures work better than others as the most valuable part of the course — particularly the demonstration that small, specific changes to phrasing produce substantially better outputs than vague or general requests. His instruction style is concise and professional, matching the LinkedIn Learning audience's expectations.
The course is available free on LinkedIn Learning during trial periods and included within a LinkedIn Learning subscription (~$40/month, with frequent employer and library partnerships providing free access). For a 63-minute investment that immediately improves how a professional interacts with AI tools they are already using daily, the value-to-time ratio is excellent. The course was among the top ten most-viewed LinkedIn Learning AI courses of 2024–2025, with over 396,000 learners, validating its perceived value at scale.
The most consistently cited strength of the course is that it is immediately applicable to daily professional AI usage. Learners who use ChatGPT, Copilot, or Claude for work — email drafting, research synthesis, data analysis, content generation — report directly applying the prompt structure techniques in the same session they watch the course. The multi-platform coverage (ChatGPT, Claude, Gemini, Copilot, DALL-E) means the techniques transfer across the tools learners are most likely to encounter in a professional environment.
Building Systems with the ChatGPT API
Across 11 short lessons (roughly 90 minutes total), the course covers a complete pipeline for multi-step LLM systems: how language models and tokenisation work, the chat format and system-user message separation, input classification for query routing, the OpenAI Moderation API, chain-of-thought prompting to handle multi-step questions, chaining several focused prompts where each consumes the previous output, output checking, and a two-part section on evaluating LLM responses at the system level. Reviewers consistently praise the logical progression and the theory-to-practice balance. The principal mark-down is age and depth: the course was built on GPT-3.5 Turbo in 2023 and has not been meaningfully updated, so it predates tool calling, structured JSON outputs, and reasoning models, and it stops short of real-world deployment concerns such as latency management, cost at scale, and production observability.
Isa Fulford, Member of Technical Staff at OpenAI, leads the code demonstrations while Andrew Ng frames the broader concepts and asks the questions a beginner would actually ask. Reviewers across blogs and Coursera call the pairing "highly knowledgeable and effective communicators." The teacher-demonstrator dynamic mirrors how a learner thinks through a new problem step by step, keeping each lesson of five to twenty minutes focused and coherent. Because Fulford comes directly from the team that built the ChatGPT API, the design decisions behind the Moderation API, the chat format, and tokenisation carry genuine authority rather than third-hand explanation.
The course is free on the DeepLearning.AI platform with every Jupyter notebook runnable directly in-browser — no OpenAI API key, no local Python environment, and no subscription required. The Coursera guided-project version is also free to audit. For roughly 90 minutes of hands-on instruction from two of the most credible names in the field, delivering reusable architecture patterns for multi-step LLM systems, the value proposition is essentially unmatched among paid or free alternatives. The only caveats are that a graded assignment and certificate on the Coursera version sit behind a paid enrolment, and the free tier leaves no portfolio artefact by default.
The patterns taught — classify the input, moderate for safety, reason in steps, chain focused prompts rather than one monolithic prompt, then evaluate the output — are exactly how production LLM features are structured in practice. Multiple reviewers note that the progression from basic API calls to a multi-stage orchestrated system reflects real engineering work. The gap is that the 2023 course predates the patterns now central to production LLM development (tool calling, structured outputs, retrieval-augmented generation), and at least one practitioner reviewer noted that the finished chatbot example would require substantial hardening before it approached something ready for deployment beyond a prototype.
Every lesson pairs a video with a runnable Jupyter notebook, and the course builds one coherent end-to-end example: a customer-service chatbot that classifies incoming queries, runs them through the Moderation API, applies chain-of-thought prompting to multi-step reasoning, chains successive focused prompts, retrieves product information, and evaluates whether its own output actually addresses the user's question. The Coursera version holds a 4.7/5 rating across 346 learners. The caveat is that there is no graded project or kept portfolio artefact on the free tier, and the supplied notebooks now require fixes (deprecated API syntax, missing helper files) to run locally outside the course sandbox.
Scoring methodology applies identically to every course on the site — see the formula.