<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nikita Namjoshi</title>
    <description>The latest articles on DEV Community by Nikita Namjoshi (@nikitamaia).</description>
    <link>https://dev.to/nikitamaia</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3619260%2F687fec72-2305-462e-bebd-ac8a33464350.png</url>
      <title>DEV Community: Nikita Namjoshi</title>
      <link>https://dev.to/nikitamaia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nikitamaia"/>
    <language>en</language>
    <item>
      <title>Let's build some full-stack apps</title>
      <dc:creator>Nikita Namjoshi</dc:creator>
      <pubDate>Mon, 18 May 2026 16:28:09 +0000</pubDate>
      <link>https://dev.to/nikitamaia/lets-build-some-full-stack-apps-1icl</link>
      <guid>https://dev.to/nikitamaia/lets-build-some-full-stack-apps-1icl</guid>
      <description>&lt;p&gt;&lt;strong&gt;Meet your backend assistant&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;In AI Studio, you don't have to hassle with database provisioning and set up. The AI agent is smart enough to notice when your app needs to save data. Whether you're building a simple to-do list or a complex client portal, it proactively sets up Cloud Firestore for you so you can stay in your creative flow.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3 steps to a full-stack app
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Ask for a feature that requires stored data&lt;/strong&gt;&lt;br&gt;
In AI Studio Build mode, describe what you want your app to remember. You might say, “Add a sign-up form that saves names and email” or “Let users save their favorite recipe.” The agent will immediately recognize that you need a database.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Approve the Setup&lt;/strong&gt;&lt;br&gt;
As the AI agent processes your request, it will proactively detect that your app needs a backend to save data. A card will appear in the chat panel asking to Enable Firebase. Simply click the "Enable Firebase" button, and the agent will automatically provision Cloud Firestore and link it to your project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1l7jp4dbyy32fudky33.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1l7jp4dbyy32fudky33.png" alt="enable firesbase" width="800" height="612"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Launch Your New App&lt;/strong&gt;&lt;br&gt;
Once your app is ready, hit the Share button to generate a full-screen preview link. When you’re ready to move to a permanent home, you can deploy your project directly to Google Cloud. This takes your creation and puts it on a live URL that’s ready for your users.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>backend</category>
      <category>database</category>
    </item>
    <item>
      <title>How do AI video generation models work?</title>
      <dc:creator>Nikita Namjoshi</dc:creator>
      <pubDate>Tue, 14 Apr 2026 15:24:42 +0000</pubDate>
      <link>https://dev.to/googleai/how-do-ai-video-generation-models-work-a82</link>
      <guid>https://dev.to/googleai/how-do-ai-video-generation-models-work-a82</guid>
      <description>&lt;p&gt;Ever wondered what actually happens when you type a prompt and get back a video clip?&lt;/p&gt;

&lt;p&gt;In this episode of &lt;strong&gt;Release Notes Explained&lt;/strong&gt;, we break down the complex architecture of state-of-the-art AI video models and cover:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The diffusion process&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Achieving temporal consistency&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Computational efficiency and autoencoders&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hope you enjoy! 🩵&lt;/p&gt;

&lt;p&gt;Questions? Leave them down below.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>llm</category>
    </item>
    <item>
      <title>What is an LLM actually doing when it's "thinking"?</title>
      <dc:creator>Nikita Namjoshi</dc:creator>
      <pubDate>Fri, 10 Apr 2026 16:42:45 +0000</pubDate>
      <link>https://dev.to/googleai/what-is-an-llm-actually-doing-when-its-thinking-5do5</link>
      <guid>https://dev.to/googleai/what-is-an-llm-actually-doing-when-its-thinking-5do5</guid>
      <description>&lt;p&gt;Ever wondered what an LLM is doing when it's "thinking"?&lt;/p&gt;

&lt;p&gt;In this episode of &lt;strong&gt;Release Notes Explained&lt;/strong&gt;, we cover the fundamentals of how thinking and reasoning models work including concepts like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scaling laws&lt;/li&gt;
&lt;li&gt;Test-time compute&lt;/li&gt;
&lt;li&gt;Reinforcement learning from verifiable rewards&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hope you enjoy! 🩵&lt;/p&gt;

&lt;p&gt;Questions? Leave them down below.&lt;/p&gt;

</description>
      <category>gemini</category>
      <category>llm</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
