sandbox

Tag

Cards List
#sandbox

Give your agent its own computer (7 minute read)

TLDR AI · 2d ago Cached

LangChain introduces LangSmith Sandboxes, providing each AI agent with its own isolated computer environment for safe code execution, addressing security risks of running untrusted code in containers or locally.

0 favorites 0 likes
#sandbox

Running Python code in a sandbox with MicroPython and WASM

Simon Willison's Blog · 4d ago Cached

Simon Willison introduces micropython-wasm, an alpha package that runs Python code in a sandbox using MicroPython compiled to WebAssembly, enabling safe plugin execution within Python applications like Datasette.

0 favorites 0 likes
#sandbox

What are the most powerful underground AI tools that no one talks about enough?

Reddit r/artificial · 4d ago

A list of six powerful but lesser-known AI developer tools: Instructor for structured JSON output, Octopoda for agent memory, E2B for secure sandboxes, Firecrawl for website-to-markdown, Composio for app integrations, and LiteLLM for multi-model API.

0 favorites 0 likes
#sandbox

Sage launched! Local AI inference engine

Reddit r/AI_Agents · 2026-06-02

Sage is a local AI inference engine built in Rust that runs entirely on the user's machine with kernel-level sandbox security, no telemetry, and no cloud dependency.

0 favorites 0 likes
#sandbox

@HowToAI_: China just handed the AI agent community a production-grade sandbox for free. OpenSandbox is an open-source sandbox run…

X AI KOLs Timeline · 2026-06-02 Cached

China released OpenSandbox, an open-source sandbox runtime for AI agents, supporting multiple SDKs and secure execution environments with Docker/Kubernetes isolation.

0 favorites 0 likes
#sandbox

@LangChain: .@MukilLoganathan’s Interrupt keynote on Sandboxes. https://youtu.be/IIchUA5T3gs In 20 minutes, you’ll learn how to run…

X AI KOLs Following · 2026-06-01 Cached

Mukil Loganathan from LangChain introduced LangSmith Sandboxes at the Interrupt conference, enabling safe execution of agent code with low latency, secure isolation, persistence, and snapshot/restore capabilities.

0 favorites 0 likes
#sandbox

I built a cartoon sandbox where my AI characters live, text, and run their own town. (And yes, you can order Dog to fight Cat) 💀

Reddit r/ArtificialInteligence · 2026-06-01

A developer created a cartoon sandbox where AI characters live, text, and autonomously run a town, with user interactions like ordering fights between characters.

0 favorites 0 likes
#sandbox

Sentinel: Out-of-Band Shield Sidecar for AI Agent Security

Reddit r/AI_Agents · 2026-05-30

Sentinel v0.3.0 is released, an out-of-band AI Agent security framework featuring Shield Sidecar, deterministic shadow sandbox, Red Team Engine with 34 vectors, and EU AI Act compliance reports.

0 favorites 0 likes
#sandbox

Code mode with a stateful REPL

Reddit r/AI_Agents · 2026-05-26

The author introduces ptc_runner_mcp, an MCP server that provides a stateful, sandboxed REPL using a Clojure-like language, allowing AI agents to perform exploratory computations without overwhelming the context window.

0 favorites 0 likes
#sandbox

I built a computer use sandbox framework for codex on headless linux. GPU passthrough, computer use, and sudo access for codex all work. It's the perfect dev sandbox to allow full auto work while minimizing the "rm -rf /" risk

Reddit r/LocalLLaMA · 2026-05-25

The author built an AI sandbox manager using LXC containers that allows Codex agents to have full sudo access and GPU passthrough on headless Linux while keeping the host system safe from catastrophic errors.

1 favorites 1 likes
#sandbox

@AniC_dev: introducing box simple, powerful sandboxes for agents and the most affordable as well

X AI KOLs Following · 2026-05-24 Cached

AniC_dev introduces box, a simple and powerful sandbox for AI agents, claiming it is the most affordable option.

0 favorites 0 likes
#sandbox

@vintcessun: Just came across this article, pretty impressive. Essentially, when AI agents do parallel exploration or tree search, each checkpoint/rollback requires backing up the entire file and process state, taking hundreds of milliseconds. DeltaBox discovered that consecutive checkpoints are actually highly similar. So instead of copying everything, just record the changes. It introduces two OS-level mechanisms…

X AI KOLs Timeline · 2026-05-24 Cached

Presented at arXiv, DeltaBox introduces OS-level mechanisms (DeltaFS and DeltaCR) for millisecond-level checkpoint and rollback in stateful AI agents by only duplicating changes between consecutive states, achieving 14ms checkpoint and 5ms rollback on SWE-bench and enabling significantly deeper tree search within fixed time budgets.

0 favorites 0 likes
#sandbox

Proper security and maintenance for agentic environments

Reddit r/openclaw · 2026-05-24

A developer built Terrarium, an open-source sandboxing solution for running multiple AI agents securely with isolated worlds, reverse-proxy management, and state rollback.

0 favorites 0 likes
#sandbox

A Network Allow-List Won't Stop Exfiltration

Lobsters Hottest · 2026-05-24 Cached

Network allow-lists are insufficient to prevent data exfiltration via authorized channels like DNS or allowed endpoints. Canister, a lightweight Linux sandbox, addresses this with a layer-7 egress proxy that performs TLS interception and data-loss prevention.

0 favorites 0 likes
#sandbox

Edge Python a 170 KB sandboxed Python subset (WASM) for running agent-generated code client-side (directly in the browser)

Reddit r/ArtificialInteligence · 2026-05-22

Edge Python is a 170 KB WASM-based sandboxed Python subset that runs agent-generated code directly in the browser without a server, supporting classes, async/await, pattern matching, and more.

0 favorites 0 likes
#sandbox

@peywalt: on the day of modal's series c announcement i am ... getting microsoft word to run in a modal sandbox

X AI KOLs Following · 2026-05-22 Cached

A user demonstrates running Microsoft Word inside a Modal sandbox on the day of Modal's Series C funding announcement.

0 favorites 0 likes
#sandbox

How to open calc.exe from S&Box

Lobsters Hottest · 2026-05-21 Cached

A security researcher examines the C# sandboxing in S&Box (Garry's Mod 2), which uses an API whitelist instead of a hardened runtime. By modifying the compile blacklist, they bypass the restrictions and crash the editor, demonstrating that the approach is insecure despite being similar to Space Station 14's system.

0 favorites 0 likes
#sandbox

@hwchase17: https://x.com/hwchase17/status/2057506580447510889

X AI KOLs Timeline · 2026-05-21 Cached

LangSmith introduces an Auth Proxy to secure network access for agent sandboxes, keeping credentials out of the runtime and enforcing explicit network access policies.

0 favorites 0 likes
#sandbox

We Reverse-Engineered Docker Sandbox's Undocumented MicroVM API

Hacker News Top · 2026-05-21 Cached

A team reverse-engineered Docker's undocumented MicroVM API used by Docker Sandboxes and built the open-source Sandbox Agent SDK to orchestrate AI coding agents inside microVMs for secure untrusted code execution.

0 favorites 0 likes
#sandbox

@_philschmid: I'm excited to introduce Managed Agents in the Gemini API. One API call gives you a full agent with code execution, web…

X AI KOLs Following · 2026-05-19 Cached

Phil Schmid announces Managed Agents in the Gemini API, enabling one-call agents with code execution, web browsing, and file management in isolated sandboxes, powered by Gemini 3.5 Flash.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback