Remix.run Logo
mchusma 2 hours ago

You should do what you want, and as a break it’s fine. But IMO right now the most leverage for most people is learning how to effectively manage agents. It’s really hard. Not many are truly good with it. It will be relevant for a long time.

idle_zealot 2 hours ago | parent | next [-]

> It will be relevant for a long time.

Why would you think that? The landscape is fast-moving. Prompting tricks and "AI skills" of yesterday are already dated and sometimes actively counterproductive. The explicit goal of the companies working on the tech is to lower the barriers to entry and make it easier to use, building harnesses and doing refinement that align LLMs to an intuitive mode of interaction.

Do you think they'll fail? Do you think we've plateaued in terms of what using a computer looks like and your learnings for wrangling the agents of this year will be relevant for whatever the new hotness is next year? It's a strong claim that demands similarly strong argument to support.

aerhardt 2 hours ago | parent | prev | next [-]

> It’s really hard

How? I just open multiple terminal panes, use git tree, and then basically it’s good old software dev practices. What am I missing?

bensyverson 2 hours ago | parent [-]

You're probably significantly underselling the value of your own "good old software dev practices."

LeCompteSftware 2 hours ago | parent [-]

I believe the point (which you seem to tacitly agree with) is that a young dev's time is much better spent reading and writing code "the old-fashioned way" vs chasing the new SOTA in AI-assisted development. A competent dev can basically master agentic development in a few months. But it takes years to become competent.

baq 2 hours ago | parent | prev | next [-]

The agents are already learning to manage agents, if it’s relevancy you’re looking for you might want to take up plumbing instead.

onair4you 2 hours ago | parent | next [-]

Not sure what you are using, but that’s easier said than done. I just set up an agent to ensure that my other agent would follow my coding guidelines by using hooks. The coding agent responded by switching to editing with `sed`, etc. to circumvent the hooks.

Claude Opus is going to give zero fucks about your attempts to manage it.

bdangubic 2 hours ago | parent | prev [-]

this is exactly right, I don't manage agents anymore (and have spent countless hours before learning how to do so, now this is a skill like my microsoft access skills (which were amazing back in the day...)

sd9 2 hours ago | parent | prev | next [-]

What has been most valuable for you?

It is hard indeed. I find it really quite exhausting.

Personally, I feel like I have always been a very competent programmer. I'm embracing the new way of working, but it seems like quite a different skillset. I somewhat believe that it will be relevant for a long time, because there is an incredibly large gap in outcomes between members of my team using AI. I've had good results so far, but I'm keen to improve.

sdevonoes 2 hours ago | parent | prev | next [-]

For the average and mundane stuff, sure do whatever everyone is doing.

For the good stuff, there’s no alternative but to know and to have taste. Llms change nothing.

the_gipsy 2 hours ago | parent | prev | next [-]

If they're so great, then we will end up somewhere where it's easy to pick up.

dyauspitr 2 hours ago | parent | prev | next [-]

You will be relevant for 6 months until they manage themselves.

slopinthebag 2 hours ago | parent | prev | next [-]

Yeah, it's really difficult to remember to tell it "make no mistakes". Typing a prompt is also really hard, especially when you have to remember the cli command to open the agent. Sometimes I even forget if I need to use "medium", "high", or "xhigh" for a task.

Marazan 2 hours ago | parent | prev | next [-]

> It will be relevant for a long time.

Citation needed.

zingababba 2 hours ago | parent | prev [-]

I see you got downvoted by I agree. I went through a massive valley of despair and turned back to hand crafting only to realize that for me coding was always a means to an end and I really didn't care at all about how I got there. Now I'm having a lot of fun building out all kinds of wonky projects.