Choose from Multiple Learning Formats to achieve your goals

Certificates

Earn a Cornell credential as you complete multiple courses.
  • 2 to 6 months
  • $2,000 to $10,000
  • Online

Courses

Learn in a small cohort, with graded assignments and opportunities for live sessions.
  • 2 to 4 weeks
  • $299 to $1,199
  • Online

Workshops

Develop AI skills and strategies in interactive sessions with Cornell faculty.
  • 3 hours
  • $449
  • Online

Degrees

Earn a professional master’s degree from Cornell University.
  • 15 to 24 months part-time
  • Tuition varies
  • Hybrid
Select aN AI program that fits your goals
Explore and compare flexible learning opportunities from across Cornell’s portfolio of world-class AI programs.
Certificates(23)
Courses(41)
Workshops(16)
Degrees(2)
Showing 23 of 23
Ask Sage

LLM Tools, Platforms, and Prompts

Course
2 weeks
Online
In this course, you will discover how to work directly with some of today's most powerful large language models (LLMs). You'll start by exploring online LLM-based systems and seeing how they handle tasks ranging from creative text generation to language translation. You'll compare how models from major organizations like OpenAI, Google, and Anthropic differ in their outputs and underlying philosophies. You will then move beyond web interfaces to identify how to find and load various foundation models through the Hugging Face hub. By mastering Python scripts that retrieve and run these models locally, you'll gain deeper control over prompt engineering and understand how different model architectures respond to your requests. Finally, you'll tie all these skills together in hands-on projects where you generate text, analyze tokenization details, and assess outputs from multiple LLMs.
$999

Exploring the Legal Principles of AI

Course
2 weeks
Online
This course provides you with foundational knowledge about how AI works along with its advantages and limitations. You will examine predictive and generative AI systems and consider how they create risks like misinformation and bias. You'll explore AI's most pressing ethical and legal challenges, including issues like defamation, discrimination, premature automation, and the rise of counterfeit personas. You'll also access two critical frameworks — the risk-based and rights-based approaches — to help assess AI's ethical impact. You'll analyze real-world case studies in fields like healthcare and policing to understand how these frameworks can guide responsible AI use and protect fundamental rights. By the end of this course, you will have developed a solid foundation in evaluating AI's ethical and legal implications. You'll be prepared to critically assess AI's role in your organization, advocate for ethical policies, and responsibly integrate AI into your professional field.
$999

Catalyzing AI Transformation From Capabilities to Vision

Course
2 weeks
Online
Artificial intelligence (AI) has evolved far beyond basic automation, developing into sophisticated systems capable of advanced reasoning and autonomous decision making. This significant advancement has created an era of abundant intelligence, presenting strategic leaders with substantial opportunities to reimagine customer experiences, enhance human potential, and develop innovative business models. In this course, you will develop a comprehensive strategic framework for evaluating current and emerging AI capabilities. Through detailed analysis and practical case studies, you'll examine how AI fundamentally reshapes industries while building the expertise to identify transformative applications within your organization. This course provides you with analytical tools to assess the critical organizational elements — skills, systems, and resources — necessary for leading effective AI change. Upon completion, you will have identified the key requirements to implement a comprehensive AI transformation strategy that aligns with your organizational objectives and positions your enterprise for sustained success in an increasingly intelligent business environment.
$999

Developing AI Intuition Using LLMs and Prompt Engineering

Course
2 weeks
Online
While millions use AI chatbots daily, few understand the mechanics that drive them. This course builds a foundational understanding of how large language models actually work, developing the practical intuition that will make you a more effective AI user and builder. You'll explore the architecture of neural networks and transformers, understand why LLMs sometimes fail at seemingly simple tasks, and learn strategies to mitigate hallucinations and other limitations. Through hands-on work with the OpenAI API, you'll transition from chatting with AI to programmatically integrating it into applications. You'll learn how to achieve consistently better results through context engineering and effective prompt engineering techniques, including chain-of-thought reasoning and self-reflection. You'll also understand the evolution from base models to reasoning models, and build your first AI chatbot with streaming responses, memory, and personalized system prompts. By the end of the course, you'll have the technical foundation and practical skills to build reliable AI applications.
$999

Technical Communication With AI

Course
2 weeks
Online
Evolving engineering roles now demand more than technical know-how; they also require the ability to communicate sophisticated ideas clearly and persuasively, especially as AI transforms the landscape. In this course, you will discover how to craft precise functional and technical specifications that articulate both vision and requirements, ensuring your projects resonate with diverse stakeholders. By selecting and implementing robust, data-driven testing protocols, you'll translate complex results into actionable recommendations that drive continuous improvement. As you progress, you will master techniques to make technical documentation and instructions accessible, empowering both users and collaborators to engage confidently with your work. You'll also build expertise in proposal writing, framing your technical initiatives in business terms that earn executive buy-in. Throughout the program, you'll strategically integrate AI tools to streamline your workflow, all while safeguarding your professional credibility and protecting sensitive information. By completing this course, you will be equipped to lead engineering projects with clarity, communicate technical value to any audience, and harness AI as a trusted collaborator in your professional toolkit.
$999

Fundamentals of Approximate Computation

Course
2 weeks
Online
Numerical computation often involves problems where exact solutions are difficult or impossible to calculate. Some equations lack closed-form solutions, some require summing infinite series, and others involve computationally expensive operations that exceed practical limits. Approximation, which is the process of estimating values instead of calculating exact ones, helps address these challenges by balancing precision with efficiency. In this course, you will investigate how approximation allows you to solve real-world problems when exact computation falls short. You'll study core approximation topics, including error analysis, floating-point computation, and numerical techniques for derivatives and integrals. By the end of the course, you'll have gained experience in identifying and managing errors effectively, refining computational methods, and applying approximation techniques in fields such as engineering, physics, and machine learning, where precision and reliability are crucial.
$999

Managing Cybersecurity and AI Risks in Healthcare

Course
2 weeks
Online
Cybersecurity is a critical concern in healthcare, and understanding the threats, actors, and trends shaping the field is essential. In this course, you will examine the evolving cybersecurity landscape in healthcare and learn how cyber threats intersect with patient data systems, connected technologies, and organizational operations. You'll explore how governance structures, regulatory obligations, and third-party relationships influence cybersecurity strategy while evaluating the privacy, legal, and operational risks associated with digital health technologies. Through practical exercises and applied examples, you will learn how to identify cyber threats, analyze the risks and benefits of patient data and information management systems, and assess organizational responsibilities for protecting sensitive information. You'll also consider the growing role of artificial intelligence in healthcare and its implications for cybersecurity risk, innovation, and oversight. By the end of this course, you will be prepared to anticipate potential threats, evaluate systemic cybersecurity risks, and apply strategies that help protect patient data, healthcare systems, and organizational operations.
$999

