What You Need to Know Before
You Start

Starts 3 June 2026 23:39

Ends 3 June 2026

00 Days
00 Hours
00 Minutes
00 Seconds
course image

Modern Applications of Generative AI

Explore how generative AI behavior is shaped through prompting, RLHF, reasoning scaffolds, and tool use, and apply these insights across real-world domains with ethical awareness.
University of Colorado Boulder via Coursera

University of Colorado Boulder

37 Courses


The University of Colorado Boulder, often referred to as CU Boulder, offers a wide range of educational programs and courses, both in-person and online. Students can choose from a variety of study tracks, including courses in the arts, science, engineering, business and more.

Online University of Colorado Boulder Сourses

One of the key benefits of CU Boulder is the ability to take courses online. This is a great opportunity for students who want a quality education but prefer flexibility in their schedule. CU Boulder's online courses provide access to highly qualified faculty and the most up-to-date materials.

Summer courses at the University of Colorado Boulder

Summer is a great time to explore new topics and expand your knowledge. The University of Colorado Boulder offers a variety of summer courses both online and in-person. This is an excellent opportunity for students to spend their summer usefully by studying subjects of interest.

Best CU Boulder Courses for Students

CU Boulder not only offers a wide variety of programs, but also a high-quality education. Students can choose from a variety of courses, from basic to advanced, to develop their skills and interests. The university actively uses innovative approaches to teaching, such as AI Education, which helps students gain up-to-date knowledge.

Courses at CU Boulder: More with Free Lessons

With a variety of free courses at CU Boulder, students can expand their knowledge in a variety of areas. These courses are available for both beginners and advanced students, allowing everyone to find a suitable training option to suit their interests.

Pluses of studying online courses at the University of Colorado Boulder

The University of Colorado Boulder provides students with a unique opportunity to study through online courses, which has a number of significant advantages.

Firstly, the advantage of studying online courses at the University of Colorado Boulder is the flexible schedule. Students can choose their own time to study material and watch lectures, making it easier for them to balance their studies with other responsibilities such as work or family commitments. This flexibility makes education more accessible to a wider range of people.

Secondly, University of Colorado Boulder courses provide students with the opportunity to study unique material presented by experienced teachers. Through access to experts in various fields of knowledge, students can gain relevant knowledge and skills that will be useful in the modern world.

The third benefit of taking CU Boulder online courses is the opportunity to connect and collaborate with other students from different countries and cultures. This contributes to an enriching educational experience by allowing students to be exposed to different points of view and broaden their horizons.

Additionally, University of Colorado Boulder online courses typically offer a variety of interactive learning materials, making the learning process more fun and effective. Students can learn through video lectures, tests, forums, and other innovative methods that stimulate learning.

Thus, taking University of Colorado Boulder online courses offers students many benefits, including flexible scheduling, access to experts, international communication, and an interactive educational approach. This is an excellent opportunity for students to receive a quality education, expand their knowledge and skills, and prepare for the challenges of the modern world.

Conclusion

The University of Colorado Boulder is a place where students can receive a quality education with a variety of courses and programs to choose from. Whether you're looking for online or in-person training, summer courses or free programs, CU Boulder offers ample opportunities for development and learning!

9 hours

Optional upgrade avallable

Intermediate

Progress at your own speed

Paid Course

Optional upgrade avallable

Overview

From Control to Emergent Intelligence focuses on helping learners understand how generative AI behavior is shaped, guided, and extended, moving from surface-level interaction to a systems-level perspective. The course begins with how humans control models at inference time through prompting strategies and sampling parameters, then steps back to examine how models are shaped during training through reinforcement learning, fine-tuning, and feedback.

Learners develop a clear mental distinction between intelligence that is baked into a model during training and intelligence that emerges at inference time through structure, reasoning, tools, and memory. This framing allows learners to see modern generative AI not as a static tool, but as a dynamic system whose behavior depends on both how it was trained and how it is used.

As the course progresses, learners move beyond single prompts to structured reasoning, model comparison, and evaluation across different architectures and ecosystems, including open-source and mixture-of-experts models. They then explore how tools, memory, and context persistence allow AI systems to operate across time, enabling action-oriented workflows rather than isolated responses.

The course concludes with real-world applications across domains such as coding, business, accessibility, and creative work, paired with individual-level ethical reflection on what it means to work alongside AI systems. By the end of Course 2, learners understand not only how to use generative AI effectively today, but how the combination of control, feedback, reasoning, evaluation, and external capabilities gives rise to more autonomous behavior, setting the foundation for agents and more advanced systems explored in Course 3.

