<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aman Gupta</title>
    <description>The latest articles on DEV Community by Aman Gupta (@aman_gupta_f59907469f5b3c).</description>
    <link>https://dev.to/aman_gupta_f59907469f5b3c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3210628%2Fae3a09fd-b48f-43f4-8419-db807f07f40f.png</url>
      <title>DEV Community: Aman Gupta</title>
      <link>https://dev.to/aman_gupta_f59907469f5b3c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aman_gupta_f59907469f5b3c"/>
    <language>en</language>
    <item>
      <title>We Tried Building Another AI Resume Builder. It Failed. So We Built Autonomous Career Agents Instead.</title>
      <dc:creator>Aman Gupta</dc:creator>
      <pubDate>Tue, 21 Jul 2026 10:27:49 +0000</pubDate>
      <link>https://dev.to/aman_gupta_f59907469f5b3c/we-tried-building-another-ai-resume-builder-it-failed-so-we-built-autonomous-career-agents-32fp</link>
      <guid>https://dev.to/aman_gupta_f59907469f5b3c/we-tried-building-another-ai-resume-builder-it-failed-so-we-built-autonomous-career-agents-32fp</guid>
      <description>&lt;p&gt;Every AI career platform seems to follow the same playbook.&lt;/p&gt;

&lt;p&gt;Upload your resume.&lt;br&gt;
Get an ATS score.&lt;br&gt;
Match it against a job description.&lt;br&gt;
Generate a cover letter.&lt;br&gt;
Practice interview questions.&lt;br&gt;
Chat with an AI assistant.&lt;/p&gt;

&lt;p&gt;We built many of those features too.&lt;/p&gt;

&lt;p&gt;Then we stopped and asked ourselves:&lt;/p&gt;

&lt;p&gt;If everyone can build these features with an LLM in a weekend, what are we actually building?&lt;/p&gt;

&lt;p&gt;That question completely changed the direction of our product.&lt;/p&gt;

&lt;p&gt;The Problem We Kept Seeing&lt;/p&gt;

&lt;p&gt;Candidates don't usually struggle because they don't have another resume builder.&lt;/p&gt;

&lt;p&gt;They struggle because nobody can answer a much bigger question:&lt;/p&gt;

&lt;p&gt;"What should I do next to become more employable?"&lt;/p&gt;

&lt;p&gt;Should they:&lt;/p&gt;

&lt;p&gt;learn Docker?&lt;br&gt;
build an AI Agent?&lt;br&gt;
improve system design?&lt;br&gt;
deploy a project?&lt;br&gt;
learn RAG?&lt;br&gt;
focus on MCP?&lt;br&gt;
switch to backend engineering?&lt;/p&gt;

&lt;p&gt;Most tools generate documents.&lt;/p&gt;

&lt;p&gt;Very few help candidates make better career decisions.&lt;/p&gt;

&lt;p&gt;We Started Removing Features&lt;/p&gt;

&lt;p&gt;Some of our AI features looked impressive in demos but weren't creating long-term value.&lt;/p&gt;

&lt;p&gt;We experimented with:&lt;/p&gt;

&lt;p&gt;AI Career Chat&lt;br&gt;
AI Practice Modules&lt;br&gt;
Generic AI generators&lt;/p&gt;

&lt;p&gt;People tried them once.&lt;/p&gt;

&lt;p&gt;Then never came back.&lt;/p&gt;

&lt;p&gt;That taught us something important.&lt;/p&gt;

&lt;p&gt;Users don't necessarily want more AI.&lt;/p&gt;

&lt;p&gt;They want better guidance.&lt;/p&gt;

&lt;p&gt;Instead of More Features, We Built Two AI Agents&lt;/p&gt;

&lt;p&gt;Rather than adding another generator, we introduced two specialized agents with different responsibilities.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧠 Career Strategist
&lt;/h2&gt;

&lt;p&gt;The Career Strategist continuously analyzes:&lt;/p&gt;

&lt;p&gt;resume&lt;br&gt;
target role&lt;br&gt;
hiring market trends&lt;br&gt;
skill gaps&lt;br&gt;
portfolio&lt;br&gt;
market fit&lt;/p&gt;

&lt;p&gt;Its responsibility isn't generating content.&lt;/p&gt;

&lt;p&gt;Its responsibility is answering:&lt;/p&gt;

&lt;p&gt;"How employable am I today, and what should I improve next?"&lt;/p&gt;

&lt;h2&gt;
  
  
  🏗️ Portfolio Architect
