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. shell脚本里切换用户执行命令的注意事项

    功能说明:用root用户执行一个脚本,脚本里需要切换到普通用户DT去执行其他命令,其中就用到了EOF,用法如下: #!/bin/bash su - DT<<EOF cd apache-to ...

  2. SpringMVC 配置多个dispatcher 及WebApplicationInitializer的使用

    SpringMVC 在配置多个dispatcher时,一般可以如下配置: <!-- spring mvc start --> <servlet> <servlet-nam ...

  3. Solo and Mute

    [Solo and Mute ] Muting means a transition will be disabled. Soloed transtions are enabled and with ...

  4. SUSE Linux 多路径软件+LVM+裸设备的配置

    1.先要查出光纤卡的WWN号,SUSE 10下光纤卡的WWD在/sys/class/fc_host/host5/port_name文件中,有两块卡就会有两个host*的目录 接好光纤后可以在dev下可 ...

  5. Tsung压力测试:Openfire

    环境准备 安装Tsung.安装openfire.安装Spark 要对openfire进行压力测试,因此我们主要讲解如何利用jabber_register.xml在openfire上面注册用户,以及利用 ...

  6. p1429 平面最近点对(加强版)

    传送门 分析 我们可以枚举每一个点算它的最近点 估价函数应该分为3种情况计算: 大于max,小于min,位于min和max之间 代码 #include<iostream> #include ...

  7. rocketmq安装部署过程(4.0.0版本)

    准备工作 3个虚拟机节点的构成如下 : 安装步骤 操作过程 1.安装包已经上传至其中1个节点. 2.解压缩安装包 命令:unzip rocketmq-all-4.0.0-incubating-bin- ...

  8. kcp流模式与消息模式对比

    kcp的流模式,和消息模式 流模式: 更高的网络利用率 更大的传输速度 解析数据相对更复杂 消息模式: 更小的网络利用率 更小的传输速度 解析数据相对更简单 消息模式的示意图 http://www.p ...

  9. CodeForces 342A Xenia and Divisors (水题)

    题意:给定 n 个数(小于等于7),让你把它分成 m 组,每组有三个数,且满足,a < b < c,并且 a 能整除 b,b 能整除 c. 析:对于这个题,因为题目说了是不大于7的,那么一 ...

  10. 在Mac OS下配置PHP开发环境

    实在厌倦了windows无缘无故的宕机.病毒了吗,哈哈哈,这个跟我都没什么关系.准备使用下现如今牛X到不行的云平台没有办法只好研究下PHP. 现在的云平台支持的语言只有PHP.Java和Python. ...