Building a deterministic job-intel pipeline with OpenClaw assist

A developer has built findmejobs, a standalone Python pipeline for job hunting operations. The core design principle is to keep it boring and auditable.
Pipeline architecture
The pipeline handles scraping, normalization, and ranking within the application itself. OpenClaw is used only for two specific tasks: profile bootstrap and sanitized review/drafting. This creates strict trust boundaries between the deterministic pipeline components and the AI-assisted components.
Technical implementation
The system features deterministic ranking and rerunnable stages. It uses a SQLite database and follows a CLI-first workflow. The current scope is single-operator and single-host, running on a secondhand 2014 Mac Mini alongside OpenClaw.
Deliberate limitations
The developer intentionally excluded several features from the current scope:
- LinkedIn/Easy Apply scraping
- Auto-apply functionality
- Browser automation
- Fake "AI magic" ranking (though this might be considered in the future)
The developer is seeking to compare notes with others who have built OpenClaw-assisted workflows with strict trust boundaries.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw Testing Agent for Mobile Apps: Setup and Results
A developer built a mobile testing agent on OpenClaw that runs plain English test steps on cloud emulators, catching bugs that manual testing misses. The service costs $350-600/month per client and has converted 70-75% of trial leads.

Building an AI Code Review CLI with Claude: A Non-Traditional Pathway
GrandCru is a code review CLI developed by a former military officer using Claude AI. It features dual-channel Zod schema for technical feedback and creative prose.

Non-Developer Builds Three Production Apps with Claude AI Assistance
A user with no coding experience created three functional web applications using Claude AI, including a fuel price finder, MTG proxy printer, and budgeting tool, all deployed via GitHub, Cloudflare Workers, Cloudflare D1, and Vercel.

Developer uses Claude AI for frontend development and landing page design
A developer used Claude AI to improve their landing page's frontend, treating it as a pair programmer that provided design suggestions, responsive layouts, and accessibility fixes through iterative feedback.