Small Teams Will Ship More Software Than They Can Maintain
vincent_s
13 points
2 comments
June 28, 2026
Related Discussions
Found 5 related stories in 551.9ms across 14,015 title embeddings via pgvector HNSW
- The economics of software teams: Why most engineering orgs are flying blind kiyanwang · 393 pts · April 13, 2026 · 65% similar
- Lean Software Scaling Laws gmays · 18 pts · July 05, 2026 · 58% similar
- Software Engineering Won't Be Over speckx · 12 pts · May 26, 2026 · 55% similar
- Software Engineering Handbook for Modern Teams bayburtlu · 11 pts · April 22, 2026 · 53% similar
- Companies Will Stop Making Software zpj5005 · 16 pts · May 06, 2026 · 52% similar
Discussion Highlights (1 comments)
joshstrange
The unresolved question is: Can LLMs improve faster than the tech debt catches up to you. A lot of people/companies are betting on “yes”. I honestly don’t know where I stand. I can’t, in good conscience, yolo code into my company’s code base. I use LLMs extensively but I’m not ready to abdicate my understanding and review of new code. I have 100% vibed little prototypes or side projects for myself where I’ve never looked at the code. I’m just not ready to do that for my day job or my side business. But what was once a “I’d never do that” has shifted into “Is this possibly what the future will look like?”. I’ve been playing with LLMs from the start and used tools like Aider before coding agent harnesses we really “a thing” (pre-Claude code/codex/opencode/pi). Initially I dismissed them as “really cool, but holy god it’s so much slop” but that’s starting to change (really started for me in Dec 2025) and I’m finding fewer and fewer mistakes in the LLM-generated code and becoming more and more impressed with it’s output. I’m started to wonder if my need to feel in control of the code and understand it is actually still worth anything. I don’t understand assembly, I don’t like working in C, I already work I higher-level languages, is this the next step? Yes, yes, there is a world of nuance between ASM->C vs C->LLM but what used to be a hard red line for me looks a lot blurrier today.