“48 hours of conversation with GPT-4“ Heh, sounds like a novel form of torture. The author probably means 48 hours total over a (much) longer time, and it had all been an enjoyable ride of turbocharged learning and discovery, but that's not how it reads to my eyes.
GPT-4 is still limited to 25 queries/3 hours and that is likely why it took longer.
The Leverage of LLMs for Individuals
41–50 of 311 posts
Re: The Leverage of LLMs for Individuals
#42I put together a tool called `aider` for chatting with GPT-4 about code, having it make changes and keeping track of it all in git. It's feeling like a very nice workflow.
@mazzystar you might want to give it a try if you have GPT-4 api access:
Re: The Leverage of LLMs for Individuals
#43Has 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.
Re: The Leverage of LLMs for Individuals
#44Has 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.
Still useful for many other use cases, just not for "write my entire project for me and I'll only copy and paste" yet
Re: The Leverage of LLMs for Individuals
#45The 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…
> Someone telling you that they did something cool with ChatGPT probably means GPT 3. The confusion is that ChatGPT is using GPT-3.5 by default, but if you pay the $20/month subscription price, you can switch it over to GPT-4 (with query limits). Usually, when someone is telling you they did something really cool with ChatGPT, they're actually using GPT-4. An extra layer of confusion is the API access: GPT-3.5-turbo…
Also people usually call out when they use GPT-4, but in the end you can only assume and be wrong 50% of time.
[1] https://help.openai.com/en/articles/6825453-chatgpt-release-...
Re: The Leverage of LLMs for Individuals
#46Has 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.
The beauty of abstraction, though, is that it liberates a person from needing to worry about lower-level complexities. The same should be true for LLMs. It shouldn’t need to know your entire system. Start a new thread with judiciously restricted context when you move on to the next task.
Re: The Leverage of LLMs for Individuals
#47Earlier quoted context omitted.
Yeah, but how do you get access to 4?
You need to pay for ChatGPT Plus, or sign up for their API (there’s a waitlist).
Re: The Leverage of LLMs for Individuals
#48Earlier quoted context omitted.
I'm leveraging this to build https://codeamigo.dev . Basically it's learn to code, but with an AI assistant. The main reason people drop off of coding tutorials or stop learning is when they see their first error message. I'm already seeing people get un-stuck by using the AI as an assistant, this tech (GPT) is going to completely revolutionize learning.
Looks very cool. I am also working heavily in this space (using AI to help learning). One minor point: In your demo, you state that "Today, almost 50% of code is written by AI, so why shouldn't you learn how to code with AI?" Citation? I thought this might be true of developers using Copilot (based on their recent publications), but even that seems a bit of a stretch. I guess you could claim this because it's so easy…
"Today, GitHub Copilot is behind an average of 46 percent of a developers' code across all programming languages -- and in Java, that number jumps to 61 percent." - https://visualstudiomagazine.com/articles/2023/02/15/copilot...
Re: The Leverage of LLMs for Individuals
#49Re: The Leverage of LLMs for Individuals
#50Earlier quoted context omitted.
Looks very cool. I am also working heavily in this space (using AI to help learning). One minor point: In your demo, you state that "Today, almost 50% of code is written by AI, so why shouldn't you learn how to code with AI?" Citation? I thought this might be true of developers using Copilot (based on their recent publications), but even that seems a bit of a stretch. I guess you could claim this because it's so easy…
Thanks for checking it out! "Today, GitHub Copilot is behind an average of 46 percent of a developers' code across all programming languages -- and in Java, that number jumps to 61 percent." - https://visualstudiomagazine.com/articles/2023/02/15/copilot...