TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Managing Teams Through Interfaces

54 pointsby jstanierover 4 years ago

3 comments

viiover 4 years ago
It&#x27;s not ok to set goals and let people just get on with them. The result of that is the most extraordinary implementations; it&#x27;s just not possible to lock down requirements clearly enough to have the right outcomes come out without massive communication of implicit context.<p>The contradiction in management is that you must somehow know what&#x27;s going on, but it is not helpful to interfere constantly.<p>I don&#x27;t see how this framework helps with what I think is the most difficult problem in management: how to deal with talented people who aren&#x27;t connecting to impact in their current roles. If you don&#x27;t reward them, they&#x27;ll leave. If you reward them, everybody else will be justifiably jealous. Setting interfaces doesn&#x27;t help you figure out how to unblock them and might make it worse.
评论 #24266570 未加载
troelsSteeginover 4 years ago
Interfaces are contracts between caller and provider. James Stanier, the author, is using interfaces as contracts in order to make expectations explicit while delegating out the provider&#x27;s implementation.<p>He does not address the contract that you as a manager fulfill as a provider for your reports. He should. Given the volume of material on his site, I&#x27;d expect he addresses how managers serve elsewhere.<p>Stanier is talking about managers managing other managers, so the units of implementation are people who orchestrating other people&#x27;s work and who are serving the needs of their teams in turn. A manager of managers has an interest in &quot;what&quot;, the contract, and as well as &quot;how well&quot;, the return, and following that, with exception cases, the causal question of &quot;why&quot;. As a manager of managers you need to know enough specifics to quickly understand and add value in situations where your chief service is exception handling and diagnostics.
kevsimover 4 years ago
&gt; Which processes will be used to run the team<p>As a manager of managers, I could not possibly care less. I&#x27;d certainly leave that one out of any &quot;interface&quot; I was designing. That&#x27;s strictly an implementation detail.