Add environment-classes section to Sandboxes from TokenJam explainer - #59
Merged
Merged
Conversation
Integrates tokenjam.dev's "What are agent environments and sandboxes?" (Anil Murty, May 2026) into sandboxes.md. New "Environment Classes — Beyond Code Sandboxes" section covering the three classes the page didn't address: - Browser sandboxes (Browserbase + Stagehand; own profile/cookie jar per session) - Virtual desktops (Computer Use / Operator) with the trade-offs: slower screenshot reasoning, higher visual-hallucination rate, UI drift breaking deterministic eval — "right tool when no API exists, wrong tool when one does" - Simulation environments (HUD, Inspect AI Sandboxing Toolkit) Two load-bearing ideas integrated: - Environments and evaluation share infrastructure: same sandbox, deterministic data, full instrumentation — "can I replay a production run as an eval" is now framed as a vendor-selection criterion, cross-linked to evals.md - "Failures of grounding, not intent" added to Why Sandboxes Matter, plus the read-only-agents-still-need-sandboxes argument Also: Firecracker per-step isolation numbers (~125ms, 3-10MB), "AWS Lambda's security model applied to agents," and the isolation-is-a-spectrum caveat. Index and Further Reading updated; changelog entry added. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C9gzSkgNa3yNtob4gBeeit
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Integrates TokenJam's "What are agent environments and sandboxes?" (Anil Murty, May 2026) into
content/sandboxes.md.New section: Environment Classes — Beyond Code Sandboxes
The page previously covered only code-execution sandboxes. The new section (placed right after "Why Sandboxes Matter") adds the other three classes from the article's taxonomy:
Load-bearing ideas integrated
Files
content/sandboxes.md— new section, updated index, grounding framing, Further Reading entrycontent/changelog.md— entry under 2026-07-09index.html— rebuiltTest plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01C9gzSkgNa3yNtob4gBeeit
Generated by Claude Code