I Built an AI to Apply to Jobs for Me. The Tech Wasn’t the Hard Part.
The job search is already automated. The only people still expected to act manually are the...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3902575) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Keith Azodeh Posted on Apr 29 I Built an AI to Apply to Jobs for Me. The Tech Wasn’t the Hard Part. #automation #ai #career #productivity The job search is already automated. The only people still expected to act manually are the applicants. I got tired of typing the same information into the same fields on different websites. Name. Email. Phone number. Work history. Education. Salary preference. Location.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).