Skip to main content
Learning Hub / AI Tools
English & Burmese

AI Tools, Prompt Engineering & Workflows

Learn how to use AI tools effectively, write better prompts, connect AI APIs, and design practical AI-powered workflows for content, business, development, and automation.

AI Workflow Pattern

Prompt to Action

AI System

User Input

Step 1

Prompt

Step 2

AI Model

Step 3

Safety Check

Step 4

Structured Output

Step 5

Workflow Action

Step 6

What You'll Learn

AI tools are more powerful when you understand how to guide them, connect them, and use them safely inside real workflows.

Prompt Engineering

Learn how to write clear instructions, provide context, control output style, and improve AI results.

AI APIs

Understand how apps connect to AI models using secure server-side API calls.

AI Workflows

Combine prompts, tools, data, review steps, and automation into repeatable systems.

Safe AI Usage

Use AI without exposing secrets, private data, API keys, or sensitive business information.

Curriculum

AI Tools Learning Path

Follow the lessons in order, or jump into the topic you need.

Foundation20 min

1. What Are AI Tools?

Understand what AI tools are, how they generate answers, and where they are useful in real work.

AI assistantAI modelPromptContextOutputLimitationsHuman review
Open Lesson
Foundation30 min

2. Prompt Engineering Basics

Learn how to write prompts that produce clearer, more useful, and more consistent results.

Clear taskContextRoleOutput formatExamplesConstraintsRevision prompts
Open Lesson
Practical35 min

3. Prompt Patterns for Real Work

Use reusable prompt patterns for writing, planning, coding, research, design, and business workflows.

SummarizeRewriteCompareExplainGenerate ideasExtract dataCreate checklistTurn notes into action plan
Open Lesson
Practical30 min

4. AI Model Selection

Learn how to choose the right AI model for speed, cost, reasoning, coding, writing, and automation.

Fast modelReasoning modelCoding modelMultimodal modelCost tradeoffLatencyQuality check
Open Lesson
Developer40 min

5. AI APIs Explained

Understand how apps send prompts to AI models through APIs and receive structured responses.

API requestAPI responseJSONHeadersServer-side callRate limitError handlingToken usage
Open Lesson
Developer35 min

6. Structured AI Output

Learn how to ask AI for clean JSON, tables, checklists, schemas, and workflow-ready outputs.

JSON outputSchemaValidationRequired fieldsParsingRetryFallback output
Open Lesson
AI Workflow45 min

7. AI Workflow Design

Design workflows that use AI as one step inside a larger system, not as a random one-time chat.

InputPrompt templateAI stepTool actionHuman approvalOutput destinationLoggingCost control
Open Lesson
Applied35 min

8. AI Tools for Content and Marketing

Learn how to use AI for content ideas, social posts, email drafts, SEO outlines, video scripts, and content repurposing.

Blog outlineSocial postEmailAd copyVideo scriptBrand voiceRepurposingReview checklist
Open Lesson
Applied40 min

9. AI Tools for Automation

Learn how to use AI inside workflows for summarizing, classifying, translating, rewriting, extracting, and routing information.

AI summarizeAI classifyAI rewriteAI translateAI extractConditionActionHuman review
Open Lesson
Security40 min

10. AI Safety and API Key Protection

Learn how to use AI tools safely without leaking API keys, private data, or sensitive business content.

Server-side API callsSecret managementNo frontend keysNo keys in URLsRedacted logsRate limitsUsage limitsHuman approval
Open Lesson

Prompt Engineering Lab

Practice turning vague requests into clear, useful prompts. This lab is static and does not run AI calls.

Rewrite a Vague Prompt

Weak prompt

Write about AI.

Better prompt

Write a 700-word article for small business owners explaining how AI can save time in daily operations. Use simple language, practical examples, and a clear checklist at the end.

Specific task, audience, length, style, and output structure improve the result.

Add Context

Weak prompt

Make this better.

Better prompt

Rewrite this product description for a SaaS landing page. Keep it professional, clear, and conversion-focused. Do not change the main meaning.

AI needs context about the content, goal, and target format.

Control Output Format

Weak prompt

Give me ideas.

Better prompt

Give me 10 automation workflow ideas in a markdown table with columns: Use Case, Trigger, AI Step, Action, Business Value.

Output format reduces cleanup work.

Ask for Review

Better prompt

Review this workflow plan. Find missing steps, security risks, cost risks, and unclear user actions. Return the result as a checklist.

AI is useful for review, not only generation.

Create a Reusable Prompt Template

Better prompt

You are helping me create [content type] for [audience]. The goal is [goal]. Use [tone]. Include [required sections]. Avoid [things to avoid]. Return the result in [format].

Prompt templates help teams get consistent results.

AI API Concepts

API

A way for software systems to talk to each other.

Model

The AI engine that receives input and generates output.

Prompt

The instruction sent to the model.

System Instruction

A higher-level instruction that controls behavior, style, or rules.

Input Tokens

The amount of text or data sent into the model.

Output Tokens

The amount of text generated by the model.

Temperature

A setting that controls how creative or consistent the output may be.

JSON Mode / Structured Output

A way to ask the model to return predictable data.

Rate Limit

A limit on how many requests can be sent in a period of time.

Fallback Model

A backup model used when the first model fails or is too slow.

AI Gateway

A backend layer that protects API keys, tracks usage, and routes requests to model providers.

Security

Safe AI API Pattern

Keep provider keys and private data behind your backend or AI gateway. The public interface should never call AI providers directly with secret credentials.

Frontend UI

Your Backend / AI Gateway

AI Provider API

Backend validates result

Frontend displays safe output

Correct pattern: the browser talks to your backend, your backend protects keys and calls the AI provider, then the backend validates the result before returning safe output.

Ready to Use AI as a Real Workflow Skill?

Start with prompt fundamentals, then connect AI APIs, structured output, safety checks, and ThutaTech tools into repeatable systems.

AI Tools, Prompt Engineering & Workflows | ThutaTech Learning Hub