Automating job applications with Claude created maintenance work
Claude can make tailored job applications much faster. In this firsthand case, rewriting a CV for each role dropped from about 50 minutes to about 8 minutes. The first setup used an open source Claude Code pipeline. After one profile setup, it read a job listing, scored the fit, drafted a tailored CV and cover letter, and used a second agent to review the draft before the final version was shown. The workflow worked, but keeping it running became a separate job. It broke whenever a job board changed its HTML, and the default setup was made for Danish job boards. The workflow later moved to a hosted agent called CV Surgeon, running on Animoca Minds, because it kept context between sessions and avoided re-pasting the same work history each time. The unsolved issue was proof: the tools could make bullet points sound better, but they could not prove to a recruiter that the project behind each bullet was real.
Key points
- Tailoring a CV for one role went from about 50 minutes to about 8 minutes.
- The Claude Code pipeline read job posts, scored fit, drafted documents, and reviewed drafts with a second agent.
- The automation broke when job boards changed their HTML.
- The default setup was tuned for Danish job boards, which limited easy reuse elsewhere.
- A hosted agent reduced repeated setup by keeping context between sessions.
Quick term guide
- application
- A software product, such as a web app, mobile app, or desktop program.
- open source
- Software whose code is available for people to view and often modify.
- hosted agent
- An AI tool that runs on an outside service instead of only on your own computer.
- automation
- A way to make repeated work happen without doing every step by hand.
- AI workflows
- The step-by-step processes of using artificial intelligence tools to get a task done.
- AI workflow
- A repeatable set of steps that uses AI to help finish a task.
- maintenance
- The ongoing work of fixing, updating, and supporting something after it is built.
- productivity
- How much useful work people or teams can get done with the same time and effort.