{"id":176,"date":"2026-09-20T01:54:33","date_gmt":"2026-09-20T01:54:33","guid":{"rendered":"https:\/\/hiringeye.com\/blog\/?p=176"},"modified":"2026-09-20T02:24:35","modified_gmt":"2026-09-20T02:24:35","slug":"the-unsearchables","status":"publish","type":"post","link":"https:\/\/hiringeye.com\/blog\/the-unsearchables\/","title":{"rendered":"The\u00a0Unsearchables"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>The Unsearchables \u2014 HiringEye<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&amp;family=Instrument+Sans:wght@400;500;600&amp;family=JetBrains+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#160016;\n    --ink-2:#1f021d;\n    --plum:#2c0a2a;\n    --magenta:#80007E;\n    --magenta-lift:#b23aae;\n    --gold:#C9A024;\n    --gold-soft:#e0be55;\n    --paper:#f4ecef;\n    --paper-dim:#c8b6c6;\n    --paper-faint:#8f7b8d;\n    --line:rgba(201,160,36,.22);\n    --measure:34rem;\n    --serif:\"Fraunces\",Georgia,serif;\n    --sans:\"Instrument Sans\",system-ui,sans-serif;\n    --mono:\"JetBrains Mono\",ui-monospace,monospace;\n  }\n\n  *{box-sizing:border-box;margin:0;padding:0}\n  html{scroll-behavior:smooth}\n  body{\n    color:var(--paper);\n    font-family:var(--sans);\n    font-size:18px;\n    line-height:1.68;\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n  }\n  #top{\n    background:var(--ink);\n\n  }\n  ::selection{background:var(--gold);color:var(--ink)}\n\n  .wrap{max-width:64rem;margin:0 auto;padding:0 1.5rem}\n  .read{max-width:var(--measure);margin-inline:auto}\n\n  em{font-style:italic}\n  strong{font-weight:600;color:#fff}\n\n  \/* ---------- top bar ---------- *\/\n  header{\n    position:sticky;top:0;z-index:50;\n    display:flex;align-items:center;justify-content:space-between;\n    padding:1.1rem 1.5rem;\n    background:linear-gradient(var(--ink),rgba(22,0,22,.72));\n    backdrop-filter:blur(8px);\n    border-bottom:1px solid rgba(201,160,36,.12);\n  }\n  .brand{font-family:var(--serif);font-weight:600;font-size:1.28rem;letter-spacing:-.01em;color:var(--paper);text-decoration:none}\n  .brand span{color:var(--gold)}\n  .nav-cta{font-size:.95rem;color:var(--paper-dim);text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:2px;transition:color .2s,border-color .2s}\n  .nav-cta:hover{color:var(--gold);border-color:var(--gold)}\n\n  \/* ---------- hero ---------- *\/\n  .hero{\n    position:relative;\n    padding:5.5rem 0 4rem;\n    text-align:center;\n    background:\n      radial-gradient(120% 90% at 50% -10%, rgba(128,0,126,.42) 0%, transparent 55%),\n      radial-gradient(60% 50% at 85% 20%, rgba(201,160,36,.10) 0%, transparent 60%);\n  }\n  .eyebrow{\n    font-family:var(--mono);font-size:.78rem;letter-spacing:.16em;\n    color:var(--gold);opacity:.9;margin-bottom:1.6rem;\n  }\n  h1.title{\n    font-family:var(--serif);\n    font-weight:600;\n    font-optical-sizing:auto;\n    font-size:clamp(1.2rem,6vw,6.5rem);\n    line-height:.92;\n    letter-spacing:-.03em;\n    margin-bottom:1.4rem;\n  }\n  .hero-sub{\n    font-size:clamp(1.1rem,2.4vw,1.4rem);\n    color:var(--paper-dim);\n    max-width:33rem;margin:0 auto 2.8rem;\n    line-height:1.5;\n  }\n  .hero-sub b{color:var(--paper);font-weight:500}\n\n  \/* ---------- search moment ---------- *\/\n  .searchbox{\n    max-width:38rem;margin:0 auto;\n    text-align:left;\n    border:1px solid rgba(201,160,36,.28);\n    border-radius:14px;\n    background:rgba(20,1,20,.6);\n    box-shadow:0 24px 60px -30px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.03);\n    overflow:hidden;\n  }\n  .search-field{\n    display:flex;align-items:center;gap:.8rem;\n    padding:1.05rem 1.2rem;\n    border-bottom:1px solid rgba(201,160,36,.14);\n  }\n  .search-icon{flex:none;width:20px;height:20px;color:var(--paper-faint)}\n  .query{\n    font-family:var(--mono);font-size:.98rem;color:var(--paper);\n    white-space:normal;overflow:hidden;min-height:1.4em;\n  }\n  .caret{display:inline-block;width:.55ch;background:var(--gold);\n    margin-left:1px;animation:blink 1s steps(1) infinite}\n  @keyframes blink{50%{opacity:0}}\n  .results{\n    display:grid;grid-template-columns:1fr 1fr;\n  }\n  .result{\n    padding:1.15rem 1.3rem;\n  }\n  .result + .result{border-left:1px solid rgba(201,160,36,.14)}\n  .result .who{font-size:.8rem;color:var(--paper-faint);margin-bottom:.35rem}\n  .result .val{font-family:var(--serif);font-size:2.1rem;font-weight:600;line-height:1}\n  .result.empty .val{color:var(--paper-faint)}\n  .result.ours .val{color:var(--gold)}\n  .result .note{font-size:.82rem;color:var(--paper-dim);margin-top:.35rem}\n  .searchbox.reveal .result.ours{background:linear-gradient(180deg,rgba(201,160,36,.06),transparent)}\n\n  .cta-btn{\n    display:inline-block;\n    font-family:var(--sans);font-weight:600;font-size:1rem;\n    color:var(--ink);background:var(--gold);\n    padding:.95rem 1.9rem;border-radius:40px;border:0;cursor:pointer;\n    text-decoration:none;margin-top:2.6rem;\n    transition:transform .18s ease, box-shadow .18s ease, background .18s;\n    box-shadow:0 10px 30px -12px rgba(201,160,36,.6);\n  }\n  .cta-btn:hover{transform:translateY(-2px);background:var(--gold-soft);box-shadow:0 16px 36px -14px rgba(201,160,36,.7)}\n\n  \/* ---------- client strip ---------- *\/\n  .clients{\n    padding:2.6rem 0;\n    border-top:1px solid rgba(201,160,36,.1);\n    border-bottom:1px solid rgba(201,160,36,.1);\n    text-align:center;\n  }\n  .clients p{font-size:.86rem;color:var(--paper-faint);margin-bottom:1.2rem}\n  .client-row{\n    display:flex;flex-wrap:wrap;justify-content:center;gap:1.1rem 2.4rem;\n    font-family:var(--serif);font-weight:500;font-size:1.25rem;color:var(--paper-dim);\n  }\n  .client-row span{opacity:.85}\n  .client-row .plus{color:var(--gold);opacity:1}\n\n  \/* ---------- article ---------- *\/\n  article{padding:5rem 0 2rem}\n  .lede{\n    font-family:var(--serif);\n    font-size:clamp(1.5rem,3.6vw,2.05rem);\n    line-height:1.34;letter-spacing:-.01em;\n    color:var(--paper);\n    margin-bottom:2.4rem;\n  }\n  .lede em{color:var(--gold-soft)}\n  article p{margin-bottom:1.5rem;color:var(--paper-dim)}\n  article p.tight{margin-bottom:.9rem}\n  article .read > p:last-child{margin-bottom:0}\n\n  .define{\n    font-family:var(--serif);font-size:1.5rem;line-height:1.4;color:var(--paper);\n    padding:1.4rem 0;margin:.5rem 0 0;\n    border-top:1px solid var(--line);border-bottom:1px solid var(--line);\n  }\n  .define b{color:var(--gold)}\n\n  .sec-head{\n    font-family:var(--serif);font-weight:600;\n    font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.1;letter-spacing:-.02em;\n    color:var(--paper);margin:4.5rem 0 1.6rem;\n  }\n\n  \/* titles-lie panel *\/\n  .lies{margin:2rem 0 .5rem;display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden}\n  .lie{background:var(--ink-2);padding:1.15rem 1.3rem;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:baseline}\n  .lie .tag{font-family:var(--mono);font-size:.82rem;color:var(--paper-faint);text-decoration:line-through;text-decoration-color:rgba(143,123,141,.6);white-space:nowrap}\n  .lie .truth{color:var(--paper)}\n  .lie .truth b{color:var(--gold-soft);font-weight:500}\n\n  \/* evidence list *\/\n  .evidence{list-style:none;margin:2rem 0 .5rem;display:grid;gap:.2rem}\n  .evidence li{padding:.85rem 0 .85rem 1.6rem;position:relative;color:var(--paper-dim);border-bottom:1px solid rgba(201,160,36,.1)}\n  .evidence li:last-child{border-bottom:0}\n  .evidence li::before{content:\"\u203a\";position:absolute;left:0;top:.8rem;color:var(--gold);font-family:var(--serif);font-size:1.1rem}\n  .evidence li b{color:var(--paper);font-weight:500}\n\n  \/* ---------- numbers band ---------- *\/\n  .band{\n    margin:5.5rem 0;\n    padding:4rem 0;\n    background:\n      radial-gradient(80% 120% at 50% 0%, rgba(128,0,126,.5) 0%, transparent 60%),\n      var(--ink-2);\n    border-top:1px solid var(--line);border-bottom:1px solid var(--line);\n    text-align:center;\n  }\n  .stats{display:flex;justify-content:center;gap:clamp(2rem,8vw,6rem);flex-wrap:wrap;margin-bottom:1.8rem}\n  .stat .num{font-family:var(--serif);font-weight:600;font-size:clamp(4rem,15vw,8rem);line-height:.85;color:var(--gold);letter-spacing:-.03em}\n  .stat .lab{font-size:.95rem;color:var(--paper-dim);margin-top:.6rem}\n  .band .kicker{font-family:var(--serif);font-style:italic;font-size:clamp(1.15rem,3vw,1.55rem);color:var(--paper);max-width:34rem;margin:0 auto;line-height:1.4}\n\n  \/* roles *\/\n  .roles{list-style:none;margin:2rem 0 .5rem;display:grid;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}\n  .roles li{background:var(--ink);padding:1.15rem .2rem;color:var(--paper-dim)}\n  .roles li b{color:var(--paper);font-weight:600}\n\n  \/* ---------- close ---------- *\/\n  .close{\n    padding:6rem 0 5rem;text-align:center;\n    background:radial-gradient(90% 100% at 50% 100%, rgba(128,0,126,.4) 0%, transparent 60%);\n  }\n  .close .big{\n    font-family:var(--serif);font-weight:600;\n    font-size:clamp(2.4rem,7vw,4.5rem);line-height:1;letter-spacing:-.02em;\n    margin-bottom:1.2rem;\n  }\n  .close .found{color:var(--gold)}\n  .close p{color:var(--paper-dim);max-width:30rem;margin:0 auto 2.4rem}\n\n  .askbox{\n    display:flex;gap:.6rem;max-width:32rem;margin:0 auto;flex-wrap:wrap;justify-content:center;\n  }\n  .askbox input{\n    flex:1 1 16rem;min-width:0;\n    font-family:var(--sans);font-size:1rem;color:var(--paper);\n    background:rgba(20,1,20,.7);border:1px solid rgba(201,160,36,.28);\n    border-radius:40px;padding:.9rem 1.3rem;\n  }\n  .askbox input::placeholder{color:var(--paper-faint)}\n  .askbox input:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:transparent}\n\n  \/* ---------- footer ---------- *\/\n  #top footer{\nbackground:var(--ink);\n    border-top:1px solid rgba(201,160,36,.12);\n    padding:2.6rem 0;\n    display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;\n    color:var(--paper-faint);font-size:.88rem;\n  }\n  footer a{color:var(--paper-dim);text-decoration:none}\n  footer a:hover{color:var(--gold)}\n  .foot-brand{font-family:var(--serif);font-weight:600;color:var(--paper);font-size:1.05rem}\n  .foot-brand span{color:var(--gold)}\n\n  \/* reveal on load *\/\n  .fade{opacity:0;transform:translateY(14px)}\n  .fade.in{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}\n\n  @media (max-width:640px){\n    body{font-size:16.5px}\n    .result .val{font-size:1.7rem}\n    .lie{grid-template-columns:1fr;gap:.35rem}\n    .lie .tag{text-align:left}\n    footer{flex-direction:column;text-align:center}\n  }\n  @media (prefers-reduced-motion:reduce){\n    *{animation:none!important;transition:none!important}\n    .fade{opacity:1;transform:none}\n    html{scroll-behavior:auto}\n  }\n<\/style>\n\n\n\n<header>\n  <a class=\"brand\">Hiring<span>Eye<\/span><\/a>\n  <a class=\"nav-cta\" href=\"#ask\">Tell us who you can&#8217;t find<\/a>\n<\/header>\n\n<main id=\"top\">\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"wrap\">\n      <div class=\"eyebrow\">A HiringEye field report<\/div>\n      <h1 class=\"title\">The&nbsp;Unsearchables<\/h1>\n      <p class=\"hero-sub\">The best engineers can&#8217;t be found by search. <b>We found 35 of them in 44 days<\/b> \u2014 inference, AI systems, DBaaS, forward-deployed, and the leaders who run them.<\/p>\n\n      <div class=\"searchbox\" id=\"searchbox\">\n        <div class=\"search-field\">\n          <svg class=\"search-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><circle cx=\"11\" cy=\"11\" r=\"7\"><\/circle><path d=\"m21 21-4.3-4.3\"><\/path><\/svg>\n          <div class=\"query\" id=\"query\">&#8220;inference engineer&#8221; AND &#8220;vLLM&#8221; AND scale&#8230;<\/div>\n        <\/div>\n        <div class=\"results\">\n          <div class=\"result empty\">\n            <div class=\"who\">Everyone else&#8217;s search<\/div>\n            <div class=\"val\">0<\/div>\n            <div class=\"note\">results returned<\/div>\n          <\/div>\n          <div class=\"result ours\">\n            <div class=\"who\">HiringEye<\/div>\n            <div class=\"val\" id=\"counter\">35<\/div>\n            <div class=\"note\">hired in 44 days<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <a class=\"cta-btn\" href=\"#ask\">Tell us who you can&#8217;t find<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- CLIENTS -->\n  <section class=\"clients\">\n    <div class=\"wrap\">\n      <p>Engineers and leaders placed for teams like<\/p>\n      <div class=\"client-row\">\n        <span>Amazon<\/span><span>Uber<\/span><span>DigitalOcean<\/span><span>Lenskart<\/span><span>Kore.ai<\/span><span>Quince<\/span><span class=\"plus\">+ 90 more<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ARTICLE -->\n  <article>\n    <div class=\"wrap read\">\n      <p class=\"lede\">There&#8217;s a rule in elite engineering that nobody writes down: <em>the better you are, the quieter you go.<\/em><\/p>\n\n      <p>The person who can shave 40 milliseconds off model inference. The one who can make a GPU do what its datasheet swears is impossible. The engineer keeping a managed database platform alive at 3&nbsp;a.m. when an entire region fails \u2014 and no customer ever notices. The one who walks into a Fortune 100, finds a broken AI deployment on fire, and stands it back up in six weeks.<\/p>\n\n      <p>That person is not on a job board. They are not answering recruiter messages. Their LinkedIn, if it exists at all, says <em>&#8220;Software Engineer&#8221;<\/em> and was last touched in 2021. They are heads-down, headphones-on, invisible on purpose.<\/p>\n\n      <p>You cannot query for them. No Boolean string returns them. No filter you own has a checkbox for what makes them extraordinary. To every tool in your stack, they simply <strong>do not exist.<\/strong><\/p>\n\n      <p class=\"define\">We call them the <b>Unsearchables.<\/b> In just 44 days, we found <b>35<\/b> of them.<\/p>\n\n      <h2 class=\"sec-head\">Why the industry can&#8217;t see them<\/h2>\n      <p>Every recruiter hunts the same way: type a job title into LinkedIn, filter by years, blast the same message to 500 people. It works for roles where the title tells the truth. It fails <em>completely<\/em> for the rarest engineers alive \u2014 because their titles lie.<\/p>\n\n      <div class=\"lies\">\n        <div class=\"lie\"><div class=\"tag\">SDE II<\/div><div class=\"truth\">Quietly rewrote a serving engine&#8217;s <b>batching logic<\/b><\/div><\/div>\n        <div class=\"lie\"><div class=\"tag\">Member of Technical Staff<\/div><div class=\"truth\">Architected the <b>DBaaS failover<\/b> that keeps a million queries a second from dropping<\/div><\/div>\n        <div class=\"lie\"><div class=\"tag\">Software Engineer<\/div><div class=\"truth\">The <b>forward-deployed hire<\/b> worth ten ordinary ones \u2014 with no keyword you could search for<\/div><\/div>\n      <\/div>\n\n      <p>So the whole industry runs the same searches, against the same index, and gets the same empty results. Ninety days pass. The role stays open. And the best person in the world for it was one query away the entire time \u2014 just never in the index anyone was searching.<\/p>\n\n      <h2 class=\"sec-head\">How we hunt differently<\/h2>\n      <p>We stopped searching for titles and started searching for <strong>evidence.<\/strong><\/p>\n\n      <ul class=\"evidence\">\n        <li>A merged pull request to <b>vLLM<\/b> outweighs a resume.<\/li>\n        <li>A name buried in the <b>acknowledgments of an arXiv paper<\/b> is a lead.<\/li>\n        <li>A commit fixing a race condition in a distributed database at <b>4&nbsp;a.m.<\/b><\/li>\n        <li>A single, devastatingly good answer in a <b>400-member Discord.<\/b><\/li>\n        <li>A conference talk with <b>200 views<\/b> and one unforgettable insight.<\/li>\n      <\/ul>\n\n      <p>These are the artifacts competence leaves behind when it thinks no one is watching \u2014 and they cannot be faked, because the person made them <em>for the work,<\/em> not for us.<\/p>\n\n      <p>Our systems read these signals the way the best sourcer <em>wishes<\/em> they could \u2014 not matching keywords, but understanding <strong>meaning.<\/strong> We map who the great ones built beside, who they cite, who cites them, who they quietly follow at 1&nbsp;a.m. Talent clusters. Find one, and the graph lights up around them.<\/p>\n\n      <p>Then we move fast \u2014 because in this world, speed <em>is<\/em> respect. AI-led voice screens ran across every time zone: 2&nbsp;a.m. in one city, morning coffee in another, separating signal from noise while the rest of the market was still drafting its first outreach email. And every candidate who cleared the machine met a human who could tell the difference between someone who <em>says<\/em> &#8220;CUDA&#8221; and someone who <strong>dreams in it.<\/strong><\/p>\n    <\/div>\n\n    <!-- NUMBERS BAND -->\n    <section class=\"band\">\n      <div class=\"wrap\">\n        <div class=\"stats\">\n          <div class=\"stat\"><div class=\"num\" id=\"band35\">35<\/div><div class=\"lab\">elite hires<\/div><\/div>\n          <div class=\"stat\"><div class=\"num\">44<\/div><div class=\"lab\">days, start to offer<\/div><\/div>\n        <\/div>\n        <p class=\"kicker\">Thirty-five un-sourceable placements in 44 days \u2014 the tier of talent most companies chase for an entire quarter and still never land.<\/p>\n      <\/div>\n    <\/section>\n\n    <div class=\"wrap read\">\n      <p>Not 35 resumes. <strong>35 people<\/strong> who do the things that keep CTOs awake at night: make inference cheaper, keep the data layer bulletproof, make deployments survive contact with reality, make the roadmap actually real.<\/p>\n\n      <ul class=\"roles\">\n        <li><b>Inference engineers<\/b> who treat latency like a personal insult.<\/li>\n        <li><b>AI systems engineers<\/b> who have shipped at the frontier and have the scars to prove it.<\/li>\n        <li><b>DBaaS engineers<\/b> who keep managed database platforms alive through failures the customer never even feels.<\/li>\n        <li><b>Forward-deployed engineers<\/b> who can write production code at 9&nbsp;a.m. and win a hostile room at 2&nbsp;p.m.<\/li>\n        <li><b>And the leaders<\/b> to run every one of these teams \u2014 the engineering managers and directors who turn brilliant individuals into a machine that ships.<\/li>\n      <\/ul>\n\n      <p>Every one of them was already employed. None of them were looking. <strong>All of them were invisible to everyone else in the market on the day we found them.<\/strong><\/p>\n\n      <h2 class=\"sec-head\">Why this should matter to you<\/h2>\n      <p>Here is the uncomfortable truth for anyone building in AI and cloud infrastructure right now: the engineers \u2014 and the leaders \u2014 who will decide whether you win are the exact ones you will never find the ordinary way. They are not in your applicant pool. They are not opening your templated message. They are heads-down doing the work \u2014 and <strong>every day you run the searches everyone else is running, your competitor gets one query closer to them.<\/strong><\/p>\n\n      <p>We don&#8217;t search the index everyone shares.<\/p>\n\n      <p>If the roles you can&#8217;t fill are the roles that matter most \u2014 inference, AI systems, DBaaS, forward-deployed engineering, and the leaders who run them \u2014 then you already know the ordinary way isn&#8217;t working.<\/p>\n    <\/div>\n  <\/article>\n\n  <!-- CLOSE \/ CTA -->\n  <section class=\"close\" id=\"ask\">\n    <div class=\"wrap\">\n      <div class=\"big\">We found <span class=\"found\">35<\/span> in 44 days.<\/div>\n      <p>Tell us who <em>you<\/em> can&#8217;t find. Name the role that&#8217;s been open too long, and we&#8217;ll show you how we&#8217;d run the search.<\/p>\n      <div class=\"askbox\">\n        <input id=\"roleInput\" type=\"text\" placeholder=\"e.g. Senior Inference Engineer\" aria-label=\"The role you can't fill\">\n                <a href=\"mailto:info@hiringeye.com\">        <button class=\"cta-btn\" style=\"margin-top:0\" id=\"askBtn\">Start the search<\/button>\n\n      <\/a><\/div><a href=\"mailto:info@hiringeye.com\">\n    <\/a><\/div><a href=\"mailto:info@hiringeye.com\">\n  <\/a><\/section><a href=\"mailto:info@hiringeye.com\">\n\n  <\/a><footer class=\"wrap\"><a href=\"mailto:info@hiringeye.com\">\n    <div class=\"foot-brand\">Hiring<span>Eye<\/span>.ai<\/div>\n    <\/a><div><a href=\"mailto:info@hiringeye.com\">T-Hub, Hyderabad &nbsp;\u00b7&nbsp; Bangalore &nbsp;\u00b7&nbsp; <\/a><a href=\"mailto:info@hiringeye.com\">info@hiringeye.com<\/a><\/div>\n  <\/footer>\n\n<\/main>\n\n<script>\nwindow.addEventListener('load', function() {\n  console.log(\"not\")\n(function(){\n  var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n  var queryEl = document.getElementById('query');\n  var counter = document.getElementById('counter');\n  var box = document.getElementById('searchbox');\n  var full = '\"inference engineer\" AND \"vLLM\" AND scale\u2026';\n\n  function countTo(el, target, dur){\n    var start = null;\n    function step(ts){\n      if(!start) start = ts;\n      var p = Math.min((ts-start)\/dur, 1);\n      var eased = 1 - Math.pow(1-p, 3);\n      el.textContent = Math.round(eased*target);\n      if(p<1) requestAnimationFrame(step); else el.textContent = target;\n    }\n    requestAnimationFrame(step);\n  }\n\n  if(reduce){\n    queryEl.textContent = full;\n    counter.textContent = '35';\n    box.classList.add('reveal');\n  } else {\n    \/\/ caret\n    var caret = document.createElement('span');\n    caret.className='caret';\n    caret.innerHTML='&nbsp;';\n    queryEl.appendChild(caret);\n    var i=0;\n    function type(){\n      if(i<=full.length){\n        queryEl.textContent = full.slice(0,i);\n        queryEl.appendChild(caret);\n        i++;\n        setTimeout(type, 42);\n      } else {\n        setTimeout(function(){\n          box.classList.add('reveal');\n          countTo(counter, 35, 1100);\n        }, 480);\n      }\n    }\n    setTimeout(type, 650);\n  }\n\n  \/\/ band count-up on scroll into view\n  var band = document.getElementById('band35');\n  if(band &#038;&#038; !reduce &#038;&#038; 'IntersectionObserver' in window){\n    band.textContent='0';\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(e){\n        if(e.isIntersecting){ countTo(band, 35, 1000); io.disconnect(); }\n      });\n    }, {threshold:.6});\n    io.observe(band);\n  }\n\n  \/\/ gentle section reveals\n  if(!reduce &#038;&#038; 'IntersectionObserver' in window){\n    var faders = document.querySelectorAll('.clients, article .read, .roles, .lies, .evidence');\n    faders.forEach(function(el){ el.classList.add('fade'); });\n    var fo = new IntersectionObserver(function(entries){\n      entries.forEach(function(e){ if(e.isIntersecting){ e.target.classList.add('in'); fo.unobserve(e.target);} });\n    }, {threshold:.12});\n    faders.forEach(function(el){ fo.observe(el); });\n  }\n\n  \/\/ CTA -> prefilled mail\n  function sendAsk(){\n    var role = (document.getElementById('roleInput').value || '').trim();\n    var subject = role ? ('The role I can\\u2019t fill: ' + role) : 'A role I can\\u2019t fill';\n    var body = role\n      ? ('We have an open role that ordinary search isn\\u2019t filling: ' + role + '\\n\\nHere\\u2019s the brief:\\n')\n      : 'We have a role that ordinary search isn\\u2019t filling.\\n\\nHere\\u2019s the brief:\\n';\n    window.location.href = 'mailto:info@hiringeye.com?subject=' + encodeURIComponent(subject) + '&body=' + encodeURIComponent(body);\n  }\n  document.getElementById('askBtn').addEventListener('click', sendAsk);\n  document.getElementById('roleInput').addEventListener('keydown', function(e){ if(e.key==='Enter') sendAsk(); });\n})();\n})\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>The best engineers can&#8217;t be found by search. We found 35 of them in 44 days \u2014 inference, AI systems, DBaaS, forward-deployed, and the leaders who run them.<\/p>\n","protected":false},"author":2,"featured_media":177,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":true,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-176","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/posts\/176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/comments?post=176"}],"version-history":[{"count":17,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/posts\/176\/revisions"}],"predecessor-version":[{"id":195,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/posts\/176\/revisions\/195"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/media\/177"}],"wp:attachment":[{"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/media?parent=176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/categories?post=176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hiringeye.com\/blog\/wp-json\/wp\/v2\/tags?post=176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}