AI can 10x developers in creating tech debt
11–20 of 32 posts
Re: AI can 10x developers in creating tech debt
#12Re: AI can 10x developers in creating tech debt
#13Non-native speaker here. Is the phrasing of the blog title awkward or am I the only one? Seems like they are using "10x" as a verb and my brain kept parsing "10x" as a adjective to developer, reading "10x developer" which is a already established industry lingo.
"So AI can ... developers" is begging for a verb, there is no room for an adjective there.
Re: AI can 10x developers in creating tech debt
#14GIGO very much still applies.
Once again, it is a sign of modern programming that the solution to more problems is throwing more code at it, rather than more upfront thinking that will lead to less code overall. The “work hard, not smart” crowd won this round, I guess.
The best engineer used to be the lazy one [1]. The mental effort of micromanaging a machine by explaining what you need in prose is diametrically opposite to just being lazy, sitting on a hammock, and writing directly the simplest possible solution that requires the least amount of maintenance. But sure, enjoy the 200k line vibe coded ball of mud to run ferrets and gas towns or whatever these guys do all day.
1: before dopaminergic stimulants were as widespread as today.
Re: AI can 10x developers in creating tech debt
#15Re: AI can 10x developers in creating tech debt
#16Non-native speaker here. Is the phrasing of the blog title awkward or am I the only one? Seems like they are using "10x" as a verb and my brain kept parsing "10x" as a adjective to developer, reading "10x developer" which is a already established industry lingo.
Native speaker here: yeah, it's awkward. It's possible to use a multiplier like "10x" or "5x" as a verb like that, but the object has to be the thing being increased , like "productivity" or "sales". And it's usually best to put a word like "the" or "your" in there to avoid confusing it with the case where you're using 10x as an adjective (like in "10x developer" or "10x growth"). So there are a lot of articles and b…
I hate hate hate this trend of grammatical fuckery of using "some-number x" as verbs.
It's another dumb shit techbros say, like pinging people...
Re: AI can 10x developers in creating tech debt
#17Non-native speaker here. Is the phrasing of the blog title awkward or am I the only one? Seems like they are using "10x" as a verb and my brain kept parsing "10x" as a adjective to developer, reading "10x developer" which is a already established industry lingo.
These types of sentences are called garden-path sentences. You can read some typical examples here https://en.wikipedia.org/wiki/Garden-path_sentence#Examples
Re: AI can 10x developers in creating tech debt
#18Many stop at the first thing that works. This is totally fine for code that will run once to get a result and then be discarded. But if that code is going into a product or service that will be maintained, you have to have the knowledge and the will to push further until you have not just a working but a lean, clean and simple solution.
Re: AI can 10x developers in creating tech debt
#19GIGO very much still applies.
We’ve invented a machine that can spew a lot of garbage out. Sure, you can sift through it to find the nuggets of gold, but the proponents of this new methodology heavily discount this additional effort. Studies seems to show that at the end of the day the benefits are minimal, despite the claims. Once again, it is a sign of modern programming that the solution to more problems is throwing more code at it, rather tha…