As discussed in the previous post,
ChatGPT, Claude, Gemini are Gen AI products, you might have used some of those.
ChatGPT is made by a company called OpenAI. It's built on their LLM model (More on this later!). It's what most people encountered first, which is why "ChatGPT" became a default word for all AI chat tools like how people say "Google it" even when they're using Bing.
Claude is made
by Anthropic. Also, an LLM-based chat tool, known for handling long
documents well and being cautious in responses.
Gemini is Google's
version. Perplexity AI is developed by Perplexity, a startup.
So: ChatGPT ≠ all AI. It's one product, from one company, built on one model. There are several others.
🏢 OpenAI, Anthropic,
Google are the Companies/organizations building and running these models.
So now you understand some common
gen AI products and their parent companies.
Next, let’s talk about Microsoft Copilot and GitHub Copilot:
Microsoft Copilot is a productivity assistant built into apps like Word,
Excel, Outlook, and Windows, helping with writing, analysis, and everyday
tasks. While, GitHub Copilot is a coding assistant inside IDEs like VS
Code, focused on autocompleting, generating, and reviewing code to speed up
software development.
Before we discuss NotebookLM or Claude, we need to introduce the term LLM, keeping in mind that many of you might not have heard about deep learning at all.
Stay tuned!
🧠 Let’s talk about LLM, the Engine Behind Most Gen AI You've Seen
*LLM stands for Large Language Model*. It's a very large mathematical system, specifically one trained on massive amounts of text to understand and generate language.
"Large" here means genuinely massive. Trained on billions of documents, internet, books, articles, websites, code.
As a result, LLM model that can answer questions, summarize reports, write emails, translate languages, explain complex topics, and even write code.
Your HR team using AI to draft job descriptions? Likely an LLM underneath. A finance professional summarizing a 50-page report in 2 minutes? LLM. A faculty member getting instant feedback on a lesson plan? LLM.
*Not all Gen AI is an LLM though*. Image generators like DALL·E or Midjourney are Gen AI, but they're not language models, they work with images, not text.
There are different types of LLM Models available. Are you familiar with some?