Live data from Hacker News

Workers who love ‘synergizing paradigms’ might be bad at their jobs

news.cornell.edu

231–240 of 354 posts

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#231
post #40
post #26

I found this title amusing, since I'm actually synergizing paradigms, i.e. trying to find the commonalities between different models of human behavior. (There are dozens of us!)

Wouldn't that be synthesising paradigms?

Crap, you're right! The goal is synthesis. Can we distil a bunch of models down to something more fundamental and elegant.

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#232

Earlier quoted context omitted.

Corporate speak as a signalling mechanism is only effective among the "clueless" in the Gervais model. If any CEO tried to talk 1:1 to a competent board member that way, they would lose all credibility. Once you've operated at a certain level you get it This also holds true for competent non-board members. I have interacted with C-level executives at fortune 100 companies, as well as smaller businesses. It is almost…

> I have also met some that seemingly calculate their tone and cadence to try to manipulate the person(s)/people(s) they're talking to. This is a trait of a psychopath. Not surprisingly, one finds a lot of them in the executive ranks.

The polite term these days is "sociopath", which takes out the whole "psycho-killer" weightedness (because a sociopath can be very likeable and friendly) - and they fill the ranks of leadership in all professions...

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#233

Earlier quoted context omitted.

There's CYA jargon, like layoffs, workforce rationalizations, letting someone go, challenging fiscal environment. And there's blatant bullshit, like paradigm shift, culture building, and so on. Two categories of execspeak.

I think those are just degree of difference in "context required to understand", not different categories.

You think so, with a term such as "culture building"?

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#235

Earlier quoted context omitted.

One example elaborated: You _want_ most ICs to ignore a negative message that doesn't involve them, and you _want_ to give middle / lower managers the discretion to address an ICs "nonsynergistic" contributions on their own time. It's a signal not a prescription. This allows a public person to make a public statement and set direction without prescribing actions so lower management and ICs can do their thing. Upper m…

It would be a hell of a lot more functional to simply say directly what you want and mean. This sort of management is dysfunctional even in it's premises.

In this example you're actually just being polite. You are not calling out a person publicly, you're transmitting a course-correction through their manager that allows the person who knows you best to communicate the correction the best way AND it allows the corpo to take the blame for being vague and uninformative.

Sure, direct, cold, concrete, public data is "best" in the objective sense, but people's feelings and pride matter, and any attempt to wave that away is just naive.

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#236
Corporate jargon is a relatively recent development in business history.[1] It wasn't seen much until the 1950s and 1960s, when "organization development" and management consulting became an industry. Peter Drucker seems to have popularized it in the 1980s.

Then came PowerPoint.

Before that it was more of a political and religious style of communication. In those areas, speeches and texts designed to be popular but not commit to much dominate. Religious texts are notorious for their ambiguity.

The point seems to be to express authority without taking responsibility.

[1] https://www.rivier.edu/academics/blog-posts/circling-back-on...

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#237

If anyone wants a chuckle, I vibe-coded an endless supply of "synergizing paradigm" terms as a slideshow for a fake corporation. It's fun to put on in the background on a tv somewhere to see if anyone notices. https://brightpath-global-solutions.com/ Edit: repo link: https://github.com/chronick/global-business-solutions

"Affordable ... at premium prices". :D

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#238
post #86

Earlier quoted context omitted.

Unless you mean just regular constructor parameters, dependency injection in the sense of a runtime dependency injection framework is the one thing I try to avoid like the plague.

That is called a "DI Container", and usually manages the objects and order of instantiation etc. Dependency injection simply means to take objects as parameters, and not instantiate them themselves (which causes "Inversion of Control" also commonly mentioned when talking about DI). DI Containers just makes the managing of objects easier. Avoiding it like a plague seems excessive, did you have a bad experience with th…

When Martin Fowler coined the term Dependency Injection [0], that was specifically for the context of container instrumentation. Merely passing service objects as constructor parameters is more akin to the Strategy pattern. At least in the Java world where it originated, “dependency injection” has always been about wiring application components and services together at runtime based on configuration, often directly injecting the dependencies into object fields via reflection, and not about statically compiled constructor invocations that happen to pass service objects.

[0] https://martinfowler.com/articles/injection.html

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#239

It's surprising to me that people don't consider these coded language. Sure, the junior manager might use them vaguely to mimic, but IMHO, when vague language comes up at decision tables, it's usually coding something more precise in a sort of plausible deniability. A senior manager on reviewing a proposal asks them to synergize with existing efforts: Your work is redundant you're wasting your time. A senior director…

I think this also explains some of our political climate. Everything the current administration says sounds like gibberish and equivocation to me, but to its intended audience it is a clear communication about wielding power and grift.

Conversely, when someone talks about "decolonizing" a curriculum or "centering" marginalized voices, to me it's a clear statement about who gets to define meaning and whose history counts, but to my Boomer uncle it's incoherent, if not an outright attack.

Re: Workers who love ‘synergizing paradigms’ might be bad at their jobs

#240
post #201

Earlier quoted context omitted.

In the test these weren't coded language, they were randomly generated phrases. The finding is that the people who don't know how to decipher the code are easily impressed by it and have poor analytical skills.

from TFA: > “Corporate bullshit is a specific style of communication that uses confusing, abstract buzzwords in a functionally misleading way,” said Littrell, a postdoctoral researcher in the College of Arts and Sciences. “Unlike technical jargon, which can sometimes make office communication a little easier, corporate bullshit confuses rather than clarifies. It may sound impressive, but it is semantically empty.” I'…

> Eventually they figured out that language served a different purpose inside the bond market than it did in the outside world. Bond market terminology was designed less to convey meaning than to bewilder outsiders. Overpriced bonds were not "expensive" overpriced bonds were "rich," which almost made them sound like something you should buy. The floors of subprime mortgage bonds were not called floors--or anything else that might lead the bond buyer to form any sort of concrete image in his mind--but tranches. The bottom tranche--the risky ground floor--was not called the ground floor but the mezzanine, or the mezz, which made it sound less like a dangerous investment and more like a highly prized seat in a domed stadium. A CDO composed of nothing but the riskiest, mezzanine layer of subprime mortgages was not called a subprime-backed CDO but a "structured finance CDO." "There was so much confusion about the different terms," said Charlie. "In the course of trying to figure it out, we realize that there's a reason why it doesn't quite make sense to us. It's because it doesn't quite make sense."

The Big Short by Michael Lewis, page 101.

Post reply on HN