Remix.run Logo
simonw 2 hours ago

This piece is really good:

> The cost of building has collapsed, but the cost of aligning organisationally has not. If anything, it's gone up. When three different teams can each produce a working solution to the same problem in the time it used to take to write a proposal, the bottleneck moves from engineering to coordination.

We're still figuring out how to productively use coding agents as individuals, the next challenge is figuring out how to productively use them within teams. Coding agents reduce one bottleneck - producing working code - but that just moves the bottlenecks elsewhere.

(Note I said "working" code and not "good" code, that's a whole other thing.)

CuriouslyC 38 minutes ago | parent | next [-]

I still don't understand why coding agents are silo'd, and chat history is treated as disposable. Everyone on the team should be able to see all conversations and drop in and steer agents at any time, and chat history should be part of organizational memory.

I thought labs would have pushed collaborative steering by now, but I guess people got so TUI pilled they haven't even considered the possibility.

nullpoint420 32 minutes ago | parent | next [-]

I built this at my work and it didn’t turn out too well.

It’s a distributed agentic system on Temporal where all inputs are signals to the workflow. And then each agent has its own GNOME desktop either in a K8S pod or KubeVirt VM.

The biggest problem was context and ownership. The more we kept steering the model the worse it got until eventually it couldn’t complete its task. And on the ownership side, no one clearly owned the outcomes so it was just there… generating slop.

mupuff1234 17 minutes ago | parent | prev [-]

What will chat history give you that the output of that chat won't?

sheept 5 minutes ago | parent [-]

Context? Without it, it would be like starting a new session for each follow-up prompt

Sharlin an hour ago | parent | prev | next [-]

The vibe I got from the article was that now that technical work is faster, bosses expect everything else to be proportionally equally accelerated, even though LLMs either don’t help at all at those workloads or actively make things worse.

daxfohl an hour ago | parent | prev | next [-]

One mitigating factor is the increased productivity leads to consolidation, aka layoffs, meaning fewer people to align with. (Leading to further increased productivity, more consolidation, and so on ... Whether this is a virtuous cycle or a vicious cycle depends on perspective).

esafak 42 minutes ago | parent | prev [-]

Different teams could already step on each others' toes before AI. If there is confusion over which team ought to develop something it might indicate an organizational problem. Crucially, if you ship something you must be willing to maintain it.

bot403 5 minutes ago | parent [-]

I don't think the author would dispute that. But the problem is the foot is bigger and the stepping is faster.