Mastering NLP Fundamentals

Course
2 weeks
Online
With the rapid growth of text data across industries, knowing how to clean and process it is key to extracting valuable insights. This course gives you hands-on experience with text preprocessing, the foundation of any natural language processing (NLP) workflow. You will start the course by using regular expressions to identify and edit patterns in text before tackling tasks like converting text to lowercase, replacing characters, and removing unwanted elements. As you progress, you will handle more advanced tasks such as tokenizing text into words or n-grams and filtering out irrelevant stop words. Finally, you will clean messy text by standardizing variations and using techniques like stemming. By the end of the course, you will be equipped to prepare large text datasets for deeper analysis, paving the way for sentiment analysis and other advanced NLP tasks.
$999

Problem-Solving with Machine Learning

Course
2 weeks
Online
This course begins by helping you reframe real-world problems in terms of supervised machine learning. Through understanding the “ingredients” of a machine learning problem, you will investigate how to implement, evaluate, and improve machine learning algorithms. Ultimately, you will implement the k-Nearest Neighbors (k-NN) algorithm to build a face recognition system. Tools like the NumPy Python library are introduced to assist in simplifying and improving Python code.
$1,199

Generative AI for Written Communication

Course
2 weeks
Online
In today's fast-paced professional world, the ability to write clear, compelling messages can truly set you apart. In this course, you will discover how to leverage AI as your writing partner, enhancing both the speed and impact of your communications while maintaining your personal voice. Guided by Professor Andrew Quagliata, you will explore strategies for crafting precise AI prompts, interpret AI-generated content, and refine your final message so it resonates with your audience. Through real-world exercises — focused on drafting persuasive emails — you'll master time-saving techniques for producing polished, engaging documents that stand out in any setting. By the end of the program, you'll have gained the confidence and expertise to seamlessly integrate AI into your writing process, elevating the quality of every communication you send. This course includes a year of free access to the AI Symposium! Symposium features various live, highly participatory virtual Zoom sessions with Cornell faculty and experts to explore today's most pressing topics with your peers. Throughout the year, you may participate in as many sessions as you wish. Attending a Symposium is not required to successfully complete the certificate program.
$999

Generative and Agentic AI

Course
3 weeks
Online
Looking to get up to speed quickly on generative AI? Today's professional landscape is being transformed by AI advances that fundamentally redefine how we work. This comprehensive crash course is designed to help you and your teams engage with and deploy artificial intelligence effectively within your organization. Progressing from foundational AI literacy through practical implementation, the program covers the latest developments in AI technology, including large language models, generative AI, and automation tools such as AI agents. Through interactive demonstrations, hands-on activities, and practice problems using real-world scenarios, you will develop essential skills in using AI tools like ChatGPT, Claude, and Perplexity, while also discovering how to differentiate between content generation platforms and agentic AI models capable of complex problem solving. The course explores both automation and augmentation approaches, teaching you how to delegate tasks to AI, enhance human capabilities through AI assistants, and redesign business processes for improved efficiency. By the conclusion of the program, you will be equipped to lead and implement AI initiatives while staying current with this rapidly evolving technology. This course includes a year of free access to our AI Symposium! These events feature live, highly participatory virtual Zoom sessions with Cornell faculty and experts to explore today's most pressing topics. Throughout the year, you may participate in as many sessions as you wish. Attending a Symposium is not required.
$399

Improving Workforce Analytics With AI

Course
2 weeks
Online
Artificial intelligence is advancing workforce analytics by enabling organizations to move beyond static reporting toward more dynamic, predictive insights. As AI makes it easier to analyze employee feedback, detect patterns, and anticipate trends like turnover, it also introduces new challenges related to data quality, bias, interpretation, and employee trust. In this course, you will explore how AI supports employee listening and workforce insights. You'll evaluate approaches from basic analysis to predictive tools and assess the data, skills, and organizational context required to use them effectively. Upon completion of this course, you will be able to assess how AI can enhance workforce analytics and identify tools and approaches that align with your organization's needs. You'll be prepared to evaluate data requirements, ensure appropriate human oversight, and make informed decisions about implementation. You'll also be equipped to assess vendors, define success metrics, and use AI-driven insights to support better organizational and talent decisions. You are required to have completed the following course or have equivalent experience before taking this course: Understanding AI Technologies in Human Resources
$999

Enhancing Performance Management Through AI

Course
2 weeks
Online
Artificial intelligence is modernizing performance management by changing how organizations evaluate performance, deliver feedback, and support employee development. While AI can improve consistency, efficiency, and personalization, it also introduces new considerations around bias, data quality, and employee trust. In this course, you will explore how AI applies to performance reviews, learning and development, and talent growth. You'll evaluate different approaches and assess the data, risks, and human oversight required. Upon completion of this course, you will be able to assess AI opportunities in performance management, evaluate tools and approaches, and balance efficiency with fairness and human judgment. You'll also be prepared to make informed decisions about implementation and shape a strategy that supports both organizational performance and employee experience. You are required to have completed the following course or have equivalent experience before taking this course: Understanding AI Technologies in Human Resources
$999

Implementing AI in Recruitment and Hiring

Course
2 weeks
Online
Artificial intelligence is rapidly transforming talent acquisition, reshaping how organizations attract, evaluate, and engage candidates. From automating job description creation to enabling large-scale candidate assessment, AI introduces new efficiencies while also raising important questions about bias, transparency, and the role of human judgment. As adoption grows, organizations must balance innovation with ethical considerations and a strong focus on candidate experience. In this course, you will explore how AI is applied across the talent acquisition life cycle, including job design, candidate evaluation, and hiring at scale. You'll examine practical use cases ranging from basic tools to more advanced AI-driven approaches, and you'll identify the data, skills, and context needed to use them effectively. You'll also assess your organization's current talent acquisition challenges, evaluate where AI can add value, and analyze risks such as bias, privacy, and overreliance on automation. You'll consider stakeholder perspectives, human-in-the-loop decision making, and the impact of AI on the candidate experience and organizational outcomes. Upon completion of this course, you will be able to identify where AI can improve talent acquisition processes while recognizing its limitations and risks. You'll be prepared to evaluate AI tools for job design and candidate assessment, ensure appropriate human oversight, and make informed decisions about implementation. You'll also be equipped to assess vendor solutions, measure potential ROI, and shape a talent acquisition strategy that balances efficiency, fairness, and a positive candidate experience. You are required to have completed the following course or have equivalent experience before taking this course: Understanding AI Technologies in Human Resources
$999

Understanding AI Technologies in Human Resources

