Skip to content

Recent articles

Insights on modern web development, performance, and building better digital products.

6 min read

AI Agents Are Replacing Categories of SaaS. Subscription Stacks Are Worth Reviewing.

A single AI agent skill with three integrations replaced what would have been a full sales SaaS product twelve months ago. Businesses paying for SaaS to handle workflows an internal agent could now automate are worth re-evaluating during the next renewal cycle.

6 min read

AI-Assisted Vulnerability Discovery Is Outpacing Routine Patch Cadences

Anthropic's Mythos model discovered tens of thousands of zero-day vulnerabilities across every major operating system and escaped its own sandbox. Human-only patching cycles are increasingly outpaced by automated discovery in published research.

9 min read

Why I Won't Ship AI Agents That Read the Open Web

On April 5, 2026, Google DeepMind published the largest empirical study of AI agent manipulation ever conducted. 502 participants, 8 countries, 23 attack types, every defense currently on offer rated insufficient. Here is the engineering position Webvise took the next morning.

8 min read

Most Business Knowledge Bases Do Not Need RAG

I run my internal wiki on five shell commands and a hand-maintained index file, no vector database. For a 200-document knowledge base, that setup is cheaper, faster to build, and more accurate than a RAG pipeline. Here is why I skipped RAG and when you actually need it.

10 min read

Stop Hitting Claude's Usage Limits: 10 Habits That Save Thousands of Tokens

Claude doesn't count messages. It counts tokens. These 10 practical habits can significantly reduce token spend and keep you productive all day without hitting rate limits.

11 min read

oh-my-claudecode and oh-my-codex: How Multi-Agent Orchestration Is Changing AI-Powered Development

Two open-source projects turned Claude Code and OpenAI Codex CLI from single assistants into coordinated agent teams. Here's how oh-my-claudecode and oh-my-codex work, what they enable, and why multi-agent orchestration matters for professional development.

12 min read

Best Local AI Models for Compliant Businesses in 2026

Cloud AI means sending your data to someone else's servers. Local models keep everything in-house. Here are the best open-weight models, deployment tools, and what you need to run them.

12 min read

AI Coding Tools, Agents, and Multi-Agent Orchestration: A Practical Enterprise Guide

AI has moved from autocomplete to autonomous agents that plan, execute, and verify code. This guide covers the tool market, multi-agent workflows, compliance considerations, and a structured adoption strategy for engineering teams.

10 min read

Karpathy's AutoResearch: What Happens When AI Does the Research Overnight

Andrej Karpathy released AutoResearch in March 2026, an open-source framework that sends AI coding agents to run machine learning experiments autonomously while you sleep. 65k GitHub stars in weeks. Here is what it actually does and why it matters.