← All Posts

Category

AI & Machine Learning

AI integration, machine learning, and intelligent applications.

All Laravel (2) Technology (1) C# & .NET (2) DevOps (1) Architecture (1) AI & Machine Learning (4)

Jun 12, 2026

10 min read

Three GPUs, One Coding Agent: Running OpenCode on Local Models Over Tailscale

Three NVIDIA boxes, one coding agent, no cloud bill. The models were the easy 80% — the real fight was a silent CPU fallback, a Windows firewall eating one port, and an agent that broke down trying to say hello.

By Sean O'Dea

Read Article

Jun 12, 2026

12 min read

Your MCP Chrome DevTools Bridge Isn't Broken. Your Port Proxy Is Pointing At The Wrong Address Family.

Driving Chrome from inside WSL2 via MCP DevTools fails when your netsh portproxy rule points at the wrong address family. The fix is one netstat check away — but the Microsoft docs (and the AI tools that learned from them) get it wrong half the time.

By Sean O'Dea

Read Article

May 01, 2026

6 min read

Self-Hosted SearXNG for Claude Code

Why I replaced Claude Code's built-in WebSearch with a local SearXNG container, and how I wired it up in about ten minutes.

By Sean O'Dea

Read Article

Dec 13, 2025

11 min read

Integrating AI into Your Laravel Application: A Practical Guide

A hands-on guide to adding AI capabilities to your Laravel applications using OpenAI, Claude, and local models for content generation, classification, and more.

By Sean O'Dea

Read Article