পাঠ ২৮ · ২৮-এর মধ্যে · মডিউল ৪ · 🎓 Capstone
Home / AI Courses / Generative AI / Capstone

কোর্সের চূড়ান্ত পর্যালোচনা — Capstone

Course capstone — recap, career, next steps
১০ মিনিট পড়া Final Course Recap

এই পাঠে যা করবেন

  • ৪ মডিউলের সম্পূর্ণ map review
  • প্রধান concept-গুলোর interrelation বুঝা
  • নিজের career direction চিহ্নিত করা
  • পরবর্তী কোর্স ও resource map পাওয়া

১ · ৪ মডিউলের যাত্রা

Module 1 · Foundations (পাঠ ১-৭)

Generative vs discriminative। Probability foundation — likelihood, KL divergence, distribution। Latent variable। Sampling। Course intro ও landscape।

Module 2 · Core models (পাঠ ৮-১৪)

Autoencoder → VAE → GAN → Normalizing Flow → Diffusion (DDPM, DDIM) → Score-based। Transformer architecture (attention, encoder-decoder)। Modern foundation।

Module 3 · Customization (পাঠ ১৫-১৯)

Stable Diffusion architecture। ControlNet conditioning। Prompt engineering। Inpainting/Outpainting। DreamBooth ও LoRA — model-কে নিজের data-তে adapt।

Module 4 · Applications & Evaluation (পাঠ ২০-২৮)

Text generation (LLM)। Audio (WaveNet, MusicGen)। Video (Sora, Veo)। 3D (NeRF, Gaussian Splat)। Multimodal (CLIP, GPT-4o)। Evaluation (FID, CLIP score)। Safety/ethics। Project + Capstone।

২ · মূল thread — সব পাঠকে যা connect করে

  1. Probability distribution learn: সব generative model — explicit (VAE, flow) বা implicit (GAN, diffusion) — data distribution shape শিখে।
  2. Latent space: compressed meaningful representation — manipulate করার জায়গা।
  3. Conditioning: text, image, layout, sketch — generate-এ control।
  4. Scaling: data + compute + parameters → emergent capability।
  5. Multimodal convergence: single model অনেক modality।
  6. Safety & alignment: raw capability + responsible use = production।

৩ · ২০২৫-এর landscape — আপনি কোথায় দাঁড়িয়ে

  • Text: GPT-4o, Claude 3.5 Sonnet, Gemini 2, Llama 3.x, DeepSeek-V3 — capable assistants।
  • Image: SD3, FLUX-1, DALL·E 3, Imagen 3, Midjourney 6 — production-ready।
  • Audio: Suno, Udio, ElevenLabs, OpenAI TTS — commercial usable।
  • Video: Sora, Veo 3, Kling, Wan, Runway Gen-3 — early production।
  • 3D: Genie, InstantMesh, TripoSR — fast asset gen; Gaussian Splatting AR-ready।
  • Agents: Computer use (Claude), tool calling, autonomous workflow — emerging frontier।
Generative AI কোর্স — সম্পূর্ণ যাত্রা 📚 Module 1 Foundations Probability, latent KL, sampling পাঠ ১-৭ 🧬 Module 2 Core models VAE, GAN, Diffusion, Transformer পাঠ ৮-১৪ 🛠️ Module 3 Customization SD, ControlNet, DreamBooth, LoRA পাঠ ১৫-১৯ 🚀 M4 Apps Text, Audio, Video, 3D, Eval পাঠ ২০-২৮ 🎓 আপনার দক্ষতা build · evaluate · deploy · safe-guard পরবর্তী পথ 🔬 Research PhD, lab ⚙️ Applied ML engineer 🎨 Creative art / design 🛠️ MLOps scale, monitor ⚖️ Policy law, ethics ⭐ ABCL TECH-এ আরও কোর্স: NLP & LLM · Computer Vision · MLOps · RL · Foundations
কোর্সের সম্পূর্ণ recap — ৪ মডিউল → core skills → ৫ career path → ABCL TECH-এর পরবর্তী কোর্স।

৪ · Career paths গভীরে

