~/reading

38

Issue 38/September 11, 2026/20 tools · 3 headlines

Disposable VMs and resource meshes under every agent loop

Power users are cloning lightweight isolation layers, capability-secure runtimes, and programmatic harnesses that turn sandboxes and cross-machine resources into first-class wiring instead of chat afterthoughts. The through-line is infrastructure you actually run inside your own loops.

01 — Power tools

The stack

  1. 01toolGitHub
    clawk

    clawkwork

    CLI that boots a disposable Linux microVM per project so coding agents run with root inside the guest while host files and keys stay unreachable.

    Use caseUse it to attach Claude Code, Codex, or a shell to a per-repo VM with network allow-lists and resume via attach without Docker.

    sandboxmicrovmcliisolation
  2. 02repoGitHub
    Astrid

    astrid-runtime

    Portable capability-secure OS runtime built from WebAssembly capsules that compose without inheriting full authority.

    Use caseUse it to run agent workloads as isolated capsules with explicit capabilities on macOS or Linux without full VMs.

    wasmcapability-securityruntimesandbox
  3. 03harnessGitHub
    open-ptc-agent

    Chen-zexi

    Open implementation of programmatic tool calling that lets the model write code to invoke MCP tools inside a Daytona sandbox instead of serial JSON calls.

    Use caseUse it to collapse multi-step tool loops into one code-execution turn with progressive discovery and session persistence.

    ptcmcpsandboxlanggraph
  4. 04toolGitHub
    MaskShift

    nafeeur

    Maximalist local-first coding harness with 149 native tools, zero npm runtime deps, lazy MCP, and bridges to other agents.

    Use caseUse it to give any model a full control plane for LSP, containers, SSH, Git worktrees, and skills while keeping only relevant tools in context.

    harnessclizero-depsmulti-provider
  5. 05harnessGitHub
    Codely Agent Harness

    CodelyTV

    Shared skills, plugins, hooks, and utilities that install across agents to enforce conventions and improve output quality.

    Use caseUse it to add reusable /skills for docs, quality gates, and SDLC workflows that any compatible agent can discover.

    skillshooksconventionsmulti-agent
  6. 06toolGitHub
    Treadstone

    earayu

    Agent-native Kubernetes sandbox platform with all-in-one runtime for shell, files, browser, MCP, and long-running state.

    Use caseUse it to run agents inside durable sandboxes or expose sandboxes as on-demand tools via CLI, REST, or Python SDK.

    kubernetessandboxmcpself-hosted
  7. 07harnessGitHub
    Latentic agent-harness

    getlatentic

    Rust crate that drives existing agent CLIs programmatically through one Harness trait and a normalized event stream.

    Use caseUse it to embed Claude Code, Codex, or OpenAI-compatible agents in your own process without scraping terminals.

    rustcli-streamprogrammaticevent-stream
  8. 08toolGitHub
    Ridge

    vasinov

    Resource mesh that gives agents a uniform interface to local projects, Docker, SSH, and S3 with capability contracts.

    Use caseUse it to let agents discover, copy, and execute across machines without stuffing file contents into context.

    mcpresourcesmulti-machinedelegation
  9. 09harnessGitHub
    Open-PTC

    daly2211

    Proxy and Deno-isolate runtime for programmatic tool calling over MCP so models write TypeScript to orchestrate tools.

    Use caseUse it to cut tool-definition bloat and multi-round latency by executing loops and filters inside a secure isolate.

    ptcdenomcpproxy
  10. 10harnessGitHub
    HALO agent-harness

    doubts-suplab

    Language-neutral governance runtime with confidence gates, default-deny tools, audit, human review, and kill switch.

    Use caseUse it to wrap any agent decision path so side-effecting actions stay governed regardless of model or host language.

    governanceauditcontrol-planeenterprise
  11. 11repoGitHub
    Agentic Coding Tools

    jankneumann

    Harness-agnostic skills and primitives for orchestrators, workers, and validators with scope-isolated parallelism.

    Use caseUse it to install Markdown skills that coordinate multi-agent worktrees, handoffs, and adversarial validation.

    skillsorchestrationworktreeslong-horizon
  12. 12toolGitHub
    agent-run

    sin-ack

    Tiny standalone binary that runs a coding agent inside a bwrap sandbox with simple TOML config.

    Use caseUse it to launch pi, opencode, codex, or claude under namespace isolation on Linux with one binary.

    sandboxbwrapclilightweight
  13. 13toolGitHub
    Apache Maka

    apache

    High-performance agent workspace that keeps a complete event-sourced record of every action.

    Use caseUse it to run local-first agents with full audit trails and tool-use history for reproducible sessions.

    event-sourcingworkspacelocal-firstapache
  14. 14harnessGitHub
    Toolcraft

    pixel-point

    MIT starter kit, UI library, and AI harness for building custom design apps that agents can extend.

    Use caseUse it to bootstrap a canvas-based design tool with agent skills, checks, and export workflows ready to customize.

    designstarterskillsreact
  15. 15toolGitHub
    Booley

    boldaxolotl

    Open-source IDE sandbox that wires agent CLIs to EDA tools for SystemVerilog chip design via MCP.

    Use caseUse it to let agents run simulation, synthesis, and waveform inspection under deterministic quality gates.

    edahardwaremcpsandbox
  16. 16toolGitHub
    Benzi

    oooscoos

    Code intelligence harness delivered as a VS Code extension with upcoming MCP and headless support.

    Use caseUse it to replace ad-hoc graph tools with a structured intelligence layer that agents query inside the editor.

    vscodecode-intelligenceharnessmcp
  17. 17repoa11.to
    A11

    helenapankov

    Apache 2.0 layered toolkit of typed streams and reusable actions for building agentic and multimodal apps.

    Use caseUse it to compose local helpers, model tools, RPCs, and worker jobs from the same action definitions without framework lock-in.

    streamsactionslayeredmultimodal
  18. 18harnessGitLab
    Opair

    philbooth

    Coding harness that deliberately limits autonomy with scoped tools, access control, and driver/navigator pair modes.

    Use caseUse it to keep the human in the loop as a true pair programmer instead of reviewing giant terminal diffs.

    pair-programmingrestrictedhuman-in-loopmcp
  19. 19harnessGitHub
    OpenMetaHarness

    openmetaharness

    One-file bootloader and README pattern that gives coding agents persistent memory, judgment, and operating discipline across sessions.

    Use caseUse it to drop a model-agnostic operating file into any project so long-horizon work compounds and resumes cleanly.

    metabootloaderlong-horizonpersistent
  20. 20toolGitHub
    Feature Ledger

    netizer

    CLI that automatically tracks implemented features from agent work and produces client and team reports.

    Use caseUse it to bootstrap, audit, and release-cut feature inventories so agents keep documentation current without manual effort.

    docstrackingcliagent-workflow

02 — In the wild

Articles and releases

  1. releaseHacker News
    Show HN: Ridge - Connect coding agents to local, SSH, Docker, and S3 resources

    vasinov

    Ridge ships a resource mesh so agents discover and operate across local projects, containers, SSH hosts, and S3 without custom transfer scripts. Parent agents can delegate scoped resources to workers while the harness stays in charge of planning.

    resourcesmcpmulti-machineshow-hn

    Shipped

  2. releaseHacker News
    Show HN: MaskShift – a maximalist coding agent with zero NPM dependencies

    Nafeeur

    MaskShift launches as a local-first harness with 148+ native tools, lazy MCP, multi-provider support, and zero runtime npm deps. It bridges existing agents and keeps recovery via checkpoints and audit logs.

    harnesszero-depsclishow-hn

    Shipped

  3. articleHacker News
    Show HN: Toolcraft – open-source AI harness and starter for building design apps

    AlexBV

    Toolcraft releases an MIT starter with canvas, component library, layers, timelines, and an AI harness that teaches agents the design system plus automated checks. It targets custom design tools that agents can extend instead of generic chat UIs.

    designstarterharnessshow-hn

    Read

Get the daily tools digest

RSS