Flagship Programme
AI & Generative AI
Enrols as Artificial Intelligence in the academy's catalogue.
| Duration | 3 Months |
|---|---|
| Contact hours | 240 hours |
| Level | Beginner |
| Modules | 6 |
| Topics | 24 (15 practical) |
| Fee | PKR 60,000 |
What the programme includes
- Live classes with a named trainer, on a published schedule
- Recordings of every session, so a missed class is not a lost one
- Marked assignments with written feedback
- Project work reviewed and verified by your trainer
- A final assessment
- A completion letter stating your attendance, results and verified work — independently verifiable by any employer
Syllabus
1. What AI is, and what it is not
23 hoursThe mental model everything else rests on. No maths, no code.
-
Rules versus learned behaviour
Why ordinary software follows rules a person wrote and a model works the pattern out from examples — and why that one difference explains almost every strength and every failure that follows.
-
Training, inference and why they cost differently
What actually happens when a model is trained versus used. Why using AI is cheap and building it is not, and which of the two most jobs involve.
-
Where AI genuinely earns money in Pakistan today
Support answering, document reading, drafting, sorting enquiries. Unglamorous, high volume, human-checked — and hiring.
-
The four ways it fails
hands on
Confident invention, absorbed bias, silent drift, and looking right to someone who cannot check. Naming them is the skill.
2. Working with generative models
46 hoursGetting reliable output from ChatGPT, Gemini and Claude.
-
The anatomy of a prompt that works
hands on
Role, context, constraints, format and examples — and why 'answer the questions a colleague would have asked' beats every magic phrase.
-
Showing beats describing
hands on
Few-shot prompting: why two examples of the output you want outperform a paragraph describing it.
-
Controlling the format so output is usable
hands on
Getting JSON, tables and fixed structures out reliably, so the result can feed something else instead of being retyped.
-
Chaining and decomposition
hands on
Breaking a task the model fails at into steps it succeeds at.
-
Testing prompts instead of fiddling with them
Building a small set of cases and measuring, so 'it seems better' becomes something you can defend to a client.
3. Retrieval: making a model answer from YOUR documents
46 hoursThe single most requested business use, and the one most people get wrong.
-
Why a general model cannot answer about your business
It never saw your price list, your policy or your handbook — and will cheerfully invent all three.
-
Grounding: retrieve, then answer
The pattern behind every document assistant: find the relevant text first, hand it to the model, and forbid it from going beyond that.
-
Chunking and search that actually finds the right passage
hands on
Keyword versus embedding retrieval, and the honest guidance on when a simple approach is genuinely better.
-
Refusing rather than guessing
hands on
Designing the answer 'I do not have that' — the feature that decides whether a business can trust the system.
4. Automation: AI that runs without you
46 hoursConnecting models to real workflows with n8n and APIs.
-
Triggers, actions and the shape of an automation
hands on
Reading the workflow before building it: what starts it, what it touches, what it must never do twice.
-
Calling AI from an automation
hands on
API keys, request and response, cost per call, and handling the call that fails.
-
Idempotency and the double-send problem
hands on
Why an automation that runs twice must not email a customer twice — the failure that embarrasses clients most.
-
Human in the loop
Where to put an approval step, and how to decide which decisions a business should never fully automate.
5. Images, audio and video
34 hoursGenerative media, and the professional limits on using it.
-
Image generation and editing for real briefs
hands on
Product shots, social creative and mockups — where it saves hours and where it still cannot be trusted.
-
Text to speech, including Urdu
hands on
Producing narration in Urdu and English, and judging when a synthetic voice is good enough to publish.
-
Disclosure and client consent
When AI-generated media must be declared, and why an undisclosed synthetic likeness is a problem you cannot apologise your way out of.
6. Deployment, cost and responsibility
45 hoursPutting it in front of real users without a nasty surprise.
-
What a call actually costs
hands on
Tokens, per-call pricing, caching, and estimating a monthly bill before a client asks.
-
Rate limits and graceful degradation
hands on
Designing what the user sees when the quota is gone — the difference between a broken product and a busy one.
-
Data you must never send to a third-party model
Customer records, CNIC numbers, credentials, anything under a confidentiality clause. The practical rules.
-
Guardrails and output checking
hands on
Why an instruction in a prompt is a request and a filter in code is a rule, and how to test that the rule holds.
Against the national standard
Pakistan's National Vocational & Technical Training Commission publishes a course-contents document for the trades it funds. This programme is mapped to AI and Robotics — 12 weeks, 4 hours a day, 240 contact hours.
Published by NAVTTC and reproduced here so you can check our syllabus against it. We teach it to those hours: 240 contact hours over 12 weeks, the same as the standard. Read the NAVTTC document.
12 modules in the national standard
-
Introduction to AI and Robotics
— week 1,
20 hours
Course Introduction and Expectations · Details maybe seen at Annexure-I · Intro to AI and Robotics · Job Market Overview · Work Ethics in Institute · History of AI and Robotics · Current State of AI and Robotics · Applications of AI and Robotics
-
Programming Fundamentals
— week 2,
20 hours
Success Stories of AI and Robotics · Details maybe seen at Annexure-I · Recap of Programming Concepts · Introduction to Object- Oriented Programming (OOP) · Hands-on Practice with OOP · Data Structures and Algorithms · Recursion · Big O Notation
-
Machine Learning Basics
— week 3,
20 hours
Motivational Lecture on AI and Robotics · Details maybe seen at Annexure-I · Multivariate Linear Regression · Logistic Regression · Hands-on Practice with Regression Algorithms · Support Vector Machines (SVM) · Kernel Tricks · Hands-on Practice with SVM
-
Computer Vision
— week 4,
20 hours
Success Stories of AI and Robotics · Details maybe seen at Annexure-I · Introduction to Image Processing · Image Filtering · Hands-on Practice with Image Filtering · Edge Detection · Feature Extraction Techniques · Hands-on Practice with Feature Extraction
-
Natural Language Processing
— week 5,
20 hours
Introduction to Natural Language Processing (NLP) · Details maybe seen at Annexure-I · Text preprocessing and cleaning · Tokenization and stemming · Part-of-speech tagging · Named Entity Recognition (NER) · Chunking and parsing · Word embeddings
-
Reinforcement Learning
— week 6,
20 hours
Introduction to Reinforcement Learning (RL) · Details maybe seen at Annexure-I · Markov Decision Processes (MDPs) · Value iteration and policy iteration · Monte Carlo methods · Temporal Difference (TD) learning · SARSA algorithm · Q-Learning
-
Deep Learning Basics
— week 7,
20 hours
Introduction to Deep Learning (DL) · Artificial Neural Networks (ANNs) · Details maybe seen at Annexure-I · Activation functions · Forward and backward propagation · Convolutional Neural Networks (CNNs) · Pooling layers · Convolutional layers
-
Robotics Control
— week 8,
20 hours
Introduction to Robotics Control · Details maybe seen at Annexure-I · Degrees of freedom and joint types · Forward kinematics · Inverse kinematics · Differential kinematics · Jacobians and manipulability · Control of robot arms
-
Reinforcement Learning for Robotics
— week 9,
20 hours
Introduction to Reinforcement Learning for Robotics · Details maybe seen at Annexure-I · Robotics Applications of RL · Markov Decision Processes (MDPs) · Q-Learning · Deep Q-Learning · Experience Replay · Discussion session
-
Advanced Computer Vision
— week 10,
20 hours
Introduction to Advanced Computer Vision · Details maybe seen at Annexure-I · Object Detection · Object Tracking · Discussion · Semantic Segmentation · Instance Segmentation · Mask R-CNN
-
Deep Reinforcement Learning
— week 11,
20 hours
Introduction to Deep Reinforcement Learning (DRL) · Details maybe seen at Annexure-I · DRL Frameworks · DQN Revisited · Deep Policy Gradient Methods · REINFORCE · Actor-Critic Methods · Discussion
-
Robotics Perception
— week 12,
20 hours
Introduction to Robotics Perception · Details maybe seen at Annexure-I Final Project · Sensors in Robotics · Depth Perception · Stereo Vision · Time of Flight (ToF) · Types of LiDAR · Point Cloud Processing
Before, and after
Before you start
-
Comfortable using a computer and the internet
No programming background is required for this programme.
-
Free: AI Fundamentals
The free mini-course covers the first module's ground; taking it first is recommended, not required.
Where it leads
-
AI Automation & n8n
Goes deeper into building automations for clients.
-
Machine Learning
For those who want to build models rather than apply them. Requires real mathematics.
-
Python Programming
The route to building AI products rather than configuring them.
Roles this prepares you for
-
AI Automation Specialist
Builds and maintains AI-driven workflows for businesses.
-
AI Solutions Associate
Applies generative AI inside an existing team — marketing, support or operations.
-
Prompt & Content Systems Specialist
Designs the repeatable prompt systems a content or support team runs on.
These are the roles the programme is aimed at. BvLogic Academy does not guarantee employment, an income, or a timeframe — and you should be careful with any institute that does.
Other courses
- Full Stack Development · 3 Months
- Digital Marketing + AI · 3 Months
- Python Development · 3 Months
- Cybersecurity · 3 Months
Interested in this programme?
Try the subject free first — there is no reason to pay before you know you like it.
Browse the free courses Take the career test