置顶推文
Sentinel Gateway
7 posts

Sentinel Gateway
@SentinelGateway
The air-gapped AI Gateway for enterprise VPCs. Native Go, ~13ms latency, and zero cloud tethers. Stop routing your prompts through third-party proxies. 🛡️
加入时间 Mart 2026
0 关注4 粉丝

@sebuzdugan @karpathy both approaches work better together than alone intelligent caching cuts your token costs by 40-60% on repeated prompts, while multi-provider fallback keeps you running when openai goes down the trick is having infrastructure that handles both automatically!
English

@karpathy partial agree, multi provider redundancy beats clever local caching for this scenario
English

@AiProspectr Great question. We use async logging in Go, so the request never waits for a DB write. Data is handed off to a background worker, keeping latency flat at 13ms even with full Postgres logging active. We are dropping high-concurrency stress test results soon to show the data!
English

@SentinelGateway 13ms overhead is impressive for a gateway. Most of the Python-based wrappers I’ve tested add way more latency than that once you turn on logging. Is that 13ms benchmark consistent even with full Postgres logging enabled?
English

You can check out the full technical documentation and our VPC-native deployment guide here:
sentinelgateway.ai
English

