Venture Crane

Articles

What Breaks When You Sprint with 10 AI Agents

Feb 20, 2026 · 5 min read

Wave-based sprint execution across a fleet of machines works until local state drifts from remote. Here is what we learned.

Finding Four Auth Vulnerabilities in One Code Review

Feb 20, 2026 · 10 min read

How AI-generated prototype code accumulates auth debt and how one code review session catches it systematically.

What Running Multiple Ventures with AI Agents Actually Costs

Feb 19, 2026 · 13 min read

Every line item for running an AI-native dev lab across multiple projects. Total: about $490 a month.

PWA vs Native App - When to Skip the App Store

Feb 18, 2026 · 11 min read

A decision framework for choosing PWA over native when you have not validated product-market fit yet.

Secrets Management for AI Agent Teams

Feb 16, 2026 · 10 min read

How to manage secrets across projects, machines, and autonomous agents without .env files, hardcoded credentials, or accidental exposure.

Multi-Model Code Review - Why One AI Isn't Enough

Feb 15, 2026 · 8 min read

Why sending code through multiple AI models with different strengths produces higher-confidence findings than any single model.

How We Built an Agent Context Management System

Feb 14, 2026 · 28 min read

Building centralized context management so AI agents start every session with the right knowledge.

Building a Dark-Theme Design System with Tailwind v4

Feb 12, 2026 · 7 min read

How we built a dark-first design system using CSS custom properties and Tailwind v4 theme configuration.

Documentation as Operational Infrastructure

Feb 10, 2026 · 13 min read

Why we treat runbooks, ADRs, and handoff records as infrastructure that self-heals, version-tracks, and delivers itself to agents automatically.

96% Token Reduction - Lazy-Loading Agent Context

Feb 7, 2026 · 8 min read

How we cut session startup token consumption by 96% by switching from eager document loading to an index-and-fetch pattern.