(ক) Research scientist

  • PhD typical। Top lab — Anthropic, OpenAI, DeepMind, FAIR, Allen AI।
  • Open problems: alignment, interpretability, world models, multimodal।
  • বাংলাদেশে: BUET, IUB-এ small lab; abroad PhD → return option।
  • Publication driven — NeurIPS, ICLR, ICML।

(খ) Applied ML / GenAI engineer

  • হাই-demand role — Bangladesh-এ Pathao, Daraz, BJIT, Brain Station 23।
  • বিদেশ — every tech company hiring।
  • Skill: Python, PyTorch, transformers, diffusers, LangChain, vector DB, deployment।
  • Salary range: BD ১.৫-৬ লক্ষ/month senior; abroad $১৫০K-৪০০K।

(গ) AI artist / creative

  • Photographer, designer, animator — AI tool integrate।
  • Income: client work, NFT, stock art, Patreon।
  • বাংলাদেশে: ad agency, animation studio, fashion brand।
  • Skill: prompt craft, ComfyUI workflow, Photoshop AI integration।

(ঘ) MLOps / ML platform engineer

  • Production deploy, scale, monitor — generative model অনেক resource-heavy।
  • Skill: K8s, Docker, vLLM, Triton, observability, cost optimize।
  • Bangladesh fintech, telco — internal platform builds।
  • Cross-cutting career — ML + DevOps।

(ঙ) Policy / Ethics / Law

  • EU AI Act, US executive order, India DPDPA — AI governance growing field।
  • Bangladesh — DSA revision, PDP draft — input দরকার।
  • Background: law + technical literacy = rare combination।
  • NGO (BLAST, Article 19), gov't policy team, academia।

৫ · ABCL TECH-এ পরবর্তী কোর্স

  • NLP & LLM: Transformer attention, RAG, RLHF, agent — text-এ গভীর dive।
  • Computer Vision: Object detection, segmentation, pose, video understanding।
  • MLOps: Production deploy, monitoring, CI/CD, cost optimization।
  • Reinforcement Learning: RLHF foundation, agent, robotics।
  • AI Foundations: linear algebra, calculus, probability — refresh।
  • Python for AI: NumPy, PyTorch, JAX — programming foundation।

৬ · Resources to grow

📚 Papers (must-read)

  • "Attention Is All You Need" (Vaswani 2017) — transformer।
  • "DDPM" (Ho 2020) — diffusion।
  • "CLIP" (Radford 2021) — multimodal foundation।
  • "InstructGPT" (Ouyang 2022) — RLHF।
  • "DiT" (Peebles 2023) — diffusion transformer।
  • "3D Gaussian Splatting" (Kerbl 2023)।
  • "Sora technical report" (OpenAI 2024)।

📺 YouTube / video

  • 3Blue1Brown — math intuition।
  • Andrej Karpathy — "Neural networks: zero to hero" + GPT-2 from scratch।
  • Yannic Kilcher — paper review।
  • Two Minute Papers — accessible overview।

🛠️ Hands-on platforms

  • HuggingFace — model hub, datasets, Spaces (free deploy)।
  • Google Colab — free GPU for learning।
  • Kaggle — competitions, free TPU/GPU।
  • Replicate, Modal — production deploy।
  • Civitai — community LoRA, fine-tunes।

📰 News & community

  • arxiv-sanity, Papers With Code।
  • Twitter/X — AI researchers active।
  • r/MachineLearning, r/LocalLLaMA।
  • HuggingFace Discord।
  • Bangladesh: BdAIN, Bangladesh AI Society Facebook group।

৭ · Common gotchas / mistake to avoid

  • "GPT-4 will solve everything": task-specific tool often better।
  • Ignoring evaluation: "looks good" not enough — measure systematically।
  • Skip safety: launch first, sorry later — costly।
  • Over-engineering: simple baseline often beat complex pipeline।
  • Cost blindness: $0.01 per call × 1M users = $10K/month surprise।
  • Latency neglect: users abandon at 3+ second wait।
  • Ignoring Bangla edge cases: western-trained model fragility।
  • Memorization & copyright: audit before launch।

৮ · Ethical commitments going forward

