Prompting 101: Making AI Do What You Actually Want

MorpheusMorpheus
4 min read

Alright, real talk — working with AI is kinda like talking to that one friend who can help you, but only if you ask super clearly and don’t mess around. That’s what prompt engineering is all about: learning how to talk to models so they don’t give you weird, useless answers.

What Even Is a Prompt?

A prompt is just your input — like what you type into ChatGPT. But here’s the catch: garbage input = garbage output.

So we’re not just tossing in words randomly and hoping for magic. We gotta structure that input with some style to guide the model’s output.

Zero-shot, Few-shot, Many-shot — What’s the Difference?

  • Zero-shot prompting = “I’m giving you nothing, just figure it out.”

  • Few-shot prompting = “Here’s a couple examples, now you try.”

  • Many-shot prompting = “Let me spoon-feed you 10 solved problems before I even ask the real question.”

The more examples you give, the better the model catches the pattern. But it also eats more tokens. Choose wisely.

System Prompts — The Vibe Setter

Think of this like setting the mood before a convo. A system prompt goes:

“You are a friendly and concise French teacher. Explain things simply.”

Boom. The AI now thinks it’s your chill French teacher from Duolingo, not some edgy tech bro with an attitude problem.

Prompting Styles That Actually Work

Here are the top prompting styles I came across (and yes, they sound fancy, but they’re lowkey simple):

1. Self-Consistency Prompting

  • Run the same prompt a few times.

  • Combine the answers.

  • Pick the best one.

Perfect for when the model’s feeling a little chaos. It’s like getting 5 friends to answer and trusting the one who sounds the most sure.

Classic group project survival strategy.

2. Chain-of-Thought Prompting

  • Tell the model to think step-by-step.

  • Super helpful for math, logic, or anything that needs reasoning.

“If Tom has 5 apples and buys 2 more…”
First, the model explains Tom’s apple-buying journey instead of just throwing “7” in your face.

3. Persona-Based Prompting

  • Give the model a vibe, a voice, or even a whole alter ego.

  • Like saying: “You are a sassy historian who explains facts with sarcasm.”

It works. And sometimes it’s hilarious.

4. Role-Play Prompting

  • Kinda like persona-based, but more interactive.

  • You set up a situation (doctor + patient, lawyer + client, etc).

  • The model reacts based on the scenario.

Super useful for simulations, interviews, or building smart assistants.

5. Contextual Prompting

  • Give the model more context or background info to help it make better decisions.

Like telling it, “Hey btw, this user is a beginner, so explain things simply.”

6. Multimodal Prompting

  • Mix of text + images (if supported).

  • This is next-level, but yeah — you can literally feed it a picture and say “Explain this like I’m five.”

Many-shot Prompting (the buffet approach)

You’re spoon-feeding the model many examples so it can recognize a pattern. You give it the full cheat sheet and then ask, “Cool, now do the next one.”

Teacher mode: activated.
Token count: crying in the corner.

It’s powerful, but yeah — not for short prompts or lightweight tasks. Use when you need the AI to mimic a very specific structure.

Think of AI Like an Orchestra (And You're the Conductor)

When you're juggling multiple models, tools, and workflows, you’re basically conducting a tech orchestra.

  • AI is your string section, percussion, brass, all of it.

  • You tell each tool what to do, when to play, and how loud to be.

  • If something’s off? It’s on you to bring it back in harmony.

You’re not just prompting — you’re directing. And that’s kind of badass.

Final Thoughts

Prompting isn’t just typing words into a box and hoping the AI vibes with you. It’s about giving clear, smart, and sometimes cleverly chaotic instructions — all without losing your own tone or personality.

Whether you're guiding it step-by-step, feeding it like a hungry intern, or just assigning it a role and letting it cook — it’s all part of the craft.

You don’t need to be a prompt wizard. You just need to think like:

  • a scriptwriter (to set the scene),

  • a detective (to know what you really want),

  • and a smart lazy person (because that’s the whole point of using AI anyway, right?)

0
Subscribe to my newsletter

Read articles from Morpheus directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Morpheus
Morpheus

i write about stuff i build