Reposting a question for Ed Zitron, I'll forward responses.
-
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity I don't think it's happened in my professional life. At each company I've worked at there are some programmers who seem to be a bit behind the curve, and occasionally a few who don't do very good work, but nobody I would consider completely useless.
-
@ludicity I worked mostly at (pen)testing and have always been astonished how basics of basics were unclear for many people (e.g. "does this code run on the client or the server?"). My opinion in summary is that the general quality of sw engineering/ers declined since managers figured out they can bill by the hour instead of fulfillment under the guise of "agile" (see "I'm gonna write myself a new minivan this afternoon").
@buherator @ludicity I have run into security engineers a couple of times matching that description.
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity I would say for GCC, the difference is NOT pre-LLM vs post-LLM when it comes to software engineers that seems completely useless or lacking in basic knowledge.
In fact I would say the difference for GCC bug reports it would be when it became more common knowledge that there is undefined behavior in C/C++.
Since there is so much more things written about how signed integer overflow is undefined behavior and much more written about C/C++ aliasing rules; there have been much push back at their code having undefined behavior in it.
GCC seemly gets less and less bug reports that need to be closed as invalid for having undefined behavior in it. In the last 2 months, GCC has got around 3 or 4 that has had undefined behavior in it. Around 10 years ago, it would have been closer to 12 or so for a 2 month span.
These days my bug triaging is more about bug reports that have been already filed rather than invalid ones.
(been doing this for 20+ years now too so I have noticed trends like this). -
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity oh boy. Pre, regulary, absolutely. LLM do not seem to have made that much of an inroads yet into our field, except Juniors getting led astray and eventually coming back very confused.
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity I worked for most of my career at a place that had a very good interview process, and pretty much everyone was competent on all the right axes. But at one point we started using some contractors from an agency and quickly realised we had to do our own screening of them. I usually asked them to code FizzBuzz in their choice of language and explain what they were doing as they did it. 20% couldn't do it at all. 30% struggled to explain their reasoning or listen to hints.
-
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity you can spot club members because they wear a badge with "IBM" written on it.
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity i'm a bit worried about confirmation bias here, though of course incompetence has existed and will continue to exist. the difference between a competent and incompetent engineer isn't decided by the tools that they have access to but the time they choose / are afforded to develop competency and how well they have learned-to-learn.
that said, while there isn't a quantitative difference in incompetence engineers, there is a qualitative difference in incompetent engineering. expensive AI licenses move wealth from labour to capital and give management hacks a license to demand specific things from engineers at a specific rate. some of the heaviest AI users ive seen are the junior enggs and interns, and while they werent able to answer questions about what they wrote pre-LLMs either, now it's buried in an amount of noise and unaccountability that makes it hard to catch these pitfalls during code reviews.
LLMs dont make people incompetent the moment you touch them. they change the amount of code, plausibly functional code mind you, that you can create in a given amount of time. this reduces the amount of time seniors can spend in design, reviewing, and talent building, and hinders the processes that (sometimes) build competence out of incompetence. i'm not a full-time-hater of LLMs, but i do worry about the real damage they do to enterprise engineering processes moreso than the engineers themselves.
-
R relay@relay.infosec.exchange shared this topic
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
all. the.time. Both before and after LLMs.
Devs with minimal networking knowledge.
Web-devs with zero HTTP knowledge.
C coders writing buffer-overflows and failing proper malloc/free pairing
SQL injection vulnerabilities out the wazoo.
Interviewed folks who couldn't write a basic fizzbuzz loop (or similar Coding 101 style exercise) in languages they claimed to have expertise.
I lived through the years of "I can use Frontpage and FTP files up to a server, I must be a web-developer!" with no regard to semantic markup, accessibility, security, usability, etc.
-
all. the.time. Both before and after LLMs.
Devs with minimal networking knowledge.
Web-devs with zero HTTP knowledge.
C coders writing buffer-overflows and failing proper malloc/free pairing
SQL injection vulnerabilities out the wazoo.
Interviewed folks who couldn't write a basic fizzbuzz loop (or similar Coding 101 style exercise) in languages they claimed to have expertise.
I lived through the years of "I can use Frontpage and FTP files up to a server, I must be a web-developer!" with no regard to semantic markup, accessibility, security, usability, etc.
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity I have run into it a lot during technical interviews both before and after LLMs.
I would not hire anyone who didn't do a white board coding exercise in front of me at this point.
I know for a fact that there's no reliable proctoring method. -
R relay@relay.infosec.exchange shared this topic
-
Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:
"This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"
@ludicity I've been in software engineering for 20 years and I haven't met any people like this yet, even by stretching the definition. Lots of completely unmotivated software engineers, lots with surprising and alarming holes in their knowledge, plenty of unreliable ones, but useless? Never

️