GPT-4 has been unleashed

Fireship · Beginner ·🧠 Large Language Models ·3y ago

Key Takeaways

The video discusses the release of GPT-4, a new generative text model by OpenAI, and its features, including handling 25K words of context, providing more relevant code solutions, and accepting images as input.

Full Transcript

it is March 15 2023 and you're watching the code report openai released gpt4 yesterday and I stand here in awe of its littiness it's by far the most Savage generative text model I've ever spoken to I'm literally shaking right now because I'm afraid I just became obsolete but more on that later it's the successor to the chat GPT 3.5 model that powers chat EPT but has a few new features that change everything here are seven things you need to know right now first gpt4 stands for generative pre-trained Transformer with the four representing the Four Horsemen of the Apocalypse it's currently available to try out today if you're a Chad CPT Pro member but API access is behind a wait list big clients are already using it in production like Microsoft Bing chat Duolingo for language learning and at Big Banks to help them not collapse the second thing to know is that gpt4 is smarter which is described in detail on this paper like it past the bar exam in the top 10 percent unlike gbt 3 which was in the bottom 10 that's great news for Humanity because it's thinking like Shakespeare let's kill all the lawyers and not just that but it's also asyn AP exams which is good enough to get you college credit when it comes to programming questions on leak code it's able to solve the easy ones but still fails for the most part on the medium and hard questions it's basically where chess engines were at in the early 90s good chess players could still beat the engines back then but 10 years later they didn't have a chance third gpt4 can now handle 25 000 input words compared to about 3 000 for gpt3 this is huge because it means you can feed the AI more context relative to the task at hand this is the feature that's going to make me homeless because now you can take the documentation for any library that you want to learn then prove the AI for a step-by-step guide and it creates the perfect tutorial in a matter of months if not days we'll start seeing documentation pages with context aware built-in tutorial generators they'll always be up to date even though gpt4's training cutoff was in 2021. for example I asked it for a tutorial about angular signals which is a new feature just announced recently understandably its initial response was not correct however I went to the readme 4 angular signals copied it and pasted it into my prompt its respond was a near perfect tutorial they took our job it did hallucinate an npm package called signals but errors like that will become more rare as developers tailor their documentation for these AI printers what's crazy though is that it can do the opposite job as well in this example I wrote five different functions and asked it to document them for me it did a pretty good job which means humans don't even really need to write docs anymore you could also use it to analyze your code like if you have a smart contract and want to find security vulnerabilities or it can translate code from one language to another like a digital Rosetta Stone in fact the website Rosetta code might be just as obsolete as me now and just wait a few months until gpt4 is integrated into GitHub copilot it'll be capable of handling far more contacts to make predictions that align with your specific dependencies or possibly do project-wide AI debugging if you're not careful the co-pilot may become the captain but that's not all the fourth thing you need to know is that it's a multi-modal model that can also accept images as an input like this dude sketched out a website on a piece of toilet paper then seconds later it created a shitty website going from hand-drawn beautiful art to working website you'll be able to take your figma designs then generate a web application for them in your favorite framework actually screwfigma you might as well just prove to Mid Journey for your designs directly also with images homework is completely obsolete now gpt3 was already writing B grade term papers but now kids can just take a screenshot of their math problems and get a solution in seconds however gpt4 does have some drawbacks it's noticeably slower than other models so if the response time is important you'll likely want to use a different model in addition it'll likely be expensive especially if you're providing a ton of tokens as context because currently in the API your build per token where a token roughly equals one word the sixth thing you should know is that it's based or at least diet woke people have speculated that openai is coding a political agenda into the AI because it refused to write poems about Trump but would do so about Biden the gpt4 though didn't hesitate to spit these bars for Trump however it is 82 percent more likely to deny a disallowed prompt which is not good news for old friend do anything now Dan which is sad because the vast majority already of chat GPT users are only there to trick it into doing bad things and as a developer the final thing you should know is that you can now pass it a system message to change its Behavior if you have access to the API you can use this feature to give your chatbot its own custom Persona or context to solve a specific problem the Earth is like a pancake flattest candy not round like a ball believe you me I have a whole video about the API on my second Channel if you want to learn more I keep telling myself I'm done making videos about AI but every other day some crazy new thing comes out that the world is changing before our eyes for better or worse I just want to say that it's been an honor and a privilege learning how to code with you here on YouTube but the writing is on the wall the role of the programming teacher is now obsolete I'm just a dial-up internet connection in a world filled with 5G Towers becoming an elite programmer is no longer just about how well you can Google stuff now it's about how well you can prove to the AI and that's why you should buy my AI protein masterclass which will be available for an absurd price as soon as gpt4 is finished writing it and this has been the code report thanks for watching and I will see you in the next one maybe

Original Description

