6 August 2026 · Agentic AI infrastructure · Benjamin Cheng

Local or cloud inference for your AI agents

At the "Building the Agentic AI Infrastructure" event I shared the one question every team building AI agents eventually has to answer: when do you run inference locally and when do you pay for cloud inference?

The event was hosted by Lionel Sim @ The AI Capitol in partnership with Bitdeer AI and the SMU Artificial Intelligence Club (SMUAI). It pulls together the two layers of the AI stack that rarely share a room: the people building agents and the people running the compute and infrastructure underneath them.

Benjamin Cheng speaking at Building the Agentic AI Infrastructure in Singapore

Here was what I shared from my own privacy-first Hermes Agent build:

The practical takeaway for teams: run the sensitive, high-volume, repetitive work locally where the marginal token cost is zero and the data never leaves your control, and reserve paid frontier inference for the small number of tasks where raw capability actually decides the outcome. Build the routing layer once and you can swap models underneath it as the market moves.

#AgenticAI#AIInfrastructure#HermesAgent
← Back to the blog