The Leverage of LLMs for Individuals
201–210 of 311 posts
Re: The Leverage of LLMs for Individuals
#202I am happy that so many people get to experience the feeling me and other software engineers feel when we write code. OpenAI democratize some of this feeling and now people that never knew how to code can experience the rush of creating something new using code. In a world where a lot of AI Researchers that develop these amazing models are slowed down by their lack of "normal" engineering skills I think it's very app…
People who use ChatGPT to spit out code as a method of learning software engineering are going to be seriously deficient in fundamentals like performance. I've already worked with way too many engineers who copy/paste code without understanding what it does.
This is called reflexion and has been found to be an effective way to improve response accuracy and usefulness (also reduces hallucinations).
Re: The Leverage of LLMs for Individuals
#203Re: The Leverage of LLMs for Individuals
#204Earlier quoted context omitted.
You need to pay for ChatGPT Plus, or sign up for their API (there’s a waitlist).
FWIW, I got API access quite quickly. Applied March 20, got access March 27. My application was only some 2 line bullshit, their example for "why do you want access" rewritten.
Re: The Leverage of LLMs for Individuals
#205Has anyone been able to use it to effectively build more than a green field poc? It's absolutely great for that, but it's been a little clunky when trying to iterate when the context gets too large or when trying to add stuff to am existing system.
I've also used it to create new functionality in the game, but those were mostly isolated features. Like I implemented controller rumble support yesterday in about 10 minutes thanks to its help. Probably would have taken me several hours on my own.
I don't know to what extent I can integrate it directly into the game, but I think the main limiting factor is the token limit and my desire to manually copy+paste enough context, not limitations in its actual abilities (which it does have some, I'm debugging along with it an issue in a 3D graph class I had it create last night).
The code it created worked fine when it was just drawing thin lines, but I had it convert the drawing to 3D rects so it could have different widths (technically it recommended that solution when I asked for line widths) and there's been some glitches, namely only one team is showing and the rest of it is now only visible when I set the draw mode to not cull anything.
Hoping to get past that tonight or tomorrow. It at least is giving me some good ideas for approaching debugging it, I'd be pretty much at a loss if it was just me, as I've always struggled to debug 3D graphics issues when the graphics just don't show up on the screen.
Re: The Leverage of LLMs for Individuals
#206Learning something with GTP-4 is so much more fun than using google/Stack Overflow. It's like having a tutor that knows your code and gives you hints and solutions based on your actual project. It's a real game changer for learning
Re: The Leverage of LLMs for Individuals
#207Re: The Leverage of LLMs for Individuals
#208Earlier quoted context omitted.
Despite the novelty and excitement, the profit potential for AI generated applications and content isn't particularly strong. If you can make something using AI, so can everyone else. You work at a company to make money. Using AI doesn't magically allow you to do that. If you have the ability to make a profitable company, AI may help, but it's not a business plan.
> If you can make something using AI, so can everyone else The idea / creativity is hence the key. Novel ideas don't occur to everyone.
But good ideas, even great ones, rarely mean much on their own. It's always been execution.
Re: The Leverage of LLMs for Individuals
#209Re: The Leverage of LLMs for Individuals
#210Earlier quoted context omitted.
The good news is that those copy/pasters are probably going to be copy/pasting higher quality code if they’re using GPT4.
I don't think this is good news, it's at best not-bad news. We're already inundated with content , most of it copycatting other content, and it's replacing meaningful things, like archetypal stories and philosophy. Look at how people describe Marvel movies and Star Wars shows - it's content, not stories. Scaling the ability to just repeat things without an understanding of those things will at best just add more cont…