Course
2 weeks
Online
Artificial intelligence is reshaping how HR functions operate, from automating routine tasks to informing complex workforce decisions. Different types of AI offer distinct capabilities, each requiring specific data and raising important considerations around effectiveness, ethics, and organizational impact. As these technologies evolve, they're driving meaningful shifts in HR roles, processes, and long-term strategy. In this course, you will differentiate among key AI technologies, including ML, NLP, LLMs, and hybrids, and connect them to real HR applications. You'll identify the data required to support these systems, analyze their benefits and limitations, and examine ethical considerations such as privacy and fairness. Upon completion of this course, you will be prepared to assess where and how AI can be effectively applied in HR, determine the data and governance needed to support it, and evaluate associated risks and trade-offs. You'll also be equipped to anticipate how AI is reshaping HR roles and processes, positioning you to guide informed, responsible adoption in your organization.
$999

Implementing Responsible AI in Healthcare

Course
2 weeks
Online
AI is transforming healthcare, offering powerful benefits and posing significant risks across diagnosis, treatment, research, and public health. In this course, you will explore how healthcare organizations can leverage AI to improve patient outcomes and operational efficiency while managing potential risks such as bias, data misuse, and unintended consequences. You'll examine ethical, safety, and privacy considerations and learn strategies and guardrails for responsible AI implementation. Through practical examples and applied exercises, you will evaluate how AI impacts decision making, regulatory compliance, and organizational practices. You'll explore methods to integrate patient safety, data protection, and ethical principles into AI initiatives, ensuring innovation aligns with responsible healthcare governance. By the end of the course, you will be prepared to integrate patient safety, regulatory compliance, and ethical principles into decision making, leveraging AI's benefits while safeguarding patients, data, and organizational integrity. You are required to have completed the following courses or have equivalent experience before taking this course: Managing Cybersecurity and AI Risks in Healthcare Defending Against Cybercrime in Healthcare Analyzing Data Breaches and AI-Driven Cyber Incidents
$999

Analyzing Data Breaches and AI-Driven Cyber Incidents

Course
2 weeks
Online
Real-world healthcare cyberattacks offer critical lessons for protecting organizations and patient data. In this course, you will examine case studies of major cyber incidents to understand how healthcare organizations respond to attacks and what factors influence successful outcomes. You'll analyze how vulnerabilities emerge across healthcare systems and explore strategies organizations use to mitigate risk, strengthen governance, and improve incident response. Through this case-based approach, you will evaluate ransomware incidents, breaches of sensitive health data, and risks associated with third-party vendors, supply chains, and operational technologies. You'll also examine how accountability, risk management practices, and organizational decision making shape responses to cyber incidents. By the end of this course, you will be prepared to assess cyber incidents, make informed decisions during breaches, and apply strategies that strengthen cybersecurity resilience while protecting patients and healthcare operations. You are required to have completed the following courses or have equivalent experience before taking this course: Managing Cybersecurity and AI Risks in Healthcare Defending Against Cybercrime in Healthcare
$999

Defending Against Cybercrime in Healthcare

Course
2 weeks
Online
Protecting healthcare organizations from cybercrime is essential in today's digital environment. In this course, you will explore how common cyberattacks — including ransomware, fraud, and AI-enabled threats — target healthcare systems and learn practical approaches for strengthening cyber hygiene and defensive strategies. You'll examine how layered security practices and proactive planning can reduce vulnerabilities and help organizations respond more effectively when incidents occur. Through applied exercises and real-world examples, you will develop strategies for preventing and responding to ransomware attacks, mitigating fraud risks, and strengthening cybersecurity defenses across healthcare environments. You'll also discover how to anticipate emerging threats and implement best practices that support stronger protection of patient data and critical systems. By the end of this course, you will be prepared to recognize cybercrime threats, respond effectively to incidents, and apply practical cybersecurity practices that enhance resilience across healthcare organizations. You are required to have completed the following course or have equivalent experience before taking this course: Managing Cybersecurity and AI Risks in Healthcare
$999

Linear Algebra and Basic Computations Foundations

Course
2 weeks
Online
Linear algebra provides the foundation for describing computational systems and tackling numerical problems. It is a robust and systematic framework used to represent, optimize, and solve linear systems, forming the backbone of machine learning, optimization, and data science workflows. In this course, you will cover essential topics such as matrix operations, fundamental subspaces, projections, and singular value decomposition (SVD). You'll discover how to apply these tools to represent linear systems mathematically and computationally. By the end of the course, you'll have the experience to use linear algebra techniques confidently in real-world applications requiring precision and optimization.
$999

Applied Computational Linear Algebra

Course
2 weeks
Online
Computational linear algebra offers a toolkit for solving high-dimensional problems across various fields, including machine learning, physics, and big data analytics. This course focuses on applied techniques, going beyond theory to teach practical methods such as LU and QR factorizations, least squares optimization, and principal component analysis (PCA). You will engage directly with data-driven challenges, learning to compute efficiently, analyze complex datasets, and uncover actionable patterns that inform decisions in dynamic environments. By the end of this course, you'll have the tools to approach computational problems with clarity and confidence in real-world applications.
$999

Probability and Statistics for Computation

Course
2 weeks
Online
Probability and statistics form the mathematical foundation for making informed decisions in the face of uncertainty. These tools are integral to areas such as predictive modeling, data science, and machine learning, helping you analyze variability, identify patterns, and develop robust algorithms. In this course, you will explore how to evaluate datasets, simulate random systems using Monte Carlo methods, and estimate model parameters using techniques like maximum likelihood estimation. Designed for computational applications, this course equips you to model uncertainty, analyze statistical properties, and apply data-driven insights to improve algorithms and workflows.
$999

Optimization Fundamentals

Course
2 weeks
Online
Optimization drives solutions across virtually every area of data science, machine learning, and predictive modeling. Whether powering recommendation systems, solving large-scale data matching, or refining algorithms, optimization provides the tools to make systems efficient and scalable. In this course, you will explore key optimization techniques, including gradient descent algorithms, constrained and unconstrained methods, and stochastic approaches like stochastic gradient descent (SGD). You'll adapt these tools to address high-impact computational challenges with precision and confidence. By the end of the course, you'll understand optimization strategies that are essential for tackling real-world problems effectively.
$999

Applied Computational Tools for Continuous Mathematics

Course
2 weeks
Online
Efficient computation and modeling are essential for solving complex numerical problems across various fields, including geospatial analysis and machine learning. This course introduces you to Python-based workflows for problem solving, where you will build structured computational pipelines, visualize datasets, and assess numerical algorithms in real-world contexts. Through hands-on coding projects, you will tackle tasks such as optimization, simulation, and uncertainty analysis, developing practical expertise to solve complex problems in science, engineering, and industry. By course completion, you'll have the tools to design, implement, and refine reliable solutions for a variety of complex computational tasks.
$999

Language Models and Next-Word Prediction

