An overview of my training courses

My training courses and their materials are available as video on demand in packs or individually

Introduction & Productivity (LLM & Generative AI)

Generative AI: The Revolution for Your Daily Life

Decode what LLMs (Large Language Models) are and how they are disrupting our work methods. An essential introduction to understanding the tools redefining productivity.

Demo video below.

Stop being passive with AI and start driving it. Learn the 5 golden rules for writing an effective prompt (an instruction) and get precise answers on the first try.

Demo video below.

Master the key functions of large language models (ChatGPT, Mistral, Gemini) to summarize texts, write emails and brainstorm. Transform these tools into true virtual colleagues in your daily life.

Don’t use a single tool for everything. Discover the strengths and weaknesses of leading models (OpenAI, Google, Mistral, DeepSeek) to choose the right LLM at the right time, based on your performance or confidentiality needs.

An AI is not infallible and can “invent” facts. Learn to identify hallucinations and biases to use these tools critically and securely.

Prompt Engineering & Content Creation

The Art of "Prompt Engineering": Become an Expert

Go beyond simple questions. Master advanced techniques (Few-Shot, Chain-of-Thought, Roles) to force the AI to adopt expert reasoning.

Learn how to create specific prompts to generate social media posts, SEO-optimized blog articles and product descriptions. Your marketing campaigns will never be the same.

Save hours on your administrative tasks. Train the AI to analyze long documents and produce impeccable summaries or reports in your company’s tone.

Master visual prompting to generate illustrations, mockups and visuals for your presentations. An essential creative skill to stand out.

Define the tone, style and boundaries of your AI. Learn to write the perfect “system prompt” for a chatbot or assistant that remains professional and aligned with your brand.

Automation Fundamentals (n8n)

n8n: Visual Automation for Everyone

Discover n8n, the platform that allows you to connect all your applications without writing a line of code. Explore the interface, nodes and the concept of a “workflow”.

Follow step-by-step the creation of a simple automation: “Receive an email and send it to Slack”. A practical introduction to demystify the tool.

An automation must know when to start. Master different types of triggers: manual, scheduled (Cron) or via Webhooks.

Never expose your API keys. Learn the secure method for connecting your Google, Microsoft, OpenAI and other accounts to n8n

A crashing workflow is not inevitable. Learn to read error logs and use the debug panel to find and fix problems.

n8n - Intermediate Workflows & Productivity

n8n & Google Sheets: Automating Your Database

Google Sheets is more than a spreadsheet, it’s a database. Learn to read, write and update rows automatically from n8n.

Stop sorting your emails by hand. Create workflows to filter incoming emails, extract attachments and send automated replies.

Automate your editorial calendar. Design a workflow that takes content from a spreadsheet and automatically publishes it to LinkedIn or X (Twitter).

Your workflows must adapt. Master logical nodes (IF, Switch) to create different action branches based on the data received.

Data flows in JSON format within n8n. Learn to read, restructure and transform this data so it’s compatible between your different applications.

How to process 100 rows at once? Learn to use loop functions to apply a series of actions to each item in a list.

Instantly transform a form submission into action. Create workflows that generate quotes, add contacts to the CRM and send welcome emails.

n8n - Advanced Workflows & AI Integration

Connecting LLMs to n8n: Automation Made Intelligent

Connect the power of generative AIs (OpenAI, Mistral, Gemini via API) to your workflows. Use dedicated nodes or HTTP requests to analyze text, generate responses and make automated decisions.

Go further than a simple AI call. Design an “intelligent” workflow capable of reading an email, understanding the intent and executing the right action by calling the most suitable model (e.g., Mistral for speed, GPT-4 for complexity).

Automatically collect information from websites. Learn to use HTTP and HTML Extract nodes to monitor prices or news.

Don’t wait for data; let other applications send it to you. Learn to transform an n8n workflow into an API that other services can call.

What happens if an API goes down? Set up “try/catch” mechanisms and alerts to ensure your automations never stop.

Level up by moving away from spreadsheets. Learn to read and write directly to a professional database for more robust workflows.

AI is not limited to text. Create a workflow that receives images (e.g., invoices, photos) and uses Vision models (like GPT-4V or Gemini Vision) to extract structured data.

Automate the processing of large files (PDF, CSV). Learn to read, write and manipulate files directly on the server where n8n is hosted.

Creating Chatbots & Conversational Agents

Chatbots in 2026: From FAQ to Expert Agent

Discover the different types of chatbots and why LLMs have changed everything. Understand the difference between a “scripted” chatbot and an “intelligent” agent.

Launch your first conversational agent in just a few hours. Master a visual platform to define conversation paths and responses.

A chatbot must be visible. Learn to deploy your agent on a website (WordPress, Webflow) or on messaging platforms (Slack, Messenger).

Don’t let your chatbot wait for the question. Design an agent capable of engaging in conversation, following up on an abandoned cart or offering help.

Your chatbot talks, but n8n acts. Connect your conversational agent to n8n to allow it to execute real actions (e.g., “check my order”, “make an appointment”).

Advanced Chatbots & RAG (Retrieval-Augmented Generation)

RAG: Giving Your AI Your Company's Knowledge

Don’t let your AI invent answers anymore. Understand the concept of RAG (Retrieval-Augmented Generation), which allows an LLM to answer based only on your internal documents.

Your documents must be “readable” by an AI. Learn what an “embedding” is and how to store your PDFs and DOCs in a vector database.

Set up the complete chain: “loading” documents, “splitting” them, “vectorizing” them and storing them. The essential technical training for expert chatbots.

Combine n8n and RAG to create a powerful and controlled internal agent. Design the workflow that queries the vector database, then injects the context into a prompt for a fast and efficient model.

Is your RAG slow or imprecise? Learn advanced techniques (like re-ranking) to improve result relevance and manage the limited context windows of LLMs.