GPT is all you need for the back end
github.com
GPT is all you need for the back end
1–10 of 278 posts
Re: GPT is all you need for the back end
#2Re: GPT is all you need for the back end
#3Re: GPT is all you need for the back end
#4Re: GPT is all you need for the back end
#5Obviously a sensationalised title, but it's a neat illustration of how you'd apply the language models of the future to real tasks.
But maybe for a very forgiving task you can reduce developer hours.
As soon as you need to start doing any kind of custom training of the model, then you are reintroducing all developer costs and then some, while the other downsides still remain.
And if you allow users of your API to train the model, that introduces a lot of issues. see: Microsoft's Tay chatbot
Also you would need to worry about "prompt injection" attacks.
Re: GPT is all you need for the back end
#6Re: GPT is all you need for the back end
#7how would storage work across sessions?
Re: GPT is all you need for the back end
#8how would storage work across sessions?
Something could be muddled together to correlate to a specific 'session-id'.
Security nightmare overall I guess but fun to play with.
Re: GPT is all you need for the back end
#9Or, I could not do that, and instead have it done by a sub-100-lines python script, running on a battery powered Pi.