&lt;/h2&gt;

&lt;p&gt;The Portfolio Architect receives the Strategist's findings.&lt;/p&gt;

&lt;p&gt;Instead of suggesting random GitHub projects, it designs a portfolio roadmap that aims to maximize employability.&lt;/p&gt;

&lt;p&gt;It considers:&lt;/p&gt;

&lt;p&gt;hiring demand&lt;br&gt;
missing skills&lt;br&gt;
project difficulty&lt;br&gt;
expected career impact&lt;br&gt;
logical learning progression&lt;/p&gt;

&lt;p&gt;Instead of saying:&lt;/p&gt;

&lt;p&gt;Build Project A.&lt;/p&gt;

&lt;p&gt;It explains:&lt;/p&gt;

&lt;p&gt;Build Project A first because your profile already demonstrates backend experience, but lacks deployment and production architecture. Completing this project is expected to improve your market fit for your target role.&lt;/p&gt;

&lt;p&gt;The Interesting Part&lt;/p&gt;

&lt;p&gt;The agents don't work independently.&lt;/p&gt;

&lt;p&gt;They collaborate.&lt;/p&gt;

&lt;p&gt;Resume&lt;br&gt;
      ↓&lt;br&gt;
Career Strategist&lt;br&gt;
      ↓&lt;br&gt;
Market Analysis&lt;br&gt;
      ↓&lt;br&gt;
Skill Gap Detection&lt;br&gt;
      ↓&lt;br&gt;
Portfolio Architect&lt;br&gt;
      ↓&lt;br&gt;
Personalized Roadmap&lt;br&gt;
      ↓&lt;br&gt;
Interview Coach&lt;br&gt;
      ↓&lt;br&gt;
Resume evolves&lt;br&gt;
      ↓&lt;br&gt;
Career Strategist runs again&lt;/p&gt;

&lt;p&gt;Rather than isolated AI tools, we're experimenting with an AI system where each component has a single responsibility and shares context with the others.&lt;/p&gt;

&lt;h2&gt;
  
  
  Some Challenges We Ran Into
&lt;/h2&gt;

&lt;p&gt;This turned out to be much harder than prompting an LLM.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A few problems we had to solve:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Preventing hallucinated career advice.&lt;br&gt;
Keeping recommendations consistent across multiple agents.&lt;br&gt;
Maintaining context from the candidate's active resume.&lt;br&gt;
Explaining why a recommendation was made.&lt;br&gt;
Making the UI feel like an autonomous system rather than a chatbot.&lt;br&gt;
Balancing deterministic logic with LLM-generated insights.&lt;/p&gt;

&lt;p&gt;We're still iterating on all of these.&lt;/p&gt;

&lt;p&gt;What We Learned&lt;/p&gt;

&lt;p&gt;The biggest lesson wasn't technical.&lt;/p&gt;

&lt;p&gt;It was product-related.&lt;/p&gt;

&lt;p&gt;People don't really need another AI that writes text.&lt;/p&gt;

&lt;p&gt;They need an AI that helps them make better decisions.&lt;/p&gt;

&lt;p&gt;That's the direction we're exploring.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;p&gt;"Can AI write this?"&lt;/p&gt;

&lt;p&gt;We're asking:&lt;/p&gt;

&lt;p&gt;"Can AI continuously improve someone's career strategy?"&lt;/p&gt;

&lt;p&gt;Where We're Going Next&lt;/p&gt;

&lt;p&gt;These agents are still in their early stages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Next, we're focusing on:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;richer long-term memory&lt;br&gt;
autonomous monitoring of hiring trends&lt;br&gt;
proactive recommendations instead of one-off reports&lt;br&gt;
tighter collaboration between agents&lt;br&gt;
measurable career progress over time&lt;/p&gt;

&lt;p&gt;The goal isn't to replace human decision-making.&lt;/p&gt;

&lt;p&gt;The goal is to help candidates understand a rapidly changing hiring market and adapt faster.&lt;/p&gt;

&lt;p&gt;I'd genuinely love feedback from other developers and builders.&lt;/p&gt;

&lt;p&gt;Does this architecture make sense?&lt;br&gt;
Have you experimented with collaborating AI agents?&lt;br&gt;
What challenges did you run into?&lt;/p&gt;

&lt;p&gt;I'm especially interested in hearing how others are approaching persistent context, agent collaboration, and long-term memory in AI products.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>hiring</category>
      <category>agents</category>
      <category>career</category>
    </item>
  </channel>
</rss>
