(no title)
captain_coffee | 1 month ago
That is literally not true - is the author speaking about what he personally sees at his specific workplace(s)?
If 90% of the code at any given company is LLM-generated that is either a doomed company or a company doesn't write any relevant code to begin with.
I literally cannot imagine a serious company in which that is a viable scenario.
PaulHoule|1 month ago
But to have 20 copies of Claude Code running simultaneously and the code works so well you don't need testers == high on your own supply.
justarandomname|1 month ago
s1mplicissimus|1 month ago
reminds me of a bar owner who died of liver failure. people said he himself was his best customer
20k|1 month ago
>We are entering an era where the Brain of the application (the orchestration of models, the decision-making) might remain in Python due to its rich AI ecosystem, but the Muscle, the API servers, the data ingestion pipelines, the sidecars, will inevitably move to Go and Rust. The friction of adopting these languages has collapsed, while the cost of not adopting them (in AWS bills and carbon footprint) is rising.
This is the most silicon valley brain thing I've seen for a while
We're entering an era where I continue to write applications in C++ like I've always done because its the right choice for the job, except I might evaluate AI as an autocomplete assistant at some point. Code quality and my understanding of that code remains high, which lets me deliver at a much faster pace than someone spamming llm agent orchestration, and debuggability remains excellent
90% of code written by devs is not written by AI. If this is true for you, try a job where you produce something of value instead of some random silicon valley startup
ravenstine|1 month ago
bartread|1 month ago
I've recently joined a startup whose stack is Ruby on Rails + PostgreSQL. Whilst I've used PostgreSQL, and am extremely familiar with relational databases (especially SQL Server), I've never been a Rubyist - never written a line of Ruby until very recently in fact - and certainly don't know Rails, although the MVC architecture and the way projects are structured feels very comfortable.
We have what I'll describe as a prototype that I am in the process of reworking into a production app by fixing bugs, and making some pretty substantial functional improvements.
I would say, out of the gate, 90%+ of the code I'm merging is initially written by an LLM for which I'm writing prompts... because I don't know Ruby or Rails (although I'm picking them up fast), and rather than scratch my head and spend a lot of time going down a Google and Stackoverflow black hole, it's just easier to tell the LLM what I want. But, of course, I tell it what I want like the software engineer I am, so I keep it on a short leash where everything is quite tightly specified, including what I'm looking for in terms of structure and architectural concerns.
Then the code is fettled by me to a greater or lesser extent. Then I push and PR, and let Copilot review the code. Any good suggestions it makes I usually allow it to either commit directly or raise a PR for. I will often ask it to write automated tests for me. Once it's PRed everything, I then both review and test its code and, if it's good, merge into my PR, before running through our pipeline and merging everything.
Is this quicker?
Hmm.
It might not be quicker than an experienced Rails developer would make progress, but it's certainly a lot quicker than I - a very inexperienced Rails developer - would make progress unaided, and that's quite an important value-add in itself.
But yeah, if you look at it from a certain perspective, an LLM writes 90% of my code, but the reality is rather more nuanced, and so it's probably more like 50 - 70% that remains that way after I've got my grubby mitts on it.
WD-42|1 month ago
I’m a bit concerned we might be losing something without the google and stack overflow rabbit holes, and that’s the context surrounding the answer. Without digging through docs you don’t see what else is there. Without the comments on the SO answer you might miss some caveats.
So while I’m faster than I would have been, I can’t help but wonder if I’m actually stunting my learning curve and might end up slower in the long term.
captain_coffee|1 month ago
Did I get that right or did I miss anything?
AstroBen|1 month ago
happytoexplain|1 month ago
monero-xmr|1 month ago
ekidd|1 month ago
neya|1 month ago
liveoneggs|1 month ago