Skip to main content
RecruoRecruo

AI-native engineering hire

Hire agentic AI developers who have shipped long-running agents to production.

Most "agentic AI" candidates have shipped a LangChain demo and a blog post. We shortlist the 3–5 who have stood up real agents under real load — in 5 business days, at a success fee of typically 15%.

Scope the role on a 30-min call and we deliver a shortlist of 3–5 vetted candidates in 5 business days. Every candidate pre-screened by AI + reviewed by a human recruiter. 90-day replacement guarantee.

Why this role, why now

What an agentic AI developer actually does in 2026

2025 was the year agentic patterns crossed from demos into real products. Claude Code, Cursor's agent mode, v0 auto-mode, Devin, and a first wave of enterprise agent deployments moved the category from "interesting notebook" to "line item on the P&L". By Q1 2026, every scale-up we talk to has at least one agentic workload in production or in a 90-day pilot, and most of them still do not have a dedicated owner for it. That is the role we fill.

An agentic AI developer is the person who owns the orchestration and control-flow layer of an LLM-backed product. They are not the LLM engineer (who owns model selection, prompting, evals) and they are not the RAG engineer (who owns retrieval and context assembly). They are the engineer who turns a single-turn completion into a multi-step, tool-using, memory-retaining, self-correcting agent that survives contact with a production user — and, critically, knows when to escalate to a human instead of spinning in a loop for 40 tool calls.

The stack in 2026 has stabilised around four primitives. Planning and orchestration frameworks (LangGraph, Microsoft AutoGen, CrewAI, and increasingly the Vercel AI SDK v6 agent patterns on the TypeScript side). First-party agent SDKs from the model labs — Anthropic's Claude Agent SDK and OpenAI's Assistants / Responses API. A tool-interface layer, which in practice means Model Context Protocol (MCP) — the spec Anthropic published in late 2024 and that has now been adopted by every major vendor. And an observability layer: LangSmith, Langfuse, or Braintrust traces, because an agent without structured traces is a production outage waiting to happen.

Anthropic's own engineering team described the design space well in their "Building effective agents" post (Dec 2024): the honest answer for most production use cases is still a workflow — a carefully composed chain of LLM calls with deterministic structure — and only a minority of problems genuinely justify an agent with open-ended tool use and a loop. A good agentic developer knows the difference, and more often talks clients out of the open-loop agent than into one. That is a hiring signal, not a concession.

Production signals we screen for are concrete and measurable: agent success rate on multi-step tasks, tool-call success rate (the share of tool invocations that return usable output on the first try), mean tokens per completed task, timeout and retry rate, and escalation-to-human rate. Candidates who cannot articulate these in concrete numbers from a system they have operated — not prototyped, operated — do not make shortlist. The SWE-bench Verified leaderboard is useful context here: state-of-the-art agent scaffolds hit ~70% in 2025, but production deployments on narrower domains routinely land at 30–50% task completion. That gap is where the real engineering work lives.

How we source

How Recruo sources agentic AI developers specifically

Generic "AI engineer" pipelines produce noise for this role. LinkedIn searches for "agentic AI" return thousands of candidates whose most advanced deliverable is a LangChain notebook with three tools and a single-turn call. Our pipeline is built to separate the demo-builders from the operators inside the first 15 minutes, not in the third interview round.

We source across five channels specific to agent engineering: the contributor graphs of the orchestration frameworks themselves (LangGraph, AutoGen, CrewAI, the Vercel AI SDK agents module, and the open Claude Agent SDK examples repo); MCP server authors — anyone who has shipped and maintained a non-trivial MCP server on the Anthropic or community registries; SWE-bench and GAIA leaderboard submitters, filtered to engineers (not researchers) who shipped a scaffold others could reproduce; the OpenAI Assistants / Responses API cookbook contributors; and a private CEE network of ~640 AI engineers built by Nikita during his time at Neurons Lab, where the orchestration and ML platform work overlapped heavily with today's agent stack.

Every candidate goes through a 14-minute AI technical interview that probes production agent signals. Representative questions we ask, all with adaptive follow-ups: "walk me through the last time one of your agents got stuck in a retry loop — what did the trace look like, and what was the fix?", "how do you bound an agent's tool-call budget, and how did you pick the budget?", "what is your tool-call success rate, and how did you get it there?", "when would you reach for a deterministic workflow over an open-loop agent, and give me a recent example where you made that call?". These questions are unfakeable without production experience — a candidate who has only built demos cannot invent a p95 or an escalation rate that stands up to follow-up.

The last layer is specific to this role: we require every agentic developer shortlisted to have shipped at least one agent that completed multi-step tasks for real users for >30 days, with traces we can inspect (LangSmith / Langfuse project link, a published post-mortem, a conference talk, or a redacted internal write-up). If the candidate cannot point us at a production artifact and talk through a real incident, they do not ship. Over 2025-Q4 and 2026-Q1, this filter rejected 86% of self-identified "agentic AI" inbound CVs.

Placed talent

A recent placement, anonymised

Senior agentic AI developer, Kraków-based · Placed 2026-Q1

Outcome: Shortlisted in 5 business days. Client interview pass: first round, offered after a 45-minute system-design session on the trace of one of his production agents. Signed offer in 9 days from shortlist. Still in role (3 months in at time of writing).

  • Shipped an agentic customer-support triage system at a Series B UK SaaS scale-up — now handles 40% of tier-1 tickets end-to-end, with a measured 93% tool-call success rate and a 7% human-escalation rate.
  • Built the agent on LangGraph (Python orchestration) with a TypeScript surface on the Vercel AI SDK; exposed five internal tools via custom MCP servers so the same agent runs in Claude Desktop for internal ops.
  • Wrote the eval harness that gates every agent prompt change on replay of 420 historical tickets — inspired by Anthropic's "Building effective agents" patterns, adapted for the client's ticketing schema.
  • OSS: maintainer of a 1.8K-star MCP server for a popular CRM, top-100 contributor to LangGraph.
  • Daily working language: English (C1, verified in our interview). Prior 3 years at a Polish AI consultancy shipping LLM product work for Nordic fintech clients.
  • Working setup: Kraków home office, attended onsite monthly in London for the first quarter to embed with the product team.
  • B2B contractor model (JDG in Poland); total comp to client €96K/yr vs London-local £145K equivalent.

Profile composed from 2 real placements in this role in 2026-Q1 and 1 late 2025-Q4 pilot engagement. Personally identifying details anonymised per GDPR Art. 5. Salary figures are averaged across the three.

Hiring difficulty

Benchmarks we track

Agentic AI is the role with the widest gap between self-identified candidate volume and production-capable candidate volume we track in 2026. The supply of demo-builders is enormous; the supply of operators is not.

CV → AI screen pass rate

14%

Source: Recruo internal (n=203 inbound CVs for agentic roles, 2025-Q4–2026-Q1)

AI screen → human shortlist pass rate

41%

Source: Recruo internal (n=28 AI-screen passes, 2025-Q4–2026-Q1)

Shortlist → offer rate at client

68%

Source: Recruo internal (n=9 shortlists delivered, 2025-Q4–2026-Q1)

Median time-to-shortlist

5 business days

Source: Recruo internal (n=9 engagements, 2025-Q4–2026-Q1)

UK market median time-to-hire (agent/LLM roles)

78 days

Source: Hays UK AI Roles Salary Guide, 2026 edition (accessed 2026-04-12)

CEE salary delta vs UK-local

36–44% lower

Source: Recruo placements (n=3 agentic roles) cross-referenced with Bulldogjob 2026-Q1 senior AI survey

Two numbers matter. The 14% CV→screen pass is the lowest in our catalogue alongside LLM engineers — "agentic AI developer" is currently the second-most-abused title in tech, and most inbound CVs confuse three tool calls in a LangChain notebook with a shipped agent. The 68% shortlist→offer rate tells the other side of the story: once a candidate passes the "show me a production trace" filter, clients almost always sign them. The hard part of this search is the top of the funnel, not the close.

Reviewed by

Nikita Kiselov

Nikita Kiselov

CTO & Co-founder

Nikita led agent and ML platform work at Neurons Lab from 2022 to 2025, including an agentic document-processing system for a UK insurance client that reduced manual review load by 61%, and the internal orchestration platform that ran 80+ AI delivery projects. He adds a technical review to every agentic-developer shortlist our recruitment lead signs off.

FAQ

Frequently asked questions

Three filters. (1) Our AI interview asks production-scoped questions with adaptive follow-ups — "what is your tool-call success rate on your current agent, and what was it when you first shipped?" cannot be bluffed. (2) We require an inspectable production artifact: a LangSmith or Langfuse trace link, a published post-mortem, a conference talk, a maintained MCP server, or a redacted internal write-up. (3) We do a reference call with the hiring manager on the candidate's most recent production deployment, specifically probing failure modes and incident history. Candidates who cannot produce evidence in all three layers do not make shortlist — this is what drives the 86% rejection rate on "agentic" inbound CVs.

Primary stacks we place into: Python (LangGraph, AutoGen, CrewAI, FastAPI) for backend orchestration; TypeScript (Vercel AI SDK v6 agent patterns, Next.js App Router) for product surfaces; first-party SDKs (Claude Agent SDK, OpenAI Assistants / Responses API); MCP servers for tool interfaces; observability on LangSmith, Langfuse, or Braintrust. Most candidates are bilingual across Python and TypeScript because agentic work straddles both sides. If you have a specific stack — e.g. a Go-based orchestrator or a custom in-house agent runtime — tell us on the intro call. We have placed into more exotic stacks but the timeline may stretch to 7–9 days.

At Series A and early Series B, one senior engineer often covers all three, and that is usually the right answer until ~30 engineers total. Past that, the roles specialise because the skill depth diverges: LLM engineers own model selection and prompting, RAG engineers own retrieval and context assembly, agentic developers own orchestration and control flow. We can shortlist either profile. The honest guidance on the scoping call is that agentic specialists are most valuable when you already have at least one production LLM feature and the next step is multi-step, tool-using workflows. Before that, a general LLM product engineer covers the ground more cost-effectively. See our LLM engineers and RAG engineers pages for the sibling roles.

Agents that make employment, credit, education, or critical-infrastructure decisions fall under Annex III and are high-risk by default. The complication for agents is that Article 14 (human oversight) gets harder when the system is multi-step and tool-using — "human in the loop" has to mean something more than a rubber-stamp at the end. We screen agentic candidates for explicit experience designing escalation rules, bounded autonomy, and override mechanisms. For deeper compliance work we pair the agentic developer with a dedicated evals engineer — see our evals engineers page and our EU AI Act hiring checklist for the full playbook.

Ranges we have placed at in 2026-Q1: Poland €80–110K, Ukraine €65–92K, Romania €72–98K (all annual, B2B contractor, senior 5–8y experience with at least 18 months on agent-specific work). London-local equivalents run £120–155K. The 36–44% delta is consistent with our LLM engineer placements and is a local-market gap, not a quality gap. See our CEE hiring guide for benchmarks across all roles.

Yes, via Remote, Deel, or Oyster. EOR adds 11–15% to the engineer's salary but you get full employment benefits, statutory protections, and cleaner equity grants. Most UK clients in this role start with a B2B contractor model to validate fit on a 90-day pilot, then convert to EOR at month 3 or month 6. The agent work itself is identical under either model.

On a €95K senior agentic developer, Recruo charges a success fee of typically 15% (€14,250) on success. Toptal's marked-up hourly rate typically totals 50%+ markup on an annual-equivalent basis. Proxify and Andela use different models we cover in detail on our vs Toptal, vs Proxify and vs Andela pages — all three have legitimate strengths; the honest answer is the right choice depends on whether you need a long-term hire embedded in your product team (Recruo) or short-term specialist capacity on a bounded project (Toptal/Proxify).

Get started

Get a shortlist of 3–5 vetted candidates in 5 days

Scope one open agentic AI developer role and get a vetted shortlist in 5 business days. No upfront fee on Standard, 90-day replacement guarantee.

Pay on placement

No upfront fee on the Standard plan

90-day guarantee

Free re-search if hire leaves

EU AI Act aligned

Aligned by design

By submitting, you agree to our Privacy Policy. We'll never spam you.