Systems & automationProject record · Sep 2026

Software Systems & Automation

ApplyPilot workflow adaptation

A local ApplyPilot adaptation adding a Claude CLI provider and crash-resilient parallel scoring.

PythonhttpxClaude CLIThreadPoolExecutorSQLiteSubprocess
Why it sits here. Keep scoped adaptation visible because there are real provider, concurrency, and persistence edits; core application is upstream and modifications lack committed attribution.
05 / An architecture, opened up.STUDY IN SPACE

01 / IMPLEMENTATION & CONTRIBUTION

What the work involves

Extends Pickle-Pixel/Henry Muhiar’s ApplyPilot with an isolated Claude CLI adapter, retries, parallel scoring, and incremental SQLite commits. The underlying application agent is upstream work.

Technical depth

The CLI adapter passes prompts through stdin, selects a model, avoids session persistence, isolates settings/CWD, and retries failures. Scoring uses ThreadPoolExecutor and periodically commits completed batches so a later crash loses less finished work.

The project family

applypilot

02 / RESULTS

What came out of it

Completed scoring batches are committed incrementally so a later failure loses less finished work. The model adapter avoids persistent sessions and isolates its settings and working directory.

03 / SUPPORTING EVIDENCE

Follow the source

Implementation notes, project records, and supporting artifacts.

Source context & project scope

No candidate-authored committed provenance or executed test result for these edits was established.

CLI invocation is a cloud-model integration, not local inference; upstream local-provider support is not a new candidate invention.

README application counts are upstream promotional claims and must not be attributed to Donald.

No application records, résumé artifacts, scraped job records, or candidate profile data were inspected.

Local ClaudeCLIClient and provider-selection changes versus upstream.

SOURCE · 2026-09-17

Configurable parallel scoring and incremental SQLite commits.

SOURCE · 2026-09-17

Explicit upstream project attribution and pipeline scope.

SOURCE · 2026-09-17

Two locally modified source files; upstream history has no Donald-attributed commits.

SOURCE · 2026-09-17
CONTINUE IN SOFTWARE SYSTEMS & AUTOMATION

Full-stack authentication study