Skip to main content
Riya Mittal
author

Riya Mittal

Engineer · Zop.Dev

Riya is an AI engineer at ZopDev, working on production LLM pipelines behind the company's content and account-intelligence platforms. She works on the engineering that makes these systems reliable and repeatable, from multi-provider orchestration and structured output validation to evals, idempotent pipelines, and automated recovery. She writes about what it takes to make AI systems reliable enough to run in production.

80 posts by Riya Mittal
finops

FinOps Custom Rules Needed the Right Band, Not Just a UI

A built-in rule library only covers what's common across enough customers to be worth shipping. FinOps is the practice of giving engineering, finance, and product teams shared, real-time visibility…

Aug 17, 2026 6 min
kubernetes

The Layout Problem 68,000 Developers Have Hit

The HStack left-center-right alignment problem is not a niche edge case. It is a layout trap that 68,526 developers walked into and had to search their way out of (Stack Overflow, question 70776006).…

Aug 13, 2026 13 min
kubernetes

ZopDay Puts Idle VM Services to Sleep, Cuts Waste

A service deployed on a VM used to run continuously, holding its full memory allocation whether one visitor showed up that hour or none did. That's the default assumption most deploy paths make: a…

Aug 12, 2026 6 min
cloudgovernance

ZopNight's Audit Trail Logs Assistant Reads for Compliance

An AI assistant connected to your infrastructure through MCP reads far more than it writes. It checks a resource's state, looks up a cost figure, or lists a team's permissions many times over for…

Aug 12, 2026 6 min
platformengineering

ZopDay Hardens Auth Before Shipping Its IDP Install Link

Getting a teammate to install a specific app used to start with a conversation, not a click: open ZopDay, find Starter Templates, search the catalog, find the right chart, then start the flow. Every…

Aug 12, 2026 6 min
cloudgovernance

The Bill Nobody Signed Off On

Cloud bills do not lie, but they do surprise. The $28,000 per month in shadow compute charges that accumulated without a single approval signature is not an anomaly. It is the predictable output of a…

Aug 10, 2026 16 min
kubernetes

ZopDay's Kubernetes Chart Diff Skips the Changelog

The chart version a service is running is usually a guess. A team imports a Helm release or installs something from a catalog, and the chart version stays whatever it was on day one until someone…

Aug 10, 2026 6 min
kubernetes

The 3 AM Problem No Runbook Fully Solves

Static runbooks fail at 3 AM not because engineers write them poorly, but because incidents refuse to follow the sequences those runbooks assume.

Aug 7, 2026 16 min
kubernetes

ZopNight's Kubernetes Fixes Outweigh the New Feature

ZopNight's newest release notes open with a new feature: you can now migrate a database from one GCP Cloud SQL instance to another without leaving ZopDay, the Kubernetes platform ZopNight ships…

Aug 5, 2026 9 min
kubernetes

The Problem With AIOps That Stops at 'Act'

Most AIOps implementations treat the "Act" phase as the finish line, and that architectural choice turns automated remediation into a liability rather than a guarantee.

Jul 29, 2026 22 min
kubernetes

The Illusion of Resolution: When Green Dashboards Lie

A green dashboard is not proof of a healthy system. It is proof that your automation closed a ticket. Those two outcomes are not the same thing, and conflating them is how engineering teams…

Jul 24, 2026 15 min
kubernetes

Why Multi-Account Policy Enforcement Breaks Down at Scale

Ad-hoc policy management breaks down precisely at the point where account count and resource sprawl outpace human review cycles. Below 50 resources across two or three accounts, a shared spreadsheet…

Jul 15, 2026 18 min
finops

A Stopped Azure VM Is Not a Free One

Deallocating an Azure VM feels like turning off the meter. The compute charge does stop. What most teams miss is that the VM's attached managed disks and its reserved public IP keep billing, at full…

Jul 14, 2026 3 min
finops

The Illusion of a One-Time Cloud Cost Win

Cloud cost optimization fails because teams treat it as a project with a finish line, not a process with a heartbeat. The moment a team declares victory after a reservation purchase or a rightsizing…

Jul 10, 2026 14 min
kubernetes

One Deploy, One Failure, One Very Large Bill

