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 Claude Code for Go-to-Market Operations: Context Engineering Patterns
A developer shares practical patterns for using Claude Code beyond coding, specifically for running go-to-market operations including scraping, enrichment, databases, email infrastructure, and multi-platform content. Key techniques include CLAUDE.md files, session scoping, CLI tools over MCP servers, and subagents for heavy lifting.

Mac Studio local LLM loadout: GLM 5.1, Kimi K2.6, and what's working for coding with Claude Code
A developer shares their May 2026 Mac Studio (M3 Ultra) setup with quantized GLM 5.1 (380GB, 17 tps decode), Kimi K2.6 (460GB, 21 tps decode), and notes on Minimax 2.7, Gemma 4 31B, Qwen 3.5 9B, and pending Deepseek/Mimo support.

Reddit user shares Claude Code setup for portfolio projects
A developer describes their transition from a manual Claude.ai workflow to a structured Claude Code approach using file-based memory and CLAUDE.md files for planning and documentation.

Building a 20K+ Line Production SaaS Platform with Claude Code: Lessons from Agentic Engineering at Scale
A developer open-sourced LastSaaS, a production-ready SaaS boilerplate built entirely through conversation with Claude Code, featuring Go backend, React frontend, multi-tenant auth, Stripe billing, and a built-in MCP server. The project reveals what works and requires discipline when using AI agents for large-scale development.