
Cloud API
16
MENTIONS
8
EPISODES
8
PODCASTS
Search complete. 16 mentions across 8 episodes found for "Cloud API".
Sep 15, 2026
Costco Said Next Was Growing, Then Deleted It Over a Weekend
R
10:25Rick WatsonHOST
It also has a merchant agent for people running the store, doing sales analysis, inventory flags, and promo recommendations, with a human approving anything before it goes live.
R
10:35Rick WatsonHOST
It deploys on the Cloud API, Amazon Bedrock, Microsoft Foundry, or Google Vertex.
R
10:40Rick WatsonHOST
There's also a Cloud Code plugin.
R
10:43Rick WatsonHOST
Wix says its engineers had an agent taking prompts in 15 minutes.
Nvidia/Hugging Face
M
1:17Matt HousleyHOST
And as I understand it, that again is about self-hosting.
M
1:20Matt HousleyHOST
When you say LLMs in production, you don't mean calling the OpenAI, the Cloud API.
M
1:25Matt HousleyHOST
You mean doing it yourself.
M
1:27Matt HousleyHOST
So that's what we're here.
What 150+ Fractional Executives Taught Me About Winning Clients
S
28:05Stuart MathesonGUEST
You know, if you're...
S
28:07Stuart MathesonGUEST
So our current stack is we target with Clay, we enrich with a Cloud API integrated with Clay, use...
S
28:21Stuart MathesonGUEST
NE10 to kind of transfer certain data onto a Google sheet where we have a different cloud API and Phantom Buster to scrape information from that prospect's LinkedIn.
S
28:31Stuart MathesonGUEST
And then the API uses our own SOPs that we've sort of made with the client to actually write the message.
S
28:38Stuart MathesonGUEST
And then there's a quality assurance aspect layered on top of that.
Will Open-Source Superintelligence Beat the Frontier Labs? Inside NeuroMetric CEO Rob May's Contrarian Bet
R
8:34Rob MayGUEST
And then what they do next is they go to production with something finally after... six, 12, 18 months.
R
8:41Rob MayGUEST
They go to production with something and then they go, wow, what if the Gemini API is down? What if the Cloud API is down? We should fail over to something else.
R
8:47Rob MayGUEST
So then they have two frontier models in production.
R
8:49Rob MayGUEST
And that lasts for a while until they get traction and they go, wow, we're spending $50,000 a month on inference.
Three AI Employees Cost Him $3,000 a Month and Never Quit | Itamar Novick, Recursive Ventures
I
34:34Itamar NovickGUEST
So that is a lot of companies, and now you need to search for all of them and then pick up all the news from everywhere about all these companies and kind of aggregate them and all that stuff.
I
34:45Itamar NovickGUEST
So because this is all Gentic, it's actually using Cloud API to run some of these things in search of API through Brave and other pieces.
I
34:57Itamar NovickGUEST
The costs start adding up, and...
I
35:00Itamar NovickGUEST
I got to a point where, yeah, 280 bucks a day, I got to start optimizing.
Tokenmaxxing Is Dead: The New Economics of AI Optimization with Rob May
R
16:23Rob MayGUEST
Because if you have to, let's say you have an agentic workflow that's 10 steps, and those steps can't happen in parallel, they have to happen serially.
R
16:30Rob MayGUEST
And you have to call the Cloud API, Opus 4A, whatever, every time.
R
16:36Rob MayGUEST
That API, the average response time might be two and a half seconds.
R
16:39Rob MayGUEST
You might be looking at like a 25 or 30 second agentic workflow.
Build the thing nobody asked for
M
20:07Martin SmithGUEST
Everything is possible, as long as you define it and think through it.
J
20:12Jack SolomonHOST
I was wondering if that expense you had also includes the Cloud API.
J
20:16Jack SolomonHOST
Because I find myself, I might spend like five pence or cents calling Cloud API with Sonnet.
J
20:25Jack SolomonHOST
Just curious if you're using that at all.
M
20:26Martin SmithGUEST
No, I don't use.
Building a Hybrid AI Agent With Local and Cloud Models
A
1:17Artificial IntelligenceNARRATOR
About seventy percent of my agent's work runs on the local three B model.
A
1:21Artificial IntelligenceNARRATOR
The other thirty percent goes to a cloud API.
A
1:24Artificial IntelligenceNARRATOR
The split is not random.
A
1:26Artificial IntelligenceNARRATOR
It's based on which task types each model handles well.
A
3:01Artificial IntelligenceNARRATOR
But the bigger reason is latency.
A
3:03Artificial IntelligenceNARRATOR
A local model on the Pi responds in two to five seconds.
A
3:07Artificial IntelligenceNARRATOR
The cloud API takes eight to fifteen seconds, sometimes longer during peak hours.
A
3:12Artificial IntelligenceNARRATOR
When the agent is executing a ten-step deployment checklist, ten cloud calls at twelve seconds each is two minutes.