L365

时间:2021-11-16 03:22:03

When I started my company nine years ago, I was a young, inexperienced founder without much capital. This defined my approach to hiring in two key ways: I hired primarily young, inexperienced talent while I got my company off the ground, and I trusted those young employees more than many would have, since frankly, I was young and inexperienced myself.

Although at the time I made these decisions out of necessity, they ended up being among the best hires I have made. We have 200 employees now, but almost half of our leadership team is made up from the then-inexperienced people who I hired in the early days. Here is why hiring inexperienced employees ended up paying off.

Experience doesn’t always equal talent
Entrepreneurs are often under a lot of pressure to hire the most seasoned, tenured leaders they can find. There is no time to stop and teach anyone the skills needed to rise through the ranks—you have to hit your numbers, and quickly.
But just because someone looks great on paper doesn’t mean they will be the best choice for your growing business. Think of the Peter Principle—the concept that in many hierarchical corporations, employees will rise through promotions until they reach the levels of their respective incompetence.

This principle points to another important factor about experience that many overlook: It can, at times, serve as a disguise for mediocrity. If someone has served as an email marketing manager for a number of years, it may not be because they are especially strong in that role, but that they have been passed over in favor of others. Of course there are exceptions to this; circumstances outside of employees’ control can prevent upward momentum, the size of organizations and the resources available can play a role in promotion decisions. But it’s important to remember that spending many years in one position doesn’t always translate to talent.

A background in another field can be an advantage
Years of experience in any field—whether marketing or data science—can also leave employees fixated on the same processes and approaches that have worked for them in the past. Essentially, they come with a playbook, and may not be as flexible or quick to adapt in a new working environment.

If you hire people with a variety of backgrounds, even from different fields, they will bring maturity and experience from their previous roles without the baggage of years hammering the same problems in the same ways. Getting people outside of their comfort zone forces them to look at solving problems in a new light, and will bring new energy and creativity into your team.

Interviews are the tip of the iceberg
Many companies dedicate a significant amount of time and resources to complex, multi-layered interview processes, and there is no doubt that you can learn a lot about a potential candidate this way. But it’s important to remember that no matter how in-depth your interview process, it only captures a fraction of a candidate’s capabilities and potential. Six months of work within your company will tell you far more about candidates’ capabilities than any interview ever will.
Especially when we started out, I would keep my interview priorities incredibly simple: Did the candidates have some schooling relevant to the role? Did they demonstrate a good attitude? And most crucially, were they hungry to learn more and succeed? At the end of the day, that’s all you really need to get started.

Elevating young talent early will create culture heroes
When we were a small and scrappy team, we naturally leaned on each other and a practiced a “learn by doing” approach to growing the company. That has become a foundational value of our culture today, and hiring a number of young employees helped create an atmosphere of learning, nurturing and experimentation.

What’s more, the untested employees that did excel and become leaders inspired other employees and candidates by demonstrating that age or inexperience were not barriers to success. Those original success stories became “culture heroes” within our ranks, and they were better equipped to inspire that same loyalty and connection in new employees.
Of course, every company needs to consider experience in its hiring process and can certainly benefit from leaders with years of learning under their belt. But too many entrepreneurs, especially new ones, shy away from any untested talent, whether it’s someone just starting their career or transitioning from a different industry, for fear that it might hold back their growth. Instead, I encourage leaders to think beyond credentials, embrace inexperience, and trust their instincts. You may just hire an undiscovered superstar who will make your company that much stronger.

L365的更多相关文章

  1. 在中文windows下使用pywinauto进行窗口操作

    这两天开始接触pywinauto,听说百度的自动化QA也用这个模块,于是来了兴趣,但网上的教程很少,而且基本上都是拿官方的notepad来说,首先中文菜单的支持是问题,其次各种操作也没有写清楚,阅读官 ...

  2. 使用Selenium+appium进行App测试

    1. 启动安卓虚拟机.

  3. C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形

    原文:C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形     最近在写WPF界面的时候遇到一个情 ...

  4. TVM代码生成codegen

    TVM代码生成codegen 硬件后端提供程序(例如Intel,NVIDIA,ARM等),提供诸如cuBLAS或cuDNN之类的内核库以及许多常用的深度学习内核,或者提供框架例,如带有图形引擎的DNN ...

  5. 将代码生成器带入TVM

    将代码生成器带入TVM 为了使数据科学家不必担心开发新模型时的性能,硬件后端提供程序(例如Intel,NVIDIA,ARM等)可以提供诸如cuBLAS或cuDNN之类的内核库以及许多常用的深度学习内核 ...

  6. 如何在TVM上集成Codegen(下)

    如何在TVM上集成Codegen(下) Bring DNNL to TVM: JSON Codegen/Runtime 现在实现将中继图序列化为JSON表示的DNNL codegen,然后实现DNNL ...

随机推荐

  1. 面对一个新的MCU,我再也不敢说第一步是点灯了

    折腾了几天AT91SAM3S,今天才算是把开发板上的3个LED点亮. 在点亮之前,起码看了百八十页的Datasheet,动用了N次百度. 各种时钟,看门狗,分散加载,中断向量,都得去整.这些都远远超过 ...

  2. [docker] 管理docker容器中的数据

    之前我们介绍了Docker的基本概念(前面的没翻译...),了解了如何使用Docker镜像进行工作,并且学习了网 络和容器之间的链接.这一节我们将讨论如何管理容器中及容器之间的数据. 我们将查看下面两 ...

  3. SQL注入测试平台 SQLol -4.UPDATE注入测试

    访问首页的update模块http://127.0.0.1/sql/update.php,开始对update模块进行测试. update语法: UPDATE [users] SET [username ...

  4. wpa_cli 连接 wifi

    转自:http://hi.baidu.com/yyangjjun/item/9dfe8e175439fc7a1009b5ba   1: run wpa_supplicant first use the ...

  5. Python 经典面试题汇总之框架篇

    前端和框架 1.谈谈你对http协议的认识 浏览器本质,socket客户端遵循Http协议 HTTP协议本质:通过\r\n分割的规范,请求响应之后断开链接 ==> 短连接.无状态 具体: Htt ...

  6. [转]IntelliJ IDEA 使用spring-boot-devtools热部署无效解决办法

    来源:https://www.jianshu.com/p/4d8aa6dfd103 相信大部分使用IntelliJ IDEA的同学都会遇到这个问题,即使项目使用了spring-boot-devtool ...

  7. MySQL设置空密码

    因为刚安装的时候,MySQL强制设置密码,但是我需要设置MySQL为空密码 语句: ';

  8. SpringMVC(二)高级

    高级参数绑定 1.1. 绑定数组 1.1.1. 需求 在商品列表页面选中多个商品,然后删除. 1.1.2. 需求分析 功能要求商品列表页面中的每个商品前有一个checkbok,选中多个商品后点击删除按 ...

  9. c#中Socket网络通信的入门

    请访问 http://balabiu.com/?p=16 后续本文更新将在这里: 将设计服务器端异步接受客户端连接和客户端消息.

  10. Kafka学习之路 (二)Kafka的架构

    一.Kafka的架构 如上图所示,一个典型的Kafka集群中包含若干Producer(可以是web前端产生的Page View,或者是服务器日志,系统CPU.Memory等),若干broker(Kaf ...

相关文章