Not a developer. Built an AI travel agent in an hour.
Most of that hour was waiting for Claude Code to generate.
I travel a lot and don’t have an assistant. Hidden-city fares, error fares, point-of-sale tricks, they usually eat hours for every trip.
So I tested whether Anthropic’s Managed Agents could replace that entire workflow.
It can.
Three prompts. API keys. A Cloudflare Worker for a shareable UI. That’s it.
The closest corporate equivalent is something like Power Automate: training, infrastructure knowledge, complex flows, weeks to deploy.
This took 53 minutes.
And it costs nothing when idle.
The agent configuration lives as JSON on Anthropic’s side. Nothing runs until I send a query. Then it spins up, hits Google Flights, Skiplagged, Secret Flying, AwardHacker in parallel, returns a comparison matrix with savings and booking links and shuts down.
Pennies per search. No DevOps.
If a non-developer can build this in an hour, the same approach applies to almost any repeatable corporate task: multi-source data pulls, custom dashboards, internal research, the kind of work consulting firms package into 12-week engagements.
A few years ago, this would have been a full project.
Now, configuring a legacy automation tool often takes longer than building the custom agent to replace it.