My current strategy is to not read any of the code written by my agents
twitter.com
My current strategy is to not read any of the code written by my agents
1–10 of 65 posts
Re: My current strategy is to not read any of the code written by my agents
#2Re: My current strategy is to not read any of the code written by my agents
#3Re: My current strategy is to not read any of the code written by my agents
#4Re: My current strategy is to not read any of the code written by my agents
#5this is definitely a better outcome since all the human effort now shifts to spec, design, test scenarios tailored to the domain - as it should be.
having seen my share of human slop through decades (mine included), finally it's a relief to not have to deal with devs that don't have high standards, and the endless arguments/politics that ensue.
with llm it's just a text file away from compliance.
Re: My current strategy is to not read any of the code written by my agents
#6Re: My current strategy is to not read any of the code written by my agents
#7Re: My current strategy is to not read any of the code written by my agents
#8This is the guy that thinks optionals are too complicated? https://blog.cleancoder.com/uncle-bob/2017/01/11/TheDarkPath...
I like optionals, but I see his point too.
Re: My current strategy is to not read any of the code written by my agents
#9Re: My current strategy is to not read any of the code written by my agents
#10This is the guy that thinks optionals are too complicated? https://blog.cleancoder.com/uncle-bob/2017/01/11/TheDarkPath...
Interesting read. To his defense: the argument is not that Optionals are too complicated, but that it’s a wrong path for language design — instead programmers have to test their code properly. I like optionals, but I see his point too.