AI Development with Large Language Models training course

This course is designed for software developers, data scientists, and technical professionals who want to build practical applications using Large Language Models (LLMs).

JBI training course London UK

"Our tailored course provided a well rounded introduction and also covered some intermediate level topics that we needed to know. " Brian Leek, Data Analyst, May 2022

Public Courses

03/08/26 - 1 days
£1500 +VAT
14/09/26 - 1 days
£1500 +VAT
26/10/26 - 1 days
£1500 +VAT

Customised Courses

* Train a team
* Tailor content
* Flex dates
From £1200 / day
EDF logo Capita logo Sky logo NHS logo RBS logo BBC logo CISCO logo
JBI training course London UK

  • Foundations of Prompt Engineering
  • Working with the OpenAI API
  • Advanced Prompt Engineering Techniques
  • Retrieval-Augmented Generation (RAG)
  • Introduction to Hugging Face
  • Building Practical AI Applications with Python
  • Error Handling and Response Processing
  • Developing a Question-Answering System
  • Sentiment Analysis with Hugging Face
  • Hands-on Exercises and Real-World Code

Module 1: Foundations of Prompt Engineering

Theory and Concepts:

  • Understanding the anatomy of effective prompts and their impact on LLM responses
  • Implementing system messages, user messages, and assistant messages effectively
  • Exploring temperature, top-p sampling, and their effects on response generation
  • Best practices for prompt design and common pitfalls to avoid

Practical Exercise: Build a customer support prompt template that consistently generates high-quality responses across different scenarios. Test and refine the prompt using the OpenAI playground.

AnchorModule 2: Working with the OpenAI API

Theory and Concepts:

  • Setting up and configuring the OpenAI Python client
  • Understanding API authentication, rate limits, and best practices
  • Implementing basic API calls using Python
  • Handling API responses and error conditions gracefully

Practical Exercise: Create a Python script that interfaces with the OpenAI API to build a simple question-answering system. Implement proper error handling and response processing.

Module 3: Advanced Prompt Engineering Techniques

Theory and Concepts:

  • Implementing chain-of-thought prompting for complex reasoning tasks
  • Creating structured output using format specifications
  • Designing prompts for specific use cases (classification, extraction, generation)
  • Building prompt templates for consistent results

Practical Exercise: Develop a system that takes unstructured text input and extracts structured data in JSON format using carefully crafted prompts. Implement chain-of-thought reasoning to handle complex cases.

Module 4: Retrieval-Augmented Generation (RAG)

Theory and Concepts:

  • Understanding the principles and benefits of RAG architectures
  • Implementing vector databases for efficient information retrieval
  • Creating embeddings using OpenAI’s embedding API
  • Building a complete RAG pipeline with Python

Practical Exercise: Build a question-answering system that uses RAG to provide accurate answers based on a provided document collection. Implement document chunking, embedding generation, and similarity search.

AnchorModule 5: Introduction to Hugging Face

Theory and Concepts:

  • Overview of the Hugging Face ecosystem (Transformers, Datasets, Tokenizers, and Hub)
  • Understanding key NLP tasks and available models
  • Working with the Transformers library and pipelines
  • Best practices for model selection and usage

Practical Exercise: Create a sentiment analysis application using Hugging Face’s Transformers library. Implement text classification using pre-trained models and compare results across different model architectures.

 

JBI training course London UK

This course is designed for software developers, data scientists, and technical professionals who want to build practical applications with Large Language Models.

It's ideal for teams looking to integrate AI capabilities into their software products, or individuals wanting to understand how to effectively leverage LLMs in production environments.


5 star

4.8 out of 5 average

"Our tailored course provided a well rounded introduction and also covered some intermediate level topics that we needed to know. " Brian Leek, Data Analyst, May 2022

“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices.” Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022

 

 

JBI training course London UK

Certification


Every delegate will be entitled to a certificate of achievement on completion of the course.

If you are missing your certificate - please use the link below to apply - you can also use this link to sign up for the JBI Training newsletter to receive technology tips directly from our instructors - Analytics, AI, ML, DevOps, Web, Backend and Security.
 



Throughout the course, each module builds upon the previous ones, with practical exercises designed to reinforce learning through hands-on implementation. You’ll leave with working code examples that you can adapt and extend for your own projects.

The focus is on practical, hands-on learning, with theory introduced as needed to support the implementation work. By the end of the day, you’ll have built several working AI applications and gained practical experience with both the OpenAI API and Hugging Face tools.

