Remix.run Logo
padolsey 6 days ago

Bit of a humbling/jarring moment when I realized that people are doing real paid work using LLMs that they could not otherwise do. I mean, it's quite obvious I suppose. But up until now I just assumed it was only a (massive) catalyst for things people would already be able to do with enough time. But nope -- it seems people are right now employed in roles that they would not be able to fulfil the tasks within if AI wasn't there telling them what to write/say/produce. Nobody is really going to come out and say that ... it's not something the less-AI-literate superiors would take kindly to.

grebc 6 days ago | parent | next [-]

I mentioned this then other day, my university class had maybe 80% of people who could not code. No joke. And a lot have gone onto to code professionally.

AI is a godsend to this cohort of code monkies.

Edit: we graduated in 2006.

a34729t 5 days ago | parent | next [-]

At a FAANG adjacent company in 2017 we hired a guy from Google with 4 years experience who passed our very hard coding interviews. He literally couldnt code. It blew my mind.

grebc 5 days ago | parent [-]

I’m sure any profession has this issue.

My families business is bookkeeping, they hired someone who graduated with an accounting degree. They didn’t grasp the basics of bookkeeping nor accounting once employed.

You’d think Google who my understanding pride themselves on technical chops would weed this out with all the interviews they do. But maybe it’s just big places have more cracks for people slip into.

cheesecakegood 5 days ago | parent | prev | next [-]

I’ve long been curious what you (and a lot of people that express this) feel the cutoff is to know how to code? Because obviously there’s a sliding scale between truly knowing very little, being able to adapt similar work, extensive modifications, coding everything from scratch, etc. on top of understanding certain programming concepts and organization.

grebc 5 days ago | parent [-]

Can you build a desktop/terminal app, web app/site, mobile app, or even a library without engaging AI is probably where I’d draw the line. Not everything you touch when you know how to code is doing the whole thing, but I’d expect you’d be able to piece it all together with some time and docs. Pick your own platform that suits too, I’m not saying iOS or Windows only.

For context to my above comment re university course. The final project we had to do was make a very rudimentary room reservation server/client on the terminal. Java, however you wanted to store the data was fine, TCP sockets were the parameters given.

It took me all of a week to finish it. Lots struggled to even begin. We were given 10 weeks.

I didn’t know much then but I read the docs and figured it out.

hypfer 5 days ago | parent | next [-]

> Can you build a desktop/terminal app, web app/site, mobile app, or even a library without engaging AI is probably where I’d draw the line.

Wasn't the workflow there always to take the example code of whatever library or framework it was and then customize it?

I could definitely never start a react or android or c# or whatever application from scratch with no resources. Nor would I want to because why.

Works with C I guess though. Given that the contract is so small.

But that also breaks down the moment you want to write C for some uC, and then there's tons of boilerplate again you just pull from the sdk example.

LelouBil 4 days ago | parent [-]

Yeah, not the one you are responding to, but I wouldn't define it as from scratch.

Personally, "know how to code" is basically having the logic an reasoning skills to read and understand and apply documentation for whatever subject you need for this job.

If you have never written a web app in your life, but you can follow next.js tutorials and customize them beyond the tutorials afterwards, then you're at the point where the only thing you need is more time or more docs based on what you need to do at work.

grebc 4 days ago | parent [-]

You hit the nail on the head friend :)

joquarky 5 days ago | parent | prev [-]

> Can you build a desktop/terminal app, web app/site, mobile app, or even a library without engaging AI

If companies would start hiring people who are fully experienced and qualified but can't do the monkey dance of performing live coding, maybe they would find these types of programmers again...

1718627440 5 days ago | parent | prev [-]

You can learn to code in a few months in your free time and get good in your job. That's different from refusing to learn it, because you outsource it.

Also coding is not that hard. You kinda only write the algorithms down you make up in your head. And you do have an algorithmic understanding when you graduate. You also invented some/several languages in during your studies. The learning an actual developed language IS learning, but it's just boring learning, nothing compared to what you did for your exams.

grebc 5 days ago | parent [-]

Cool story, glad it worked out for you.

1718627440 5 days ago | parent [-]

That's not my story at all, almost nothing of that applies to me.

tlamponi 6 days ago | parent | prev | next [-]

  > people are doing real paid work using LLMs that they could not otherwise do
FWIW, this is not exactly new; those same people were just using other sources like Stack Overflow, blog posts, etc. before, cobbling together random code snippets, libraries, and so on without actually understanding any of that at a relevant detail level.

Sure, with LLMs, one can naturally tailor this much closer to the current need (or at least the need one thinks they have) and iterate ("spew") faster, but it's not a new phenomenon in general.

sublinear 6 days ago | parent | next [-]

I think this is fine as long as the success criteria are strict enough that they are forced to learn something in the end.

Any significant testing will inevitably create that situation. The LLM won't have enough context to handle the more precise business requirements. The dev will have to read the code carefully and make their changes by hand. Additional rounds of testing may cause thrashing between regressed states until something clicks for the developer. That lightbulb going off is called "learning" and they are human after all!

oblio 5 days ago | parent [-]

> I think this is fine as long as the success criteria are strict enough that they are forced to learn something in the end.

They are fired, get promoted to management, or learn the technical aspects.

sublinear 5 days ago | parent [-]

Promotion into management isn't so different. They still experience similar thrashing and have to learn or be fired.

My point was not only that so much human learning happens out-of-band, but that it has to be fundamentally different from how an LLM builds context. I've never seen an LLM overcome the thrashing on its own. There's never any "lightbulb moment".

padolsey 6 days ago | parent | prev | next [-]

Yeh but I also mean outside of software engineering. Within the gamut of 'being a programmer' it seems fair to bleed into adjacent areas without too much cheek. We've all done it; it's part of the learning curve. But I was talking more about people in other knowledge work who have to come up with a lot of prose-like material about {insert thing}. Marketing, consultants, PMs, or even domain-specific analysts, .. ya know, the types of office jobs where people basically write emails, attend meetings, discuss reports, and produce mostly text-or-data artefacts all day long.

1718627440 5 days ago | parent | prev [-]

That sounds like fraud. You claimed you have knowledge of the job you got hired for, but you don't actually have.

If the company want's hire someone who doesn't have a clue and only uses SO, that's of course fine, but I doubt, that this is the case.

oblio 5 days ago | parent [-]

People gotta eat.

1718627440 5 days ago | parent [-]

All people do, only few resort to fraud. If you start with that argument, you can rationalize any crime.

alchemism 5 days ago | parent [-]

“Fake it ‘till you make it” is not a venerable mafia saying, if you catch my meaning.

Gepsens 6 days ago | parent | prev | next [-]

But if the AI has a blindspot then they will fail hard since they rely on the LLM for everything.

pydry 6 days ago | parent | prev | next [-]

aka there are a lot more bullshit artists around these days

i know of several engineers who produce absolute slop and who probably would have produced nothing at all in pre AI times (which would have been preferable) and probably let go or never hired (even better).

they impose such an enormous drag on productivity that they more than wipe out any gains from people using the tools responsibly.

Ampersander 6 days ago | parent | prev [-]

All those programmers who could not write fizzbuzz can ship something now.