Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Agents & MCP/
  4. Amp Launches Orbs for Unsupervised Cloud AI Agent Execution
Agents & MCP

Amp Launches Orbs for Unsupervised Cloud AI Agent Execution

Amp has introduced Orbs, dedicated remote cloud environments designed to run AI coding agents asynchronously without eating local machine resources. Developers can launch multiple parallel agent threads via CLI flags and pull modified files back to local checkouts.

August 17, 2026· 5 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 17, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Amp Launches Orbs for Unsupervised Cloud AI Agent Execution

Impact: High

Why it matters

You can now delegate long-running tasks like multi-bug investigations or test suite runs to cloud agents without blocking your local IDE.

TL;DR

  • 01Launch remote agents directly from the Amp TUI using the amp -ox CLI flag.
  • 02Isolate long-running tasks like performance profiling and multi-bug investigations from host hardware.
  • 03Sync completed remote changes back to local worktrees without manual file transfers.

Key facts

Execution Model
Isolated remote cloud container (Orb)
Billing Structure
Billed by the minute
CLI Launch Flag
-ox

Isolated Cloud Execution for AI Agents

Amp Orbs transition AI coding workflows from local background processes into isolated remote sandboxes. When spawning a thread using amp -ox, the platform provisions a container equipped with repository code, toolchains, and project plugins. This architecture allows developers to convert routine bug reports or failing CI runs directly into standalone agent investigations.

Remote Inspection and Local Synchronization

Developers interact with Orb-hosted agents using the standard Amp TUI interface. The workspace allows live file browsing and execution inspection without host machine performance degradation. Once an agent completes an edit or diagnostic task, engineers sync changes directly to their local checkout.

Consumption-Based Resource Management

Orbs scale compute dynamically based on task duration. Instances spin up on demand and go to sleep upon task completion. Per-minute billing ensures cost efficiency during prolonged optimization runs or background test execution.

Try it in 2 minutes

amp -ox "Investigate why the latest CI run on 'main' failed"

bash

✓ When to use

  • Running long background processes such as complex refactoring or benchmark suites.
  • Investigating multiple unrelated bugs in parallel without local git tree conflicts.
  • Working on low-powered hardware where local agent inference and testing exhaust system memory.

What to do today

  • →Install or update the Amp CLI tool to access remote orb features.
  • →Run amp -ox with a diagnostic prompt to test background execution on a failing CI pipeline.
#Amp#Amp TUI

Sources

  • Agents in Orbs - Amp
ShareShare on XShare on LinkedIn
← Previous storyOptimizing Qwen 3.8 27B Reasoning Settings for Local InferenceNext story →OpenAI GPT-5.6 Sol Vision Benchmark: Prompting Tips and Performance Tradeoffs

Related stories

  • Agents & MCPIsolating Parallel AI Coding Agents into Cloud Virtual Machines
  • Agents & MCPModel Context Protocol Enterprise Pattern Mandates Dry-Run Previews and Injection Isolation
  • Agents & MCPAutomating Ground-Truth Extraction with Dual-LLM Gating and Agent Arbitration
  • Agents & MCPGrok Bot Ingests Screen Recordings with Audio to Learn Desktop Workflows

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.