Basics
Need some help developing a basic understanding of GenAI? Browse these frequently asked questions for a quick, high-level introduction.
- Q: Let's start with the basics. What is AI?
- Artificial intelligence, or AI, involves using computers and software to perform tasks traditionally requiring human intelligence.
- Q: What is machine learning?
- Machine learning, often abbreviated as ML, is a subset of AI that focuses on enabling computers to extract insights from data. This is done by using algorithms to make informed decisions or predictions. ML differs from traditional programming, where computers perform tasks based on established instructions.
Need more clarity? Let's say we want a computer to recognize images of dogs. Instead of giving the computer instructions on what a dog looks like, we would provide it with many images of dogs, enabling the algorithm to figure out the recurring patterns and features associated with a dog. Over time, the algorithm would become adept at identifying dogs. - Q: What is a large language model?
- A large language model, or LLM, uses mathematical principles to understand the relationship between words and sentences. It can predict what words might come next in a sentence based on prior training data.
- Q: What is generative AI? How is it different from regular AI?
- Generative AI, or GenAI, refers to a subset of AI that uses prompts to analyze data, detect patterns, and then create new or original content, like text, images, or even computer code.
- Q: What is prompt engineering, and how does it enable GenAI?
- A prompt is the starting point for generating AI responses. Simply put, a prompt is just a way of telling the AI what task you want it to perform, like asking it a question or giving it an instruction. The more precise and specific you are with your prompt, the better the AI can understand what you need and give you the correct answer or result. The term "prompt engineering" is about creating clear and useful instructions— or prompts — so the GenAI knows what you want it to do.
- Q: What are some of the applications for GenAI in day-to-day business operations?
- GenAI can help us innovate by creating fresh content, discovering trends and extracting insights from data, summarizing information efficiently, and automating solutions and processes.
- Q: Why is there suddenly so much hype around GenAI?
- GenAI attracted mainstream attention with the public release of ChatGPT in late 2022.
- Q: What is ChatGPT?
- ChatGPT is a conversation AI developed by a company called Open AI. It simulates human-like, text-based interactions. Noteworthy competitors to ChatGPT include Google's Gemini, Microsoft's Bing Chat, Meta's Llama 2, and Amazon's Codewhisperer.