AI Prompt Engineering Guide: Write Better Prompts for Text, Images, Videos & Coding

Nileshblog.Tech5/30/202612 min read

Artificial Intelligence has become incredibly powerful.

Yet most people still get mediocre results.

Not because the AI is bad.

Because the prompt is bad.

The difference between a weak AI output and an exceptional one often comes down to a few extra lines of instructions.

After spending hundreds of hours working with ChatGPT, Claude, Gemini, Midjourney, Flux, Stable Diffusion, Kling, Veo, Runway, and other AI tools, one thing becomes obvious:

Prompt quality directly impacts output quality.

A beginner writes:

Write a blog about SEO.

An expert writes:

Act as an SEO strategist with 10 years of experience. Write a 2,000-word beginner-friendly guide about technical SEO for SaaS startups. Include examples, actionable steps, common mistakes, FAQs, and a summary table.

The second prompt almost always wins.

This guide will teach you exactly how.


What Is Prompt Engineering?

Prompt engineering is the process of designing instructions that help AI produce better outputs.

Think of AI as an incredibly intelligent intern.

If you give vague instructions, you'll get vague work.

If you provide clear direction, context, constraints, and examples, you'll receive dramatically better results.

Prompt engineering is not about "tricking" AI.

It's about communication.

The better your instructions, the better the response.


How AI Interprets Prompts

Most modern AI systems analyze:

Context

What is happening?

Intent

What are you trying to achieve?

Constraints

What limitations exist?

Output Format

How should the answer look?

Examples

What does success look like?

The more clarity you provide, the less guessing the AI has to do.


Anatomy of a Great Prompt

Every high-performing prompt typically contains five components.

1. Role

Tell AI who it should act as.

Example:

Act as a senior SEO consultant.

2. Goal

State the objective clearly.

Example:

Help me create a content strategy.

3. Context

Provide background information.

Example:

My website targets SaaS founders.

4. Constraints

Define boundaries.

Example:

Keep it under 1000 words.

5. Output Format

Specify the structure.

Example:

Use H2 headings, bullet points, and tables.

Universal Prompt Formula

ROLE
+
GOAL
+
CONTEXT
+
CONSTRAINTS
+
OUTPUT FORMAT

This framework works for almost every AI tool.


Prompting for Better Text Responses

Most people simply ask questions.

Professionals provide instructions.

Blog Writing Prompt

Act as an expert content writer.

Write a 2500-word SEO article about remote work productivity.

Target audience: freelancers.

Include:
- Introduction
- Actionable tips
- Case studies
- FAQs
- Conclusion

Use conversational language.

SEO Content Prompt

Act as an SEO specialist.

Write a comprehensive article targeting the keyword "best CRM software."

Include:
- Search intent
- Competitor analysis
- FAQ section
- Meta description
- Internal linking suggestions

Email Prompt

Act as a sales consultant.

Write a cold email for SaaS founders.

Tone: professional.

Length: under 150 words.

Goal: book a discovery call.

Research Prompt

Act as a research analyst.

Explain the current AI agent market.

Include:
- Market trends
- Opportunities
- Risks
- Future predictions

Use data-backed reasoning.

Summary Prompt

Summarize this document.

Include:
- Key points
- Action items
- Important statistics
- Final conclusion

Social Media Prompt

Create 10 LinkedIn posts about AI automation.

Each post should:
- Start with a hook
- Include a lesson
- End with a CTA

20 High-Performing Text Prompt Examples

  1. Blog Writer
  2. Newsletter Creator
  3. LinkedIn Writer
  4. Twitter Thread Creator
  5. Product Description Writer
  6. Sales Copy Generator
  7. Landing Page Writer
  8. SEO Strategist
  9. Research Analyst
  10. Market Research Expert
  11. Startup Advisor
  12. Customer Support Assistant
  13. Email Writer
  14. Copy Editor
  15. Proofreader
  16. YouTube Script Writer
  17. Podcast Script Creator
  18. Resume Writer
  19. Cover Letter Generator
  20. Business Consultant

Prompting for AI Image Generation

Image models respond best to detailed visual instructions.

A great image prompt contains:

Subject

Who or what?

Composition

How is the subject arranged?

Camera Angle

Low angle, top-down, close-up.

Lighting