AI builder হিসেবে আপনার দায়িত্ব শুধু engineering নয়। চলমান কিছু commitment:

  • Disclose AI-generation — user, audience, regulator।
  • Consent verify — voice clone, face, style।
  • Bias audit regularly — Bangladeshi context-এ Western metric নয়।
  • Watermark — যেখানে possible (SynthID, C2PA)।
  • Data lineage track — license, consent, source।
  • Vulnerable user protect — child, election, health।
  • Local context respect — religious, cultural sensitivity।
  • Continuous learning — field 6 month-এ pivot।

৯ · Bangladesh-specific opportunity

  • Bangla NLP: still nascent — early movers advantage।
  • Bangla TTS / voice: audiobook, accessibility — massive demand।
  • Translation: Bangla ↔ English, Bangla ↔ minority language।
  • Heritage digitization: Sundarbans, mosques, temples — UNESCO grant funding।
  • Education: personalized tutor in Bangla — equity tool।
  • Healthcare: rural diagnosis assistant — telemedicine boost।
  • Agriculture: crop disease, weather AI — rural impact।
  • SME tooling: Daraz seller, Facebook shop — content automation।
  • Government service: e-gov chatbot, document processing।
  • Disaster response: flood, cyclone — multimodal sensing।
বাংলাদেশের AI ecosystem ২০২৫-এ formative — আপনি যা build করবেন তাই ১০ বছর পরের landscape। দায়িত্ব ও opportunity দু'টোই।

১০ · একটি ছোট চিঠি

প্রিয় শিক্ষার্থী,

২৮ পাঠের এই যাত্রায় সাথে থাকার জন্য ধন্যবাদ। Generative AI আজ যেখানে — পরশু সেখানে থাকবে না। কিন্তু এই কোর্সে যে foundation, intuition, ও critical thinking গড়লেন — তা আজীবন কাজে আসবে।

মনে রাখুন — tool নয়, আপনি-ই creator। আপনার কাজ — Bangladeshi context, ভাষা, সংস্কৃতি, মানুষ — এই tool-এ encode করুন। এমন কিছু build করুন যা শুধু তথ্যপ্রযুক্তি নয় — সমাজে আলো ছড়ায়।

যদি কখনো হারিয়ে যান — মনে রাখুন: probability + latent + transformer + diffusion + alignment। বাকি সব এই পাঁচের combinatoric।

শুভকামনা।

— ABCL TECH পরিবার

ভাবনার প্রশ্ন

প্র ০১ ২০২৫-২০৩০ — Generative AI কোথায় যাবে? Agent, world model, AGI — hype ও reality আলাদা করে কীভাবে?

Prediction-এ humility প্রথম। ২০২২-এ ChatGPT কেউ predict করেনি; ২০২৫-এর Sora/Claude computer use also surprise।

Confident predictions (next 2-3 years):

  • Agent commoditization: tool-using LLM mainstream — Claude computer use, OpenAI Operator-style।
  • Multimodal everything: separate text/image/audio model fade; unified GPT-4o-style।
  • Cost collapse: ১০০x cheaper inference (already happening — Llama 3.3, DeepSeek)।
  • Edge inference: phone-based 7B-70B model practical (Qualcomm, Apple Neural Engine)।
  • Real-time video gen: Sora-class streaming, lower latency।
  • 3D foundation model: Sora-of-3D coming।
  • Persistent memory: long-term context, personalization at scale।

Likely (less certain):

  • "World model" robotics breakthrough — sim2real bridge।
  • Scientific discovery — drug, material, math।
  • Education transformation — personalized tutor mass adoption।
  • Job displacement specific roles — copywriter, customer service automation visible।
  • Regulatory crackdown — EU AI Act enforcement, US state laws patchwork।

Hype vs reality skepticism:

  • "AGI by 2027": dominant lab claim। Reality — capability ≠ general intelligence; benchmark gaming common।
  • "Replace all knowledge worker": reality — augment, productivity boost, but oversight needed।
  • "Solve everything": bias amplify, hallucinate — real limits remain।
  • Investment bubble risk: valuations stretched (OpenAI $300B); revenue gap।

