Skip to content

Tag: automation

All the articles with the tag "automation".

Renovate for k8s GitOps

Renovate for k8s GitOps

Auto-update Kubernetes images and Helm charts with Renovate: the built-in Helm managers, custom regex managers, cron scheduling, and PR grouping rules.

Agentic Browsers: Browser-Use & Skyvern Reviewed

Agentic Browsers: Browser-Use & Skyvern Reviewed

· Updated:

Browser-Use and Skyvern let LLMs drive real browsers via natural language goals. Here's what they can actually do, where they break, and when Playwright is still the right call.

Borgmatic: Borg Backup, Done Right

Borgmatic: Borg Backup, Done Right

· Updated:

BorgBackup is great. Borgmatic makes you actually run it: config-driven schedules, hooks, healthchecks, and a backup system that pages you when it breaks.

AI Swarm Audited My 840-Post Blog

AI Swarm Audited My 840-Post Blog

I pointed a parallel swarm of AI agents at 840 technical posts to fact-check and refresh them, the architecture, the token bill, and the guardrails.

Dify: Visual Agent Workflows

Dify: Visual Agent Workflows

Dify is an open-source LLM-app builder you can self-host. Visual workflow editor, RAG, agents, tool use, without writing 500 lines of LangChain glue.

Function Calling in Local LLMs

Function Calling in Local LLMs

Local LLMs can call tools, query APIs, and run code if you set them up right. Function calling on Ollama and llama.cpp explained, patterns that actually work.

MCP Servers: Tools for LLMs

MCP Servers: Tools for LLMs

Model Context Protocol turns your LLM into a tool-using agent, file access, APIs, your home lab. Build your first MCP server in under 50 lines of Python.