Posts tagged with #ai
- $ open Giving the Site a Memory with Redis Agent Memory Server (Part 4) ↗
Part 4 of the self-hosting series: wiring Redis's agent-memory-server into the site's AI chats, entirely on local hardware. Durable memory with no login, an exam coach that remembers your weak spots, and the mistakes I made getting there.
- $ open Running Your Own LLM Endpoint with Cloudflare Tunnels and Ollama (Part 3) ↗
Part 3 of the local-LLM saga: when a friend's GPU goes offline, I stood up my own Qwen on Ollama, exposed it over a Cloudflare Tunnel locked behind Access, and wired a GrowthBook flag so the blog can flip between his box and mine from the chat header.
- $ open Cloudflare AI Gateway and Turnstile: Fronting a Friend's Local Qwen Endpoint (Part 2) ↗
How this blog's AI features route through a Cloudflare AI Gateway to a friend's locally hosted Qwen model behind LiteLLM, with Turnstile and HMAC session tokens keeping bots off the GPU.
- $ open OpenCode Part 1: A Terminal AI Agent You Actually Control ↗
OpenCode is an open source AI coding agent with provider flexibility, cross-repo context, and per-session cost tracking. Here's how to set it up and why GitHub's pricing changes make it worth a look.
- $ open GitHub's Agentic Workflows ↗
GitHub Agentic Workflows let you describe repo tasks in plain Markdown and have a coding agent run them on a schedule. Here's how they work and what you can do with them.
- $ open Platform AI Part 4: Building a Claude Code Plugin to Develop the AI Itself ↗
How I built a Claude Code skill that turns my IDE into a multi-agent development studio for building, debugging, and shipping features on my AI DevOps assistant.
- $ open Platform AI Part 3: Building a Multi-Agent System for DevOps ↗
How I turned a single chatbot into a team of specialized AI agents that route requests, hand off between each other, and investigate Kubernetes issues through structured workflows.
- $ open Platform AI Part 2: Adding Agentic Tool Use for AKS Management ↗
Building an AI assistant with Claude that can actually manage Kubernetes clusters - checking status, starting and stopping AKS, and handling Crossplane webhooks automatically.
- $ open Platform AI Part 1: Building a Personal AI Chatbot with Claude and Cloudflare ↗
A walkthrough of building a specialized AI assistant for Kubernetes, Docker, and cloud questions using Claude API, React, and Cloudflare Pages Functions with PAT authentication.
- $ open Repo-Local AI Governance: Why We Need a Standard for Constraining AI Agents ↗
AI coding assistants are becoming autonomous agents that modify code, run commands, and make architectural decisions. But there's no standard way to tell them what they shouldn't do. Here's a proposal.