Golden hour, cinematic, soft lighting.

Lens

35mm, 50mm, 85mm.

Environment

City, forest, studio.

Style

Photorealistic, anime, cinematic.

Color Grading

Teal-orange, warm tones, moody.


AI Image Prompt Formula

Subject +
Environment +
Composition +
Camera +
Lighting +
Style +
Color Grading +
Quality

Midjourney Prompt Example

A futuristic cyberpunk city at night,
rain-soaked streets,
neon reflections,
cinematic lighting,
50mm lens,
ultra realistic,
high detail,
volumetric fog,
teal and magenta color palette

Flux Prompt Example

Ultra realistic portrait of a traveler standing in Varanasi ghats at sunrise,
golden hour lighting,
85mm lens,
natural skin texture,
editorial photography,
National Geographic style

Stable Diffusion Prompt Example

Luxury mountain cabin,
snow-covered forest,
soft morning sunlight,
photorealistic,
ultra detailed,
8k quality

ChatGPT Image Generation Prompt Example

Create a cinematic travel poster featuring a solo biker riding through the Himalayas.

Use dramatic clouds,
golden sunlight,
epic mountain scale,
premium tourism advertisement style.

10 Cinematic AI Image Prompts

1

Samurai in neon Tokyo rain

2

Luxury watch commercial

3

Cyberpunk city skyline

4

Astronaut on Mars

5

Ancient Indian temple

6

Luxury sports car

7

Mountain biker

8

Wildlife documentary scene

9

Fantasy castle

10

Futuristic AI laboratory

Prompting for AI Video Generation

Video AI requires motion.

Most users describe a picture.

Professionals describe movement.


Video Prompt Structure

Scene
+
Character
+
 Action
+
 Camera Movement
+
 Lighting
+
 Environment
+
 Mood
+
 Duration

Kling Prompt Example

A lone traveler walks through a foggy mountain valley.

Camera slowly tracks behind the subject.

Soft sunrise light.

Cinematic atmosphere.

Natural movement.

10 seconds.

Veo Prompt Example

Luxury drone shot flying above Himalayan mountains.

Golden sunrise.

Clouds moving through valleys.

Ultra realistic.

Cinema-grade quality.

Runway Prompt Example

A coffee cup on a wooden table.

Steam rises naturally.

Camera slowly pushes forward.

Morning sunlight enters through the window.

Pika Prompt Example

A futuristic robot working in a laboratory.

Camera orbit shot.

Blue ambient lighting.

Subtle hand movements.

10 AI Video Prompt Examples

  1. Luxury travel ad
  2. Product commercial
  3. Car chase sequence
  4. Drone mountain fly-through
  5. Wildlife documentary
  6. Historical reenactment
  7. Fashion campaign
  8. Cyberpunk street scene
  9. Sci-fi spaceship launch
  10. Startup promotional video

Prompting for Coding

Coding AI works best when requirements are explicit.


React Prompt

Act as a senior React developer.

Build a reusable pricing card component.

Requirements:
- TypeScript
- Tailwind CSS
- Responsive
- Dark mode support

Next.js Prompt

Create a Next.js authentication system using JWT.

Include:
- Login
- Register
- Middleware
- Protected routes

Node.js Prompt

Build a REST API using Express.

Requirements:
- JWT authentication
- Rate limiting
- Validation
- MongoDB

Python Prompt

Create a Python script that reads a CSV file and generates a summary report.

API Prompt

Design a scalable payment API architecture.

Debugging Prompt

Act as a senior software engineer.

Analyze the following error.

Explain:
- Root cause
- Fix
- Prevention

Code Review Prompt

Review this code for:
- Performance
- Security
- Scalability
- Readability

10 Coding Prompt Examples

  1. React Dashboard
  2. Next.js SaaS Boilerplate
  3. Node Authentication
  4. Python Automation
  5. Redis Caching
  6. GraphQL API
  7. PostgreSQL Schema Design
  8. Docker Setup
  9. Kubernetes Deployment
  10. System Design Review

Advanced Prompt Engineering Techniques

Chain of Thought

Break problems into steps.

Solve step by step.
Show reasoning.

Few-Shot Prompting

Provide examples.

Input → Output

Input → Output

Now continue.

Role Prompting

Assign expertise.

