Don't compare Bitcoin and the Meta verse with ai. Millions of people use LLMs daily. Veo 3 just came out. People get fired due to LLMs and GenAI replacing them. Google uses ai code for years in the background. Playing around with cursor for a few days is way to naive to be able to determine the current situation with coding and ai
> People get fired due to LLMs and GenAI replacing them. Serious question: Are they? Or are they being fired and AI is used at the excuse? We saw Klarna layoff customer services staff and that didn't work. LLMs couldn't do their job. Some programmers are being fired, but my feeling is that generative AI is more of a convenient excuse. Is anyone actually being fired because an LLM did their job better, or where their…
AI-first – We're just 6 months away from AGI
41–50 of 52 posts
Re: AI-first – We're just 6 months away from AGI
#42No, we are not. Pretrained models do not learn from their prompts. Their state is volatile.
We do the same thing. We have long term memory and short term. Context is short term. The still long and expensive training phase embeds the long term memory.
One of the problems programmers have is loading a problem into working memory. It can take an hour. An interruption, a phone call, or a meeting can mean that you have to start over (or, if not completely over, you still have to redo part of it). This is a standard programmer complaint about interruptions.
It's interesting that LLMs may have a similar issue.
Re: AI-first – We're just 6 months away from AGI
#43Earlier quoted context omitted.
Could be that some people are not familiar with the limitations of LLMs and what to expect from them, and could benefit from learning how to properly do prompting, before outright rejecting them. The LLMs are sometimes frustrating, but over time you learn how to drive them properly, exactly like when you learn how to use the right keywords on Google. Also, considering he is a free user, the author might be using one…
Just use the right prompt. Just use the right model. Just roll the dice correctly.
In addition to that we've also seen that the way you prompt (amount of use of expert language), what context you provide through instructions, and tool use make a huge difference on the outcome.
At this point, if your coding experience with LLMs sucks I'd say there is an 80% chance that you're just doing it wrong.
Re: AI-first – We're just 6 months away from AGI
#44I suppose I could upload the image to a table to json website and provide copilot with the json but the point was to make things easier. In my mind there is nothing complicated about the structure of a table but if I ask copilot to merely extract the text from a row starting with some text it goes insane. Optical character recognition is an idea from 1870 and they had working implementations 50 years ago. I read a bunch of comments online about models getting progressively worse but my experience was over the span of a few weeks.
Would they be doctoring with the quality to make newer models look even better?
Re: AI-first – We're just 6 months away from AGI
#45Earlier quoted context omitted.
Just use the right prompt. Just use the right model. Just roll the dice correctly.
This is too dismissive. There is a massive difference in outputted code quality between models. The recent Google Gemini 2.5 models have dethroned the Anthropic ones. OpenAI o3 is the only other one that is even worth considering; all the rest of the OpenAI models are trash in comparison. In addition to that we've also seen that the way you prompt (amount of use of expert language), what context you provide through i…
Basically you are just adding to it with "You just need to use the latest model, anything before that is trash". Ignoring that the same was said just a few months prior when those models were cutting edge.
Re: AI-first – We're just 6 months away from AGI
#46Earlier quoted context omitted.
This is too dismissive. There is a massive difference in outputted code quality between models. The recent Google Gemini 2.5 models have dethroned the Anthropic ones. OpenAI o3 is the only other one that is even worth considering; all the rest of the OpenAI models are trash in comparison. In addition to that we've also seen that the way you prompt (amount of use of expert language), what context you provide through i…
The differences can't be that massive given that the hype already made many of these promises well before these models were ever a thing. Basically you are just adding to it with "You just need to use the latest model, anything before that is trash". Ignoring that the same was said just a few months prior when those models were cutting edge.
I'm not talking about other people's incorrect promises _and_ I mentioned a number of things in which proper usage today is different from what people were doing before.
> Basically you are just adding to it with "You just need to use the latest model, anything before that is trash".
That's not what I said. Don't put words into my mouth. I said that the older models are trash in comparison, not that they are trash. The older models require more work in prompting to get decent results.
> Ignoring that the same was said just a few months prior when those models were cutting edge.
You are conveniently ignoring the other parts I mentioned to make my claim. Here: "In addition to that we've also seen that the way you prompt (amount of use of expert language), what context you provide through instructions, and tool use make a huge difference on the outcome."
Re: AI-first – We're just 6 months away from AGI
#47No, we are not. Pretrained models do not learn from their prompts. Their state is volatile.
We do the same thing. We have long term memory and short term. Context is short term. The still long and expensive training phase embeds the long term memory.
Right now inference doesn't cascade into training.
In biology, inference and training are not so decoupled.
Re: AI-first – We're just 6 months away from AGI
#48Earlier quoted context omitted.
The differences can't be that massive given that the hype already made many of these promises well before these models were ever a thing. Basically you are just adding to it with "You just need to use the latest model, anything before that is trash". Ignoring that the same was said just a few months prior when those models were cutting edge.
> The differences can't be that massive given that the hype already made many of these promises well before these models were ever a thing. I'm not talking about other people's incorrect promises _and_ I mentioned a number of things in which proper usage today is different from what people were doing before. > Basically you are just adding to it with "You just need to use the latest model, anything before that is tra…
Alright? What you replied to and the context of this entire thread is about promises that have been made for a while now. In fact, we are approaching the point where we can safely talk about years of hype now. For reference, I am using the gpt-4 release as a significant ramp-up in the hype around LLMs.
> That's not what I said. Don't put words into my mouth.
That might not have been your intention. But, again, given the context of where you are replying it does read like. Even with the qualifier of "in comparison".
Like it or not, your comment does add extra qualifiers to the list.
Look, I am not saying that there isn't any progress being made here. I also agree that LLMs can be useful tools as part of a developer toolkit. What I personally don't agree with is that they can do the same job, even less so in real world scenarios. Even the latest models, including Gemini 2.5 and 03 struggle with moderately complex code base. And yes, the argument is always to let them work on small isolated bits of code. Or that if your requirements are tight enough they produce very good code. Which is entirely true, but I also envy the developers who work in structured environments where their code base is that clean and requirements that well-defined.
So, in my experience, coding with these models still sucks. Using them as interactive rubber duckies, replacements for some of the things I used to spend hours googling, debugging small snippets of code, etc. Sure, there they are very useful tools to me. But, to me, that is not coding with LLMs. That is having LLMs available as a tool whenever I need them.
Re: AI-first – We're just 6 months away from AGI
#49Earlier quoted context omitted.
> The differences can't be that massive given that the hype already made many of these promises well before these models were ever a thing. I'm not talking about other people's incorrect promises _and_ I mentioned a number of things in which proper usage today is different from what people were doing before. > Basically you are just adding to it with "You just need to use the latest model, anything before that is tra…
> I'm not talking about other people's incorrect promises _and_ I mentioned a number of things in which proper usage today is different from what people were doing before. Alright? What you replied to and the context of this entire thread is about promises that have been made for a while now. In fact, we are approaching the point where we can safely talk about years of hype now. For reference, I am using the gpt-4 re…
You're getting there. The most valuable change is using software (like Cursor) that runs the models in agentic mode so they:
1. find the context themselves (with a basic document with context to point them in the right general direction for the current task).
2. can run commands and specifically tests.
3. iterate on their own output and changes to ensure you don't need to point out what they did wrong manually each time. Just let it find out itself, correct and keep moving until it is a good solution.
Think about how any human developer would approach an issue. For a lot of the 'moderately complex code bases', a developer new to it would also need a lot of pointing in the right direction, a lot of trying stuff out and then correcting themselves. Forget treating LLMs like one-shot magic solution givers, but instead as junior devs that you have to provide with all kinds of things to be successful.
Re: AI-first – We're just 6 months away from AGI
#50Earlier quoted context omitted.
> I'm not talking about other people's incorrect promises _and_ I mentioned a number of things in which proper usage today is different from what people were doing before. Alright? What you replied to and the context of this entire thread is about promises that have been made for a while now. In fact, we are approaching the point where we can safely talk about years of hype now. For reference, I am using the gpt-4 re…
> And yes, the argument is always to let them work on small isolated bits of code. Or that if your requirements are tight enough they produce very good code. You're getting there. The most valuable change is using software (like Cursor) that runs the models in agentic mode so they: 1. find the context themselves (with a basic document with context to point them in the right general direction for the current task). 2.…
Not to mention that with each iteration the amount of tokens needed goes up substantially. Having worked with LLM APIs and their pricing there simply is no way that Cursor is breaking even on that $20 or $40 per month if everyone uses it fully. Not even close. This very much hints at the costs being hidden right now, subsidized if you will, by VC money.
Also, once you have brought junior developers up to speed and guided them they are now slightly more capable developers who can more easily on board on future projects. With LLMs you need to effectively babysit them on each project again.
And there are a lot more caveats, prerequisites and moving targets involved that make the promise and reality for many people and companies not something they can actually be met.
And again, I am not discounting that there are specific areas where people see benefits from using LLMs in agentic from. But those areas are not as ubiquitous as the hype train leads us to believe. And to start using them you need to set up a lot more in the way of infrastructure and due process as well.