Skip to main content
Tascarrel is alpha software and may break. We’re looking for your feedback — share it on GitHub.

Blog Tag

coding agents

  • Tascarrel's Isolation Model

    Tascarrel combines a VM boundary around the complete development environment with container-based pods for disposable tasks. This article explains how layered isolation, reusable environment definitions, network controls, credential mediation, and Git publication form one coherent isolation model, along with its trust assumptions and limits.

    Read Post →
  • Isolating Coding Agents

    Safely running a coding agent requires isolating both the agent and all development code it executes, including dependencies, build scripts, tests, and project tools. This article explains why command approvals are not an isolation boundary, compares operating-system sandboxes, containers, user-space kernels, virtual machines, and dedicated machines, and examines the network, credential, publication, state, environment, and hosting decisions needed to make isolation effective in practice.

    Read Post →