cd /news/artificial-intelligence/building-an-ai-cv-tool-that-refuses-… · home topics artificial-intelligence article
[ARTICLE · art-92599] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Building an AI CV tool that refuses to invent experience

Developer built CV Aligner, a tool that compares a CV against a job description requirement by requirement, locking employers, dates, and metrics while exposing unsupported gaps rather than inventing experience. The front end uses React, Vite, and TypeScript, with Anthropic models called server-side to enforce structured inputs. The tool offers a free evidence report and optional one-off application packs, avoiding subscriptions.

read1 min views1 publishedAug 11, 2026

Disclosure: I built CV Aligner. This is a technical product note, not an independent review. A common failure mode in AI-assisted CV writing is not obviously absurd output. It is a sentence that sounds credible, reads well, and quietly says more than the source material supports.

I wanted to build around that failure rather than add another general-purpose rewrite button.

CV Aligner compares a CV with a real job description requirement by requirement. For each requirement, it shows the source lines supporting the assessment and suggests reframes that remain tied to those lines.

Employers, dates and metrics are locked. If the CV contains no evidence for a requirement, the product should expose the gap rather than manufacture a plausible substitute.

That creates a useful product boundary:

The front end uses React, Vite and TypeScript. Anthropic models are called server-side so the application can enforce structured inputs and keep model access out of the browser.

The model is only one part of the system. The more important work is deciding what data it may change, what must remain immutable, and what evidence must accompany each suggestion.

The evidence report is free and requires no account or payment. Optional application packs are one-off purchases rather than subscriptions.

I do not yet have first-party evidence that CV Aligner improves interview or callback rates. It would be easy to imply that a better-aligned document automatically produces a better hiring outcome, but the evidence is not there yet.

The narrower claim is testable: the tool shows how each suggestion relates to the source CV and makes unsupported gaps visible.

You can try the free evidence report at [cv-aligner.com](https://cv-aligner.com).

For developers building constrained AI products, where have you found that limiting the model improves trust, and where does it simply create friction?
── more in #artificial-intelligence 4 stories · sorted by recency
── more on @cv aligner 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/building-an-ai-cv-to…] indexed:0 read:1min 2026-08-11 ·