Articles

Technical articles on ClickHouse consulting, data infrastructure, and production AI systems. Written by Nishaant Dixit, Founder & Lead Engineer at SIVARO.

Written by Nishaant Dixit, Founder & Lead Engineer at SIVARO.

Is ClickHouse Better Than Snowflake?

I was pitching SIVARO's data infrastructure services to a fintech CTO in mid-2023. Their team had been bleeding money on Snowflake for 18 months. $2.3 millio...

Is ClickHouse Better Than Snowflake?

Let me tell you a story. In 2021, I sat in a room with a fintech team who had just gotten their Snowflake bill. $47,000 for a month of [analytics) queries. T...

Is ClickHouse Better Than Snowflake?

I've been building data infrastructure for over six years. I've burned real money — client money, investor money — testing both ClickHouse and Snowflake ...

Is ClickHouse SQL or NoSQL?

I’ve lost count of how many times someone has asked me: "Is ClickHouse SQL or NoSQL?" Usually they’re staring at a columnar database that ingests 100K ro...

Is Kubernetes Still Relevant in 2026?

I'll tell you straight: is kubernetes still relevant in 2026? Yes. But not for the reasons most people think. In 2022, I had a client — a mid-size fintech ...

Is Kubernetes the Same as AWS?

I get this question every week. A founder at a Series A startup asks me, "Is Kubernetes the same as AWS?" A CTO at a mid-market company asks the same thing, ...

Is Platform Engineer the Same as DevOps?

I remember the exact moment I stopped caring about the title. 2019. I'm at a conference in Bangalore. A guy walks up to me, says he's a "Platform Engineer." ...

What Does an AI Agent Actually Do?

You've heard the hype. Every SaaS product now calls itself an "AI agent." Your boss wants you to deploy one by Friday. But when you strip away the marketing,...

What Does an AI Agent Actually Do?

You’ve heard the hype. Every vendor claims their chatbot is now an “agent.” Every demo shows a bot booking flights, filing expenses, writing code. But ...

What Does an AI Agent Do Exactly?

Let me tell you about the first time I thought I understood AI agents. It was January 2023. One of our clients at SIVARO — a mid-size logistics company —...

What Does an AI Agent Do Exactly?

Every week, a founder pitches me their "AI agent" startup. And every week, I ask them the same question: "What does an AI agent do exactly?" Most can't [ans...

What Does an AI Agent Do Exactly?

Here's the short version: An AI agent is a system that perceives its environment, makes decisions, and takes actions to achieve goals — without you microma...

What Does Kubernetes Actually Do?

I was six months into [building)) SIVARO when a potential client asked me flat out: "What does Kubernetes actually do?" Not "What is Kubernetes?" — he kne...

What Does Kubernetes Actually Do?

I spent the first six months of my career hating Kubernetes. Not because it was hard. Because I couldn't answer the simplest question from my CEO: "What does...

What Exactly Is Kubernetes Used For?

Kubernetes isn't a single thing. It's a contradiction. I've spent the last six years [building](/articles/what-is-ai-assisted-development-a-practitioners-...

What Exactly Is Kubernetes Used For?

I spent three years ignoring Kubernetes. Thought it was overhyped. Another tool for ops teams to justify their existence. Then I tried running a real [produ...

What Is Distributed Software Architecture?

I learned-7) this the hard way. In 2019, my team at SIVARO built a monolithic system for a client. Three months later, a single database connection pool exha...

What Is MCP and How Does It Work?

You're building an AI system that needs to talk to databases, APIs, and file systems. Six months ago you'd wire up each integration by hand — custom code f...

What Is the Meaning of Docker in English?

I remember the first time I heard "Docker" in a team meeting back in 2015. Our lead engineer said "just containerize it with Docker" and everyone nodded. I d...

Who Are the Big 4 AI Agents?

I was sitting in a product review last week when an engineer asked me: "Who are the big 4 AI agents? Like the FAANG of agents?" Good question. Bad framing. T...

Why Are People Moving Away From Kubernetes?

The honeymoon is over. In 2020, I watched a team of twelve spend six months migrating their Rails monolith to Kubernetes. They wanted "cloud native." They wa...

Why Are People Moving Away From Kubernetes?

I built SIVARO in 2018. We design data infrastructure and production AI systems. For years, Kubernetes was our default answer. Container [orchestration)? Kub...

AI Orchestration Isn't What You Think It Is

You've got three AI agents talking to each other. Each one calls a different LLM. A supervisor agent routes tasks between them. Everyone calls this "orchestr...

Can I Use Gemini AI for Free?

Here's a hard truth most people won't tell you: "free AI" is never truly free. It comes with invisible costs—data privacy concerns, rate limits, and hidden...

Can You Fine-Tune an LLM? (And Should You?)

I spent three months in 2024 building a chatbot for a logistics client. We tried GPT-4, Claude, fine-tuned models, the works. The CEO asked me one question t...

Does ChatGPT Use MCP?

I spent three years building production AI systems before I asked the obvious question. Why does every LLM integration feel like duct-taping a firehose to a ...

GPT-5.6 Sol: What Actually Changed