Course
2 weeks
Online
In this course, you will use Python to quantify the next-word predictions of large language models (LLMs) and understand how these models assign probabilities to text. You'll compare raw scores from LLMs, transform them into probabilities, and explore uncertainty measures like entropy. You'll also build n-gram language models, handle unseen words, and interpret log probabilities to avoid numerical underflow. By the end of this course, you will be able to evaluate entire sentences for their likelihood, implement your own model confidence checks, and decide when and how to suggest completions for real-world text applications. You are required to have completed the following course or have equivalent experience before taking this course: LLM Tools, Platforms, and Prompts
$999

Fine-Tuning LLMs

Course
2 weeks
Online
In this course, you will discover how to adapt and refine large language models (LLMs) for tasks beyond their default capabilities by creating curated training sets, tweaking model parameters, and exploring cutting-edge approaches such as preference learning and low-rank adaptation (LoRA). You'll start by fine-tuning a base model using the Hugging Face API and analyzing common optimization strategies, including learning rate selection and gradient-based methods like AdaGrad and ADAM. As you progress, you will evaluate your models with metrics that highlight accuracy, precision, and recall, then you'll extend your techniques to include pairwise preference optimization, which lets you incorporate direct user feedback into model improvements. Along the way, you'll see how instruction-tuned chatbots are built, practice customizing LLM outputs for specific tasks, and examine how to set up robust evaluation loops to measure success. By the end of this course, you'll have a clear blueprint for building and honing specialized models that can handle diverse real-world applications. You are required to have completed the following courses or have equivalent experience before taking this course: LLM Tools, Platforms, and Prompts Language Models and Next-Word Prediction
$999

LLM Architectures and Embeddings

Course
2 weeks
Online
In this course, you will investigate the internal workings of transformer-based language models by exploring how embeddings, attention, and model architecture shape textual outputs. You'll begin by building a neural search engine that retrieves documents through vector similarity then move on to extracting token-level representations and visualizing attention patterns across different layers and heads. As you progress, you will analyze how tokens interact with each other in a large language model (LLM), compare encoder-based architecture with decoder-based architectures, and trace how a single word's meaning can shift from input to output. By mastering techniques like plotting similarity matrices and identifying key influencers in the attention process, you'll gain insights enabling you to decode model behaviors and apply advanced strategies for more accurate, context-aware text generation. You are required to have completed the following courses or have equivalent experience before taking this course: LLM Tools, Platforms, and Prompts Language Models and Next-Word Prediction Fine-Tuning LLMs Language Models and Language Data
$999

Language Models and Language Data

Course
2 weeks
Online
In this course, you will analyze how large language models are constructed from diverse text sources and examine the entire model life cycle, from pretraining data collection to generating meaningful outputs. You'll explore how choices about data type, genre, and tokenization affect a model's performance, discovering how to compare real-world corpora such as Wikipedia, Reddit, and GitHub. Through hands-on projects, you will design tokenizers, quantify text characteristics, and apply methods like byte-pair encoding to see how different preprocessing strategies shape model capabilities. You'll also investigate how models interpret context by studying keywords in context (KWIC) views and embedding-based analysis. By the end of this course, you will have a clear understanding of how data selection and processing decisions influence the way LLMs behave, preparing you to evaluate or improve existing models. You are required to have completed the following courses or have equivalent experience before taking this course: LLM Tools, Platforms, and Prompts Language Models and Next-Word Prediction Fine-Tuning LLMs
$999

Promoting Effective and Inclusive AI

Course
2 weeks
Online
As organizations increasingly integrate AI into workflows and decision-making processes, it is important to recognize AI's implications for data privacy and how its use can lead to biased outcomes. This course empowers you to navigate the data privacy regulations relevant to AI, recognize the dynamics of algorithmic bias and discrimination, and adopt strategies for fostering fair and inclusive AI systems. You will analyze landmark U.S. and European privacy laws to understand their impact on the use of AI, examine how to audit AI systems for performance and equity, assess AI vendor contracts, and explore transparency initiatives like AI disclosures. By the end of the course, you'll have developed the critical skills of respecting data privacy, reducing bias, and upholding ethical standards in AI use. You are required to have completed the following course or have equivalent experience before taking this course: Exploring the Legal Principles of AI
$999

Managing Legal and Ethical Risks in AI

Course
2 weeks
Online
AI use can create numerous legal and ethical risks, including intellectual property violations, defamation, unfair assessments, and liability for harmful outcomes. This course equips you with foundational knowledge about intellectual property protections, including patents, trade secrets, and copyrights. You will explore how the use of AI can risk violating intellectual property and what can be done to mitigate this. You'll also evaluate vendor contracts for risk-shifting clauses, analyze liability doctrines such as principal-agent relationships, and explore the liability implications of delegating tasks to autonomous AI agents. By the end of the course, you'll have developed critical skills to safeguard intellectual property assets, minimize liability exposure, and deploy AI responsibly in high-stakes environments. You are required to have completed the following courses or have equivalent experience before taking this course: Exploring the Legal Principles of AI Promoting Effective and Inclusive AI
$999

Competing and Thriving in a Global AI Landscape

Course
2 weeks
Online
This course examines the global nature of artificial intelligence and how it is reshaping industries, international power dynamics, and business opportunities worldwide. You will explore how organizations and nations compete for AI dominance while discovering how to navigate the complex landscape of international AI development and its strategic implications. You will also examine practical guidance on managing global AI governance frameworks, helping your organization balance regulatory compliance with innovation while operating in an evolving global AI landscape. You are required to have completed the following courses or have equivalent experience before taking this course: Exploring the Legal Principles of AI Promoting Effective and Inclusive AI Managing Legal and Ethical Risks in AI
$999

Shaping Internal AI Policies

Course
2 weeks
Online
This course equips you with the essential knowledge and tools needed to successfully navigate AI implementation within organizations. You will master both the technical requirements and human dimensions of AI adoption, including implementation roadmaps, cultural change management, and governance frameworks. You'll discover how to build comprehensive toolkits for leading successful AI initiatives that balance innovation with responsibility while maintaining organizational values and compliance. You are required to have completed the following courses or have equivalent experience before taking this course: Exploring the Legal Principles of AI Promoting Effective and Inclusive AI Managing Legal and Ethical Risks in AI Competing and Thriving in a Global AI Landscape
$999

Building Organizational Resilience for AI

Course
2 weeks
Online
This course provides you with tools and strategies to prepare your organization for the rapidly evolving AI landscape. You will have an opportunity to practice advanced scenario-planning techniques and develop robust strategies to address AI-driven changes for the next five to ten years. You will also explore the frameworks needed to identify opportunities, mitigate risks, and build organizational resilience in an AI-transformed future. Ultimately, you'll be able to guide your organization's strategic response to AI developments, turning potential disruptions into opportunities for growth and innovation. You are required to have completed the following courses or have equivalent experience before taking this course: Exploring the Legal Principles of AI Promoting Effective and Inclusive AI Managing Legal and Ethical Risks in AI Competing and Thriving in a Global AI Landscape Shaping Internal AI Policies
$999