All exercises are designed to work in both local Python environments and browser-based environments like Google Colab, ensuring flexibility regardless of local installation constraints.

Generative AI training teaches individuals and teams how to use AI systems that generate text, code, images, and other content — including tools such as ChatGPT, Claude, Gemini, and Microsoft Copilot. JBI's Generative AI training courses are suitable for business professionals, developers, analysts, managers, and technical leaders who want to use AI more effectively in their work, improve productivity, or build AI-powered applications and workflows.
Prompt engineering is the practice of designing and structuring inputs to AI language models to obtain accurate, relevant, and consistent outputs. Effective prompt engineering helps users get better results from AI tools, reduce errors and hallucinations, and build reliable AI-assisted workflows. JBI offers dedicated prompt engineering courses for general LLM use, ChatGPT-specific use, and advanced GPT and LLM applications.
Yes. All JBI Generative AI and LLM training courses are available as live online instructor-led sessions, with the same hands-on exercises and expert instruction as classroom delivery. Online training is available to delegates across the UK and internationally.
A Large Language Model (LLM) is an AI system trained on large amounts of text data to understand and generate human language. LLMs such as GPT-4, Claude, Llama, and Gemini are the foundation of modern generative AI tools including ChatGPT and Microsoft Copilot. JBI's LLM training courses cover how LLMs work, their capabilities and limitations, how to use them effectively through prompt engineering, and how to build applications on top of LLM APIs.
Yes. All JBI Generative AI training courses can be delivered as bespoke closed-group programmes for corporate teams. Content is tailored to your team's role, existing AI experience, specific tools in use, and business objectives. JBI has delivered bespoke Generative AI and LLM training to teams in financial services, professional services, retail, media, the public sector, and technology organisations across the UK.
Retrieval-Augmented Generation (RAG) is a technique that enables AI language models to access and reason over external, up-to-date knowledge sources — such as internal documents, databases, or APIs — rather than relying solely on their training data. RAG is widely used to ground AI responses in factual, organisation-specific information. JBI covers RAG in several courses including Build Agentic AIs with Python, RAG and MCP and Build a Chatbot with Python, RAG and OpenAI.
Model Control Protocol (MCP) is an open standard for connecting AI models to tools, data sources, and external services in a structured and interoperable way. It provides a consistent interface for AI agents to access APIs, databases, file systems, and other resources. JBI offers a dedicated MCP training course covering server and client implementation, Claude API integration, and production deployment of MCP-enabled AI systems.
Yes. JBI Training offers a 3-day LangChain for AI Agents training course covering LLM workflow design, chain construction, agent development, memory systems, retrieval integration, and production deployment using the LangChain framework in Python. The course is designed for developers building LLM-powered applications and AI agent systems.
Prompt engineering focuses on crafting effective inputs to AI models to improve the quality and consistency of outputs — a skill relevant to any user of AI tools, technical or non-technical. Building AI applications with LLMs involves programming against model APIs, designing application architecture, managing context and memory, handling tool use and retrieval, and deploying AI-powered systems. JBI offers training for both — from introductory prompt engineering to advanced LLM application development.
Yes. JBI's Generative AI and LLM training range includes courses for complete beginners such as Harnessing Generative AI, Prompt Engineering for ChatGPT, and AI Prompt Engineering, which require no prior programming or AI experience. Developer-focused courses such as LangChain for AI Agents and Mastering LLMs require programming experience and prior familiarity with AI concepts. Each course page specifies the recommended experience level and prerequisites.
JBI Training regularly reviews and updates its Generative AI and LLM training content to keep pace with the rapid developments in this field. New model releases, updated prompt engineering best practices, emerging frameworks such as LangChain and MCP, and evolving governance requirements all feed into JBI's course refresh cycle. Whether you are learning about ChatGPT, Claude, Gemini, or open-source LLMs, JBI's training reflects how these tools are being used in practice today — not how they worked a year ago.

CONTACT
+44 (0)20 8446 7555

[email protected]

 

Copyright © 2026 JBI Training. All Rights Reserved.
JB International Training Ltd  -  Company Registration Number: 08458005
Registered Address: Wohl Enterprise Hub, 2B Redbourne Avenue, London, N3 2BS

Modern Slavery Statement & Corporate Policies | Terms & Conditions | Contact Us

POPULAR

AI training courses                                                                        CoPilot training course

Threat modelling training course   Python for data analysts training course

Power BI training course                                   Machine Learning training course

Spring Boot Microservices training course              Terraform training course

Data Storytelling training course                                               C++ training course

Power Automate training course                               Clean Code training course