Resume Visualization Skill v2.0: Faster, Lighter, and Easier on the Planet
Talantum's resume visualization skill just got faster, lighter, and easier on the planet.
We shipped v2.0 of the resume-parsing-visualization skill this week, and it changes how the visualization itself gets made.
In v1.9, every resume rebuilt its own HTML career ladder chart from scratch. The AI wrote the visualization code fresh, every single time, for every single candidate.
Now it doesn't. Parsing and rendering are split apart. The AI still reads the resume and extracts the structured career data, but the chart itself comes from one finished, bundled viewer that simply draws whatever structured data it is given.
What that means in practice
- Fewer AI tokens spent per resume, which lowers the cost of running it.
- Less compute per render, which means less strain on power and a smaller environmental footprint.
Roughly half the time from resume PDF to finished visualization.
The product angle
There's a product angle here too, and it's the one we're most excited about. Once the career data is structured on its own, separate from any single chart, it can be reused. Not just for this visualization, but across recruitment and HR tools that need standardized career data to work with. More on that soon.