Act as a senior product manager.

Iterative Prompting

Improve gradually.

Version 1

Improve.

Version 2

Improve again.

Context Injection

Provide additional information.

Here is my business model...

Prompt Chaining

Output from Prompt A becomes input for Prompt B.

Research → Outline → Draft → Edit


Common Prompt Mistakes

Too Vague

Bad:

Write content.

Good:

Write a 1500-word SEO article targeting beginners.

No Context

AI lacks information.

Always explain the situation.


Missing Constraints

Without constraints AI often becomes verbose.


Unrealistic Expectations

AI is not a mind reader.

Give details.


Poor Formatting

Use:

  • Bullet points
  • Sections
  • Clear instructions

Before vs After Examples

Example 1

Bad:

Write a blog.

Good:

Write a 2000-word SEO article on AI automation for small businesses.

Example 2

Bad:

Create an image.

Good:

Create a cinematic portrait of a traveler in Varanasi at sunrise using an 85mm lens with golden-hour lighting.

Example 3

Bad:

Build an app.

Good:

Build a Next.js SaaS dashboard using TypeScript, Tailwind CSS, JWT authentication, PostgreSQL, and responsive layouts.

Best AI Tools and Prompting Differences

Tool Best For Prompt Style
ChatGPT Content, coding Structured instructions
Claude Long documents Context-rich prompts
Gemini Research Detailed context
Midjourney Artistic images Visual descriptors
Flux Photorealism Camera-focused prompts
Kling Cinematic video Motion-heavy prompts
Veo Realistic video Scene descriptions

Future of Prompt Engineering

Prompt engineering is evolving rapidly.

Future trends include:

AI Agents

Systems capable of completing tasks autonomously.

Multimodal AI

Text, image, audio, and video combined.

Voice Prompting

Natural language conversations replacing typed prompts.

Visual Prompting

Using images to guide AI outputs.

Agent Workflows

AI coordinating multiple tools simultaneously.


6. Reusable Prompt Templates

Universal Template

Act as [ROLE].

Goal:
[OBJECTIVE]

Context:
[BACKGROUND]

Constraints:
[RULES]

Output Format:
[FORMAT]

Image Template

[SUBJECT]

[ENVIRONMENT]

[CAMERA]

[LIGHTING]

[STYLE]

[COLOR GRADING]

[QUALITY]

Video Template

Scene:

Character:

Action:

Camera Movement:

Lighting:

Environment:

Mood:

Duration:

Coding Template

Act as a senior software engineer.

Build:

Requirements:

Tech Stack:

Constraints:

Output:

7. Prompt Engineering Cheat Sheet

Text

Role + Goal + Context + Constraints + Format

Images

Subject + Composition + Camera + Lighting + Style

Videos

Scene + Motion + Camera + Lighting + Environment

Coding

Tech Stack + Requirements + Constraints + Output

Research

Topic + Scope + Sources + Format

8. FAQ Section

What is AI prompt engineering?

AI prompt engineering is the practice of creating structured instructions that help AI systems generate better outputs.


Why are my AI prompts not working?

Most prompts fail because they lack context, constraints, and clear objectives.


What is the best prompt structure?

Role + Goal + Context + Constraints + Output Format.


Does prompt engineering work for images?

Yes. Detailed prompts dramatically improve image quality and consistency.


How do I write better Midjourney prompts?

Focus on subject, composition, lighting, camera lens, style, and color grading.


How do I reduce AI hallucinations?

Provide context, request sources, define constraints, and ask AI to identify uncertainty.


Is prompt engineering still important?

Yes. Even as AI improves, high-quality prompts consistently produce better results.

Key Takeaways

  • Prompt engineering is the skill of communicating effectively with AI.
  • Better prompts create dramatically better outputs.
  • Use the formula: Role + Goal + Context + Constraints + Output Format.
  • Image prompts need composition, lighting, camera, and style details.
  • Video prompts require motion, camera movement, and scene descriptions.
  • Coding prompts should specify stack, requirements, constraints, and output expectations.
  • Advanced techniques like Few-Shot Prompting, Context Injection, and Prompt Chaining can significantly improve results.
  • Reusable prompt templates save time and increase consistency.
  • Prompt engineering remains one of the highest-leverage AI skills in 2026 and beyond.