BLOG

From the team. What we're building and why.

6th August 2026Blog

AI Agent Boundary Violations: Why Agents Guess When Instructions Leave Gaps

Research shows most AI agent runs violate at least one scope boundary when instructions are underspecified. The fix is not stronger guardrails — it is a clearer specification.

6th August 2026Blog

Comprehension Debt: The AI Code Review Problem Teams Aren't Measuring

Comprehension debt — reviewing AI-generated code faster than you understand it — is accumulating silently in engineering teams. Here is what the research shows and how to slow it down.

6th August 2026Blog

Context Rot: Why Your AI Agent Gets Worse the Longer It Runs

Context rot is what happens when a long AI coding session fills with failed exploration and the agent stops taking new direction. Here is why it happens and how to clear it.

25th July 2026Blog

How to Reduce AI Agent Token Costs When Running Multiple Sessions

Running multiple AI agents in parallel multiplies token costs — unless you share context between sessions. Here is how Token Intelligence cuts usage by up to 64%.

Tempest v0.1.3: Chat
11th July 2026Release Notes

Tempest v0.1.3: Chat

Agents are for building. Chat is for thinking. v0.1.3 ships the missing half — and this is only the beginning of it.

Tempest v0.1.2: Token Intelligence
3rd July 2026Release Notes

Tempest v0.1.2: Token Intelligence

Agents now get a pre-built semantic code graph injected automatically. No setup. Plus a fully rewritten work-done detector and a smarter recent projects list.

Tempest v0.1.1: Prompt Library, Message Queue, and Branch Management
1st July 2026Release Notes

Tempest v0.1.1: Prompt Library, Message Queue, and Branch Management

A major quality-of-life release. Reusable prompts, queued agent tasks, better Git workflows, workspace persistence, and native releases for Windows, macOS, and Linux.

Tempest v0.1.0: Parallel AI Agent Sessions Are Here
29th June 2026Release Notes

Tempest v0.1.0: Parallel AI Agent Sessions Are Here

Tempest v0.1.0 ships the core: isolated git worktrees per agent session, full conversation history, live status, built-in diff and push, and live preview.

Why Parallel Agents Change Everything
28th June 2026Blog

Why Parallel Agents Change Everything

Running one AI agent is useful. Running five in parallel, each on its own branch, is a different category of tool entirely. Here is why isolation is the missing piece.

The Case Against Context Switching Between AI Agents
27th June 2026Blog

The Case Against Context Switching Between AI Agents

Every time you manually switch context between AI coding sessions, you pay a hidden tax. Here is why session continuity and parallel isolation are not convenience features — they are the whole point.

Token Intelligence: Eliminating Redundant File Reads Across Agent Sessions
26th June 2026Blog

Token Intelligence: Eliminating Redundant File Reads Across Agent Sessions

When multiple agents read the same files independently, you pay for every read. Token Intelligence builds a local code-knowledge graph so agents share what they already know, cutting context consumption by up to 64%.