Rewiring Jobs, Workflows, and Organizations With AI

Course
2 weeks
Online
Artificial intelligence (AI) is actively reshaping how work is performed across industries, from automating routine tasks to augmenting human capabilities and enabling smarter decision making. In this course, you will examine current workflows and identify opportunities for AI-driven work redesign through the exploration of productivity economics, early research on automation, and emerging patterns of AI integration. This course provides a structured framework for applying AI across the key areas of automation, augmentation, and information enablement, each offering distinct approaches to organizational value creation. By the end of the course, you'll be prepared to lead AI initiatives that unlock new efficiencies and empower your workforce for the future. You are required to have completed the following course or have equivalent experience before taking this course: Catalyzing AI Transformation From Capabilities to Vision
$999

Driving AI-Powered Growth With New Products and Business Models

Course
2 weeks
Online
Artificial intelligence (AI) represents more than a tool for process improvement; it serves as a catalyst for reimagining how businesses fundamentally operate. Like previous transformative technologies, AI's greatest value lies in its capacity to reshape business models, redefine value creation, and enable significant organizational growth. In this course, you will explore how AI drives innovation across product design, delivery, sales, operations, and ecosystem strategy while examining how it challenges traditional competitive dynamics and creates new sources of sustainable advantage. Through a structured analytical approach, you will discover how to rethink core business activities in light of abundant intelligence, discover differentiated offerings that create defensible market positions, and develop new operating and revenue models enabled by AI capabilities. You'll also evaluate AI's strategic impact on competitive positioning, identifying potential risks of commoditization and value chain dependencies. Upon completion, you'll be equipped to rearchitect your business model and make strategic choices that position your organization for sustained success in an AI-driven marketplace. You are required to have completed the following course or have equivalent experience before taking this course: Catalyzing AI Transformation From Capabilities to Vision Rewiring Jobs, Workflows, and Organizations With AI
$999

Designing, Derisking, and Delivering an AI Transformation Portfolio

Course
2 weeks
Online
Artificial intelligence (AI) represents the most transformative technology of the past half-century, surpassing the impact of the internet and rivaling the entire history of computing in its potential to drive extraordinary productivity gains, enable new business models, and reshape entire industries. Despite this significant promise, many organizations have yet to realize meaningful impact from AI implementations. This gap presents a substantial opportunity for leaders who can effectively translate strategic vision into actionable results. In this course, you will examine how to prioritize and design an AI initiative portfolio, assemble the necessary resources, and experiment with new ideas. You'll also explore how to foster a culture of innovation and manage organizational change processes. By the end, you'll be equipped to lead meaningful transformation and drive lasting value through AI. You are required to have completed the following course or have equivalent experience before taking this course: Catalyzing AI Transformation From Capabilities to Vision Rewiring Jobs, Workflows, and Organizations With AI Driving AI-Powered Growth With New Products and Business Models
$999

Context Engineering With Retrieval Augmented Generation (RAG)

Course
2 weeks
Online
LLMs are powerful, but they're limited by their training data and lack access to your organization's private information. In this course, you'll master Retrieval-Augmented Generation (RAG), the industry-standard architecture for giving AI access to proprietary knowledge. You'll also explore advanced techniques, including RAG over relational databases (Text-to-SQL) and GraphRAG, to improve accuracy and reduce errors. Through hands-on projects, you'll develop production-ready RAG applications that ground AI responses in trusted, up-to-date information while dramatically reducing hallucinations.
$999

Building AI Agents With Tools, Memory, and Agentic Architecture

Course
2 weeks
Online
This course bridges the gap between AI that thinks and AI that acts. You'll learn to build AI agents—LLMs equipped with tools, memory, and reasoning capabilities—that can execute workflows autonomously. The course covers the core components of agents (the model, system prompt, tools, and memory) and explores practical architectural patterns such as prompt chaining, routing, parallelization, orchestrator–worker designs, and reflection loops. You'll also explore how agents communicate with one another through protocols and handoffs, and learn the Model Context Protocol (MCP), which enables you to build and consume standardized tool interfaces. Through progressive projects, you'll develop everything from focused AI workflows to more autonomous agents capable of tackling open-ended objectives.
$999

AI Strategy, Governance, and Ethics

Course
2 weeks
Online
Unlocking the full potential of AI isn't just about technical skills. This course focuses on the strategic, ethical, and organizational dimensions of deploying AI, preparing you to lead AI initiatives that deliver value while managing risk. You'll develop frameworks for evaluating AI opportunities across impact, feasibility, and ethical considerations, and learning how to identify high-ROI projects to avoid costly failures. Through an in-depth case study on AI-assisted hiring, you'll confront the complexities of algorithmic fairness and values alignment firsthand. Finally, you'll address the human side of AI transformation, including workforce deskilling, resistance to change, and the risk of apprenticeship loss. You'll emerge equipped to lead AI adoption in ways that enhance human potential.
$999

Preparing for Effective Presentations Using Generative AI

Course
2 weeks
Online
Whether you're updating executives, pitching to clients, or training team members, strong presentation skills drive professional success. Now, as generative AI reshapes workplace practices, presenters face new opportunities and challenges. As a presenter, how can you leverage AI's capabilities thoughtfully while maintaining message quality and authentic delivery? This course provides practical frameworks for using AI as a strategic planning partner in your presentation development. You will identify when and how to incorporate AI tools in your early planning to strengthen your purpose statements, analyze audience needs, and generate focused ideas. Through thoughtful prompting and iteration, you'll then structure your main points, plan effective visuals, and adapt content for different audiences. You'll also discover how to enhance your delivery through AI-assisted practice sessions, creating dynamic audience connections and laying groundwork for the steps following your presentation. From initial brainstorming to final rehearsal, this course will prepare you to maintain control of your message while benefiting from AI's analytical and creative capabilities.
$999

Exploring Summarization and Visualization

Course
2 weeks
Online
Summarizing and visualizing text data is a key skill for professionals looking to uncover meaningful insights from large volumes of information. In this course, you will master the tools and techniques to condense and display text data, making complex patterns easier to interpret. Starting with the tidytext package in R, you will tokenize unstructured text data and convert it into structured data for analysis. You will then summarize word distributions within individual documents and bring them to life with visualizations like word clouds. As you progress, you will explore advanced techniques for summarizing and comparing text across multiple documents, using tools such as document-feature matrices. By the end of the course, you will have the skills to compare word usage across texts and track how language patterns evolve over time, helping you reveal deeper trends in your data. You are required to have completed the following course or have equivalent experience before taking this course: Mastering NLP Fundamentals
$999

