Loading…
Loading…
Tag
2 posts

August 18, 2026
Deploying AI agents isn't just about code—it's about identity, audit trails, security, and memory. This post breaks down Google's Gemini Enterprise Agent Platform and the four critical systems you need for production-ready agents.

May 27, 2026
Traditional B-tree databases collapse under append-only telemetry. This is a deep dive into how TSDBs ingest millions of points per second — WAL, MemTables, LSM compaction, and the Gorilla compression that squeezes a 16-byte data point down to ~1.37 bytes. Covers cardinality, data modeling, and how to pick between Prometheus, VictoriaMetrics, TimescaleDB, and InfluxDB.