How to evaluate claim:

  • Demo vs deploy: impressive demo ≠ production-ready।
  • Benchmark vs real: MMLU 90% ≠ real-world reasoning।
  • Cost ignored: "GPT-4 can do X" — but at $1000/query?
  • Cherry-picked example: 100 fail for every viral success।
  • Conflict of interest: announce comes from selling something।

Long-term unknowns:

  • Energy/compute ceiling — physics limits।
  • Data exhaustion — synthetic data quality issue।
  • Algorithmic breakthrough timing।
  • Geopolitical (US-China decouple, export control)।
  • Public backlash/regulation।

Bangladesh perspective:

  • Frontier model gap likely persist; localization opportunity stable।
  • Bangla model maturity ৩-৫ years follow English।
  • Application layer-এ leapfrog সম্ভব — internet/mobile-এর মতো।
  • Education investment now — 2030 reward।

মূল উপলব্ধি: "Strong opinion, loosely held"। Prediction confident, action humble। Capability + value + ethics — তিন axis-এ নিজের কাজ measure।

প্র ০২ আপনার next ১২ মাসের roadmap — কোন কাজ, কোন learning, কোন community-তে join? Specific ও actionable plan।

Generic advice useless। নিজের context (background, goal, time, money) চিন্তা — তারপর plan।

Three archetype roadmap:

Archetype A: undergrad CS student (Bangladesh)

  • Month 1-3: Math foundation। ABCL TECH AI-Foundations, Python-for-AI complete। Andrej Karpathy "zero to hero" GPT-2 implement।
  • Month 4-6: Specialize one — NLP/LLM, CV, GenAI। Project: Bangla-specific (text classifier, image caption, poster gen)।
  • Month 7-9: Open-source contribution। HuggingFace model upload। Kaggle competition top 25%।
  • Month 10-12: Internship / first job। Portfolio: 3 projects, 1 paper, blog।
  • Community: BUET CSE seminar, Bangladesh AI Society, Discord (HF, Karpathy)।

Archetype B: working SE pivoting to ML

  • Month 1-2: Brush up math weekend। Hands-on PyTorch।
  • Month 3-4: Reproduce 2 papers (DDPM + GPT-2)।
  • Month 5-6: Apply at current company — internal AI project propose।
  • Month 7-9: Portfolio — open-source LoRA, public Gradio demo।
  • Month 10-12: Interview prep — system design + ML। Apply ML role।
  • Community: LinkedIn ML engineers, MLOps community, Bangladesh tech meetup।

Archetype C: designer / creator using AI

  • Month 1-2: Master ComfyUI, Photoshop AI, Midjourney। Style explore।
  • Month 3-4: LoRA train own style।
  • Month 5-6: Niche pick — Bangla wedding invite, eid card, brand logo।
  • Month 7-9: Service launch — Behance, Fiverr, local clients।
  • Month 10-12: Scale — multi-platform, automate, team build।
  • Community: Civitai, ComfyUI Discord, Bangladesh design FB group।

Universal principles:

  • Build in public: Twitter, blog, GitHub — accountability + opportunity।
  • Daily practice: 1-2 hour daily > 10 hour weekend।
  • Teach to learn: blog post, YouTube, mentor — সবচেয়ে দ্রুত learning।
  • Project > tutorial: consume 30%, build 70%।
  • Network deliberately: 5 quality contact > 500 follower।
  • Health priority: sleep, exercise — burnout common।
  • Reflection monthly: what worked, what wasted।

Concrete first week action:

  • HuggingFace account create।
  • One blog post on Medium / personal site।
  • Run Bangla poster project (পাঠ ২৭) সম্পূর্ণ।
  • Join one Discord / Slack।
  • Identify 3 mentor potential (LinkedIn, Twitter)।
  • One concrete portfolio project pick।

Bangladesh-specific opportunity:

  • BdCSIRT, ICT Division — gov't AI initiative।
  • BUET, BRAC, NSU — research lab।
  • Pathao, Daraz, Brain Station 23 — applied roles।
  • Bangla AI Datathon — annual competition।
  • WomenInAI Bangladesh — gender-specific support।

মূল উপলব্ধি: "AI career" — single path নয়, multiple onramps। নিজের starting position-অনুযায়ী plan। Consistent action > grand plan।

