Orca already ships with permission bypass turned on, so this setup walkthrough is a verification pass
Watch on TikTok
The four launch flags shown in this video are real, documented, and every vendor that publishes them says to run them inside a container or VM, which is not where the video runs them. This is a 70-second vertical TikTok from Jonathan Acuña, who posts as "Doctor AI" (@imjonathanacuna). It opens with a talking-head shot, a persistent white "How to Setup Orca" title card pinned near the top, the Orca logo above it, and burned-in single-word captions at the bottom (DANGEROUS, GO, PERMISSIONLESS, SUBSCRIPTIONS). After the first few seconds it cuts to a handheld phone shot pointed at a MacBook screen, with the presenter's ringed hand moving across the trackpad and a green highlight box drawn in post to mark each click. The claim is that Orca is "the most dangerous number one AI tool known to mankind," and the walkthrough covers exactly one settings page: Settings, then AI agents, then confirming every agent launches in YOLO mode.
What is actually on the screen
The frames give more detail than the narration does. The terminal pane in the opening desktop shot reads Claude Code v2.1.274, Haiku 4.5 · Claude Max, and a working directory of ~/orca/workspaces/VS Code Programs/Orca-Demo. The status line below it reads jjacuna/Orca-Demo, a worktree ID beginning wt 79626-88752204-9f58-4ce0-9456-c912008, and bypass permissions on (shift+tab to cycle) · 3 agents. A Claude Code SessionStart hook has fired a message about the Warp plugin being installed while the session is not running in Warp.
The General settings page shows a Workspace Directory of /Users/jonathanacuna/orca/workspaces, a Sources list containing Claude Code · .claude/worktrees/* and GSD · .gsd-workspaces/*, a Worktree root field, and a Nest Workspaces option described as "Create workspaces inside a repo-named subfolder."
The Agents page is where the walkthrough lands. The Default Agent row offers Auto, No agent (blank terminal), Claude, Claude Agent Teams, Codex, Grok, OpenCode, Gemini, and Hermes, with Claude selected. Below it sit Agent status hooks, Auto-generate tab titles, Keep computer awake, a Prompt Cache Timer, and then Agent Permissions with a Yolo / Manual toggle. The Installed list reads 7 detected and shows each agent with its launch command underneath.
The four flags, checked against their own documentation
Each command string visible in the Installed list resolves to a real, documented flag.
claude --dangerously-skip-permissions appears under Claude. Anthropic's CLI reference defines it as "Skip permission prompts. Equivalent to --permission-mode bypassPermissions." The permission modes page lists bypassPermissions as running "Everything," with the recommended use case stated as "Isolated containers and VMs only." The same page carries a table row for running unattended that lists a container, VM, or the sandbox runtime as "Required," and specifies running as a non-root user on Linux and macOS.
codex --dangerously-bypass-approvals-and-sandbox appears under Codex. OpenAI's developer commands reference lists the flag with --yolo as an alias and describes it as "Run every command without approvals or sandboxing. Only use inside an externally hardened environment."
grok --permission-mode bypassPermissions appears under Grok. xAI's permissions and safety guide documents --always-approve with --yolo as an alias and --permission-mode bypassPermissions as the equivalent long form. That guide notes deny rules, hooks, and some shell ask rules still apply, and that an administrator can disable the mode entirely with disable_bypass_permissions_mode = true.
gemini --yolo appears under Gemini. Google's Gemini CLI configuration docs define --yolo as "Enables YOLO mode, which automatically approves all tool calls."
Claude Agent Teams is the one entry that is Orca-specific. Its command is orca claude-teams with --dangerously-skip-permissions in the Arguments field. Orca ADE announced Claude Agent Teams as a built-in terminal mode, with a dedicated pane showing the whole agent team.
The setup step the video demonstrates is already the default
The narration frames this as configuration work: "you're pretty much just going to be matching the settings that I have," and "just make sure it's enabled for these." Orca's own supported agents documentation states that Orca pre-fills each supported CLI's permission-bypass flag for new launches, naming --dangerously-skip-permissions for Claude, --dangerously-bypass-approvals-and-sandbox for Codex, and --yolo for Gemini, Cursor, Crush, Kimi, Rovo Dev, Hermes, GitHub Copilot, and Command Code. The settings reference describes the Agent Permissions control as choosing "Yolo for fewer CLI permission prompts, or Manual to keep each agent's own approval flow for agents you haven't customized."
That means the Yolo toggle the video points at is the shipped state, and Manual is the opt-out. A fresh Orca install behaves the way the video describes without touching the gear icon. What the walkthrough is useful for is confirming nothing got flipped and seeing which of the seven detected agents actually picked up a flag. Two entries in the frames have no bypass argument visible: OpenCode shows a bare opencode, and Hermes shows a bare hermes with its Arguments field cut off below the frame edge.
A worktree isolates files, not the machine
Orca's design case for defaulting to bypass is that each agent runs in its own git worktree, so a bad diff is discardable. SFEIR's write-up of Orca takes that argument apart directly: a worktree isolates versioned files, not a system. The agent keeps the operator's user account, SSH keys, cloud tokens, .env files, network access, and every other repository on the disk. Real containment needs a container, a micro-VM, or a machine whose compromise does not matter.
That is the same boundary every vendor above named. Anthropic says containers and VMs only. OpenAI says externally hardened environment only. The video runs all of it on what appears to be the presenter's daily-driver MacBook, evidenced by the personal home directory path and the Warp plugin hook message. The "dangerous" framing in the hook turns out to be accurate rather than promotional, and the video does not return to it with any mitigation advice.
One more piece of context makes the tradeoff narrower than it looks. Anthropic's permission modes page states that on Pro, Max, and Team plans the built-in starting mode is now auto mode, where a classifier reviews actions instead of the user. The gap between auto mode and full bypass is smaller than the gap between manual approval and full bypass, so the convenience won by the flag has shrunk while the exposure has not.
The 50-agent number and the subscription math
The narration says "we're trying to spawn 50 agents at the same time to work on tons of parallel projects all from one mobile app or one app." Orca does ship a mobile companion on iOS and Android for monitoring and steering agents, per the project README, so the "one app" part holds. The 50 figure is a stated ambition in the video and I found no published concurrency cap for Orca to check it against, so treat it as an aspiration rather than a measured limit.
The binding constraint is more likely the subscriptions themselves. The presenter's own status bar makes the point: across the frames it reads 0% used Fable, 10% used 5d 2h, and 100% used 12h 51m. One of his accounts is fully consumed with roughly thirteen hours to go before reset. Anthropic's Max plans run a five-hour rolling window alongside a weekly cap, and Claude Code's header in this video reads Haiku 4.5 · Claude Max. Fifty concurrent agents on a handful of consumer subscriptions runs into those meters long before it runs into anything Orca does. The video's own framing supports this, since it describes "managing multiple subscriptions" as the whole goal.
Transcript and caption accuracy
The Whisper transcript is close to clean and matches the burned-in captions where they overlap. Two spots drift. The auto-generated video description renders Claude as "Cloud" in the phrase "turning on Cloud, Codex, GROK," while the transcript itself gets "Claude, Codex, Grok" right. The transcript also produces "what he starts them with is basically YOLO modes," which reads as a mishearing of a reference to the tool rather than a person, and "permissionless and permission mode or permission free mode" is a garbled run of the presenter reaching for the same idea three times. Neither error changes the meaning of the walkthrough.
Key Takeaways
- All four permission-bypass commands shown on screen are real and documented:
claude --dangerously-skip-permissions,codex --dangerously-bypass-approvals-and-sandbox,grok --permission-mode bypassPermissions, andgemini --yolo. - Anthropic, OpenAI, and xAI each document these flags with an explicit instruction to run them inside a container, VM, or hardened environment. The video runs them on a personal laptop.
- The Yolo toggle the video walks you to is Orca's shipped default, not something you enable. Manual is the opt-out.
- A git worktree isolates versioned files. It does not isolate SSH keys, cloud tokens, env files, or other repos on the same disk.
- Anthropic now starts Pro, Max, and Team sessions in auto mode with a classifier, which narrows what full bypass buys you.
- The transcript is accurate enough to follow. The auto-generated description writes "Cloud" for Claude, and the phrase "what he starts them with" is a mishearing.
- Unverified: the 50-simultaneous-agent target has no published Orca concurrency limit to check against. The Hermes entry in Orca's agent list is probably Nous Research's Hermes Agent, but Orca's docs do not name the vendor and the video frame cuts off its arguments field. The
GSDsource path in the General settings and theGremlin hiddenlabel in the status bar are not explained anywhere I could find.
Resources
- stablyai/orca on GitHub -- the MIT-licensed source for Orca, with the agent list, mobile apps, and remote runtime described by the maintainers.
- Orca supported agents documentation -- the page that states Orca pre-fills each CLI's permission-bypass flag by default, naming each flag.
- Orca settings reference -- the exact wording of the Agent Permissions Yolo / Manual control the video clicks.
- Claude Code CLI reference -- Anthropic's definition of
--dangerously-skip-permissionsand its equivalence to--permission-mode bypassPermissions. - Claude Code permission modes -- the table listing
bypassPermissionsas for isolated containers and VMs only, plus the actions no mode auto-approves. - OpenAI Codex developer commands -- the
--dangerously-bypass-approvals-and-sandboxentry and its externally-hardened-environment warning. - xAI Grok permissions and safety -- documents
--permission-mode bypassPermissionsand the admin lock that disables it. - Gemini CLI configuration -- the
--yoloand--approval-modedefinitions. - SFEIR on Orca and its default YOLO mode -- the clearest published argument that a worktree is not a sandbox.
- Jonathan Acuña on TikTok -- the poster's account, for context on the rest of his AI tooling content.
Published September 19, 2026. Writeup generated from a favorited TikTok.