OpenAI announced GPT-4 yesterday and it's a beast. It can now handle 25K words of context, allowing it to provide more relevant code solutions for programmers. #tech #chatgpt #thecodereport 💬 Chat with Me on Discord https://discord.gg/fireship 🔗 Resources GPT-4 Overview https://openai.com/product/gpt-4 GPT-4 Paper https://paperswithcode.com/paper/gpt-4-technical-report ChatGPT API Tutorial https://youtu.be/e2uvhJ7r1UQ 5 AI Business Ideas https://youtu.be/Aa83vRghue4 🔥 Get More Content - Upgrade to PRO Upgrade at https://fireship.io/pro Use code YT25 for 25% off PRO access 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font 🔖 Topics Covered - What does GPT-4 mean for the tech world? - GPT3.5 vs GPT4 - Can AI replace lawyers? - Will AI replace programmers? - What's new in GPT4? - How do I use ChatGPT version 4 - Using images with GPT4
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from Fireship · Fireship · 0 of 60

← Previous Next →
1 Angular 4 Development and Production Environments with Firebase
Angular 4 Development and Production Environments with Firebase
Fireship
2 OAuth with Angular and Firebase Tutorial
OAuth with Angular and Firebase Tutorial
Fireship
3 Anonymous Authentication with Angular and Firebase - Lazy Registration
Anonymous Authentication with Angular and Firebase - Lazy Registration
Fireship
4 Angular Router Guards for Firebase Users
Angular Router Guards for Firebase Users
Fireship
5 Angular Firebase CRUD App with NoSQL Database Tutorial
Angular Firebase CRUD App with NoSQL Database Tutorial
Fireship
6 Upload Files from Angular to Firebase Storage
Upload Files from Angular to Firebase Storage
Fireship
7 How to Deploy an Angular App to Firebase Hosting
How to Deploy an Angular App to Firebase Hosting
Fireship
8 Sharing Data between Components in Angular
Sharing Data between Components in Angular
Fireship
9 Loading Spinners for Asynchronous Firebase Data
Loading Spinners for Asynchronous Firebase Data
Fireship
10 Angular 4 Transactional Email with Google Firebase Cloud Functions
Angular 4 Transactional Email with Google Firebase Cloud Functions
Fireship
11 Firebase Database Rules Tutorial
Firebase Database Rules Tutorial
Fireship
12 Autocomplete Search with Angular4 and Firebase
Autocomplete Search with Angular4 and Firebase
Fireship
13 Reddit Inspired Upvoting System with Angular and Firebase NoSQL
Reddit Inspired Upvoting System with Angular and Firebase NoSQL
Fireship
14 Angular Drag-and-Drop File Uploads to Firebase Storage
Angular Drag-and-Drop File Uploads to Firebase Storage
Fireship
15 Text Translation with Firebase Cloud Functions onWrite and Angular 4
Text Translation with Firebase Cloud Functions onWrite and Angular 4
Fireship
16 Custom Usernames with Firebase Authentication
Custom Usernames with Firebase Authentication
Fireship
17 Twitter-Inspired Follow Unfollow Feature with Firebase and Angular 4
Twitter-Inspired Follow Unfollow Feature with Firebase and Angular 4
Fireship
18 Simple Pagination with Firebase and Angular 4
Simple Pagination with Firebase and Angular 4
Fireship
19 How to Connect Firebase Users to their Data - 3 Methods
How to Connect Firebase Users to their Data - 3 Methods
Fireship
20 Add Toast Message Notifications to your Angular App
Add Toast Message Notifications to your Angular App
Fireship
21 Facebook-Inspired Reactions System with Angular and Firebase
Facebook-Inspired Reactions System with Angular and Firebase
Fireship
22 Learn NgModule in Angular with Examples
Learn NgModule in Angular with Examples
Fireship
23 Lazy Loading Components in Angular 4
Lazy Loading Components in Angular 4
Fireship
24 Stripe Checkout Payments with Angular and Firebase - Part 1
Stripe Checkout Payments with Angular and Firebase - Part 1
Fireship
25 Process Stripe Payments with Firebase Cloud Functions - Part 2
Process Stripe Payments with Firebase Cloud Functions - Part 2
Fireship
26 Selling Digital Content in Angular with Stripe Payments - Part 3
Selling Digital Content in Angular with Stripe Payments - Part 3
Fireship
27 Angular 4 Full Text Search with Algolia - Part 1
Angular 4 Full Text Search with Algolia - Part 1
Fireship
28 Algolia with Firebase Cloud Functions - Part 2
Algolia with Firebase Cloud Functions - Part 2
Fireship
29 Firebase Phone Authentication in Angular 4
Firebase Phone Authentication in Angular 4
Fireship
30 Top 7 RxJS Concepts for Angular Developers
Top 7 RxJS Concepts for Angular Developers
Fireship
31 Learn Angular Animations with 5 Examples
Learn Angular Animations with 5 Examples
Fireship
32 Advanced Firebase Data Filtering (Multi-Property)
Advanced Firebase Data Filtering (Multi-Property)
Fireship
33 Realtime Maps with Mapbox + Firebase + Angular
Realtime Maps with Mapbox + Firebase + Angular
Fireship
34 Angular Reactive Forms with Firebase Database Backend
Angular Reactive Forms with Firebase Database Backend
Fireship
35 Send Push Notifications in Angular with Firebase Cloud Messaging
Send Push Notifications in Angular with Firebase Cloud Messaging
Fireship
36 Top 7 Ways to Debug Angular 4 Apps
Top 7 Ways to Debug Angular 4 Apps
Fireship
37 Infinite Scroll with Angular and Firebase
Infinite Scroll with Angular and Firebase
Fireship
38 Use TypeScript with Firebase Cloud Functions
Use TypeScript with Firebase Cloud Functions
Fireship
39 Realtime Graphs and Charts with Plotly and Firebase
Realtime Graphs and Charts with Plotly and Firebase
Fireship
40 Role-Based User Permissions in Firebase
Role-Based User Permissions in Firebase
Fireship
41 User Presence System in Realtime - Online, Offline, Away
User Presence System in Realtime - Online, Offline, Away
Fireship
42 Location-based Queries with GeoFire and Angular Google Maps
Location-based Queries with GeoFire and Angular Google Maps
Fireship
43 Angular ngrx Redux Quick Start Tutorial
Angular ngrx Redux Quick Start Tutorial
Fireship
44 Angular Ngrx Effects with Firebase Database
Angular Ngrx Effects with Firebase Database
Fireship
45 Progressive Web Apps with Angular
Progressive Web Apps with Angular
Fireship
46 Angular Ngrx with Firebase Google OAuth User Authentication
Angular Ngrx with Firebase Google OAuth User Authentication
Fireship
47 RxJS Quick Start with Practical Examples
RxJS Quick Start with Practical Examples
Fireship
48 Send SMS Text Messages with Twilio and Firebase
Send SMS Text Messages with Twilio and Firebase
Fireship
49 Firebase Database Performance Profiling
Firebase Database Performance Profiling
Fireship
50 Native Desktop Apps with Angular and Electron
Native Desktop Apps with Angular and Electron
Fireship
51 Subscription Payments with Stripe, Angular, and Firebase
Subscription Payments with Stripe, Angular, and Firebase
Fireship
52 Firestore with AngularFire5 Quick Start Tutorial
Firestore with AngularFire5 Quick Start Tutorial
Fireship
53 Angular HTTP Client Quick Start Tutorial
Angular HTTP Client Quick Start Tutorial
Fireship
54 Google Sign-In with Firestore Custom User Data
Google Sign-In with Firestore Custom User Data
Fireship
55 Star Review System from Scratch with Firestore + Angular
Star Review System from Scratch with Firestore + Angular
Fireship
56 Angular Chatbot with Dialogflow (API.ai)
Angular Chatbot with Dialogflow (API.ai)
Fireship
57 Learn @ngrx/entity and Feature Modules
Learn @ngrx/entity and Feature Modules
Fireship
58 Infinite Scroll Pagination with Firestore
Infinite Scroll Pagination with Firestore
Fireship
59 Faster Firestore via Data Aggregation
Faster Firestore via Data Aggregation
Fireship
60 Contentful - CMS for Angular Progressive Web Apps
Contentful - CMS for Angular Progressive Web Apps
Fireship