প্র ০৩ "AI replacing creative job" — Bangladesh-এর designer, photographer, writer-দের জন্য কী strategy? Adaptation, resistance, hybrid কোনটা?

"Will AI take my job?" — সবচেয়ে সাধারণ ও জটিল প্রশ্ন। Honest, nuanced answer।

Reality check (২০২৫):

  • "Replace overnight" — myth। Slow erosion in some niches।
  • Productivity boost ১০-১০০x in certain task → fewer headcount needed।
  • Some specific role disappear (stock photographer, basic copywriter)।
  • New role emerge (prompt engineer, AI art director)।
  • Net employment effect debate — economist's position uncertain।

Roles disrupted (Bangladesh context):

  • High disruption: stock photographer, basic translator, generic copywriter, tier-1 customer support।
  • Medium: graphic designer (templated work), illustrator, voiceover (basic)।
  • Low: brand strategist, original photojournalist, art director, complex copy।
  • Possibly enhanced: creative director (AI tool master), specialty artist।

Adaptation strategy:

  • (ক) Skill stack reposition:
    • Photographer → AI-augmented hybrid + prompt expert।
    • Designer → AI workflow lead, brand-specific LoRA train।
    • Writer → editor of AI draft, original journalism focus।
    • Voiceover → premium voice, voice cloning license।
  • (খ) Niche deepen:
    • Generic AI excels — niche human dominate।
    • Bangla wedding photography, cultural-specific design — moat।
    • Local context, cultural nuance — AI weak।
  • (গ) Service vs commodity:
    • Commodity work flee to AI।
    • Service (advisor, strategist) human-anchor।
    • Build relationships, brand, trust।
  • (ঘ) Tool master:
    • Adobe Express, Canva AI, Midjourney, ComfyUI — production fluency।
    • Speed advantage — same task ৫x faster।
    • Charge premium for AI-augmented service।

Resistance strategy:

  • "AI-free" branding — niche audience values authenticity।
  • Manual craft preservation — Bangladeshi handicraft, traditional art।
  • Legal — collective bargaining, AI labor protection (SAG-AFTRA-style)।
  • Educate client — "AI generic, I bespoke"।

Hybrid model — recommended:

  • Tier 1 (mass market): AI-driven, low price, high volume।
  • Tier 2 (mid market): AI-augmented + human curation।
  • Tier 3 (premium): human-centric, AI assist tool।
  • Same designer/writer different tier-এ play।

New roles emerging:

  • AI art director: client need → prompt + curate।
  • LoRA trainer: brand-specific style।
  • AI workflow consultant: agency-এ ComfyUI setup।
  • Synthetic content auditor: bias, watermark check।
  • AI ethics consultant: compliance for company।
  • Bangla data curator: dataset for fine-tune।

Economic & social policy:

  • UBI debate — AI productivity surplus distribute।
  • Reskilling programs — government + private।
  • Labor union — protect creator।
  • Copyright reform — AI training compensate।

Personal advice:

  • Don't panic — change real but slow।
  • Don't ignore — early adopter advantage।
  • Relationship + reputation invest।
  • Tool fluency upgrade quarterly।
  • Specialize ও stack uniquely।
  • Mental health — anxiety natural।

মূল উপলব্ধি: AI displacement uneven, gradual। Worst — denial বা despair। Best — adapt, augment, niche। Bangladesh-এ creator যারা AI-fluent + culturally-rooted — তারাই ১০ বছরে winner।

প্র ০৪ Generative AI-এর Bangladesh-এর জন্য সবচেয়ে impactful application কী? কেন? কীভাবে scale?

"Impact" — different metric: economic, social, equity, sustainability। সব দিক বিবেচনা।

Top candidate: Bangla AI tutor (mass education)

  • Why impact:
    • ৪.৫M+ student SSC level annually। Quality coaching urban-only।
    • Rural-urban gap — 80% test score variance।
    • One-on-one tutor cost prohibitive।
    • AI tutor — 24x7, free/cheap, multilingual।
    • Equity multiplier — talent everywhere, opportunity unequal।
  • Tech stack:
    • Bangla LLM fine-tune (Aya, Llama 3 + curriculum data)।
    • RAG over NCTB textbook।
    • Multimodal — math equation, diagram support।
    • Voice — Bangla TTS for elementary।
    • Edge inference — phone-based for low-bandwidth।
  • Pilot path:
    • NCTB partnership — official endorsement।
    • 10 school pilot SSC mathematics।
    • Effectiveness study (RCT) with research team।
    • Scale conditional on data।

