Earlier quoted context omitted.
> With programming, the same basic tension exists as with the more effective smarter AI-enhanced approaches to conceptual learning: effectiveness is a function of effort, and the whole reason for the "AI epidemic" is that people are avoiding effort like the plague. That's not true. Yes, you can get more effective at something with more effort, but you can get even more effective at it if you find a way to get results…
It's ironic to see people say this type of things and not think about old software engineer practices that are now obsolete because overtime we have created more and more tools to simplify the craft. This is yet another step in that evolution. We are no longer using punch cards or writing assembly code, and we might not write actual code in the future anymore and just instruct ais to achieve goals. This is progress
Cursor told me I should learn coding instead of asking it to generate it
261–270 of 411 posts
Re: Cursor told me I should learn coding instead of asking it to generate it
#262The biggest problem what I have with using AI for software engineering is that it is absolutely amazing for generating the skeleton of your code, boilerplate really and it sucks for anything creative. I have tried to use the reasoning models as well but all of them give you subpar solutions when it comes to handling a creative challenge. For example: what would be the best strategy to download 1000s of URLs using asy…
Re: Cursor told me I should learn coding instead of asking it to generate it
#263Re: Cursor told me I should learn coding instead of asking it to generate it
#264Earlier quoted context omitted.
> With programming, the same basic tension exists as with the more effective smarter AI-enhanced approaches to conceptual learning: effectiveness is a function of effort, and the whole reason for the "AI epidemic" is that people are avoiding effort like the plague. That's not true. Yes, you can get more effective at something with more effort, but you can get even more effective at it if you find a way to get results…
> That's not true. Yes, you can get more effective at something with more effort, but you can get even more effective at it if you find a way to get results without actually doing the work yourself in the first place. This has been going on for decades. It is called outsourcing development. We've just previously passed the work to people in countries with lower wages and conditions, now people are increasingly passin…
But we have:
- LLMs pass the Turing test more convincingly than anything before
- LLMs are vastly more popular than any AI/ML methods before it
- "But they don't reason!" -- we're advancing chain of thought
LLMs are AI (behaving artificially human)LLMs are also ML (using statistical methods)
Re: Cursor told me I should learn coding instead of asking it to generate it
#265Earlier quoted context omitted.
> That's not true. Yes, you can get more effective at something with more effort, but you can get even more effective at it if you find a way to get results without actually doing the work yourself in the first place. This has been going on for decades. It is called outsourcing development. We've just previously passed the work to people in countries with lower wages and conditions, now people are increasingly passin…
> Everyone seems to think we've magically jumped from ML into _real_ AI But we have: - LLMs pass the Turing test more convincingly than anything before - LLMs are vastly more popular than any AI/ML methods before it - "But they don't reason!" -- we're advancing chain of thought LLMs are AI (behaving artificially human) LLMs are also ML (using statistical methods)
I know this sounds like moving the goalposts, but maybe all this does is show that the Turing Test was not sufficient?
> LLMs are vastly more popular than any AI/ML methods before it
Are we back in high school? Popularity contests?
Re: Cursor told me I should learn coding instead of asking it to generate it
#266This isn’t just about individual laziness—it’s a systemic arms race towards intellectual decay.[0] With programming, the same basic tension exists as with the more effective smarter AI-enhanced approaches to conceptual learning: effectiveness is a function of effort, and the whole reason for the "AI epidemic" is that people are avoiding effort like the plague. So the problem seems to boil down to, how can we convince…
Re: Cursor told me I should learn coding instead of asking it to generate it
#267Earlier quoted context omitted.
Personally I've found that you need to define the strategy yourself, or in a separate prompt, and then use a chain-of-thought approach to get to a good solution. Using the example you gave: Hey Chat, Write me some basic rust code to download a url. I'd like to pass the url as an string argument to the file Then test it and expand: Hey Chat, I'd like to pass a list of urls to this script and fetch them one by one. Can…
I have heard a few times that "being nice" to LLMs sometimes improves their output quality. I find this hard to believe, but happy to hear your experience. Examples include things like, referring to LLM nicely ("my dear"), saying "please" and asking nicely, or thanking. Do these actually work?
Re: Cursor told me I should learn coding instead of asking it to generate it
#268Earlier quoted context omitted.
> That's not true. Yes, you can get more effective at something with more effort, but you can get even more effective at it if you find a way to get results without actually doing the work yourself in the first place. This has been going on for decades. It is called outsourcing development. We've just previously passed the work to people in countries with lower wages and conditions, now people are increasingly passin…
> Everyone seems to think we've magically jumped from ML into _real_ AI But we have: - LLMs pass the Turing test more convincingly than anything before - LLMs are vastly more popular than any AI/ML methods before it - "But they don't reason!" -- we're advancing chain of thought LLMs are AI (behaving artificially human) LLMs are also ML (using statistical methods)
The implications of passing the Turing Test are profound. Tricking a user with a 5 minute conversation isn't the same. The examiner is allowed to be an expert questionner.
For one thing, software engineering would quickly be taken over as a client can just chat with an AI to get the code. That is far from happening, even with all the recent LLM advances.
Similarly for literature, science etc. Currently, you can detect a difference between a competent human & machine in all these fields just by text chat. Another way of saying this is that the Turing Test is AI-complete and is a test for AGI.
Re: Cursor told me I should learn coding instead of asking it to generate it
#269Clearly trained on Stack Overflow answers.
Re: Cursor told me I should learn coding instead of asking it to generate it
#270Earlier quoted context omitted.
Those damn kids, compilers and linters doing all the work for them. Back in my day we punched bits into a card by hand. /s It's just people ranting about another level of abstraction, like always.
Those other levels of abstraction that you mentioned are deterministic and predictable . I think that's a massive difference and it justifies why one should be more skeptical towards AI generated code (skeptical doesn't mean "outright dismissing" tbf).