Kritim Yantra
Apr 23, 2025
In our last blog, we learned how to get started with Large Language Models (LLMs) like ChatGPT and Hugging Face. Now, let’s go one step deeper and explore one of the most powerful skills in working with LLMs — Prompt Engineering.
This blog will explain prompt engineering in simple language, with examples, tips, and tools so that even a complete beginner can start today.
Prompt Engineering is the art of asking the AI the right question in the right way.
LLMs like ChatGPT work by predicting what text comes next based on your input. So, the better your prompt (your input), the better the output you’ll get.
“Garbage in, garbage out” – this is true for AI too!
Let’s say you want the AI to write a poem.
You try:
Prompt: "Write a poem."
It may give you a simple poem.
But if you try:
Prompt: "Write a short, funny poem in the style of Dr. Seuss about a cat who starts a YouTube channel."
The result will be way more fun and specific.
👉 Good prompts = better, more useful answers
👉 Bad prompts = vague, boring, or wrong answers
Let’s look at a few common types of prompts you can use to improve results:
Tell the AI what to do clearly.
✅ Example:
"Write a 100-word summary of the movie Inception."
Ask the AI to act like someone.
✅ Example:
"You are an expert fitness trainer. Create a 7-day beginner workout plan using no gym equipment."
Give examples in your prompt.
✅ Example:
_"Translate English to French:
(The model will learn from the pattern.)
Ask the AI to show step-by-step reasoning.
✅ Example:
"A train travels 60 miles per hour. How long does it take to go 180 miles? Explain your reasoning."
Ask for output in a specific format (e.g., table, JSON, bullet points).
✅ Example:
"List 5 best tourist places in Japan in a table with columns: Place, City, Why Visit."
✅ Be specific
Instead of "write about AI", say "write a 3-paragraph essay about how AI is used in healthcare."
✂️ Break complex tasks into steps
"First summarize this article, then list 3 key takeaways, then suggest a catchy title."
🧠 Use temperature setting (in tools like OpenAI)
💬 Ask for corrections
"Rewrite this answer in simpler language."
"Make it sound more professional."
Try this prompt:
"Act like a career coach. I am 25, a web developer with 2 years of experience. Suggest 3 career paths I can explore in AI."
Or experiment with:
"Generate YouTube video ideas for a channel that teaches Python coding in Hindi for beginners."
See how different variations change the results!
Prompt engineering is not just for developers — anyone can do it! It's like learning to talk to a super-smart assistant. The better you communicate, the better the help you get.
So next time you open ChatGPT or any LLM tool:
✨ Think, tweak, and test your prompt ✨
You’ll be amazed by the results.
No comments yet. Be the first to comment!
Please log in to post a comment:
Sign in with Google