Insights

Vibe Blog

Tactical playbooks and market analysis for teams using AI browser automation.

Newsletter

Get updates on browser automation

May 22, 2026 Dzianis Vashchuk 5 min read

OpenCode in Server Mode: Tailscale Access and AI Session Supervision

Running OpenCode in server mode on a VM and exposing it via Tailscale turns it from a one-person CLI tool into a persistent coding service. The software-engineer agent on OpenClaw can then open sessions, supervise progress, and follow up — acting more like a staff engineer than a solo coder.

May 15, 2026 Dzianis Vashchuk 11 min read

How We Cut Token Costs on OpenCode Coding Agents: LST, RTK, Caveman, and Smarter Subagents

Practical token-optimization stack at Vibe Technologies for OpenCode coding agents — LST for log compression, RTK (Rust Token Killer) as a CLI proxy, Caveman mode for terse output, and orchestrator + subagent role split that keeps expensive models doing only expensive work.

March 16, 2026 Dzianis Vashchuk 9 min read

Stabilizing AI Coding Agents for All-Day Use: Memory Fixes, MCP Lifecycle, and Why Browser Extensions Beat Standalone Servers

A deep dive into fixing opencode for production use as a long-running coding agent: MCP memory leaks, tool deadlocks, session recovery, and why Vibe Browser's extension architecture avoids the chrome-devtools-mcp memory trap entirely.