I spent last Tuesday rebuilding a retrieval pipeline for the third time this year. Not because the data was bad. Because the context kept breaking. Then I go...

How Is A2A Different from MCP?

You’re building a system that needs to talk to other systems)](/articles/what-is-a-model-context-protocol-the-missing-layer-for-ai)). Maybe it’s an AI...

How Is A2A Different From MCP?

Let me start with a story. August 2024. I'm sitting in a back room at a startup in Bangalore, watching two engineers argue for forty minutes about whether th...

How to Optimize LLM Inference?

I spent the first half of 2025 convinced the bottleneck was model size. Bigger models, more GPUs, problem solved. Then my team at SIVARO hit a wall running p...

Is ClickHouse Better Than Snowflake?

I spent three years selling Snowflake. Then I spent two years building on ClickHouse. The question "is ClickHouse better than Snowflake?" isn't simple — bu...

Is Kubernetes Still Relevant in 2026?

I spent three years running Kubernetes clusters that nearly broke my team. We hit 200K events per second, and every control plane failure taught me something...

Is Mixture of Experts Better?

I spent three years avoiding MoE. Thought it was hype. Too complex. Too many failure modes. Then we hit a wall at SIVARO. A customer's production system need...

Is Netflix Using Kubernetes?

Let me kill the suspense: Yes, Netflix uses Kubernetes. But not the way you think. And not everywhere. And honestly, their relationship with Kubernetes is mo...

Is Platform Engineering the Same as DevOps?

I walked into a conference last month. Three different speakers used “platform engineering” and “DevOps” interchangeably. Five VPs in the audience no...

Pseudocode for A2A task lifecycle

I spent three nights debugging an agent-to-agent handoff that kept dropping context. The cards were wrong. The state was lost. Two production systems, each p...

What Does a Platform Engineer Do?

I spent three years building infrastructure that no one used. Beautiful Kubernetes clusters. Perfect CI/CD pipelines. Zero adoption. The problem? I built wha...

What Is a Platform Engineering Example?

I remember the exact moment I realized our platform engineering bet had paid off. We were running a data pipeline processing 200,000 events per second. Our M...

What is Apache Kafka and Why is It Used?

I learned this lesson the hard way. In 2019, our streaming pipeline collapsed during a customer demo. 47 seconds of downtime. Lost the deal. The problem wasn...

What Is Apache Kafka in Layman's Terms?

I remember the exact moment I stopped trusting my data pipeline. Four AM. A production alert. Our ClickHouse cluster was choking on 200K events per second be...

What Is Distributed Software Architecture?

Distributed software architecture isn’t what most people imagine. Six years ago, I watched my first production system collapse during a Black Friday sale. ...

What Is MCP and How Does It Work?

We built a RAG system last year. Three months of work. Every time we added a new data source—PostgreSQL, Salesforce, Notion—we rewrote connectors. The co...

What Is the Agent to Agent Protocol in SAP?

I spent six months last year trying to connect two SAP agents. One handled procurement. The other managed inventory. They should have talked to each other. T...

Why Gen Z Is Obsessed With Kafka?

I walked into our SIVARO war room last month. Three junior engineers—all Gen Z—were debating Kafka partition strategies like they were arguing about a vi...

Is Platform Engineer the Same as DevOps?

I spent three months in 2021 trying to hire a "DevOps engineer" for a client building a real-time ML inference pipeline. We interviewed 40 people. Every sing...

Can I Train LLM With My Own Data?

You can absolutely train an LLM with your own data. But here’s the thing most people get wrong: they think "training" means one thing. It doesn’t. I run ...

Is ChatGPT an AI Agent? The Honest Answer

April 2025. I'm sitting in a customer meeting in Bangalore. The CTO leans forward. "Just tell me," he says. "Is ChatGPT an AI agent or not? Because my team k...

Is Kubernetes the Same as AWS?

I was sitting in a conference room in Bangalore, 2021, when a VP of Engineering asked me flat out: "is kubernetes the same as aws?" He wasn't joking. His tea...

What Does an AI Agent Do Exactly?

I built my first agent in 2020. It was a glorified if-else loop with an API call. I called it an "AI agent." I was wrong. Three years and a few burned-down p...

What Is Being Affected by the AWS Outage?

You’re running an e-commerce checkout flow. A user clicks "buy" and nothing happens. Your support team lights up. Your CEO is on Slack. And the dashboard s...

What Is the Best AI Orchestration Tool?

I spent six weeks last year trying to answer) this question for a client. Three engineers, twelve tools tested in production, one blown-up staging environmen...

What Does Kubernetes Actually Do?

Let me tell you a story. In 2019, I was at a startup that ran 47 microservices on bare metal. Deployments took 45 minutes. We had a "deployment committee" �...

Who Are the Big 4 AI Agents?

I spent six months last year building an AI agent system for a logistics client. We tested every architecture pattern I could find. Some worked. Most didn't....

Why Are People Moving Away From Kubernetes?

I spent three years helping a fintech company run Kubernetes in [production). By year four, we were migrating off it. Not because we couldn't make it work ��...