Syllabus

  • Course Introduction
  • Modern Applications of Generative AI focuses on helping learners understand how generative AI behavior is shaped, guided, and extended, moving from surface-level interaction to a systems-level perspective. The course begins with how humans control models at inference time through prompting strategies and sampling parameters, then steps back to examine how models are shaped during training through reinforcement learning, fine-tuning, and feedback. Learners develop a clear mental distinction between intelligence that is baked into a model during training and intelligence that emerges at inference time through structure, reasoning, tools, and memory. This framing allows learners to see modern generative AI not as a static tool, but as a dynamic system whose behavior depends on both how it was trained and how it is used.
  • Prompting and Control Parameters
  • This week emphasizes that prompting and sampling guide behavior without changing the underlying model. By briefly revisiting earlier concepts such as transformers and multimodal generative architectures, learners place prompting within the broader AI landscape while staying focused on practical control. The week closes by raising a key question: if users can shape behavior so effectively at inference time, how does the model learn what “good” behavior is in the first place? That question leads directly into the next week’s exploration of training, reinforcement learning, and fine-tuning.
  • Training and Alignment
  • The week centers on reinforcement learning from human feedback (RLHF) and evaluator models as mechanisms for encoding preferences, alignment, and style into generative systems. Learners examine how feedback shapes model behavior, why RLHF has been so effective, and why it can also contribute to issues such as hallucinations and reward misalignment. The week closes by shifting attention back to inference time, asking how structured prompting and additional compute can enable models to reason, revise, and refine outputs without retraining, setting the stage for the study of reasoning scaffolds and chain-of-thought in the following week.
  • Reasoning Scaffolds and Chain-of-Thought
  • This week focuses on inference-time compute and reasoning scaffolds such as chain-of-thought and step-by-step prompting, highlighting how large context windows allow models to “think on the page.” Rather than producing a single answer, models can fill the context window with intermediate steps, enabling feedback into their own reasoning and improving accuracy on complex tasks. The week emphasizes that this process does not involve learning or parameter updates. Instead, reasoning emerges from structure, additional context, and the ability to revisit earlier steps within the same prompt. Learners explore how self-critique, revision, and iterative prompting take advantage of large context windows to refine outputs without retraining. The week closes by shifting from individual reasoning strategies to broader comparison, preparing learners to examine how different models reason, specialize, and perform across tasks, which leads directly into the study of open-source models, mixture-of-experts architectures, and systematic evaluation in the following week.
  • Ecosystem and Evaluation
  • This week introduces the open-source model ecosystem and Mixture of Experts architectures, using models such as Mistral to illustrate how specialization and routing can improve performance without relying on a single monolithic model. Learners connect these ideas to earlier discussions of fine-tuning, seeing how different approaches shape behavior and capability in complementary ways. The week then shifts to evaluation and benchmarking as essential practices for understanding model strengths, limitations, and tradeoffs. Learners examine the history of benchmarking to see how rapidly frontier models have advanced, from outperforming grade-school benchmarks to surpassing expert-level performance when paired with tools. Concepts such as alignment, alignment drift, and reward hacking are introduced through examples, including Goodhart’s Law, to show why evaluation must evolve alongside model capability. The week closes by highlighting practical considerations around data ownership, IP boundaries, and deployment constraints—particularly in open-source settings—setting up the next week’s focus on tool use, memory, and systems that operate across time.
  • Tools, Memory and Persistence
  • This week explores tool use, showing how models invoke calculators, search, APIs, and retrieval-augmented generation systems to access external capabilities. Tool use marks a key transition from passive reasoning to action-oriented behavior, where models no longer operate solely within their training data or context window. The week also introduces memory and context persistence, examining how short-term context, long-term storage, and summarization enable systems to operate across multiple interactions rather than isolated prompts. Learners explore basic evaluation heuristics that help monitor reliability as systems grow more complex. Together, tools and memory allow AI systems to maintain continuity over time, setting the stage for real-world applications and ethical considerations in the following week.
  • Applications and Ethics
  • This week surveys modern applications across domains such as code generation, business workflows, accessibility enhancements, and creative media (music, speech, image, video), emphasizing how AI systems function as productivity multipliers rather than replacements. The week also introduces ethical reflection at the individual level, focusing on what it means to work alongside AI systems in daily practice. Learners consider tradeoffs related to cognition, autonomy, and reliance and discussions of the AI productivity paradox. “Every time you interact with an AI, realize you’re giving something up in exchange.” The course closes by inviting learners to reflect on what AI can do in their chosen field today, forming the basis for the Course 2 capstone and setting up Course 3, where attention shifts from current capabilities to the emergence of agents and the implications of more autonomous systems.

Taught by

Bobby Hodgkinson


Subjects

Artificial Intelligence