Remix.run Logo
HexDecOctBin 7 hours ago

And who will fix the slop? Not Silicon Valley programs being paid $200K or whatever. We stand on the verge of a golden age of outsourcing in software which will make all previous phases of outsourcing look like trial runs.

hannofcart 6 hours ago | parent | next [-]

I live in what's probably the outsourcing capital of the world (though I thankfully don't work in those body shops).

I don't think there's going to be a rush to outsource. In fact, I suspect that it's quite the opposite scenario going to play out.

Primarily because now that the cost to produce the boring/mundane stuff that is the stuff of outsourcing (internal tooling, dashboards, ERP, integrations, QA etc.), it will likely be much more cost effective to hire 3 devs in the US and give them hefty token budgets and have much easier coordination and communication loops than outsourcing to a Bangalore body shop that will try and bill you 15 engineers for the same work.

In fact, word on the street here is that there's a significant correction in the Bangalore realty market for the first time in history thanks to the IT salaries drying up. [1]

I suspect LLMs are going to have a global worldwide deflationary effect what with white collar salaries at risk. The only counter acting force might be the distortions caused by recent wars and tariff shenanigans of the US government.

But even having said all of that I am hopeful for the eventual benefits human beings can reap from the advent of LLMS. The only thing that keeps me up at night is my lack of faith in the aging gerontocracy (worldwode phenomenon) that all our futures are in the hands of that seems to be ill equipped to handle this period of what is most likely massive upheaval and uncertainty.

[1] https://timesofindia.indiatimes.com/real-estate/news/housing...

ironbound 6 hours ago | parent | prev | next [-]

Project "Death by a thousand cuts"

imhoguy 6 hours ago | parent | prev | next [-]

I come to conclusion that software source code will be kind of ephemeral output, like binaries are today. If you are not happy about slop accumulation, you take still valid functional requirements, docs, API contracts, test cases, some selection of still valid prompt history, and let better agent rewrite everything from scratch. Even if the session costs $200K one time - that is very cheap even for SMEs.

Ekaros 6 hours ago | parent [-]

I really worry about "regressions" in that model. If you regenerate everything all the time. Do you keep issues fixed or constantly end up introducing new issues. Well it might work with absolute total test coverage. Which seems to be very high bar to reach.

imhoguy an hour ago | parent [-]

In fairly complex system fixing issues in-place still introduces regressions.

Exactly, tight E2E test coverage and obviously manual functional verification to seal the coverage gaps will be needed even more.

sgt 6 hours ago | parent | prev | next [-]

Won't this mean that a lot of developers in Silicon Valley will find themselves out of a job? If the competition (AI operators) can sit 8000 miles away and be paid peanuts.

ohyes 6 hours ago | parent | next [-]

The whole point is that we’re TikToking the software industry and no one will know what to tell the ai to get the software written in a way that works. It’s in principle the same as idiocracy where no one knows how to make burrito covers anymore because shit won’t grow

xboxnolifes 6 hours ago | parent | next [-]

Maybe we need to start cryofreezing some of our best engineers as a precaution. Or even just a bunch of average ones.

sgt 42 minutes ago | parent [-]

Imagine being Guido van Rossum typing away and then the cryo-freeze squad (new ICE) comes knocking.

sgt 6 hours ago | parent | prev [-]

Maybe a super smart AI will take over the part of telling the smaller AI's what to do.

Humanity can then relax in floating chairs drinking soft drinks and consuming AI generated entertainment.

glimshe 6 hours ago | parent | prev [-]

Probably the other way around. The idea behind outsourcing is that you move the generic labor abroad and keep coordination and control onshore. AI can now do the generic labor for even less, so you'll likely see small onshore teams using AI instead.

AI won't end silicon valley, but could still shrink it significantly.

sgt 6 hours ago | parent [-]

Unless, of course, new opportunities arise and the economy grows. This is not even unlikely as we've seen amazing growth the last 25 years, even.

In which case your sentiment is probably correct. And now that I think of it, this is potentially very bad news for the outsourcing companies in countries like India. They also have less money to spend on tokens.

BSVogler 6 hours ago | parent | prev [-]

This is cope. There is no going back to artisan programming. Any issues will also be fixed by ai agents.

mechazawa 6 hours ago | parent | next [-]

Sufficiently complex software is something agents still struggle a lot with

bulder 6 hours ago | parent | prev | next [-]

Patching over the architectural nightmares LLMs pour out is I think the opposite of artisan programming.

BSVogler 4 hours ago | parent [-]

it does not have to be patching over the existing system. Of course you need someone experience in the loop, but it is not that someone needs to manually refactor everything by typing every line. One approach that works quite well is like this.

"give me all the specs in a list" -> "which architectural changes would simplify the implementation based of these specs" -> delete everything -> "implement the new specs"

6 hours ago | parent | prev [-]
[deleted]