Gen-AI Developer Classroom notes 04/Sep/2025

Transformers

  • To perform language translations & other nlp activities RNN’s were used which used to process text sequentially.
  • Transformers were introduced with attention concept Refer Here for gpt2 visualization.

  • Datasets used in LLAMA training

  • CommonCrawl
  • Wikipedia
  • Books
  • Github Code
  • ArXiv
  • Once the model is trained with all of the data, this model is referred as pre-trained model. At this model behaves like a scholar (very good at predicting next token)
  • Models is trained further with SFT (Supervised Fine tuning) After this tuning the model becomes instruct model (capable of chatting/conversation )
  • Every LLM derives from transformer.

Business Usecases

  • I want chatgpt (gpt models)
    • to restart my servers when there is 100% cpu utilization for 10 mins straight
    • to send happy new year message to all of my colleagues with acheivements over last year attached.
    • To give me current sales information of my product lines
    • To help answering my customers who have questions on my products

What we would be learning

  • RAG (Question Answering)
  • Agentic AI (Actions)

Journey

  • Python
    • core
    • REST API
    • Design patterns
    • Microservices
    • Unit Testing
  • Agents
    • Single Agent
    • Multi Agent
    • A2A
    • Tool integrations
      • MCP
    • Deployed
      • Cloud
  • RAG
  • Fine Tuning.

Actions

  1. Setup Systems
  2. Open Cloud Accounts

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading