> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hellorecruiter.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AI-Assisted Coding for Take-Home Assessments

> Give candidates a provided AI coding assistant during their take-home assessment, and review how they worked with it — not just their final code.

<Info>
  **Who is this for?** Users with **Administrator** and **Recruiter** roles.
</Info>

AI-Assisted Coding is an add-on to the [Take-Home Assessment](/companies/jobs/take-home-assessment) round — it's sometimes called **"vibe coding"** informally, if you've heard that term. Instead of candidates working entirely on their own, they're given an AI coding assistant, and the AI evaluates how they worked with it, not just the code they ended up with.

<Frame caption="How Recruiters Run AI Coding Interviews | Hello Recruiter">
  <iframe width="100%" height="400" src="https://www.youtube.com/embed/J5yUuI-EoL0" title="How Recruiters Run AI Coding Interviews | Hello Recruiter" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</Frame>

<Tip>
  Curious what the setup looks like from the candidate's side? The [candidate guide](/candidates-guide/ai-assisted-coding) has its own walkthrough video and the full setup instructions.
</Tip>

## Enabling It

If available on your account, you'll see an **AI-Assisted Coding** toggle on the take-home round settings (see [Adding a Take-Home Round](/companies/jobs/take-home-assessment#adding-a-take-home-round)). Turning this on means:

* The candidate is given a provided AI coding assistant, instead of working entirely on their own
* Their AI conversation is recorded alongside their submitted files
* You get insight into **how** they used AI to solve the problem, not just the code they ended up with
* Each candidate gets a default AI usage budget

<Frame caption="Enable AI-Assisted Coding toggle on the round settings">
  <img src="https://mintcdn.com/hellorecruiter/L-iY18j5zeUoO6Y0/images/screenshots/take-home-ai-assisted-toggle.webp?fit=max&auto=format&n=L-iY18j5zeUoO6Y0&q=85&s=957144575c208d3503bda6956d51bf7e" alt="AI-assisted coding toggle" style={{ borderRadius: '8px' }} width="451" height="135" data-path="images/screenshots/take-home-ai-assisted-toggle.webp" />
</Frame>

<Tip>
  **When to use it.** AI-assisted coding is best for technical/engineering roles, where a candidate's real-world workflow with AI tools is part of the job. It's not intended for non-technical roles.
</Tip>

<Info>
  If you don't see this toggle, it hasn't been turned on for your account yet — contact your Hello Recruiter representative if you'd like it enabled.
</Info>

## How It Changes the Rubric

When this mode is on, the AI's auto-generated rubric (see [Shaping the Evaluation Rubric](/companies/jobs/take-home-assessment#shaping-the-evaluation-rubric)) adds a category covering how the candidate worked with the assistant, alongside your job's usual criteria:

<Frame caption="Example rubric for an AI-assisted take-home, including a &#x22;Working with AI&#x22; category">
  <img src="https://mintcdn.com/hellorecruiter/L-iY18j5zeUoO6Y0/images/screenshots/take-home-evaluation-rubric.webp?fit=max&auto=format&n=L-iY18j5zeUoO6Y0&q=85&s=be5a91c3677c876bed77048712eeb186" alt="Take-home evaluation rubric categories including Working with AI" style={{ borderRadius: '8px' }} width="721" height="355" data-path="images/screenshots/take-home-evaluation-rubric.webp" />
</Frame>

## What the Candidate Sets Up

Candidates choose between an **automatic setup** (one command installs the assistant, their AI credential, and the problem statement) or a **manual setup** if they'd rather not run a script — both are covered in detail in the [candidate guide](/candidates-guide/ai-assisted-coding). You don't need to walk them through it; their assignment page includes the full walkthrough and the video above.

## Reviewing an AI-Assisted Submission

Once a candidate submits, open their profile and go to the **Interview** tab for the take-home round. Alongside the problem statement and submitted files, you'll see a **Prompting Session** — a transcript of the candidate's conversation with the AI assistant, including each turn, tool calls, model switches, and a timeline of the session.

<Frame caption="Assessment Analysis, showing submission files and the AI prompting session side by side">
  <img src="https://mintcdn.com/hellorecruiter/L-iY18j5zeUoO6Y0/images/screenshots/take-home-assessment-analysis.webp?fit=max&auto=format&n=L-iY18j5zeUoO6Y0&q=85&s=27d14691785a6b72028bc6b9d5891a40" alt="Assessment analysis view with prompting session" style={{ borderRadius: '8px' }} width="1258" height="583" data-path="images/screenshots/take-home-assessment-analysis.webp" />
</Frame>

## Understanding the Results

For AI-assisted submissions, the AI evaluates the candidate across two things:

1. **Their code** — same as a standard take-home: does it solve the problem, does it meet the requirements, is it well-built
2. **How they worked with AI** — shown alongside the candidate's other skill proficiencies on the **Overview** tab: how clearly they directed the assistant and how well they checked and corrected its output, rather than accepting everything it produced

You'll also see the same requirement match, risks and concerns, and skill proficiencies sections shared by every interview round type.

<Warning>
  Risk signals raised during an AI-assisted take-home (like flagged prompt-injection or policy-violating content in a submission) don't reject a candidate automatically — review the evidence and use your judgment, the same as any other round. See [Risk Signals](/companies/candidates/risk-signals).
</Warning>

## Related Guides

<CardGroup cols={3}>
  <Card icon="laptop-code" href="/companies/jobs/take-home-assessment" title="Take-Home Assessment" />

  <Card icon="list-check" href="/companies/jobs/evaluation-criteria" title="Evaluation Criteria" />

  <Card icon="user" href="/candidates-guide/ai-assisted-coding" title="Candidate Guide" />
</CardGroup>
