Podcast thumbnail for What's AI Podcast by Louis-François Bouchard

What's AI Podcast by Louis-François Bouchard

Claim This Podcast

by Louis-François Bouchard

4.5(22 reviews)
45 episodes
Updated Daily
Accepts GuestsHas Sponsors
50

Podcast Authority

Beta
FairBased on show quality, social media presence, reviews, charts, and more
Pod Engine
Quality30
Social0
YouTube93
Engagement82

Podcast Overview

Learn more about AI and how to better leverage it. This podcast aims to share exciting discussions with AI experts to demystify what they do and what they work on. We will cover specific AI-related topics (e.g., ChatGPT, DALLE...) and different roles related to artificial intelligence to share knowledge from the people who worked hard to gather it. I also want to showcase these people's unique paths to get where they are as AI builders, experts, and users. From building to leveraging AI technologies. Owner of the What's AI channel on YouTube, co-founder of Towards AI, and ex-PhD at Mila.

Language

🇺🇲

Publishing Since

3/1/2023

Unlock The Full Podcast Authority Score Report

See how your podcast performs across key metrics

50

Podcast Authority

Beta
FairBased on show quality, social media presence, reviews, charts, and more
Pod Engine
Quality30
Social0
YouTube93
Engagement82
6
Excellent Areas
1
Good Performance
12
Growth Opportunities
excellent
Episode Length
13 minutes
Performing excellently!
good
Show Experience
45 episodes over 2.1 years

Recommendations available

Unlock the full report to see detailed tips

needs improvement
Publishing Consistency
Every 17 days

Recommendations available

Unlock the full report to see detailed tips

+16 More Metrics

Unlock comprehensive insights including:

  • • YouTube presence analysis
  • • Social media reach metrics
  • • RSS compliance scoring
  • • Podcast 2.0 features
  • • Technical standards
What's Included in Your Full Report

Detailed Analytics

  • Complete breakdown of all 19 authority metrics
  • Personalized recommendations for each metric
  • Industry benchmarks and comparisons
  • Technical RSS feed analysis and compliance scoring

Growth Strategies

  • Step-by-step action plans for improvement
  • Quick wins to boost your score immediately
  • Pro tips from successful podcasters
Get your free podcast insights report

See how your show performs across every key metric

Instant delivery
No spam
Attract Better Guests

High authority scores make your podcast more attractive to industry leaders and influencers who want to appear on credible shows.

Secure Sponsorships

Sponsors look for podcasts with proven authority and engagement. Your score demonstrates your podcast's value to potential partners.

Grow Your Audience

Understanding your strengths and weaknesses helps you make data-driven decisions to expand your listener base effectively.

1 verified contact email on file for What's AI Podcast by Louis-François Bouchard

Pitch yourself as a guest, propose sponsorships, or reach out directly to the host.

Recent Episodes

Episode thumbnail for What 14 Quantum Titans Revealed at GTC

April 8, 2025

What 14 Quantum Titans Revealed at GTC

<p>Deploy Your AI Agents 8x faster with LangWatch. Get a demo: <a href="https://langwatch.ai/?utm_source=louis-yt" target="_blank" rel="noopener noreferer">https://langwatch.ai/?utm_source=louis-yt</a></p><p><br></p><p>► Master the most in-demand skill for building AI-powered solutions—from scratch: <a href="https://academy.towardsai.net/courses/python-for-genai?ref=1f9b29" target="_blank" rel="noopener noreferer">https://academy.towardsai.net/courses/python-for-genai?ref=1f9b29</a></p><p>► Master LLMs and Get Industry-ready Now: <a href="https://academy.towardsai.net/?ref=1f9b29" target="_blank" rel="noopener noreferer">https://academy.towardsai.net/?ref=1f9b29</a></p><p>►Twitter: <a href="https://twitter.com/Whats_AI" target="_blank" rel="noopener noreferer">https://twitter.com/Whats_AI</a></p><p>►My Newsletter (My AI updates and news clearly explained): <a href="https://louisbouchard.substack.com/" target="_blank" rel="noopener noreferer">https://louisbouchard.substack.com/</a></p><p>►Join Our AI Discord: <a href="https://discord.gg/learnaitogether " target="_blank" rel="noopener noreferer">https://discord.gg/learnaitogether </a></p>

Episode thumbnail for OpenAI's NEW Fine-Tuning Method Changes EVERYTHING (Reinforcement Fine-Tuning Explained)

March 16, 2025

OpenAI's NEW Fine-Tuning Method Changes EVERYTHING (Reinforcement Fine-Tuning Explained)

