←back to thread

548 points kmelve | 2 comments | | HN request time: 0s | source
Show context
ale ◴[] No.45109875[source]
It’s about time these types of articles actually include the types of tasks being “orchestrated” (as the author writes) that aren’t just plain refactoring chores or React boilerplate. Sanity has quite a backlog of long-requested features and the message here is that these agents are supposedly parallelizing a lot of the work. What kind of staff engineer has “80% of their code” written by a “junior developer who doesn't learn“?
replies(6): >>45110352 #>>45111148 #>>45111902 #>>45112019 #>>45113025 #>>45116018 #
mindwok ◴[] No.45111902[source]
IMO “junior developer who doesn't learn“ is not quite right. Claude is more like an senior, highly academic engineer who has read all the literature but hasn't ever written any code. Amazing encyclopaedic knowledge, zero taste.

I've been building commercial codebases with Claude for the last few months and almost all of my input is on taste and what defines success. The code itself is basically disposable.

replies(4): >>45112275 #>>45112775 #>>45112856 #>>45113726 #
globular-toast ◴[] No.45112775[source]
If the code is disposable then where do all the rules and reasoning etc live apart from in your head?
replies(1): >>45113354 #
dotancohen ◴[] No.45113354{3}[source]
In the spec.
replies(1): >>45115374 #
globular-toast ◴[] No.45115374{4}[source]
Hmm... my code is the spec. It just happens to be executable. Is writing a precise spec in English easier than in a programming language?
replies(1): >>45116315 #
dotancohen ◴[] No.45116315{5}[source]
The spec contains ambiguities and the code contains bugs. Clarifying ambiguities in the spec with stakeholders, allows one to reduce bugs in the code.
replies(1): >>45117508 #
1. caseyohara ◴[] No.45117508{6}[source]
If you repeat this process until all ambiguities in the spec are eliminated, aren't you essentially left with code? Or at least something that looks more like code than plain English?
replies(1): >>45118643 #
2. dotancohen ◴[] No.45118643[source]
No