GPT is all you need for the back end
211–220 of 278 posts
Re: GPT is all you need for the back end
#212Earlier quoted context omitted.
You have an incredibly dim and pessimistic view of researchers and scientists. They could all easily double or triple their salaries by moving to standard industry but decide to work in Academia or Research Labs. These people on average predict AGI within ~30 years with more than 50% probability. Not sure how that prediction benefits their salary in any meaningful way. If Astronomers were predicting a mass-extinction…
> These people on average predict AGI within ~30 years with more than 50% probability. I haven't seen that prediction. What I have seen is "AGI is 2 years out", and I have been seeing that for 4 years. Much like the self-driving cars that were (according to the experts in the industry) 5 years out since 2012, and still not here in 2023. Maybe if the experts in the industry were more vocal about how far off they are,…
Take your pick:
https://nickbostrom.com/papers/survey.pdf
https://aiimpacts.org/2022-expert-survey-on-progress-in-ai/
https://research.aimultiple.com/artificial-general-intellige...
https://forum.effectivealtruism.org/posts/7JxsXYDuqnKMqa6Eq/...
https://www.metaculus.com/questions/5121/date-of-artificial-...
https://www.lesswrong.com/posts/hQysqfSEzciRazx8k/forecastin...
>What I have seen is "AGI is 2 years out", and I have been seeing that for 4 years.
We obviously don't travel in the same circles because I don't know anyone credible saying that.
Re: GPT is all you need for the back end
#213Can't believe I missed this thread.
We put a lot of satire in to this, but I do think it makes sense in a hand wavy extrapolate in to the future kind of way.
Consider how many apps are built in something like Airtable or Excel. These apps aren't complex and the overlap between them is huge.
On the explainability front, few people understand how their legacy million-line codebase works, or their 100-file excel pipelines. If it works it works.
UX seems to always win in the end. Burning compute for increased UX is a good tradeoff.
Even if this doesn't make sense for business apps, it's still the correct direction for rapid prototyping/iteration.
Re: GPT is all you need for the back end
#214ChatGPT: spits out this repo verbatim
Re: GPT is all you need for the back end
#215Re: GPT is all you need for the back end
#216I have been thinking of something a bit more on the middle. Since there are already useful service APIs, I would first try the following: 1. Describe a set of “tasks” (which map to APIs) and have GPT choose the ones it thinks will solve the user request. 2. Describe to GPT the parameters of each of the selected tasks, and have it choose the values. 3. (Optional) allow GPT to transform the results (assuming all the AP…
https://langchain.readthedocs.io/en/latest/modules/agents.ht...
Re: GPT is all you need for the back end
#217Ok but the server.py is still just reading and updating a json file (which it pretends to be a db) and all it is doing is call gpt with a prompt. The business logic of whatever the user wants is done inside GPT. Seriously how far do you think you can take this to consistently depend upon GPT to do the right business logic the same way every time?
Re: GPT is all you need for the back end
#218Re: GPT is all you need for the back end
#219One of the creators here (the one who tucks apples). We’re dead serious about this and intend to raise a preseed round from the top vc’s. Yes, it’s not a perfect technology, yes we made this for a hackathon. But we had that moment of magic, that moment where you go, “oh shit, this could be the next big thing”. Because I can think of nothing more transformative and impactful than working towards making backward engine…
Freudian slip?
Re: GPT is all you need for the back end
#220Art is where an approximation is fine and you can fill the holes with "subjectivity", but engineering is where missing a bolt on a bridge could collapse the whole thing. AI is adequate for art. It is NOT suitable for engineering. Not unless you build a ton of handrails or manually verify all the code and logic yourself.