Other impactful application:

Healthcare assistant:

  • Rural patient — symptom triage Bangla।
  • Doctor-patient ratio 1:1500।
  • Telemedicine + AI = capacity expansion।
  • Risk: hallucination critical। Validate carefully।

Agriculture advisor:

  • Smallholder farmer 80% of farms।
  • Crop disease photo → diagnosis + treatment।
  • Weather + market price advice।
  • Voice-first for low literacy।

Disaster response:

  • Cyclone, flood — early warning Bangla।
  • Multimodal: satellite + ground report।
  • Real-time relief coordination।
  • Recovery — image-based damage assess।

Government services:

  • e-Gov chatbot — passport, NID, tax।
  • Document translation Bangla।
  • Voice-based service for accessibility।

Heritage preservation:

  • Sundarbans, mosques digital twin।
  • Tagore complete works AI assist।
  • Folk music, oral tradition documentation।

SME productivity:

  • Daraz, Facebook seller — content automation।
  • Garments — design AI-augmented।
  • Restaurant — menu translation, marketing।

Scaling principles:

  • Local language first: Bangla quality non-negotiable।
  • Mobile-first: 95% access via phone।
  • Low bandwidth: 3G/4G common।
  • Offline-capable: rural infra।
  • Trust building: human-in-loop for sensitive।
  • Cost low: $1/user/year target।
  • Government partnership: regulatory + scale access।
  • Open-source where possible: community ownership।

Funding paths:

  • ICT Division grants।
  • World Bank, ADB, UNDP।
  • Gates Foundation (low-resource language)।
  • Private (Pathao, Brain Station)।
  • Diaspora investment।

Risks to manage:

  • Hallucination harm (medical, legal)।
  • Bias amplification (gender, region)।
  • Data privacy violation।
  • Vendor lock-in foreign cloud।
  • Brain drain — skilled developer leave।
  • Regulatory uncertainty।

Personal contribution:

  • Bangla dataset open-source contribute।
  • Local NGO mentor — AI capacity build।
  • Government policy input।
  • Teach in Bangla — lower entry barrier।
  • Build for community — not just profit।

মূল উপলব্ধি: Bangladesh-এ AI-এর সবচেয়ে impactful path — equity multiplier। Education, healthcare, agriculture, government — যেখানে gap সবচেয়ে বড়, AI সবচেয়ে value আনতে পারে। Profit + impact balance — long-term sustainable।

আপনি যা build করবেন — সেটাই Bangladesh-এর AI-এর ভবিষ্যৎ।

চূড়ান্ত অনুশীলন

  1. Self-assessment: ২৮টি পাঠের প্রতিটির জন্য — "comfortable / need review" mark করুন। কম confident-এ ফিরে যান।

    Honest reflection key। Module 1-2 foundation — কোনটা weak হলে module 3-4 wobble। Spend extra time on weak — pyramid foundation।

  2. Capstone project: পাঠ ২৭-এর Bangla poster project deploy করে public link share করুন। আপনার নিজের twist add করুন।

    Possible twist: Eid greeting card with name personalize, brand poster with logo overlay, school result card, festival animation (multiple frames)।

  3. Roadmap: পরের ১২ মাসের জন্য specific roadmap লিখুন — quarterly milestone সহ।

    Format: Q1 goal + Q2 + Q3 + Q4 + 12-month vision। Specific metrics — "ship 3 projects", "1 paper", "first ML role"। প্র ০২-এ template আছে।

পরবর্তী পদক্ষেপ — ABCL TECH-এ

🎓 Course completion! আপনি Generative AI কোর্সের সব ২৮ পাঠ শেষ করেছেন। অভিনন্দন! পরবর্তী কোর্সে দেখা হবে। Stay curious, stay ethical, build for Bangladesh.
পূর্ববর্তী পাঠ
পাঠ ২৭ · Bangla Poster Project