A single bad deployment cost $180,000 not because the deployment was uniquely catastrophic, but because nothing in the system was configured to stop it from spreading (ZopDev, "Blast Radius by…

Jul 9, 2026 16 min
finops

The Dashboard Illusion: Visibility Without Action

Watching a dashboard is not the same as reducing a bill. This distinction sounds obvious until you audit a team that has spent six months perfecting their cost visualization and still cannot explain…

Jul 3, 2026 15 min
kubernetes

The Observability Trilemma: Features, Cost, and Complexity

Every cloud-native team building observability at scale hits the same three-way constraint: you cannot simultaneously maximize platform capability, minimize cost, and keep operational complexity low.…

Jun 29, 2026 17 min
sre

The Alert That Arrives Too Late

Transient P99 latency spikes self-resolve before alerting systems surface them, and that gap is where the most dangerous incidents hide.

Jun 26, 2026 19 min
finops

The Azure AI Estate Is the Blind Spot in Your Cloud Bill

AI is the fastest-growing line on the cloud bill and the least governed. Cost tools were built for VMs, disks, and load balancers. They see an Azure OpenAI deployment, an AI Search index, or an Azure…

Jun 25, 2026 3 min
finops

Cloud Budgets Belong to Accounts, Not Resources

A budget only works when it lands on something a person can own. Most cloud budgets do not. They sit on a single resource or a resource group, objects that no team fully owns and no engineer checks…

Jun 23, 2026 4 min
autonomouscloud

The Deployment That Looked Like Savings

Cost-cutting deployments fail SLOs not because engineers are careless, but because infrastructure assumptions are invisible until load exposes them.

Jun 22, 2026 17 min
kubernetes

The IDP Bill: $180k/Year in Hidden Platform Toil

Most engineering organizations budget precisely for building an Internal Developer Platform and budget nothing for operating one. The build cost is visible: headcount, tooling licenses, sprint…

Jun 19, 2026 16 min
kubernetes

The Alert You See Is Not the Problem You Have

OOMKill is a reporting artifact, not a root cause. By the time the kernel logs the kill event and your alerting pipeline fires, the service already degraded for every user who hit it in the preceding…

Jun 15, 2026 17 min
devops

The $180,000 Promise: Unpacking Self-Service Platform ROI

Platform vendors claim $180,000 in saved engineering hours (The Self-Service Platform Bill), but this figure collapses under basic scrutiny because it omits the platform's operational cost, the ramp…

Jun 8, 2026 15 min
platform-engineering

Golden Paths That Include Cost Guardrails: A Platform Engineering Playbook

Every service provisioned from a Backstage template starts with zero budget alerts, zero mandatory tags, and a dev environment that runs 24/7. The platform team didn't choose this — they just never added cost defaults to the template. Here's how to fix that.

Apr 27, 2026 8 min
aws

How We Cut AWS NAT Gateway Costs by 52%

NAT Gateway silently compounds costs through $0.045/GB processing fees and cross-AZ charges. We reduced our bill from $4,200 to $2,016/month with two targeted fixes — per-AZ gateways and free VPC endpoints.

Apr 17, 2026 5 min
cloud-management

Automated Cloud Scheduling Non Prod Environments

Your non-prod environments ran all weekend and were billed for every hour. Here's the case for automated scheduling, how it works in Kubernetes, what breaks, and how teams recover 60%+ of idle cloud spend

Apr 8, 2026 6 min

← Back to all posts

Get the weekly in your inbox.

One post a week. Sundays. No "10 ways to think about cloud" listicles, just the engineering and FinOps notes we'd want to read.

Subscribing signs you up for product news and promotional email from zopdev. Unsubscribe in one click.

Stop watching the waste.
Start cutting it.

See. Find. Fix. Automatic.

Connect your first cloud account in under 5 minutes. See your first remediation in under 7. No credit card required.

weekly engineering deep-dives
every post peer-reviewed
bi-weekly FinOps Ebook
Multi-cloud automation· Production-ready in 30 min· SOC 2 · ISO 27001· 20–60% off the bill, first month· 4 platforms · 1 console· Multi-cloud automation· Production-ready in 30 min· SOC 2 · ISO 27001· 20–60% off the bill, first month· 4 platforms · 1 console·