GPT Intern: Infinite Loop
Using GPT is like having a hardworking, if slow, intern that’s good at Googling things. Earlier today I was trying to write a simple Flask echo server – I’m not familiar with Flask – to echo a query string back at the user. I spent a comparable amount of time on my GPT prompt as I would have searching Google and I got back this nice piece of code, from flask import Flask, request app = Flask(__name__) @app.