<p>Have you ever wanted to take a language model and make it answer the way you want without needing a mountain of data?</p><p>Well, OpenAI’s got something for us: Reinforcement Fine-Tuning, or RFT, and it changes how we customize AI models. Instead of retraining it with feeding examples of what we want and hoping it learns in the classical way, we actually teach it by rewarding correct answers and penalizing wrong ones, just like training a dog — but, you know, with fewer treats and more math.</p><p>Let’s break down reinforcement fine-tuning compared to supervised fine-tuning!</p><p>Both essentially have their use that we can discuss in one line:</p><ol><li><p>Supervised fine-tuning teaches new things the model does not know yet, like a new language, which is powerful for small and less “intelligent” models.</p></li><li><p>While reinforcement fine-tuning orients the current model to what we really want it to say. It basically “aligns” the model to our needs, but we need an already powerful model. This is why reasoning models are a perfect fit.</p></li></ol><p>I’ve already covered fine-tuning on the channel if you are interested in that. Today, let’s get into how RFT actually works!</p>

Episode thumbnail for Learn to Code with AI Assistance

March 6, 2025

Learn to Code with AI Assistance

<p></p><p>ChatGPT is completely changing how we learn programming. </p><p><br /></p><p>Instead of getting bogged down by coding theory, even beginners can jump right into building projects from day one.</p><p><br /></p><p>Quite the difference compared to university!</p><p><br /></p><p>With tools as simple as ChatGPT, you can experiment with building real applications right from the start quite easily without understanding much. </p><p><br /></p><p>This hands-on approach lets you learn by doing, offering instant feedback and a way to explore coding in a practical, exciting way.</p><p><br /></p><p>But there's a good and a wrong way to approach this.</p><p><br /></p><p>Relying solely on copy-pasting code won’t make you a programmer.</p><p><br /></p><p>When ChatGPT gives you a code snippet—say, a script that processes data or handles user login—use it as a starting point. </p><p><br /></p><p>TAKE THE TIME to UNDERSTAND why the code works, experiment with modifications, and see how changes affect the outcome. </p><p><br /></p><p>True mastery comes from engaging with the code, troubleshooting errors, and making it your own.</p><p><br /></p><p>If you can't explain anything, even if your app runs, it won't make you a better programmer or get you a good job. It will also have the downside of making a precarious app. You'll one day end up with too much code to follow what's happening, and ChatGPT will be stuck in an endless debugging loop.</p><p><br /></p><p>Yes, do embrace the power of AI to kickstart your projects, but just keep in mind that real growth (and value) happens when you do things and learn the logic behind every line.</p><p><br /></p><p>We've built a whole course about that principle to learn Python: <a href="https://academy.towardsai.net/courses/python-for-genai?ref=1f9b29" target="_blank" rel="ugc noopener noreferrer">https://academy.towardsai.net/courses/python-for-genai?ref=1f9b29</a></p>

45 total episodes available with 9 transcripts

Deep-dive analytics for What's AI Podcast by Louis-François Bouchard

Frequently asked questions

Have a different question and can't find the answer you're looking for? Reach out to our support team by sending us an email and we'll get back to you as soon as we can.

What is What's AI Podcast by Louis-François Bouchard?

Learn more about AI and how to better leverage it.

This podcast aims to share exciting discussions with AI experts to demystify what they do and what they work on. We will cover specific AI-related topics (e.g., ChatGPT, DALLE...) and different roles related to artificial intelligence to share knowledge from the people who worked hard to gather it.

I also want to showcase these people's unique paths to get where they are as AI builders, experts, and users. From building to leveraging AI technologies.

Owner of the What's AI channel on YouTube, co-founder of Towards AI, and ex-PhD at Mila.

How often does this podcast release new episodes?

This podcast updates daily.

Where can I listen to this podcast?

This podcast is available on 10 platforms including Apple Podcasts, Spotify, and more. You can also use the RSS feed directly.

Does this podcast accept guests?

Yes, this podcast regularly features guests.

Legal Disclaimer

Pod Engine is not affiliated with, endorsed by, or officially connected with any of the podcasts displayed on this platform. We operate independently as a podcast discovery and analytics service.

All podcast artwork, thumbnails, and content displayed on this page are the property of their respective owners and are protected by applicable copyright laws. This includes, but is not limited to, podcast cover art, episode artwork, show descriptions, episode titles, transcripts, audio snippets, and any other content originating from the podcast creators or their licensors.

We display this content under fair use principles and/or implied license for the purpose of podcast discovery, information, and commentary. We make no claim of ownership over any podcast content, artwork, or related materials shown on this platform. All trademarks, service marks, and trade names are the property of their respective owners.

While we strive to ensure all content usage is properly authorized, if you are a rights holder and believe your content is being used inappropriately or without proper authorization, please contact us immediately at hey@podengine.ai for prompt review and appropriate action, which may include content removal or proper attribution.

By accessing and using this platform, you acknowledge and agree to respect all applicable copyright laws and intellectual property rights of content owners. Any unauthorized reproduction, distribution, or commercial use of the content displayed on this platform is strictly prohibited.