AI tools are absolutely useless once you get past any initial stage in a software development cycle They just can't comprehend what needs to be done even if all that's required are 2 lines of code However, we keep seeing posts from people who don't know html or how to create a chrome extension paternalizing about how we can be much more productive with AI tools. Last I heard a CEO was demanding dev increased producti…
This sounds to me like you have no idea how to properly integrate LLMs into your workflow. Just because they’re not useful for changing large code bases doesn’t mean they can’t be valuable. A few examples of things I’ve used LLMs for: Writing bash scripts to automate various parts my workflow Quickly interpreting complex regex Tutoring me on how to use poorly documented APIs Proof reading important emails Everything…
The Leverage of LLMs for Individuals
81–90 of 311 posts
Re: The Leverage of LLMs for Individuals
#82Learning 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
And this is what you might say while you're learning. As you gain more experience, you realize that there's a wide range of solutions with some spectrum of a fit to your situation. A given solution may fall down in certain cases. What I love you Stack Overflow, is the context which comes with it. You get replies on a given proposed solution which point out where the solution may fail.
Step 2: They implement GPT-4 responses to questions
Step 3: The community + context provide the same feedback
Step 4: GPT-5/6/7 gets progressively better
Re: The Leverage of LLMs for Individuals
#83The confusion in terms called out here (and even demonstrated) is probably not to OpenAI's benefit and I am surprised they haven't spent more effort in trying to correct that. ChatGPT is a website that lets you do chat completion [1] against LLM models, and it exposes some extra functions like plug-ins if you are lucky enough to be white listed for them. GPT 3.5 and GPT 4 are the actual models. Someone telling you th…
ChatGPT is more than an interface, the models it uses have gone through additional training and modifications. > Someone telling you that they did something cool with ChatGPT probably means GPT 3. This seems like an incorrect assumption. 3 is very old at this point, 3.5 is free and the best demos are based on 4 which is a huge improvement compared to the previous versions.
Typo fixed.
Re: The Leverage of LLMs for Individuals
#84Earlier quoted context omitted.
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.
I applied March 16 and I'm still waiting.
Re: The Leverage of LLMs for Individuals
#85There's a long gap from: I built a podcast search website to: Staying in any company right now is a negative return. We humans are too easily impressed by tricks, and are too willing to extrapolate them to fantasy land. GPT can certainly accomplish an impressive variety of small tasks. Whether it can build large-scale systems that will power tomorrow's world is uncharted territory. Can you build something meaningful,…
> Unless you work for OpenAI, your GPT leverage is likely wasted on trivial business code, and even more likely that due to the overwhelming amount of poor code, GPT with its 4/8k context window is unable to optimize, further weakening the leverage.
If you are sitting at a company in this situation it is of course arguable that you were already experiencing a negative return pre GPT-4, but certainly that productivity feeling from GPT-4 probably makes it seem even worse.
Re: The Leverage of LLMs for Individuals
#86Re: The Leverage of LLMs for Individuals
#87In 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 apparent that software engineering goes well beyond writing a snippet of code.
Like the internet, stackoverflow, forums and other advances in technology that opened new doors and opportunity and democratized the industry - this is another one, a big one! the smart ones will use this push as an entry point to the software development world rather than looking for an oracle function for software development (which does not exist yet)
Re: The Leverage of LLMs for Individuals
#88Has 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 see limited context and the lack of sandbox dev environment is the main obstacle on way to have more sophisticated usage and faster feedback loop. The value would be greater if it could know everything about the code base, business requirements, related documentation, and, it could even avoid a lot mistakes by simple running type checks and the tests and correct itself before giving the answer.
Re: The Leverage of LLMs for Individuals
#89I feel strongly that I want an in-IDE pair-programming assistant, but so far I've had at least one or more blocking issues with many of the currently available open source options.
NeoAI is great - for example - I've had it working well on multiple machines before - but today after a Neovim / Astronvim update I'm getting errors about my quotas (which are fine) back from the plugin - and I don't really have time to debug that because I need to get some work done :/
Re: The Leverage of LLMs for Individuals
#90> Perhaps soon, documentation and APIs will become GPT-friendly first. I can imagine documentation becoming ChatGPT plugin aware. Like, the automatically generated stuff that comes out of Swagger and the like. Maybe a killer feature for a new API documentation startup?