(no title)
Spartan-S63 | 7 months ago
We're in a precarious spot where code is cheap to generate thanks to LLMs, but it's hard to build Good Softwareâ„¢ with only generated code. It's a pit of despair, of sorts.
If we can get LLMs to a place where that's no longer true, then writing code going away may be the new base case, but there's no guarantee we can extend LLMs that far.
spense|7 months ago
i'm suggesting the solution is abstraction + composition. 1/ use ai to solve a subset of the problem 2/ abstract away its complexity to just its interface 3/ build with known interfaces.
this is how we solve problems. it should work the same for ai.