From the course: Accelerating Laravel API Development with AI: From Specification to Testing
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Generative AI overview - Laravel Tutorial
From the course: Accelerating Laravel API Development with AI: From Specification to Testing
Generative AI overview
- [Instructor] Generative artificial intelligence or gen AI refers to systems that create content like text, images, music, and most important to us, code. A core concept of any AI system is the model. A model is created by processing a ridiculous amount of input looking for patterns. Copilot supports many models. It's fair to expect Copilot to stay current with models. The models available in Copilot come from Google, Anthropic and OpenAI. There's tons of information there. At the time we're recording this course, Copilot uses ChatGPT-4o for code completion. I call this out because there's something interesting at play here. Note that the knowledge cutoff is way back in 2023. This model was trained with what was available in September of 2023. Tons of open-source libraries on GitHub and frameworks have evolved since September of '23. Now, since they've moved on, somehow, Copilot still keeps up, and the reason it somehow stays up to date is context. This is a great blog entry from…