Career-Ops: Flipping the Script on AI-Powered Job Search

The job search has long been a one-way mirror - companies deploy AI to filter applications while candidates manually juggle spreadsheets, tailor cover letters, and hope their resume gets past the automated screener. Career-Ops flips that script entirely. Built on Claude Code, it’s an open-source system that gives job seekers their own AI advantage: intelligent evaluation of opportunities, automated customized applications, and systematic candidate strategy. The Problem It Solves The traditional job search is a grind of low-signal noise. You find 30 job postings. You read them. You customize a resume. You write a cover letter. You track applications in a spreadsheet. You wait. You compare offers using gut feel and spotty spreadsheet columns. The process burns time and attention - exactly when you need both to think clearly about your career. ...

April 9, 2026 · 4 min · James M

Cline + Kanban: Autonomous Development Meets Project Management

In the evolution of agentic software engineering, one critical gap remains: the disconnect between project management and code execution. Your Kanban board tracks what needs doing, but your AI assistant lives in your IDE. Cline + Kanban closes that gap. The Problem: Two Separate Systems Most teams operate with a frustrating split: Kanban board (Linear, GitHub Projects, Jira, Trello): “Build the user authentication flow” IDE with Cline: “Let me write code” Manual sync: You paste the task, manually update the board status, context-switch constantly This handoff is where developers lose hours to context-switching and where tasks fall through the cracks. ...

April 9, 2026 · 4 min · James M

Paperless-ngx: Self-Hosted Document Management Without the Vendor Lock-in

The paper stack on your desk is growing again. Medical records mixed with tax documents, utility bills, insurance forms - all of it scattered across a filing cabinet that’s become increasingly harder to navigate. There’s probably some important document you can’t quite remember where you filed it. This is the problem Paperless-ngx solves, but with a crucial difference from commercial alternatives: you own it entirely. What is Paperless-ngx? Paperless-ngx is a community-driven, self-hosted document management system that automates the digitization and organization of physical paperwork. It’s the modern continuation of the original Paperless project, designed as a more actively maintained fork. ...

April 8, 2026 · 5 min · James M

The Automation Paradox: Why More AI Makes Human Judgment More Valuable

The automation paradox is quietly reshaping what we pay for. Every time AI gets better at a specific task - writing code, analyzing documents, generating designs - the monetary value of doing that task falls. Commodity work becomes commodified. And yet, the people who thrive are not those who do the task fastest; they’re the ones who decide whether it should be done at all. The Direction Problem In 1997, Deep Blue beat Kasparov at chess. The immediate prediction was obvious: computers will replace chess players. ...

April 7, 2026 · 5 min · James M

DevOps in the Age of AI Agents

For years, DevOps has been about breaking down silos and automating the software delivery lifecycle. We moved from manual deployments to Jenkins scripts, then to YAML-defined pipelines, and eventually to Infrastructure as Code (IaC). But in 2026, the bottleneck is no longer the speed of the pipeline - it’s the speed of human decision-making within that pipeline. We are entering the era of Agentic DevOps. From Automation to Autonomy Traditional DevOps automation follows a strict “if this, then that” logic. AI-driven DevOps uses reasoning models to handle the “I’m not sure, let me figure it out” scenarios that typically stall a release. ...

April 5, 2026 · 3 min · James M

CI/CD Tools

CI/CD is the plumbing that turns a commit into running software. The tools below cover the full spectrum - from fully managed SaaS that you never have to operate, to self-hosted automation servers you tune yourself, to GitOps controllers that treat your Kubernetes cluster as the deployment target. How to choose A few questions that tend to cut through the vendor noise: Is your code in GitHub, GitLab, or Bitbucket? Staying in-ecosystem reduces integration effort dramatically Do you deploy to Kubernetes? GitOps tools like Argo CD and Flux are often a better fit than traditional pipelines Do you want to operate the control plane yourself? Jenkins gives you maximum flexibility and maximum operational burden How many parallel runners will you need at peak, and who pays for them? Hosted CI/CD platforms Low operational overhead, tight integration with their source-control parents, and usage-based pricing. ...

August 21, 2022 · 3 min · James M