Here I ask how to fetch the current weather in a Next.js API route. It gives me a working solution. I then ask how I could do it without knowing the user's city. It updates the first example and shows me how to use an external API to get the city by IP address.
ChatGPT by @OpenAI does really well with coding questions. Here I ask how to build a 3-column footer with Tailwind. I then follow-up and ask for a React version, more realistic copy, and mobile responsiveness. It nails it perfectly.