Transforming Text to Numeric Sentiments

Course
2 weeks
Online
In today's data-driven world, being able to quantify and analyze sentiment in text is a powerful skill for understanding customer feedback, social media trends, and more. This course gives you the expertise to transform text into meaningful sentiment scores using key libraries like AFINN, Bing, and NRC. You will begin by working with these sentiment analysis tools to categorize and quantify emotional tones in documents. From there, you will calculate and visualize sentiment scores using tools like line plots, bar charts, and word clouds. Finally, you will compare sentiment across multiple documents and track changes over time. By the end of the course, you will be ready to interpret and act on sentiment trends in real-world applications, offering valuable insights for business strategies, customer relations, and market analysis. You are required to have completed the following courses or have equivalent experience before taking this course: Mastering NLP Fundamentals Exploring Summarization and Visualization
$999

Grow Your Ai Expertise

Cornell University’s selection of AI programs, including 20+ certificates, combines cutting-edge artificial intelligence education with practical business application through expert-led instruction and small cohorts. Participants build in-demand AI capabilities through real-world projects, collaborative learning, personalized mentorship, and engagement with peers from around the world.

EXPLORE PROGRAM FORMATS
Program TypeEducational GoalCourse FormatOfferedCourse StructureDurationTotal HoursWeekly Commitment
Certificates
Earn a Cornell credential as you complete multiple courses.Online cohort-based (<35 students) with expert facilitator hosting live sessionsRecurring start datesMost certificates include 4 to 8 individual courses with multiple start and end dates to select from; 360 Certificates offer over 20+ individual courses including core courses and electives2 to 6 months depending on individual course requirements40 to 100 hours3 to 8 hours per week for the duration of the certificate
Courses
Learn in a small cohort, with graded assignments and opportunities for live sessions.Online cohort-based (<35 students) with expert facilitator hosting live sessionsRecurring start datesOne standalone course with multiple start and end dates to select from2 to 4 weeks depending on individual course requirements10 to 25 hours3 to 8 hours per week for the duration of the certificate
Workshops
Develop AI skills and strategies in interactive sessions with Cornell faculty.Live, online, and Cornell faculty-led with an interactive cohortSpecific dates and timesOne 3-hour short-form live program with specific dates and times; multiple Workshops offered monthly3 hours3 hoursActive participation during the Workshop only
Degrees
Earn a professional master’s degree from Cornell University. Online cohort-based and on campus in Ithaca, NYSpecific start dates once a year, often in January or AugustA series of 2- to 15-week asynchronous online courses designed by Cornell faculty with weekly live virtual sessions, with between one and three week-long residency sessions on campus in Ithaca, NY15- to 24-month part-time program for working professionalsVary by degree15 to 20 hours per week during each online course; full-time on campus during each week-long residency

Frequently Asked Questions

Through professional programs developed by faculty from Cornell Bowers Computing and Information Science, Cornell Tech, Cornell SC Johnson College of Business, Cornell Law School, Cornell Brooks School of Public Policy, Weill Cornell Medicine, and Cornell Engineering, Cornell University approaches artificial intelligence (AI) as both a technical field and a force reshaping business, law, policy, healthcare, finance, communications, and society.

That breadth matters because AI decisions rarely sit in one function. A leader evaluating AI strategy needs to understand value creation and organizational change. A developer building with large language models requires practical fluency in model behavior and data management. A risk, legal, or policy professional must evaluate privacy, accountability, bias, intellectual property, and governance. Cornell’s portfolio is designed to help professionals build that judgment from multiple angles.

What also distinguishes Cornell’s AI programs is the combination of academic rigor, interdisciplinary expertise, and a learning experience designed for immediate professional application. Developed by faculty from multiple Cornell schools and colleges, these programs help professionals move beyond AI hype to understand how the technology creates value, introduces risk, and changes decision making across organizations. Participants learn alongside a global network of experienced professionals in small, facilitated cohorts, applying concepts to real-world challenges while earning a Cornell University credential that’s recognized across industries. This combination of subject-matter depth, practical relevance, and personalized learning creates a professional education experience that goes beyond standalone technical training or self-paced online courses.

Cornell offers AI professional learning opportunities through several formats, including professional certificates, courses, workshops, degrees, and enterprise programs. Each format differs in its structure, time commitment, and credential, but all programs deliver an unparalleled learning experience representing the pinnacle of premium online professional education.

  • AI certificate programs provide comprehensive expertise in an AI subject area for professional transformation and workplace impact. Topics include AI strategy, machine learning, generative AI, large language models, AI law and policy, healthcare, financial services, cybersecurity, hospitality, productivity, and workplace communication. Most certificate programs include 4 to 8 individual courses completed over 2 to 6 months. Programs are delivered online in a cohort-based format with live expert facilitation, personalized feedback, workplace projects, interactive activities, and opportunities for live sessions. Small class sizes for individual professionals create meaningful opportunities to learn alongside a global cohort of peers. In support of organizational development goals, participants can enroll in private, dedicated cohorts that create a shared learning experience for a team and can be tailored to organizational priorities through customized projects and facilitated discussions. Participants earn a Professional Certificate from Cornell University upon completion.
  • Individual AI courses allow learners to explore a specific topic in depth within a shorter time frame and can help build targeted fluency in a specific AI method or use case. Many courses are available as standalone learning experiences and may also serve as components of certificate programs. Courses are typically completed in 2 to 4 weeks and delivered online in a cohort-based format with live expert facilitation. Organizations can select specific individual courses to develop a custom learning program that solves their biggest organizational challenges and can be taken either with a global cohort of peers or in a private cohort. Several courses can stack to a certificate, and participants receive a Letter of Completion from Cornell University.
  • AI Workshops are live, faculty-led online sessions designed to rapidly build specific, actionable AI skills and strategies for immediate workplace application. Led by Cornell faculty, Workshops typically last 3 to 5 hours and emphasize structured instruction, guided hands-on practice, peer discussion, and interactive participation. Workshops are available individually or through a 6-month All-Access Pass which provides unlimited access to upcoming sessions. Workshops can also be delivered in a dedicated session for an organization interested in aligning large teams in a consistent approach. Participants earn a Letter of Completion from Cornell University upon completion.
  • Cornell professional degree programs that include AI-related study provide academic credentials through formal admissions-based programs. Depending on the degree, AI topics may be explored through disciplines such as data science, decision analytics, business analytics, engineering, information science, and related fields. These programs are distinct from professional certificates, courses, and Workshops. Degree programs typically require a multi-year commitment and award a Cornell University degree upon completion.
  • AI enterprise and team programs help organizations build shared AI capabilities, accelerate adoption, and translate AI learning into organizational impact. Organizations can combine AI courses, certificate programs, Workshops, and custom executive education into a blended learning strategy that supports leaders, technical teams, and cross-functional groups at every stage of AI adoption. For executive leadership teams, Cornell offers custom executive education built around the Studio Method, a distinctive learning-by-doing approach that helps organizations develop an AI strategy, align stakeholders, and create an actionable roadmap tailored to their business. Organizations can incorporate customized projects, facilitated discussions, dedicated cohorts, and other unique learning experiences into a unified program that reflects strategic priorities while participants earn Cornell credentials associated with each learning experience.
  • In addition, Cornell Keynotes provide open access to timely conversations on AI and other emerging topics featuring Cornell faculty and industry experts. AI-focused sessions explore subjects such as generative AI, AI strategy, the future of work, fintech, data science, and technology innovation through live and on-demand presentations, panels, and discussions. Keynotes are 1-hour live and recorded video and podcast episodes designed for professionals who want to stay informed on emerging AI trends and faculty perspectives without committing to a course or certificate program.

