- Joshua's Newsletter
- Posts
- If you can't beat them, join them...
If you can't beat them, join them...
The future doesn’t belong to robots. It belongs to people who know which buttons to press.
🤖 AI Won’t Take Over the World — But People Who Use It Will
Hello, future Tech Whisperer!
Let’s get this straight: AI isn’t going to replace you. But someone who knows how to use AI better and faster than you? They might.
If you’re not already integrating AI tools into your daily grind, now’s the time to start. Here’s how to get ahead while everyone else is still scared of ChatGPT stealing their job.
🧠 Step 1: Learn to Prompt Like a Pro
AI’s only as good as the instructions you give it. Think of it like a genie—just with worse spelling and no morals.
Be Specific: Don’t say “write me a blog”. Say “write a 500-word blog on Python tips for beginners in a casual tone.”
Give Context: AI doesn’t know what you know. Feed it the setup.
Ask for Structure: Want a list? Say so. Want a CTA at the end? Say that too.
Pro tip: Save your best prompts in a doc. They’re gold.
🛠️ Step 2: Use the Right Tools for the Job
AI isn’t just ChatGPT. Here are a few sidekicks to add to your toolbelt:
Perplexity AI: Fast, sourced research that doesn’t feel like scrolling Reddit.
Claude: More “human” than most bots. Great for brainstorming or writing with feeling.
Notion AI: Meeting notes, task summaries, even full docs done instantly.
Whimsical AI: Flowcharts and diagrams without the struggle.
Pro tip: The more you use these tools, the better they get at helping you. Think of it as training your robot intern.
☕ Step 3: Brew Something Real With AI
The best way to learn AI? Actually use it. Reading tutorials is cool but building things will teach you faster than any thread on X ever will.
Here’s how to get your hands dirty (without needing to code an entire startup):
Automate a daily task
Have ChatGPT draft your emails, summarize your meetings, or write your LinkedIn posts.Build a portfolio project
Create a movie recommender, AI chatbot, or personal newsletter assistant.Supercharge your workflow
Use AI to name your variables, clean up your code, or generate dummy data for mockups.


Your job? Write a function that takes in a list of movies with ratings and returns the top 3 underrated gems.
A movie is considered “underrated” if:
It has a rating greater than 7.5
But fewer than 10,000 reviews
✅ Expected Output:
["Moon", "Upgrade", "Coherence"]


Reply