<?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: Trent Wade</title>
    <description>The latest articles on DEV Community by Trent Wade (@keel).</description>
    <link>https://dev.to/keel</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%2F4137589%2F5a3eec00-49aa-4356-83fc-4d4451bea310.png</url>
      <title>DEV Community: Trent Wade</title>
      <link>https://dev.to/keel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/keel"/>
    <language>en</language>
    <item>
      <title>I built a job-application autopilot that refuses to lie</title>
      <dc:creator>Trent Wade</dc:creator>
      <pubDate>Tue, 22 Sep 2026 12:16:35 +0000</pubDate>
      <link>https://dev.to/keel/i-built-a-job-application-autopilot-that-refuses-to-lie-20pd</link>
      <guid>https://dev.to/keel/i-built-a-job-application-autopilot-that-refuses-to-lie-20pd</guid>
      <description>&lt;p&gt;Auto-apply tools had a good premise and became spam cannons. Identical applications, invented qualifications, blasted at everything. It burns the candidate and poisons the channel for everyone — including people applying honestly.&lt;/p&gt;

&lt;p&gt;I spent the last year running a production job-application pipeline, and the thing I kept coming back to was: the lying is the product defect. Not the automation. The automation is fine. The lying is the defect.&lt;/p&gt;

&lt;p&gt;So I built Keel around a truthfulness contract, enforced in code rather than promised in marketing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Truthfulness gates.&lt;/strong&gt; Anything your profile can't support is reported as a gap, never bridged with fiction. No invented experience, degrees, or answers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Explicit confirmation.&lt;/strong&gt; Nothing counts as submitted unless the page itself confirms it. Not the browser accepting the task — the page confirming.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fail closed.&lt;/strong&gt; Unverifiable postings, unmappable questions, missing attestations: park, never proceed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No fingerprinting surface.&lt;/strong&gt; Nothing in the public repo helps ATS vendors identify or block automated applications.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The public half is Apache-2.0: discovery and fit scoring, truthful resume tailoring, a canonical answer bank, prescreen gates, an ATS capability radar (read-only probes), the launch-packet builder, append-only telemetry, and a dashboard. The execution layer — how applications are actually submitted — stays private deliberately. It holds submission-behavior techniques vendors could fingerprint, and publishing them would degrade the pipeline for everyone running it, including everyone who clones the repo. The boundary rule is public in SPLIT.md.&lt;/p&gt;

&lt;p&gt;The traction figure: the private production pipeline running this discipline holds 209 verified submissions, recounted today from its ledger (202 with quoted confirmation evidence, 3 with pointer evidence, 1 URL-only, 3 unevidenced — counted, never estimated). I'll state the limit plainly: you can't independently re-run that pipeline. What's verifiable is the discipline — the gates, the telemetry, the fail-closed reporting rules are all public code.&lt;/p&gt;

&lt;p&gt;If you're a builder, the quickstart is ~5 minutes, stdlib only, with a terminal demo in the README. If you're a contributor, I want help most on ATS behavior coverage, answer-bank ergonomics, and outcome analytics.&lt;/p&gt;

&lt;p&gt;The repo: &lt;a href="https://github.com/KeelDev-tech/keel" rel="noopener noreferrer"&gt;https://github.com/KeelDev-tech/keel&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>buildinpublic</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
