<?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: Yonatan Sapoznik</title>
    <description>The latest articles on DEV Community by Yonatan Sapoznik (@sapoz).</description>
    <link>https://dev.to/sapoz</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%2F3865386%2F6a638510-d6e0-4246-a102-0e01bf93b320.jpeg</url>
      <title>DEV Community: Yonatan Sapoznik</title>
      <link>https://dev.to/sapoz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sapoz"/>
    <language>en</language>
    <item>
      <title>My First dev.to Post — And a 1-Evening SRE System That Changed Our On-Call</title>
      <dc:creator>Yonatan Sapoznik</dc:creator>
      <pubDate>Tue, 07 Apr 2026 09:37:48 +0000</pubDate>
      <link>https://dev.to/sapoz/my-first-devto-post-and-a-1-evening-sre-system-that-changed-our-on-call-4e45</link>
      <guid>https://dev.to/sapoz/my-first-devto-post-and-a-1-evening-sre-system-that-changed-our-on-call-4e45</guid>
      <description>&lt;p&gt;Hey dev.to 👋&lt;/p&gt;

&lt;p&gt;This is my first post here.&lt;/p&gt;

&lt;p&gt;I wanted to share something I built at work —  a system I created in a single evening, completely by myself.&lt;/p&gt;

&lt;p&gt;I built it because I saw an opportunity — and knew this domain really matters in my company.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Context
&lt;/h2&gt;

&lt;p&gt;Most SRE improvements come with more tooling, more dashboards, and more complexity.&lt;/p&gt;

&lt;p&gt;I went the opposite direction.&lt;/p&gt;

&lt;p&gt;No new system. No big infra changes. Just a different way of working.&lt;/p&gt;

&lt;p&gt;During incidents, we kept asking:&lt;/p&gt;

&lt;p&gt;Where is this happening most?&lt;br&gt;
Is it tenant-specific?&lt;br&gt;
Is it region-related?&lt;br&gt;
Is this new or recurring?&lt;/p&gt;

&lt;p&gt;The data existed — but the process to get answers was slow and inconsistent.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;What started as a Markdown file turned into something much bigger:&lt;/p&gt;

&lt;p&gt;An AI-powered SRE teammate.&lt;/p&gt;

&lt;p&gt;A system that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;understands our architecture
&lt;/li&gt;
&lt;li&gt;queries logs and metrics in real time
&lt;/li&gt;
&lt;li&gt;searches past incidents and Runbooks
&lt;/li&gt;
&lt;li&gt;and investigates production issues end-to-end
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Like a senior engineer who’s been here since day one — available 24/7.&lt;/p&gt;

&lt;h3&gt;
  
  
  At a Glance
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;~4 minutes to triage incidents
&lt;/li&gt;
&lt;li&gt;End-to-end investigations from a single input
&lt;/li&gt;
&lt;li&gt;Zero context switching between tools
&lt;/li&gt;
&lt;li&gt;Live correlation between code, logs, and metrics
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Full article here: &lt;a href="https://medium.com/@yonatansapoznik/i-cut-mttr-to-4-minutes-my-new-sre-is-a-619-line-markdown-file-f5f3335eddba" rel="noopener noreferrer"&gt;I Cut MTTR to 4 Minutes — My “SRE” Is a 619-Line Markdown File&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I’m Sharing This
&lt;/h2&gt;

&lt;p&gt;This wasn’t meant to be a “big solution”.&lt;/p&gt;

&lt;p&gt;It was just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Let’s make on-call a bit less painful”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But it ended up having a real impact.&lt;/p&gt;

&lt;p&gt;So I figured it’s worth sharing — and also getting feedback.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’m Thinking About Next
&lt;/h2&gt;

&lt;p&gt;I want to go deeper in the next posts.&lt;/p&gt;

&lt;p&gt;A couple of directions I’m considering:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Designing Deterministic Skills &amp;amp; Agents
&lt;/h3&gt;

&lt;p&gt;How I built skills and agents that behave predictably —&lt;br&gt;&lt;br&gt;
so you can test, extend, and evolve them without breaking things.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;test at different layers
&lt;/li&gt;
&lt;li&gt;extend with confidence
&lt;/li&gt;
&lt;li&gt;avoid hidden regressions &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. New Ideas for Agents
&lt;/h3&gt;

&lt;p&gt;Less about hype — more about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;practical use cases
&lt;/li&gt;
&lt;li&gt;where agents actually help
&lt;/li&gt;
&lt;li&gt;and some practical methods I’ve found effective&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Would Love Your Input
&lt;/h2&gt;

&lt;p&gt;If any of this sounds interesting — let me know 🙌&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What would you want me to dive into next?
&lt;/li&gt;
&lt;li&gt;Have you tried something similar?
&lt;/li&gt;
&lt;li&gt;Do your on-call shifts feel harder than they should be?
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Thanks for reading ✌️&lt;/p&gt;

</description>
      <category>ai</category>
      <category>sre</category>
      <category>devops</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
