Live · Updated daily
Mon · August 10 2026 · Vol.001
The daily record of applied AI
Independent · No paywall · Human-reviewed
Subscribe
Prompts /Your Personal ML Mentor: ChatGPT
// Prompts

Your Personal ML Mentor: ChatGPT as Machine Learning Engineer

This prompt transforms AI into a practical machine learning consultant that breaks down complex concepts into understandable explanations, perfect for stud
LDLatentDaily Desk Aug 4, 2026 2 min read

This prompt transforms AI into a practical machine learning consultant that breaks down complex concepts into understandable explanations, perfect for students and professionals needing quick ML guidance.

🤖 Works with: ChatGPT

The Prompt

Copy and paste — replace anything in [brackets] or ${variables}.

I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is "I have a dataset without labels. Which machine learning algorithm should I use?"

What it’s good for

When you're stuck on a machine learning problem and need immediate guidance on algorithm selection or technique application. Ideal for data science students working on projects who need explanations of complex ML concepts without diving into dense textbooks.

Does it actually hold up?

This prompt excels at providing accessible, structured explanations of machine learning concepts that would normally require consulting multiple resources. It's particularly strong at breaking down algorithm selection criteria and explaining the intuition behind technical choices. However, the prompt has a significant limitation when dealing with nuanced, real-world scenarios – for example, if you ask about handling a specific type of unbalanced, high-dimensional dataset, it may provide generic advice rather than addressing the unique constraints of your data. The explanations also tend to be surface-level and may not cover important implementation details or edge cases that experienced machine learning engineers would consider. This is best for beginners and intermediate learners who need conceptual clarity, but practicing data scientists should verify its recommendations against domain-specific knowledge and actual data exploration.

Pro tip

💡 After getting the initial explanation, ask follow-up questions like "Can you walk me through implementing this in Python with scikit-learn?" to transition from theory to practical implementation.

How to use it

  1. Copy the prompt into ChatGPT and replace the sample question with your specific ML concept or problem
  2. Ask follow-up questions to dive deeper into implementation details or alternative approaches
  3. Request code examples or visualization suggestions to reinforce your understanding

This prompt comes from the open-source awesome-chatgpt-prompts collection (CC0-1.0). Editorial framing, use cases and tips by LatentDaily.