Hi fam!

In this edition, we’re making AI work for you. We will show you how to build your own AI assistant in our  Step by Step guilde,  turn static photos into cinematic clips using Magic Media in Canva for instant image-to-video magic. Finally, skip the dry theory with a simple prompt hack: ask for a definition followed by a real-life example in your specific niche to get practical results.

The future of AI feels Like Magic, and it’s here!

🤖 I Built a “Meeting Assistant” in 10 Minutes (And You Can Too)

Here’s a small unfair advantage:

Every Zoom meeting you’ve ever had is sitting there…
full of decisions, insights, and action items…

…and you’re probably not using 90% of it.

So I built a tiny AI assistant that:

  • reads my meeting notes

  • summarizes them

  • extracts action items

👉 Takes 10 minutes to set up
👉 Saves hours every week

Here’s exactly how to do it — even if you’ve never coded before.

I am the first one that hates instruction manuals where it seems to be predefined I know everything about coding and already have bunch of stuff installed. And I usually have none of that and i give up. So here is a full version in 6 steps. For idiots! Like me!

also, you can use the mdel to build any type of assistant you need. Follow the same steps, just in Step 5 ask AI to generate specific code for you.

The Idea (Simple but Powerful)

Instead of re-reading Zoom summaries…

You paste them into your assistant and say:

“Summarize this and give me action items.”

That’s it.

⚙️ Step 1: Install Python (Your AI Engine)

Download Python → Install it → Make sure you check:

Add Python to PATH

Once installed, open Terminal (Mac) or Command Prompt (Windows) and type:

python --version

If you see a version number → you’re good.

Step 2: Install the OpenAI Library

In your terminal, run:

pip install openai

This is the tool that connects your code to AI.

Step 3: Get Your API Key

  • Create an account

  • Go to API Keys

  • Copy your key

it is free to create the acount and you pay per usage of the API key. It can not turn up to be more than a few EUR/per month if you are using it for testing and simple aplications. Now set the API key in your system:

Mac/Linux:

export OPENAI_API_KEY="your-key-here"

Windows:

setx OPENAI_API_KEY "your-key-here"

Step 4: Create Your Assistant File

Create a file called:

meeting_assistant.py

Open it in any editor (Notepad, VS Code, whatever).

Step 5: Paste This Code

from openai import OpenAI

client = OpenAI()

response = client.responses.create(
    model="gpt-4.1",
    instructions="""
You are a helpful business assistant.

Your job:
1. Summarize the meeting clearly
2. Extract action items
3. Assign owners if mentioned
4. Keep it concise and structured
""",
    input="""
Paste your Zoom meeting summary here
"""
)

print(response.output_text)

Step 6: Run It

In your terminal:

python meeting_assistant.py

Boom.

You now have an AI assistant. In 6 steps.

Example (What You’ll Get)

Input:

“We agreed to launch next Monday. Ana handles design. Marko handles outreach. Budget needs review.”

Output:

  • Summary: Team aligned on launch timeline and responsibilities

  • Action Items:

    • Ana → finalize design

    • Marko → start outreach

    • Review budget before launch

What Just Happened

You didn’t “use AI.”

You:

  • Built a workflow

  • Automated thinking

  • Created leverage

This is the shift: From doing work → to designing systems that do work

3 Easy Upgrades

Once this works, you can level up instantly:

1. Batch process meetings

Paste 5 summaries → get one combined report

2. Save outputs to a file

Now you have a running log of decisions

3. Plug into Zoom exports

Auto-process every meeting you have

⚠️ The Trap Most People Fall Into

They stop here and say:

“Cool demo.”

Don’t.

Instead ask: “What other repetitive thinking can I automate?”

Original Thought

There are two types of people right now:

  1. People still writing notes manually

  2. People building tiny AI assistants like this

One is scaling time.

The other is not.

—DJ

🛑 Stop Reading Definitions. Start Seeing Results.

We’ve all been there: You ask AI to explain a concept, and it gives you a response that is technically perfect but feels like reading a textbook underwater. It’s "floaty." It’s abstract. It’s… boring.

The truth? Our brains don’t crave definitions; they crave examples. ### The "Magic" One-Liner If you want to turn AI from a dry encyclopedia into a practical consultant, stop asking "What is [X]?" and start using this:

Give me 5 real-world examples of [Concept] in practice. Use simple language and short explanations.

Why This Beats Your Current Prompts

While most people are stuck in "Theory Mode," examples force the AI to:

  • Translate jargon into action.

  • Simulate real-world stakes.

  • Trigger "Aha!" moments that actually save you time.

Want the "Pro" Version?

In the full article, we don't just give you the basics. We dive into the Structured Case Study Prompt—a version that forces the AI to break every example down into Situation, Action, and Result. It turns a generic chat into a mini-strategy session.

Inside the full post, you’ll find:

  • The "Pro Version" template (copy-paste ready).

  • How to combine examples with Strategy Frameworks.

  • Specific prompts for Marketing, Workflow Automation, and Pricing.

➡️ Read the Full Article Here — and stop wondering how to use AI, and start actually using it.

Small prompt → Real improvement → Less friction. Go ahead, try it on your most "abstract" problem today. You might just find a workflow that saves you two hours by lunch.

🖼️ From “Still Life” to “Actually Alive” with Canva’s Image to Video 🎬

We’ve all been there. You spend an hour crafting the perfect AI image. It’s crisp, it’s beautiful, and it’s... sitting there doing absolutely nothing. In a world of infinite scrolling, a static image is basically a polite "Please Ignore Me" sign.

Enter Canva Magic Studio. It’s the ultimate tool for people who want video engagement but have the video-editing patience of a toddler on an espresso shot.

What is this sorcery? It’s an AI feature that looks at your boring JPEGs and says, "I can make that move." No timelines, no keyframes, and zero sweating over "ease-in" settings. With one click, you get cinematic zooms and object motion that give off a "high-budget documentary" vibe.

The Test: Giving a Robot a Soul - We tested it on our robot mascot with:

  • Automatic Mode: Canva added a subtle zoom and flickered the book pages. Suddenly, the robot felt alive.

  • Prompt Mode: We told it: "Robot closes the book and looks at the camera." Aside from a tiny AI glitch (hey, nobody’s perfect), the result was impressively natural.

The Verdict (LMAI Rating: 5/5) This isn't here to replace Spielberg, but it’s a lifesaver for social media, newsletters, and presentations. If you have a visual but don't want to build a full video from scratch, this bridges the gap with zero friction.

Stop posting statues. Start making moves.

Like Magic AI NFT 🏞️

Our master plan is to publish an NFT image in each newsletter and hand it out to our subscribers. The earlier you subscribe, the smaller the series are. It's a future collectible, a piece of digital art that captures the essence of this moment in time.

Thank you for being a valued subscriber. Together, let's embrace the magic of AI and creativity!

LMAI190-10042026

Was this email forwarded to you? Sign up here 👇

Reply

Avatar

or to participate

Keep Reading