linkgo

Nova Act by Amazon vs Soup CLI: Features, Pricing & Which Is Better (2026)

A side-by-side comparison of Nova Act by Amazon and Soup CLI — features, pricing, and ideal use cases — to help you decide which AI tool fits your workflow.

Nova Act by Amazon logo

Nova Act by Amazon

Amazon Web Services, Inc.

Freemium

A browser-focused agent model and AWS service that automates UI workflows from natural language and escalates to humans when needed.

Key features

  • Natural-Language Browser Control: Converts conversational instructions into deterministic browser actions (click, type, scroll, navigate) to automate UI workflows without writing low-level automation scripts.
  • Python SDK and IDE Integration: Provides a Python SDK plus IDE extensions (VS Code, Cursor, etc.) for chat-to-script generation, live debugging, step-by-step builders, and action viewers to iterate on agents inside developer tools.
  • Human-in-the-Loop Escalation: Built-in patterns and reference implementations to escalate complex or uncertain steps to human supervisors and integrate notification and HITL workflows into production.
  • Fleet Deployment and Management on AWS: Deploy, scale, and manage fleets of Nova Act agents through AWS integration (Bedrock/other AWS services) for running production UI automation at scale with monitoring and logs.
  • QA and Test Automation Support: Plugins and sample projects (pytest integration, parallel execution, HTML reporting) for end-to-end QA automation and regression testing in real browser sessions.
  • Observability and Logging: Structured logs, user-data directories per test/session, and reporting artifacts to trace agent actions, diagnose failures, and audit automated workflows.
  • Chat-to-Script & Step Builder: Interactive chat-driven generation of automation scripts and step-by-step workflow builders that let non-experts create or refine browser tasks quickly.
  • Action Viewer and Live Debugging: Visual tools to inspect, replay, and debug agent-performed actions during development to improve reliability and reproducibility.
  • Natural-language to browser-action translation (click, type, scroll, navigate)
  • Human-in-the-loop escalation and human intervention service reference implementation
  • Python SDK for building and running agents and workflows
  • IDE extensions (Visual Studio Code, Kiro, Cursor) with chat-to-script, step-by-step builder, live debugging, and action viewer
  • Web playground at nova.amazon.com/act for experimentation
  • Deploy agents to AWS and integrate with Bedrock and AWS monitoring/console
  • QA and end-to-end testing integrations (pytest plugins, parallel test execution, HTML reporting)
  • Environment-driven auth and configuration (NOVA_ACT_API_KEY, AWS_PROFILE, AWS_REGION)
  • Logging, user-data directories, and organized per-test/session logs for debugging and audit
  • Sample repositories and reference implementations on GitHub for HITL patterns and notifications

Best for

  • Automating repetitive web UI tasks (form filling, data entry, routine admin workflows) by translating business instructions into browser actions without manual scripting.
  • End-to-end QA and regression testing: run parallel browser tests with Nova Act SDK and pytest integration to validate web application behavior and generate HTML reports.
  • Data extraction and structured scraping inside authenticated sessions where agents mimic human browser interactions while following escalation and audit rules.
  • Customer support and operations automation: have agents navigate web consoles, gather diagnostics, or perform standard support procedures, escalating to human operators when needed.
  • Business process automation across SaaS apps: coordinate cross-application sequences (download reports, upload records, reconcile data) using natural language workflows combined with Python logic.
  • Human-in-the-loop compliance flows: automate most steps of compliance checks while routing ambiguous or high-risk decisions to supervisors through the provided HITL reference service.
  • Developer productivity: quickly prototype and debug browser automation in the Nova web playground or IDE extension, then deploy reliable agents to AWS for production use.
  • Automating repetitive UI workflows in production web apps (data entry, form submission, navigation)
  • End-to-end QA and browser-based testing with parallel execution and custom reporting
  • Building agent fleets to run scheduled or event-driven browser tasks at scale
  • Human-in-the-loop supervision for sensitive or ambiguous automation steps
  • Rapid prototyping and debugging of browser agents inside an IDE or web playground
View Nova Act by Amazon details
S

Soup CLI

MePlay, Inc.

Free

Open-source CLI that runs the whole LLM post-training stack — SFT, DPO, ORPO — on a 4GB laptop GPU.

Key features

  • Whole Post-Training Stack: SFT, DPO, ORPO, SimPO, KTO, and more in one CLI.
  • Low-VRAM Streaming: Fine-tune Llama-3.1-8B on a 4 GB GPU by streaming the base from RAM/NVMe.
  • Auto-Configured Runs: Task, LR, epochs, and quantization derived from rules instead of grid search.
  • Self-Healing Training: Detects and self-corrects reward hacking mid-run.
  • One-Command Migration: `soup migrate` converts LLaMA-Factory, Axolotl, and Unsloth configs.
  • Ship Gate: Every checkpoint is evaluated and either passes or is rejected before saving.
  • Broad Ecosystem: Integrates with HuggingFace, Ollama, vLLM, DeepSpeed, Unsloth, ONNX, TensorRT, W&B.
  • MLX + Apple Adapter: First-class Apple silicon support.

Best for

  • Fine-tuning open-source LLMs on a consumer laptop GPU
  • Post-training alignment (DPO/ORPO) without a rented A100
  • Migrating existing LLaMA-Factory / Axolotl pipelines to a simpler workflow
  • Producing evaluated, ship-gated checkpoints for internal deployment
  • Researchers experimenting with 23 training methods without rewriting scripts
View Soup CLI details