Evgeny Potapov

Evgeny Potapov

CEO, co-founder

SRE/DevOps expert with a passion for software development and engineering management, bringing over 15 years of entrepreneurial experience.

Articles by Evgeny Potapov

The failure that felt normal — A daily AI quota that drained for a year, normal only because it always had

The failure that felt normal

An investigation story: a client's AI image feature failed for most of every day, on the same daily schedule, since the day it launched — a Gemini per-day quota that drained early each day. Because it had always behaved that way, the team called it normal and quietly lost the users who hit it. How an ApexData audit found the pattern, and why a defect present from the first deploy is the hardest kind to see.

EXPLAIN, offline — Reconstructing a query plan from collected statistics, with no connection to the database

What Postgres knows about your tables

How to predict what PostgreSQL would do with a query without running it — the statistics the planner reads, where they live, and how an offline analyzer reconstructs the plan from collected pg_class, pg_indexes, and pg_stats data, plus the honest boundary between structural prediction and the live cost model.