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.
Prompting for Beginners: Get What You Want
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.
Your Daily AI Assistant: Mastering LLMs
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.
The LLM Market: From ChatGPT to Mistral, Gemini and DeepSeek
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.
AI & Ethics: Identifying Limits and "Hallucinations"
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.
AI & Marketing: Generating Content That Sells
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.
Writing for Internal Use: AI-powered Reports and Summaries
Save hours on your administrative tasks. Train the AI to analyze long documents and produce impeccable summaries or reports in your company’s tone.
Midjourney & Dall-E: Create Impactful Visuals Without a Graphic Designer
Master visual prompting to generate illustrations, mockups and visuals for your presentations. An essential creative skill to stand out.
The "System Prompt": Giving Your AI a Personality
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”.
My First n8n Workflow: From A to Z
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.
Triggers: When to launch your automations?
An automation must know when to start. Master different types of triggers: manual, scheduled (Cron) or via Webhooks.
Securing Your Connections: Managing n8n Credentials
Never expose your API keys. Learn the secure method for connecting your Google, Microsoft, OpenAI and other accounts to n8n
n8n Debugging: Understanding and Resolving Errors
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.
Automating Your Inbox: Managing Emails with n8n
Stop sorting your emails by hand. Create workflows to filter incoming emails, extract attachments and send automated replies.
n8n for Social Media: Scheduling Your Content
Automate your editorial calendar. Design a workflow that takes content from a spreadsheet and automatically publishes it to LinkedIn or X (Twitter).
Logic in n8n: IF, Switch and Merge Nodes
Your workflows must adapt. Master logical nodes (IF, Switch) to create different action branches based on the data received.
Manipulating Data (JSON): The Heart of n8n
Data flows in JSON format within n8n. Learn to read, restructure and transform this data so it’s compatible between your different applications.
Processing Lists: Mastering Loops in n8n
How to process 100 rows at once? Learn to use loop functions to apply a series of actions to each item in a list.
From Entry to Action: Connecting n8n to Your Forms (Tally, Typeform)
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.
Create a simple AI Agent with n8n and the LLM of your choice
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).
n8n & Web Scraping: Extracting Data from the Web
Automatically collect information from websites. Learn to use HTTP and HTML Extract nodes to monitor prices or news.
Create Your Own API with n8n Webhooks
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.
Resilient Workflows: Advanced Error Management in n8n
What happens if an API goes down? Set up “try/catch” mechanisms and alerts to ensure your automations never stop.
n8n & Databases (Postgres, MySQL)
Level up by moving away from spreadsheets. Learn to read and write directly to a professional database for more robust workflows.
AI & Vision: Analyzing Images with n8n (GPT-4V, Gemini Vision)
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.
Managing Files: Reading and Writing on Your Server with n8n
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.
Create Your First No-Code Chatbot (e.g., Voiceflow / Botpress)
Launch your first conversational agent in just a few hours. Master a visual platform to define conversation paths and responses.
Integrating Your Chatbot: The Bubble on Your Website
A chatbot must be visible. Learn to deploy your agent on a website (WordPress, Webflow) or on messaging platforms (Slack, Messenger).
The Proactive Conversational Agent: More than just an answering machine
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.
Connecting Your Chatbot to n8n: The Executive Brain
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.
Vector Databases (Pinecone, ChromaDB): The Brain of RAG
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.
Building a "Documentary Chatbot": RAG from A to Z
Set up the complete chain: “loading” documents, “splitting” them, “vectorizing” them and storing them. The essential technical training for expert chatbots.
"Low-Code" RAG: Creating an Expert Chatbot with n8n and APIs (Mistral, DeepSeek)
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.
RAG Optimization: Re-Ranking and Context Management
Is your RAG slow or imprecise? Learn advanced techniques (like re-ranking) to improve result relevance and manage the limited context windows of LLMs.
