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

Using MCP Servers to Connect Claude to Live Databases for On-Demand Analysis
A developer built an MCP server for CybersecTools, connecting Claude to a database of 10,000+ cybersecurity products, enabling live data analysis instead of traditional dashboards. The server provides 40 tools for comparing vendors, analyzing market categories, and checking NIST CSF 2.0 coverage.

Analyzing 7 Years of Diary Entries with an LLM: RAG vs Fine-Tuning Failures
After keeping a diary since 2019, a developer fed 200+ entries to an LLM to discover patterns — RAG failed, fine-tuning failed, and privacy was a constraint. The final approach revealed cyclical life lessons every two years.

Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow
A developer with no CS background built a full mobile app called BloomDay using Claude and ChatGPT while unemployed, employing a React Native, Supabase, RevenueCat, and Cloudflare stack.

OpenClaw Architecture: Building a Persistent AI-Driven Distribution Engine
OpenClaw's architecture, featuring a daemon-driven approach with small composable tools, declarative recipes, and a memory layer, enables continuous and efficient automation workflows.