<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://aichawla.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://aichawla.com/" rel="alternate" type="text/html" /><updated>2026-07-18T06:22:55+00:00</updated><id>https://aichawla.com/feed.xml</id><title type="html">AIChawla</title><subtitle>Ankit Chawla helps manufacturing organizations harness Artificial Intelligence, Reliability Engineering, and Digital Transformation through practical, on-the-floor innovation.</subtitle><author><name>Ankit Chawla</name></author><entry><title type="html">Welcome to AIChawla</title><link href="https://aichawla.com/blog/2026/07/17/welcome-to-aichawla/" rel="alternate" type="text/html" title="Welcome to AIChawla" /><published>2026-07-17T03:30:00+00:00</published><updated>2026-07-17T03:30:00+00:00</updated><id>https://aichawla.com/blog/2026/07/17/welcome-to-aichawla</id><content type="html" xml:base="https://aichawla.com/blog/2026/07/17/welcome-to-aichawla/"><![CDATA[<p>This is a sample post to show you how blogging works on this site. Feel free to edit or delete it once you’ve published your first real one.</p>

<h2 id="how-to-add-a-new-post">How to add a new post</h2>

<ol>
  <li>Create a new file in the <code class="language-plaintext highlighter-rouge">_posts</code> folder named exactly like this:
<code class="language-plaintext highlighter-rouge">YYYY-MM-DD-your-post-title.md</code></li>
  <li>Add this at the top of the file (called “front matter”):</li>
</ol>

<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Your</span><span class="nv"> </span><span class="s">Post</span><span class="nv"> </span><span class="s">Title"</span>
<span class="na">date</span><span class="pi">:</span> <span class="s">2026-07-20 09:00:00 +0530</span>
<span class="na">excerpt</span><span class="pi">:</span> <span class="s2">"</span><span class="s">One</span><span class="nv"> </span><span class="s">or</span><span class="nv"> </span><span class="s">two</span><span class="nv"> </span><span class="s">sentences</span><span class="nv"> </span><span class="s">that</span><span class="nv"> </span><span class="s">show</span><span class="nv"> </span><span class="s">up</span><span class="nv"> </span><span class="s">in</span><span class="nv"> </span><span class="s">the</span><span class="nv"> </span><span class="s">blog</span><span class="nv"> </span><span class="s">list."</span>
<span class="nn">---</span>
</code></pre></div></div>

<ol>
  <li>Write your post below the front matter using normal Markdown — headings with <code class="language-plaintext highlighter-rouge">##</code>, <strong>bold</strong> with double asterisks, links with <code class="language-plaintext highlighter-rouge">[text](url)</code>, and so on.</li>
  <li>Commit and push to GitHub. GitHub Pages rebuilds the site automatically — no other steps needed.</li>
</ol>

<p>That’s it. No build tools, no terminal commands required once your repo is set up.</p>

<h2 id="what-this-blog-will-cover">What this blog will cover</h2>

<ul>
  <li>Practical AI adoption in manufacturing and industrial settings</li>
  <li>Reliability engineering lessons from the field</li>
  <li>Notes on the RCAI Framework as it develops</li>
  <li>Occasional commentary on industry events and talks</li>
</ul>

<p>More soon.</p>]]></content><author><name>Ankit Chawla</name></author><summary type="html"><![CDATA[Why I'm writing here, and what to expect on this blog going forward.]]></summary></entry></feed>