Hacker News new | ask | show | jobs
by grugagag 1237 days ago
The idea is that chatGPT just writes the code, it would be still be hosted as usual.

We’re going through a hype phase right now and i don’t believe chatGPT will completely replace devs or code will be written entirely with AI but i feel something will change for sure and something unexpected will come out of this

1 comments

I don't think so? It sounds like the state of the app is being persisted via the chat history:

> We represented the state of the app as a json with some prepopulated entries which helped define the schema. Then we pass the prompt, the current state, and some user-inputted instruction/API call in and extract a response to the client + the new state.