ANTIGRAVITY LABJP
TAG

Routing Design

2 articles
Back to all tags
Related:
Antigravity2Gemma2ai-tools2Gemini 3.5 Flash1Local LLM1Ollama1local LLM1security1
AI Tools/2026-07-14Advanced

Routing Between Local Gemma and Cloud Gemini 3.5 Flash by How Easily You Can Verify the Output

When I split local and cloud work by whether it was sensitive, or by which was faster, my decisions wobbled every time. The axis that finally held was different: if the output is wrong, can I catch it cheaply and undo it cheaply? Here is a router that chooses a model from verifiability and recovery cost, with working code and a measurement ledger.

AI Tools/2026-06-14Advanced

Pairing a Local LLM With Antigravity to Keep Sensitive Code Off the Cloud

Should you really let a cloud agent read code that holds your billing keys and revenue logic? For indie developers that worry is concrete. Here I pair Ollama and Gemma as a local LLM with Antigravity, routing sensitive parts to local and general parts to the cloud, with the decision rules and measurements.