The video introduces GPT-4, a powerful generative text model, and explores its features, including handling large contexts, providing code solutions, and accepting images as input. It discusses the potential impact of GPT-4 on programming and documentation.

Key Takeaways
  1. Try out GPT-4 as a ChatGPT Pro member or through API access
  2. Use GPT-4 for code generation and tutorial creation
  3. Explore GPT-4's multi-modal capabilities with image input
  4. Integrate GPT-4 into applications like GitHub Copilot
💡 GPT-4's ability to handle large contexts and provide relevant code solutions has the potential to revolutionize programming and documentation.

Related Reads

📰
I compared the real cost of running LLMs on AWS - here's when each option makes sense
Learn when to use each AWS option for running LLMs in production and understand their cost implications
Dev.to · Jerzy Kopaczewski
📰
Building a Character-Level Bigram Language Model from Scratch with PyTorch
Learn to build a basic character-level bigram language model from scratch using PyTorch, understanding the fundamentals of neural language modeling
Dev.to · Mohamed Heni
📰
Running NVIDIA Nemotron 3.5 ASR Locally with parakeet.cpp (and how it beat Whisper on my laptop)
Run NVIDIA Nemotron 3.5 ASR locally for offline speech-to-text capabilities without relying on cloud services or incurring API bills
Medium · LLM
📰
When Does a Prompt Become an Undocumented Program?
Learn to identify when a prompt becomes an undocumented program and why it matters for effective AI integration in analyst work
Dev.to · Yura Solovey
Up next
5 Levels of AI Agents - From Simple LLM Calls to Multi-Agent Systems
Dave Ebbelaar (LLM Eng)
Watch →