←back to thread

548 points kmelve | 2 comments | | HN request time: 0.405s | source
1. resonious ◴[] No.45110042[source]
Interesting that this guy uses AI for the initial implementation. I do the opposite. I always build the foundation. That way I know how things work fundamentally. Then I ask agents to do boilerplate tasks. They're really good at following suit, but very bad at architecture.
replies(1): >>45110331 #
2. f311a ◴[] No.45110331[source]
Yeah, LLMs are pretty bad at planning maintainable architecture. They don’t refactor it when code is evolving and probably can’t do it due to context limitations.