ML for Everyday Decisions & School Projects
Learning the concepts of ML is one thing. Learning to spot opportunities to use ML in your real life — your studies, your side projects, your work — is what separates someone who took a course from someone who actually changed how they operate. This lesson is about that translation. By the end, you'll have a personal "ML opportunity radar" you can carry through your day, plus a portfolio of project ideas built around things you actually care about.
What You'll Learn
- How to spot ML-shaped problems in everyday situations
- A 5-question framework for deciding whether ML is the right tool
- Real student-project examples that turned coursework into ML wins
- A reusable prompt to brainstorm ML projects in any domain
Where ML Shows Up in Your Day
Some places you might not have noticed:
- Studying — Quizlet's adaptive flashcards, Duolingo's spaced repetition, Khan Academy's recommendations
- Productivity — Gmail Smart Compose, Calendar's meeting suggestions, Notion AI summaries
- Money — Mint's spending categorization, your bank's fraud alerts, Splitwise's expense suggestions
- Health — your phone's sleep score, fitness app workout recommendations, period tracking apps
- Entertainment — Spotify's "Daily Mix", Netflix's personalized rows, YouTube's autoplay
- Travel — Google Maps ETAs, Uber's surge pricing, Airbnb's price suggestions
- Shopping — Amazon's "frequently bought together", price tracking apps, fake-review detection
When you can name the ML in your own life, you start seeing opportunities to create it too.
The "Is This an ML Problem?" Framework
Before you reach for ML, ask these five questions. If you say "yes" to most, ML is a strong fit:
- Is there a clear input → output mapping? ("Given X, predict Y")
- Is there enough data, or can you collect some? (At least dozens to hundreds of examples)
- Is the pattern hard to write as a simple rule? (If a normal
if/thenworks, use that — ML overkill is wasteful) - Is being approximately right valuable? (ML rarely guarantees 100% accuracy)
- Are the consequences of wrong predictions tolerable? (For high-stakes domains like medicine, law, or finance, ML alone isn't enough)
If you fail any one of those, rethink — but don't shelve the idea. Often you can re-scope a problem until it fits.
Five Real Student Project Ideas
Pick one of these and adapt it to your life. Each can be done with the no-code tools you've already learned.
1. Personal Study Predictor (Spreadsheet ML)
Track your study habits in a Google Sheet for 3 weeks: hours studied, sleep, stress level, quiz scores. Use LINEST and FORECAST.LINEAR to predict next week's quiz score. Bonus: identify which habit has the strongest effect.
Why it's great: real personal data, real prediction, real insight you can act on.
2. Recycling Sorter (Teachable Machine)
Train a classifier to recognize paper, plastic, glass, metal. Embed it in a simple web page. Demo at your school's sustainability club.
Why it's great: combines technical skill with social impact — perfect resume / portfolio story.
3. Class Sentiment Tracker (ChatGPT)
After each lecture, paste your notes into ChatGPT with: "Rate the clarity of this lesson 1–10, list 3 things I clearly understood, list 3 things I'm still confused about. Track the trend over the semester." Save results in a sheet. Discover which topics you actually struggle with.
Why it's great: uses AI for self-reflection, builds metacognition, generates a useful study plan.
4. Job-Posting Skills Cluster (Perplexity + ChatGPT)
Use Perplexity to gather 50 job postings in a field you're interested in. Paste them into ChatGPT and ask: "Cluster these postings by required skills. What are the top 5 most-mentioned hard skills, and the top 5 soft skills? Where am I weak compared to the average?"
Why it's great: career-focused unsupervised analysis you can act on immediately.
5. Smart Daily Recap Email (Gemini Workspace)
Use Gemini in Google Calendar / Gmail to auto-generate a 3-bullet summary of your day's meetings, follow-ups, and tasks. Send it to yourself at 9pm. Iterate the prompt until you'd actually read it.
Why it's great: a real "agent" pattern — AI takes mostly-structured data and turns it into a useful daily artifact.
A Reusable "Find My ML Project" Prompt
Pop this into ChatGPT or Claude any time you want fresh project ideas:
"I'm a student / early-career learner taking a no-code ML course. Suggest 5 ML project ideas based on these constraints:
- I have access to ChatGPT, Claude, Gemini, Perplexity, Google Teachable Machine, and Google Sheets
- I have ~5 hours total to spend
- I am interested in [your topic — sports, music, finance, fashion, climate, etc.]
- I want each project to teach me a different ML concept For each idea, give me: the ML concept it teaches, the tool to use, the data I'd need, and the deliverable I'd end up with."
Re-run with different interests. You'll generate dozens of ideas.
Turning a School Assignment Into an ML Project
Almost any school assignment can be enriched with no-code ML. Examples:
- Essay → use ChatGPT to identify weak arguments and suggest counter-evidence
- Presentation → use Gemini to generate audience-appropriate analogies for complex points
- Research paper → use Perplexity Academic to find recent citations, then have Claude critique your draft
- Group project → use ChatGPT Data Analysis to summarize survey data your team collected
- Lab report → upload your CSV results to ChatGPT and ask for visualization suggestions and statistical caveats
The key is to be honest about how you used AI (cite it as a "tool used" if your professor allows AI assistance — many now do, especially when transparently attributed).
What Not to Do
A few traps to avoid:
- Don't substitute AI for thinking. Use it to amplify, not replace, your reasoning.
- Don't trust unverified output. Always check critical numbers, citations, and claims.
- Don't violate your school's AI policy. Read it, follow it, and ask if uncertain.
- Don't over-engineer. If a problem can be solved without ML, do it without ML.
Today's Hands-On Mini-Project
Pick one and actually start it before tomorrow:
- Identify one task in your week that involves an "input → output" pattern. Write down whether it passes the 5-question framework.
- Run the "Find my ML project" prompt with one of your interests. Pick the most exciting suggestion. Sketch a plan in 10 minutes.
- Convert one current school assignment into an AI-augmented version following the examples above.
Key Takeaways
- ML is most useful when you can spot it in your own life — start with the lists above and find your own examples
- The 5-question framework keeps you from over- or under-using ML
- Real student projects are achievable in hours with the no-code tools you've learned
- Use AI as an amplifier, not a substitute, for your own thinking
- A reusable "find my ML project" prompt turns any interest into a project pipeline
You've now got the practical skills to build, predict, and apply ML in real life. Module 4 closes the loop: how to evaluate whether your models are any good, the ethics you need to think about, and where to go next in your ML journey.

