GPT-Engineer just hit 12,000 stars on Github.
It's an AI agent that can write an entire codebase with a prompt and learn how you want your code to look.
▸ Asks clarifying questions
▸ Generates technical spec
▸ Writes all necessary code
▸ Easy to add your own reasoning steps, modify, and experiment
▸ Lets you finish a coding project in minutes.
A raw conversation that displays NFL brotherhood, Steelers culture and the relationship between Troy Polamalu and Bryant McFadden.
@BMac_SportsTalk gets emotional when sharing a letter that @tpolamalu wrote to him nearly 12 years ago and how meaningful it remains to this day.
We encourage you to watch the full episode 👇
https://t.co/1V7qFy5Aza
Last night, Jensen Huang of NVIDIA gave his very first live keynote in 4-years.
The most show-stopping moment from the event was when he showed off the real-time AI in video games. A human speaks, the NPC responds, in real time and the dialogue was generated with AI on the fly.
Most common DM I get is about medical bills:
Never pay the first medical bill you get.
It's the suckers bill. Think usury.
Just throw it out.
40% chance you never hear from them again
40% chance you get 5 more then offered a big discount
20% chance you go to war
Everyone's been asking for it.
Here it is. I've broken it down @langchain Agents into bite-size chunks.
• Agents Basics
• Tools
• Agent Executor
• AutoGPT
• BabyAGI
Save this ↓
How to make a Space Invaders game with GPT-4 and your own A.I. generated textures.
1. Write this prompt in GPT-4: "write p5.js code of space invaders with my own textures"
2. Go to https://t.co/heHT5jdB9o create and save sketch (you'll need to save it before uploading any texture files). Copy paste code from GPT-4
3. Ask GPT-4 to generate textures by writing this prompt "Provide prompts so I can use those to generate images in Midjourney image generator for a ship, a bullet and an alien"
Use https://t.co/AWQgekBRul to remove backgrounds before uploading images to OpenProcessing
4. Replace the names of files with your filenames
5. Run the program
6. If something doesn't work ask GPT-4 to fix it (you can copy an error and paste into GPT-4) like you would ask a human programmer If after many attempts you can't fix all the problems with the code, ask it to "forget everything and start over"
7. To learn a bit of programming write these prompts to GPT-4: "Act as my programming teacher. Tell me an algorithm of Asteroids game in detail and make names of functions and explain what each of these functions will do. Don't write the code just yet." and then " Can you describe the algorithm overall for a 10-year-old child" Let me know if you need me to make another tutorial about Space Invaders, it was a tiny bit harder than Asteroids.
I made a free tutorial on how to make Asteroids game with AI and it's similar to Space Invaders here:
GPT-4 is so close to creating a universal educational simulator based on just a paragraph prompt. Take a look at this simulated negotiation, with grading and feedback.
Prompt: "I want to do deliberate practice about how to conduct negotiations. You will be my negotiation teacher. You will simulate a detailed scenario in which I have to engage in a negotiation. You will fill the role of one party, I will fill the role of the other. You will ask for my response to in each step of the scenario and wait until you receive it. After getting my response, you will give me details of what the other party does and says. You will grade my response and give me detailed feedback about what to do better using the science of negotiation. You will give me a harder scenario if I do well, and an easier one if I fail."
I did this with GPT-3.5 a month ago and it was nowhere near as good (GPT-4 also seems more willing to give worse grades than GPT-3.5 - which is good)