Remix.run Logo
marcus_holmes 3 hours ago

The thing I'm seeing in people's use of LLMs is that there's still a strong contrast in technical usage of them.

I went to the local Claude Code meetup last week, and the contrast between the first two speakers really stuck with me.

The first was an old-skool tech guy who was using teams of agents to basically duplicate what an entire old-fashioned dev team would do.

The second was a "non-technical" (she must have said this at least 20 times in her talk) product manager using the LLM to prototype code and iterate on design choices.

Both are replacing dev humans with LLMs, but there's a massive difference in the technical complexity of their use. And I've heard this before talking to other people; non-technical folks are using it to write code and are amazed with how it's going, while technical folks are next-level using skills, agents, etc to replace whole teams.

I can see how this becomes a career in its own right; not writing code any more, but wrangling agents (or whatever comes after them). The same kind of mental aptitude that gets us good code can also be used to solve these problems, too.

toofy an hour ago | parent [-]

and the things the first person is doing can very very easily be trained into a bot as well.

this doesn’t seem like a safe direction either.