{"slug": "appliedin-the-agentic-workflow-for-apply-jobs-so-we-can-spend-time-prepping", "title": "Appliedin: The agentic workflow for apply jobs, so we can spend time prepping", "summary": "AppliedIn, an open-source agentic workflow for job applications, lets users automate resume tailoring and form submission while keeping human approval for uncertain steps. The system uses gated mode to pause for missing facts, logins, or CAPTCHAs, and runs locally with the user's own OpenAI and Claude subscriptions.", "body_md": "**You decide where the graph pauses.** Use gated mode to\napprove each application, or allow strong matches to continue. Missing\nfacts, logins, and uncertain outcomes still return to you.\n\n## Each step has a clear owner\n\nAppliedIn assigns each part of an application to the actor best suited for it. Code handles repeatable rules. Focused agents handle judgment and changing websites. You control identity, missing facts, and submission.\n\n### From job discovery to verified application\n\nEvery job follows explicit states. Tools discover and filter it, focused agents score and tailor it, optional review gates can pause it, and the browser agent verifies the final outcome.\n\n## Agentic patterns behind the workflow\n\n### Sequential orchestration\n\nExplicit stages keep the business process inspectable and make recovery possible when a long-running step fails.\n\n### Structured output\n\nThe scorer returns a typed 0–10 MatchScore instead of prose that downstream code has to interpret.\n\n### Review and critique\n\nThe tailor writes, tools validate, and the critic gets no more than two passes to request one focused revision.\n\n### Human-in-the-loop\n\nApproval, unknown facts, logins, and CAPTCHAs pause the workflow and return control to the owner.\n\n### Tool routing\n\nStructured feeds handle known job boards. Browser-capable discovery is used only when the deterministic path cannot resolve a page.\n\n### Bounded browser autonomy\n\nThe browser observes, acts, and verifies, but cannot invent missing answers or retry an uncertain submission blindly.\n\n## See every job move through the graph\n\nJobs move through explicit states on a local board. A role can be found, tailored, waiting for you, submitting, applied, failed, or uncertain.\n\n## From one job URL to a completed application\n\n01\n\n### Find and score\n\nReads the boards you follow, removes obvious mismatches, deduplicates roles, and stops low scores before expensive work begins.\n\n02\n\n### Tailor and validate\n\nRewords existing resume content toward the role while code preserves every bullet and anchored fact and produces a valid PDF.\n\n03\n\n### Approve and apply\n\nShows what changed, waits for approval, fills the employer form from approved facts, and verifies the final confirmation.\n\n### Tailor the resume without changing the facts\n\nThe tailor can adapt wording and emphasis for a role. Validation keeps every source fact anchored, produces a real PDF, and limits the critic to one focused revision across no more than two passes.\n\n## Choose where the workflow pauses\n\nIn gated mode, you review the tailored resume before the browser acts. In automatic mode, strong matches can continue without that pause. Missing information, logins, CAPTCHAs, and uncertain outcomes always return to you instead of becoming invented answers.\n\nThe same boundaries stay visible on the product board.\n\n## What runs locally, and what requires an account\n\nThe workflow and application history stay on your machine. Core graph reasoning uses your OpenAI key. Automatic form submission uses Claude Code and its Chrome integration in the browser session you control.\n\n### Core graph\n\nyour OpenAI key\n\n### Form submission\n\nyour Claude subscription\n\n### Files and history\n\nyour local machine\n\n## Safety rules the model cannot bypass\n\nA boundary written only in a prompt is a boundary nobody is enforcing. These rules also live at the tool and state layers.\n\n### Truthful resume\n\nEvery bullet and anchored fact is checked before a tailored copy is saved.\n\n### No duplicate application\n\nA job already marked applied or applied manually is refused before submission.\n\n### No invented answer\n\nAn unknown required field becomes a human question instead of a guess.\n\n### No unproven success\n\nWithout positive confirmation, the result is uncertain—not applied.\n\n## Run AppliedIn locally\n\n```\n# clone, configure and start\ngit clone https://github.com/sayantan94/AppliedIn.git\ncd AppliedIn\ncp .env.example .env\n./appliedin setup\n./appliedin start        → http://localhost:8787/\n```\n\nPut the OpenAI API key in `.env`\n\n, add your self-contained\nLaTeX resume at `resume/base.tex`\n\n, and start with one job URL.\n\n### What you need\n\n| For | You need |\n|---|---|\n| Discovery, scoring, and resume tailoring | macOS or Linux, Python 3.12, Redis, LaTeX, and an OpenAI API key |\n| Automatic application submission |\nEverything above, plus Chrome or Edge,\n|\n\n## Before you enable automatic submission\n\n**Applications go out under your name.** Review the resume,\nanswers, and employer terms before submission.\n\n- AppliedIn does not solve CAPTCHAs.\n- An employer may prohibit automated applications.\n- Generated text can still be wrong; inspect it before approving.", "url": "https://wpnews.pro/news/appliedin-the-agentic-workflow-for-apply-jobs-so-we-can-spend-time-prepping", "canonical_source": "https://www.appliedin.dev/", "published_at": "2026-07-29 07:47:02+00:00", "updated_at": "2026-07-29 07:52:18.647463+00:00", "lang": "en", "topics": ["ai-agents", "ai-tools", "developer-tools"], "entities": ["AppliedIn", "OpenAI", "Claude"], "alternates": {"html": "https://wpnews.pro/news/appliedin-the-agentic-workflow-for-apply-jobs-so-we-can-spend-time-prepping", "markdown": "https://wpnews.pro/news/appliedin-the-agentic-workflow-for-apply-jobs-so-we-can-spend-time-prepping.md", "text": "https://wpnews.pro/news/appliedin-the-agentic-workflow-for-apply-jobs-so-we-can-spend-time-prepping.txt", "jsonld": "https://wpnews.pro/news/appliedin-the-agentic-workflow-for-apply-jobs-so-we-can-spend-time-prepping.jsonld"}}