Posts tagged with #ai
- $ open Cloudflare AI Gateway and Turnstile: Fronting a Friend's Local Qwen Endpoint ↗
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.