GPT is all you need for the back end
51–60 of 278 posts
Re: GPT is all you need for the back end
#52Earlier quoted context omitted.
The closer we seem to get the farther we actually are. We're far away from AGI, if we even can reach it with our current approaches, but the latest iterations of "AI" are really good at making people believe it'll be there in 2 years
ChatGPT is great at pretending it knows its sh*t.
Re: GPT is all you need for the back end
#53Even if this is not 100% serious, it is really starting to feel like the ship computer from star trek is not too far away.
Re: GPT is all you need for the back end
#54Re: GPT is all you need for the back end
#55Previously on HN: https://news.ycombinator.com/item?id=34166193
It works surprisingly well!
Re: GPT is all you need for the back end
#56Of course this will only work if your user's state can be captured within the 4096 tokens limit or whatever limit your llm imposes. More if you can accept forgetting least recent data. Might actually be OK for quite a few apps.
I suppose you could divide and conquer with smaller parts of the algorithm, but then we'd need a "meta AI" that can keep track of all those parts and integrate them into a whole. I'm sure it's possible, don't know if it's available as a solution yet.
Re: GPT is all you need for the back end
#57Can you imagine trying to debug a system like this? Backend work is trawling through thousands of lines of carefully thought-out code trying to figure out where the bug is—I can't fathom trying to work on a large system where the logic just makes itself up as it goes.
Re: GPT is all you need for the back end
#58But is GPT a web scale like MongoDB?
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
Re: GPT is all you need for the back end
#59Earlier quoted context omitted.
Guys, this is a joke. Don't take it so seriously. Literally the first thing in the README is a meme.
You may not take it seriously, and I may not take it seriously, but it takes one person to read this seriously, convince another person to invest, and then hire a third person and tell them, "make it so", for the joke to no longer be a joke.
Perhaps I’m being overly simplistic, but I don’t see it as all that different from contractors getting paid to do silly and tasteless renos on McMansions. Objectively a bad way to reinvest one’s money, but it’s a wealth transfer in the direction I prefer, so I’ll hold my judgement.
Re: GPT is all you need for the back end
#60This sounds like a nightmare lmao. Can you imagine trying to debug a system like this? Backend work is trawling through thousands of lines of carefully thought-out code trying to figure out where the bug is—I can't fathom trying to work on a large system where the logic just makes itself up as it goes.