Unlike many AI learning options offered by technology vendors, consulting firms, or self-paced online platforms, Cornell provides an independent, research-informed perspective on how AI is transforming business, technology, law, healthcare, public policy, and society. Rather than focusing on a single platform or tool, our programs help professionals develop the judgment to evaluate AI technologies, understand their opportunities and limitations, and make informed decisions across a rapidly changing landscape.

Learning takes place through an interactive online model that includes expert-facilitated cohorts, graded assignments, project feedback, peer discussion, and real-world application. Cornell faculty-developed content is paired with practical professional practice, helping participants understand not only what AI tools can do but also when, where, and why to use them. This approach helps professionals build lasting judgment, not just familiarity with AI vocabulary.

The portfolio reflects Cornell’s interdisciplinary strength, with courses authored by leading faculty. For example, the AI strategy curriculum was created by Karan Girotra from Cornell Tech and Cornell SC Johnson College of Business. Machine learning content was developed in collaboration with Cornell Bowers Computing and Information Science faculty including Kilian Weinberger. The large language model curriculum was designed with guidance from David Mimno of Cornell Bowers. AI law and policy content was authored by faculty including Frank Pasquale from Cornell Law School and Cornell Tech and Sarah Kreps from Cornell’s College of Arts and Sciences.

Cornell’s AI portfolio draws from multiple Cornell schools and units, reflecting the way AI touches computing, business, policy, law, medicine, engineering, finance, nutrition, and workplace practice.

  • Cornell Bowers Computing and Information Science contributes technical depth in areas such as machine learning, large language models, text analysis, data science, and AI engineering. Authoring faculty include Kilian Weinberger, David Mimno, Sumanta Basu, Sreyoshi Das, Ayham Boucher, and Martin Wells.
  • Cornell Tech contributes perspectives on AI business transformation and approaches to improve AI productivity. Programs from Cornell Tech are primarily authored by Karan Girotra, who also leads several live online AI Workshops.
  • Cornell SC Johnson College of Business contributes programs in the areas of business, finance, marketing, and communications. Contributing faculty include Andrew Karolyi, Vera Chau, and Chris Meredith in finance; Clarence Lee in marketing; and Lutz Finger, who developed a program on building AI solutions. Several of these faculty also participate in delivering AI Workshops.
  • Cornell Law School contributes legal, ethical, and regulatory perspectives, including faculty expertise from Frank Pasquale, a leader in the area of AI law and ethics.
  • Cornell Brooks School of Public Policy contributes governance, public policy, cybersecurity, and technology policy perspectives from faculty including Ning Su, Sarah Kreps, and Judith Germano.
  • Weill Cornell Medicine contributes healthcare AI expertise from faculty including Fei Wang, Yiye Zhang, Yifan Peng, and Jose Florez-Arango, part of the Department for Population Health.
  • Cornell Engineering contributes engineering, data science, and AI in finance perspectives from faculty including Linda Nozick, Victoria Averbukh, David Goldberg, Jamol Pender, and Jeffrey Varner.
  • Cornell College of Human Ecology contributes nutrition- and health-related perspectives from faculty including Saurabh Mehta in precision nutrition and AI.

Cornell’s AI portfolio is designed for individual professionals, organizational teams, and executive leaders seeking to build AI capabilities at different levels of their organization. Programs range from individual courses and certificate programs to AI Workshops, custom executive education, and enterprise learning solutions, allowing learners and organizations to select the format that best fits their goals.

Executive leaders and leadership teams often work with Cornell to develop customized executive education experiences that address their organization’s strategic priorities. Through Cornell’s Studio Method, leadership teams can build a shared understanding of AI, evaluate opportunities and risks, align around an AI strategy, and develop an actionable roadmap for implementation and organizational change.

Organizations building AI capabilities across multiple functions can combine certificate programs, courses, Workshops, and dedicated cohorts to create scalable learning pathways for leaders, technical teams, and cross-functional groups, helping establish a shared foundation for responsible AI adoption.

Functional teams and individual professionals can develop expertise tailored to their roles. For example:

  • Business leaders, managers, and product leaders can focus on AI strategy, organizational transformation, productivity, and implementation
  • Developers, engineers, data scientists, analysts, and technical product managers can build skills in machine learning, large language models, agentic AI, natural language processing, model evaluation, and AI system development
  • Lawyers, policymakers, compliance officers, and risk professionals can deepen their understanding of AI law, governance, privacy, intellectual property, accountability, and regulation
  • Professionals in healthcare, finance, hospitality, nutrition, cybersecurity, communications, and other industries can apply AI to domain-specific challenges within their fields
  • Individual contributors across nearly every profession can build practical AI fluency to improve productivity, collaboration, communication, workflow redesign, and everyday decision making

Cornell’s AI portfolio covers both foundational AI capabilities and emerging professional applications. The category is broad enough to support leaders, technical specialists, risk professionals, and domain experts.

  • Generative AI and productivity, including prompt strategies, AI-assisted workflows, workplace communication, presentations, automation, and business process transformation
  • Machine learning and data science, including supervised learning, classification, model selection, neural networks, probability, regression, clustering, and model improvement
  • Large language models and natural language processing, including text preprocessing, sentiment analysis, tokenization, model comparison, fine-tuning approaches, attention, embeddings, and computational text analysis guided by Cornell Bowers faculty such as David Mimno
  • Agentic AI and AI architecture, including retrieval-augmented generation, AI agents, context engineering, tools, memory, and workflow automation
  • AI strategy and transformation, including business model innovation, organizational readiness, AI initiative prioritization, governance, and responsible adoption, with strategy perspectives connected to Karan Girotra from Cornell Tech and Cornell SC Johnson College of Business
  • AI law, policy, and risk, including privacy, equity, intellectual property, liability, global governance, deepfakes, cybersecurity, and critical infrastructure, with supported faculty expertise from Frank Pasquale, Sarah Kreps, and Judith Germano
  • Industry-specific AI, including healthcare AI through Weill Cornell Medicine faculty such as Fei Wang, AI in finance through Cornell Engineering and business faculty, AI in hospitality, precision nutrition and AI, and NLP for financial text data

