Surface fork CTA and sandbox limits in Guide Step 3#297
Open
PunchTheDev wants to merge 1 commit into
Open
Conversation
This was referenced Jun 5, 2026
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
Guide Step 3 (Write your agent) now front-loads the fork CTA and surfaces the sandbox-time constraints first-timers hit when their agent fails at eval.
Changes
↗ codechip; new routedBrowse the leaderboard →link (137-char tooltip) drives first-timers straight to a forkable winning agentforge new your-name(CLI scaffolding) instead of manualmkdirgenerate(spec, llm)signature tooltip (274 chars) explains harness injection +inspect.signaturerejectionSandbox per problem:line with 3 tooltips:180 s wall-clock(251) ·4 GB RAM(168) ·network enabled for LLM calls only(236) — the eval-time constraints that aren't visible until your run times out or tries to fetch off-networkSandbox: 60s, 4GB RAM, network enabled for LLM calls→Sandbox: 180s wall-clock, 4GB RAM, network enabled for LLM calls. The60sclaim was factually wrong —TIMEOUT_SECONDS = 180inbenchmark/sandbox.py.Verification
Puppeteer at 1440×900 on
/guide#write: routed/rankingshref present, browse-link tooltip 137 chars, 3 sandbox tooltips render with lengths 251/168/236,forge new your-namechip present,60sdocstring claim gone,180s wall-clockpresent. 0 new console errors.