Remix.run Logo
paulcole 10 hours ago

> What tasks is it better at doing than other technologies we have available to us? I'm not being sarcastic, I generally want to know in which areas you think it is better.

I, a below average programmer, can write code myself but it takes time and effort that is generally incompatible with my actual job. With an LLM I am able to write code with a level of time and effort that fits very nicely inside my job.

It can figure things out in a fraction of the time that it would take me. The limiting factor is no longer the depth of my technical knowledge but rather the knowledge of my business.

Sure, I could hire someone to do the coding for me but with an LLM available, why would I? And in that situation I would have to teach that person about the business because that would become their limiting factor if they could code as fast as the LLM.

lwelyk 10 hours ago | parent [-]

As a fellow below average programmer I have used them for that, but it feels like a fairly minor improvement over searching stack overflow, but that is definitely an area where it is a time saver, thanks for the example.

paulcole 8 hours ago | parent [-]

I must be more below average than you because it's a huge improvement for me over stack overflow.

I'm doing mostly scripts (some Python but mostly Google Apps Scripts) to automate processes at a digital marketing agency. As long as I can clearly explain how our business works and what I'm trying to accomplish I'm getting working first drafts of things that would take me hours to write (a way worse version of) in 30-40 minutes – and 25-35 minutes of that is writing the prompt/documenting the automation I want made.

It's really been amazing for me.