<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI on cloudmato.com</title><link>https://cloudmato.com/tags/ai/</link><description>Recent content in AI on cloudmato.com</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>cloudmato.com</managingEditor><webMaster>cloudmato.com</webMaster><lastBuildDate>Mon, 15 Jun 2026 07:52:21 +0530</lastBuildDate><atom:link href="https://cloudmato.com/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Test an LLM: Benchmarks, Arenas, and Real Evals</title><link>https://cloudmato.com/posts/how-to-test-and-benchmark-llm-models/</link><pubDate>Mon, 15 Jun 2026 07:52:21 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/how-to-test-and-benchmark-llm-models/</guid><description>&lt;p&gt;Every couple of weeks some AI lab drops a new model and immediately claims it&amp;rsquo;s the smartest thing on the planet. Then another lab does the same thing a week later. If you&amp;rsquo;ve ever tried to figure out which one is &lt;em&gt;actually&lt;/em&gt; better, you&amp;rsquo;ve probably stared at a wall of charts with names like MMLU, GPQA, and SWE-bench and felt your eyes glaze over. I went down this rabbit hole recently, and here&amp;rsquo;s the short version: there&amp;rsquo;s no single scoreboard. There are at least four completely different ways people measure &amp;ldquo;better,&amp;rdquo; and once you know what each one is actually doing, the whole AI leaderboard circus starts to make a lot more sense.&lt;/p&gt;</description></item><item><title>How OpenAI and Anthropic Actually Train Their Models</title><link>https://cloudmato.com/posts/how-openai-anthropic-train-models/</link><pubDate>Sun, 14 Jun 2026 21:01:45 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/how-openai-anthropic-train-models/</guid><description>&lt;p&gt;Everyone talks about ChatGPT and Claude like they just appeared one day. You type something, you get an answer, magic. But have you ever stopped to ask what it actually takes to &lt;em&gt;make&lt;/em&gt; one of these things? Not the chat interface — the model itself. The thing that took months, hundreds of millions of dollars, and enough electricity to power a small town.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been curious about this for a while, partly because the numbers are genuinely hard to believe until you sit with them. So I went digging through what&amp;rsquo;s actually known — the leaked architecture details, the hardware announcements, the data center buildouts. Some of it is public, some of it is well-sourced speculation, and some of it the labs keep deliberately vague. Let me walk you through what we actually know.&lt;/p&gt;</description></item><item><title>Loops in AI: What They Are and Why Everyone's Talking</title><link>https://cloudmato.com/posts/loops-in-ai-explained/</link><pubDate>Mon, 08 Jun 2026 00:37:11 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/loops-in-ai-explained/</guid><description>&lt;p&gt;Ask three people what &amp;ldquo;loop&amp;rdquo; means in AI right now and you&amp;rsquo;ll get three different answers. One will say the agent loop. Another will start talking about model collapse and feedback loops. A third will mention human-in-the-loop from some compliance meeting. They&amp;rsquo;re all correct, which is exactly why the word has become so confusing.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been writing software for over 8 years, and I&amp;rsquo;ve watched plenty of jargon get recycled. But &amp;ldquo;loop&amp;rdquo; is special because it&amp;rsquo;s not one trend — it&amp;rsquo;s at least four different ideas that all happen to share the same word, and all of them got hot at roughly the same time. So let me untangle them.&lt;/p&gt;</description></item><item><title>Neurons in AI: Not Just Functions</title><link>https://cloudmato.com/posts/neurons-ai-vs-functions/</link><pubDate>Sun, 07 Jun 2026 11:35:44 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/neurons-ai-vs-functions/</guid><description>&lt;p&gt;If you&amp;rsquo;ve heard &amp;ldquo;neural network&amp;rdquo; thrown around in tech circles, you probably imagined something biological. The term &lt;strong&gt;neuron&lt;/strong&gt; can make beginners think they need to understand brain biology to work with AI. They don&amp;rsquo;t. But the confusion about what a neuron actually does — and how it differs from a function you&amp;rsquo;d write in code — is real. And that difference matters [1][2].&lt;/p&gt;
&lt;h2 class="header-anchor-wrapper"&gt;What&amp;rsquo;s a Neuron, Really?
&lt;a href="#whats-a-neuron-really" class="header-anchor-link"&gt;
&lt;svg
xmlns="http://www.w3.org/2000/svg"
width="1rem" height="1rem" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"&gt;
&lt;line x1="4" y1="9" x2="20" y2="9"&gt;&lt;/line&gt;&lt;line x1="4" y1="15" x2="20" y2="15"&gt;&lt;/line&gt;&lt;line x1="10" y1="3" x2="8" y2="21"&gt;&lt;/line&gt;&lt;line x1="16" y1="3" x2="14" y2="21"&gt;&lt;/line&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;A neuron in AI is a computational unit. Stripped down, it&amp;rsquo;s a thing that takes inputs, does math, and produces an output. Sounds like a function, right? It kind of is. But that&amp;rsquo;s where the similarity ends.&lt;/p&gt;</description></item><item><title>MCP Is Not Just an API Layer for AI</title><link>https://cloudmato.com/posts/what-is-mcp-model-context-protocol/</link><pubDate>Tue, 02 Jun 2026 20:47:54 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/what-is-mcp-model-context-protocol/</guid><description>&lt;p&gt;Everyone calls MCP &amp;ldquo;just an API calling layer for AI&amp;rdquo;. That framing is wrong — and it&amp;rsquo;s exactly why the &amp;ldquo;we already have Swagger&amp;rdquo; objection keeps coming up. Both things need unpacking.&lt;/p&gt;
&lt;h2 class="header-anchor-wrapper"&gt;What MCP Actually Is
&lt;a href="#what-mcp-actually-is" class="header-anchor-link"&gt;
&lt;svg
xmlns="http://www.w3.org/2000/svg"
width="1rem" height="1rem" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"&gt;
&lt;line x1="4" y1="9" x2="20" y2="9"&gt;&lt;/line&gt;&lt;line x1="4" y1="15" x2="20" y2="15"&gt;&lt;/line&gt;&lt;line x1="10" y1="3" x2="8" y2="21"&gt;&lt;/line&gt;&lt;line x1="16" y1="3" x2="14" y2="21"&gt;&lt;/line&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;MCP stands for Model Context Protocol. Anthropic announced it in November 2024 [1], and by December 2025 it was donated to the Linux Foundation under the Agentic AI Foundation, co-founded with Block and OpenAI [2]. That adoption speed alone is worth noting.&lt;/p&gt;</description></item><item><title>AI Learning Path for Frontend Developers in 2026</title><link>https://cloudmato.com/posts/ai-learning-path-frontend-developers-2026/</link><pubDate>Mon, 01 Jun 2026 16:57:14 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/ai-learning-path-frontend-developers-2026/</guid><description>&lt;p&gt;The line between frontend developer and AI engineer is blurring fast. In 2026, the most in-demand web developers aren&amp;rsquo;t just crafting beautiful UIs—they&amp;rsquo;re wiring those UIs directly to large language models, vector databases, and autonomous agents. If you already know React, TypeScript, or Next.js, you are far closer to that future than you might think.&lt;/p&gt;
&lt;h2 class="header-anchor-wrapper"&gt;Why Frontend Developers Have a Head Start
&lt;a href="#why-frontend-developers-have-a-head-start" class="header-anchor-link"&gt;
&lt;svg
xmlns="http://www.w3.org/2000/svg"
width="1rem" height="1rem" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"&gt;
&lt;line x1="4" y1="9" x2="20" y2="9"&gt;&lt;/line&gt;&lt;line x1="4" y1="15" x2="20" y2="15"&gt;&lt;/line&gt;&lt;line x1="10" y1="3" x2="8" y2="21"&gt;&lt;/line&gt;&lt;line x1="16" y1="3" x2="14" y2="21"&gt;&lt;/line&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The modern AI application stack runs on TypeScript, React, and HTTP APIs—the exact tools you already use every day [1]. Frameworks like Next.js have become the default output of AI-powered UI builders, and the Vercel AI SDK is already a first-class citizen in the React ecosystem [2]. Unlike data scientists who must first learn deployment and UI, you already know how to ship products. Your challenge isn&amp;rsquo;t learning &lt;em&gt;how&lt;/em&gt; to build—it&amp;rsquo;s learning which new primitives to build &lt;em&gt;with&lt;/em&gt;.&lt;/p&gt;</description></item></channel></rss>