Comment on OpenAI negotiates with Microsoft to unlock new funding and future IPO
venusaur@lemmy.world 18 hours agoYeah I think each company will have models specializing in certain things until we have to computing power to federate all models together, and/or ASI. Then we’d probably destroy the environment.
Agents seem to be the hot use case right now and it makes sense. Downsize your workforce or free them up by assigning simple, low risk tasks to agents. I don’t code much so I’ll be happy when creating them through prompts actually gets what you wants. I know enough to have GPT’s create code for me to plug in for now.
I’ve heard of vibe coding but in the context of being able to identify music that fits a “vibe”. What are you talking about?
nucleative@lemmy.world 16 hours ago
This is when you give some LLM a prompt such as “write a game like Minecraft except cooler” and the system will output some code that might run and might vaguely resemble a block game.
So then you go back ask for more, it does something to the code potentially improving or breaking it, go back again ask for more, and repeat over and over. I’m being a little bit sarcastic because most serious developers look down on this, but really this is how a lot of coding is happening these days. There are tools to make this process somewhat usable and they are getting better every day.
venusaur@lemmy.world 16 hours ago
Oh for sure that’s how I code these days. I tell ChatGPT what I want, get some code, plug it in, come back with bugs, get new code until I can either tweak it myself and/or I’ve accomplished what I needed.