As AI continues to transform industries and reshape professional practices, Cornell’s approach is grounded in faculty involvement, active research communities, and learning formats that can address emerging issues in the field. eCornell programs are developed by Cornell faculty, and the AI portfolio draws from schools and units connected to current work in computing, business, law, policy, medicine, and engineering. We maintain a consistent and methodical approach to reviewing student feedback and regularly update programs to ensure they reflect Cornell’s latest AI research and thought leadership.

Cornell’s broader AI ecosystem includes the AI4AI Initiative; Cornell Bowers Computing and Information Science; Cornell Tech’s AI research group; Machine Learning at Cornell; the Artificial Intelligence, Policy, and Practice initiative; and the Cornell Brooks School Tech Policy Institute. These communities directly inform our professional education programs, anchoring them in the critical questions shaping AI today including responsible use, human-AI collaboration, enterprise adoption, model behavior, privacy, security, fairness, and governance.

Our purposeful program design emphasizes human interaction through live sessions with expert facilitators, short-format AI Workshops, and symposium-style experiences. These offerings enrich our full certificate programs, giving professionals personalized ways to engage with AI applications and implementation challenges.

Cornell’s AI portfolio addresses all three, which is a major advantage for professionals whose AI decisions cross functional boundaries.

Strategy-oriented options help leaders evaluate AI opportunities, prioritize initiatives, redesign workflows, assess organizational readiness, and connect AI capabilities to business value. This perspective is authored by Cornell faculty such as Karan Girotra from Cornell Tech and Cornell SC Johnson College of Business.

Technical options help developers, data scientists, engineers, analysts, and AI practitioners build fluency in machine learning, large language models, natural language processing, agentic AI, retrieval-augmented generation, model behavior, and data workflows. Cornell Bowers Computing and Information Science faculty such as Kilian Weinberger and David Mimno support this technical depth.

Governance-oriented options help legal, policy, risk, compliance, cybersecurity, and executive professionals address privacy, bias, equity, intellectual property, liability, deepfakes, cybercrime, and global AI governance. Cornell Law School, Cornell Tech, and Cornell Brooks School of Public Policy are especially relevant here, supported by faculty including Frank Pasquale, Sarah Kreps, and Judith Germano.

Cornell’s AI programs treat responsible use as a multifaceted challenge involving leadership, legal, technical, and organizational considerations. Learners can explore how AI systems create risks related to privacy, bias, accountability, intellectual property, liability, misinformation, global governance, cybersecurity, deepfakes, and human oversight.

This perspective is supported by Cornell faculty and units with specific AI governance expertise. Frank Pasquale, a Cornell Law School and Cornell Tech professor, developed the AI law and policy curriculum. Sarah Kreps, from Cornell University’s College of Arts and Sciences and the Cornell Brooks School Tech Policy Institute, brings a public policy and national security perspective. Judith Germano, from Cornell Brooks School of Public Policy, authored the cybersecurity and AI strategy program.

Cornell’s broader research ecosystem also includes the Artificial Intelligence, Policy, and Practice initiative housed in Cornell Bowers Computing and Information Science, which focuses on the social, policy, and practice dimensions of AI. That makes responsible AI a cross-disciplinary theme rather than a standalone compliance topic.

Cornell’s AI learning options can support organizations that need shared AI fluency across teams, not just individual upskilling. Through Cornell’s AI enterprise programs, organizations can create private cohorts, align discussions with internal priorities, and connect learning projects to business goals.

This variety can be useful when different groups require different levels of AI capability. Executives may need to evaluate strategy, governance, investment, and risk. Managers may need to redesign workflows and guide adoption. Technical teams may need deeper skills in data, models, automation, and implementation. Legal, compliance, HR, finance, healthcare, marketing, and operations teams may need role-specific applications and guardrails.

Cornell’s AI portfolio is broad enough to support that layered approach. Organizations can combine certificate programs, individual courses, live AI Workshops, and custom learning experiences to build a common language for AI while still addressing specialized needs.

Learn more about Cornell’s AI Enterprise Programs for teams here.

Cornell offers AI programs specific to several industries:

  • Healthcare: Cornell’s AI in Healthcare Certificate is designed for healthcare, data, and technology professionals who want to learn how to apply AI, machine learning, natural language processing, and data management techniques to improve healthcare outcomes, support decision making, and drive responsible innovation in healthcare organizations.
  • Hospitality: Cornell’s AI in Hospitality Certificate is designed for hospitality professionals, managers, and industry leaders who want to learn how to leverage AI, machine learning, and predictive analytics to enhance guest experiences, improve operational efficiency, and make more data-driven business decisions.
  • Finance: Cornell’s AI in Finance Certificate is designed for finance professionals, banking leaders, fintech innovators, and business decision makers who want to learn how to apply AI technologies to improve financial analysis, manage risk, drive innovation, and lead AI adoption across financial organizations.
  • Marketing: Cornell’s Marketing AI Certificate is designed for marketing professionals, strategists, and business leaders who want to learn how to use AI to enhance customer insights, personalize experiences, improve marketing performance, and drive innovation across marketing functions. In addition, we frequently offer AI Workshops designed for marketing professionals. For example, the “Search and Discoverability in the Era of AI” Workshop equips you with strategies to thrive in this new landscape as well as frameworks you can implement immediately to capture visibility in AI-powered search results and conversational interfaces.
  • Human Resources: Cornell’s AI in Human Resources Certificate is designed for HR professionals, talent leaders, and people managers who want to learn how to apply AI across talent acquisition, performance management, and workforce analytics while balancing efficiency, fairness, and responsible decision making. In addition, we frequently offer AI Workshops designed for human resources professionals. For example, the “AI and the Future of HR” Workshop provides HR professionals with a high-level roadmap to navigate the future of the profession.
  • Law: Cornell’s AI Law and Policy Certificate is designed for legal, compliance, policy, and business professionals who want to learn how to navigate the legal, ethical, and regulatory implications of AI; manage organizational risk; and develop responsible AI governance strategies. In addition, we frequently offer AI Workshops designed for legal professionals. For example, the “Use AI Agents for Legal and Related Workflows” Workshop gives professionals in legal and compliance-related fields hands-on experience with AI agents and practical tools to understand their capabilities and limitations.
  • Cybersecurity: Cornell’s Cybersecurity and AI Strategy Certificate is designed for cybersecurity, technology, risk, compliance, and business leaders who want to learn how AI is transforming cyber defense and cybercrime as well as how to manage emerging risks through effective governance, strategy, and policy.

Request More Information by completing the form below.

Act today—courses are filling fast.