<?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: Zakaria Hili</title>
    <description>The latest articles on DEV Community by Zakaria Hili (@zakaria_hili_686648600332).</description>
    <link>https://dev.to/zakaria_hili_686648600332</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%2F3811062%2Fc49eee2d-6363-491f-ab29-d8468643de20.png</url>
      <title>DEV Community: Zakaria Hili</title>
      <link>https://dev.to/zakaria_hili_686648600332</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zakaria_hili_686648600332"/>
    <language>en</language>
    <item>
      <title>Reducing the time between a production crash and a fix</title>
      <dc:creator>Zakaria Hili</dc:creator>
      <pubDate>Sat, 07 Mar 2026 06:27:25 +0000</pubDate>
      <link>https://dev.to/zakaria_hili_686648600332/reducing-the-time-between-a-production-crash-and-a-fix-21pe</link>
      <guid>https://dev.to/zakaria_hili_686648600332/reducing-the-time-between-a-production-crash-and-a-fix-21pe</guid>
      <description>&lt;p&gt;You ship code, everything works — and then suddenly a crash appears in production.&lt;/p&gt;

&lt;p&gt;Even in well-instrumented systems, the investigation process often looks like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;check the monitoring alert&lt;/li&gt;
&lt;li&gt;dig through logs&lt;/li&gt;
&lt;li&gt;search the codebase&lt;/li&gt;
&lt;li&gt;try to reproduce the issue&lt;/li&gt;
&lt;li&gt;write a fix&lt;/li&gt;
&lt;li&gt;open a pull request&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In many teams, this process can easily take hours.&lt;/p&gt;

&lt;p&gt;After several years working on complex applications and critical data workflows, I started wondering if part of this investigation process could be automated.&lt;/p&gt;

&lt;p&gt;Could we shorten the loop between &lt;strong&gt;crash detection and a validated fix&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;This is what led me to start building &lt;strong&gt;Crashloom&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Crashloom is an experiment around using &lt;strong&gt;AI agents to investigate crashes, identify potential root causes, and propose fixes that can be validated before creating a pull request&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The idea is to reduce the time between a production crash and a safe fix by assisting developers in the investigation workflow.&lt;/p&gt;

&lt;p&gt;crash → investigation → sandbox validation → pull request&lt;/p&gt;

&lt;p&gt;The project is still early stage, and I'm curious how other teams handle production incidents today.&lt;/p&gt;

&lt;p&gt;How long does it usually take in your case to go from crash detection → &lt;strong&gt;merged fix&lt;/strong&gt;?&lt;/p&gt;

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