DoorDash CLI orders food from terminal
Developer Daniel Avila successfully used Anthropic's Claude Code to order a burrito using DoorDash's new CLI. During the run, the agent's Auto Mode acted as a safety guardrail by blocking the final transaction command, ensuring that financial actions require human approval.
Exposing consumer services via CLIs is a clever hack for the agentic era, enabling LLMs to interact with complex backends without fragile web-scraping or heavy API integrations.
* AI agents can easily parse and drive CLI interfaces, making terminal tools a prime vector for agentic execution.
* The automatic blockage of the final checkout command demonstrates that local client guardrails are effective at enforcing human-in-the-loop approvals.
* This highlights a shifting paradigm where companies may build CLI tools specifically optimized for LLM agent integration rather than human developers.
DISCOVERED
19h ago
2026-07-19
PUBLISHED
20h ago
2026-07-19
RELEVANCE
AUTHOR
dani_avila7