<?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: Ayush Walunjkar</title>
    <description>The latest articles on DEV Community by Ayush Walunjkar (@ayush_walunjkar_371918303).</description>
    <link>https://dev.to/ayush_walunjkar_371918303</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4107275%2F4dd2b1da-8d8d-4cdc-bff1-ca5d7803d147.png</url>
      <title>DEV Community: Ayush Walunjkar</title>
      <link>https://dev.to/ayush_walunjkar_371918303</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayush_walunjkar_371918303"/>
    <language>en</language>
    <item>
      <title>I built an AIOps platform that auto-heals Docker services as a student</title>
      <dc:creator>Ayush Walunjkar</dc:creator>
      <pubDate>Thu, 03 Sep 2026 05:06:44 +0000</pubDate>
      <link>https://dev.to/ayush_walunjkar_371918303/i-built-an-aiops-platform-that-auto-heals-docker-services-as-a-student-1km2</link>
      <guid>https://dev.to/ayush_walunjkar_371918303/i-built-an-aiops-platform-that-auto-heals-docker-services-as-a-student-1km2</guid>
      <description>&lt;p&gt;I'm an Engineering student from Pune, India. Over the &lt;br&gt;
last several months I built WATCHDOG — an AIOps platform that handles &lt;br&gt;
the full incident response loop automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem it solves
&lt;/h2&gt;

&lt;p&gt;Traditional monitoring alerts you when something breaks. Then a human &lt;br&gt;
wakes up, investigates, diagnoses, and fixes it manually — at 3am, under &lt;br&gt;
pressure. WATCHDOG handles that loop automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Detection&lt;/strong&gt; — 6 parallel algorithms run on every metric:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Statistical Z-score&lt;/li&gt;
&lt;li&gt;Isolation Forest (ML)&lt;/li&gt;
&lt;li&gt;LSTM deep detector&lt;/li&gt;
&lt;li&gt;Multivariate correlation&lt;/li&gt;
&lt;li&gt;Seasonal detector&lt;/li&gt;
&lt;li&gt;Drift detector&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Prediction&lt;/strong&gt; — Failure prediction and capacity forecasting before &lt;br&gt;
impact. Tells you which service is trending toward failure and how long &lt;br&gt;
you have.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Root Cause Analysis&lt;/strong&gt; — Causal graph, blast radius estimation, &lt;br&gt;
dependency mapping, change intelligence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Auto-Heal&lt;/strong&gt; — Real Docker restarts via Docker SDK. 1.4 second verified &lt;br&gt;
recovery time. But not blindly — every action passes through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Confidence gate (≥65%)&lt;/li&gt;
&lt;li&gt;Severity gate (HIGH/CRITICAL only)&lt;/li&gt;
&lt;li&gt;30s per-service cooldown&lt;/li&gt;
&lt;li&gt;10 actions/hour rate limit&lt;/li&gt;
&lt;li&gt;Circuit breaker (trips after 3 failures)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Audit&lt;/strong&gt; — Every detection, decision, and action written to a &lt;br&gt;
tamper-evident cryptographic chain before execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real numbers from engineering testing
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;40/40 reliability tests passing (97%)&lt;/li&gt;
&lt;li&gt;108 events/sec load tested, 0 failures&lt;/li&gt;
&lt;li&gt;1.4–1.7s verified auto-heal recovery&lt;/li&gt;
&lt;li&gt;17/17 RBAC tests&lt;/li&gt;
&lt;li&gt;18/18 multi-tenant isolation tests&lt;/li&gt;
&lt;li&gt;10/10 WAL recovery tests&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;Python, FastAPI, PostgreSQL, Redis (WAL), Docker SDK, JWT auth, &lt;br&gt;
SQLAlchemy, asyncio — 104 REST endpoints, 16 async pipeline workers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm looking for
&lt;/h2&gt;

&lt;p&gt;I'm not selling anything. I'm looking for DevOps engineers and SREs &lt;br&gt;
who can tell me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does this solve a real problem you face?&lt;/li&gt;
&lt;li&gt;What's missing?&lt;/li&gt;
&lt;li&gt;Would you run this in your environment?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to give anyone a free pilot.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live:&lt;/strong&gt; &lt;a href="https://watchdog-intelligence.netlify.app" rel="noopener noreferrer"&gt;https://watchdog-intelligence.netlify.app&lt;/a&gt;  &lt;/p&gt;

</description>
      <category>devops</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
