FinOps на практике. Серия 2: от пилота к регламентам, или как удержать экономию на облаке
Это вторая статья цикла. В первой части мы разбирали, как начать FinOps с точки ноль: посадить финансы и инженеров за один стол, договориться об общей…
Tech news from the best sources
Это вторая статья цикла. В первой части мы разбирали, как начать FinOps с точки ноль: посадить финансы и инженеров за один стол, договориться об общей…
TL;DR — This article is going to be jam-packed with useful information, tips, tricks and hacks for setting up an agentic development in the Google eco…
Every LLM provider publishes a pricing table. $2.50 per million input tokens. $10 per million output tokens.` Clean. Transparent. Easy to spreadsheet.…
Checkpoint-skip gate: a multi-agent pipeline can finish with task_success: true while the mandatory confirmation checkpoint never ran. checkpoint_skip…
Одна из самых частых задач FinOps-специалиста — понять, кому принадлежит конкретный ресурс и к какому центру затрат его отнести. На зрелых платформах …
Закрытие периода. Вы открываете инвойс: видите счет за облако и ловите приступ паники от увиденной цифры. Обещали же, что будет меньше, почему так мно…
Delivered but unbilled is the streaming failure where your AI response renders the whole answer to the user, but the terminal usage frame is dropped, …
For many SaaS teams, cloud infrastructure starts as a simple solution. It helps teams launch faster, test new features, support users, and scale witho…
Data centers are becoming factories whose product is tokens. A deep dive into token economics, the $5.2T buildout, the enterprise cost paradox, and wh…
mcp2cli -> Save 96–99% of the tokens wasted on tool schemas every turn; caveman -> laude Code skill that cuts 65%. I keep coming accross many di…
You're probably on the wrong Cloud box 14 months of a real Hetzner fleet's invoices (193 boxes, €1,878/mo): always re-picking the cheapest same-spec b…
Разберем KEDA именно как практический FinOps-гардрейл для Kubernetes: где HPA уже не хватает, как устроен ScaledObject, как безопасно подходить к scal…
How HiFX built DBSteward to turn a single shared-instance bill into a defensible per-database charge back. If you run more than one database on a shar…
Quick Answer (TL;DR) EC2 Spot lists at up to 90% off On-Demand , but the effective savings after accounting for interruptions, engineering overhead, a…
«У нас тридцать два кластера». Руководитель команды platform engineering произнес это как на исповеди. Тридцать два. В компании с девятью продуктовыми…
Когда сверху прилетает задачка запустить FinOps, чаще всего она звучит так, как будто речь идет про кнопку. Нажал - и косты порезались сами собой, инж…
Александр Либкинд, руководитель направления развития сервисов управления затратами и эксперт Практики FinOps, поделился материалом о том, почему ручна…
"Model unit prices keep falling, yet our monthly AI bill keeps climbing." If you use AI personally, you can feel the creep of your subscription and me…
Agent loop cost is what you pay per task, not per call — and it runs multiples higher than your per-call quote because every tool-call re-bills the wh…
LLM judge cost is the share of your eval bill spent grading agent output instead of producing it. To control it, run a 40-line offline pre-gate that t…
Quick take AWS bill spikes are almost never random. They follow four predictable signals: a service line that grew faster than your traffic, a region …
Через квартал-другой в переговорку зайдёт финансовый директор и задаст инженерному руководителю простой вопрос: «Мы потратили на AI вот столько — что …
In short: the context tax is what you pay when every agent step re-sends the whole session transcript as input again, so step N re-bills turns 1..N an…
A couple weeks ago I introduced gh-aw-fleet and ended on a confession: I went in solving a drift-tracking problem and walked out with a FinOps one. Th…
Пока мы готовили новое исследование Apple Hills Digital , интереснее всего показались не сами по себе цифры, а внутренние противоречия рынка. Они пока…
I started using GitHub Agentic Workflows a couple months ago: small Claude/Copilot agents that run inside your CI for code review, daily doc updates, …
The blast radius of an API key is not "did it leak." It's "if the agent holding it does the wrong thing, how much of your stack goes with it." A secre…
Sliding-Window Spend Guard for AI Agents: Catch the $47K Loop Per-Call Caps Miss A sliding-window spend guard sums what your agent has spent over the …
The MCP server token tax is the context budget every tool definition eats before your agent does a single useful thing. To measure it, pull the server…
Original Articles: https://zenn.dev/mob_engineer/articles/skack-finops-agent Thank you for reading this article. I'm Mob Engineer (@mob_engineer). AWS…