<?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: Shekhar Bhardwaj</title>
    <description>The latest articles on DEV Community by Shekhar Bhardwaj (@shek_bake_1eda6ed9b79f7a1).</description>
    <link>https://dev.to/shek_bake_1eda6ed9b79f7a1</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%2F4005707%2Fe4294e83-4d3f-4a57-bcfb-d01cf181eb0e.png</url>
      <title>DEV Community: Shekhar Bhardwaj</title>
      <link>https://dev.to/shek_bake_1eda6ed9b79f7a1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shek_bake_1eda6ed9b79f7a1"/>
    <language>en</language>
    <item>
      <title>I Spent $200 Solving a $2 Problem. That Is Why AI Site Reliability Will Matter.</title>
      <dc:creator>Shekhar Bhardwaj</dc:creator>
      <pubDate>Mon, 29 Jun 2026 00:16:26 +0000</pubDate>
      <link>https://dev.to/shek_bake_1eda6ed9b79f7a1/i-spent-200-solving-a-2-problem-that-is-why-ai-site-reliability-will-matter-1i12</link>
      <guid>https://dev.to/shek_bake_1eda6ed9b79f7a1/i-spent-200-solving-a-2-problem-that-is-why-ai-site-reliability-will-matter-1i12</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;So this weekend I spent $200 solving a $2 problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not because I was careless. Not because the system was broken in the old way. It happened because the tool was powerful, fast, confident, and wrong for just long enough.&lt;/p&gt;

&lt;p&gt;That is the strange thing about AI systems. They do not always fail loudly. A cloud server goes down, an alert fires, a dashboard turns red, someone opens an incident bridge, and the team knows what kind of movie they are in. AI failure is softer. The answer looks useful. The workflow keeps moving. The agent tries another path. The model explains itself beautifully. The bill keeps climbing.&lt;/p&gt;

&lt;p&gt;With cloud reliability, we learned how to survive machines failing. We built retries, failover, backups, autoscaling, health checks, runbooks, and incident reviews. The cloud taught us that infrastructure is never perfect, so systems must be designed to bend without breaking.&lt;/p&gt;

&lt;p&gt;AI is teaching us something different. The machine may be running perfectly and still produce the wrong result. The API may be healthy, the latency may be fine, the token stream may complete, and the business outcome may still be bad.&lt;/p&gt;

&lt;p&gt;That is why AI Site Reliability is going to become its own serious discipline.&lt;/p&gt;

&lt;p&gt;It will not be enough to ask, “Is the model available?” We will have to ask, “Is the model still useful?” “Is it drifting?” “Is it spending too much?” “Is it using the right tools?” “Is it looping?” “Is it making the same mistake with more confidence?” “Is a human needed before this continues?”&lt;/p&gt;

&lt;p&gt;In the cloud world, uptime was the king metric. In the AI world, usefulness will matter just as much. A model that is always available but often wrong is not reliable. An agent that finishes every task but spends 100 times more than needed is not reliable. A chatbot that gives answers with perfect grammar but poor judgment is not reliable.&lt;/p&gt;

&lt;p&gt;The next generation of reliability engineering will care about cost, correctness, context, and control.&lt;/p&gt;

&lt;p&gt;Cost matters because AI turns thinking into metered usage. Every retry has a price. Every long context has a price. Every tool call has a price. A bad loop is no longer just wasted time. It is a live meter running in the background.&lt;/p&gt;

&lt;p&gt;Correctness matters because AI can fail while looking successful. Traditional systems usually return errors when something breaks. AI can return a confident paragraph. That means we need new checks. Not just status codes, but reasonableness checks. Not just logs, but decision trails. Not just observability, but explainability at the workflow level.&lt;/p&gt;

&lt;p&gt;Context matters because AI systems depend heavily on what they are given. A great model with bad context becomes a fancy guessing machine. Missing policy, stale data, poor prompts, broken retrieval, or unclear instructions can quietly damage the final answer. In AI systems, reliability starts before the model is even called.&lt;/p&gt;

&lt;p&gt;Control matters because autonomy without guardrails becomes expensive chaos. Agents need budgets. They need stop signs. They need permission levels. They need escalation points. They need to know when to ask a human instead of burning another 200,000 tokens trying to be clever.&lt;/p&gt;

&lt;p&gt;This is where AI reliability will feel different from cloud reliability. Cloud systems fail because components break. AI systems fail because judgment breaks. The server may be healthy, but the reasoning path may be sick.&lt;/p&gt;

&lt;p&gt;That changes the work.&lt;/p&gt;

&lt;p&gt;Future AI runbooks will not only say, “Restart service.” They will say, “Check prompt version.” “Compare answer against source.” “Review tool call chain.” “Inspect token spend.” “Validate retrieval freshness.” “Freeze autonomous retries.” “Route to human approval.” “Roll back model behavior.” “Switch to smaller model.” “Stop the agent.”&lt;/p&gt;

&lt;p&gt;The best teams will not be the ones using the biggest models everywhere. They will be the ones that know when not to use AI. They will know when a $4 rule, a database query, a simple form, or a human approval is better than a $400 reasoning adventure.&lt;/p&gt;

&lt;p&gt;That is the real lesson.&lt;/p&gt;

&lt;p&gt;AI is not magic infrastructure. It is probabilistic labor inside software. It can work beautifully. It can also overthink, overspend, hallucinate, retry, and explain its way into trouble.&lt;/p&gt;

&lt;p&gt;So the future of AI reliability is not about distrusting AI. It is about respecting it enough to build around its failure modes.&lt;/p&gt;

&lt;p&gt;We need systems that treat AI as powerful but not sacred. Helpful but not always right. Fast but not free. Available but not automatically reliable.&lt;/p&gt;

&lt;p&gt;Because in the old world, downtime was expensive.&lt;/p&gt;

&lt;p&gt;In the AI world, uptime can be expensive too.&lt;/p&gt;

&lt;p&gt;And sometimes the system will not crash at all. It will just calmly spend $1000 solving a $10 problem.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.shekharbhardwaj.com/blog/i-spent-400-solving-a-4-problem-that-is-why-ai-site-reliability-will-matter" rel="noopener noreferrer"&gt;Orignal Post&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sitereliabilityengineering</category>
      <category>ai</category>
      <category>operations</category>
    </item>
    <item>
      <title>FONA: Fear of Not AI-sking</title>
      <dc:creator>Shekhar Bhardwaj</dc:creator>
      <pubDate>Sat, 27 Jun 2026 18:28:09 +0000</pubDate>
      <link>https://dev.to/shek_bake_1eda6ed9b79f7a1/fona-fear-of-not-ai-sking-2li</link>
      <guid>https://dev.to/shek_bake_1eda6ed9b79f7a1/fona-fear-of-not-ai-sking-2li</guid>
      <description>&lt;p&gt;&lt;em&gt;FONA — short for "Fear of Not AI-sking" is a term I coined for the anxiety that you should be using AI for a task, and that reaching for it last, or not at all, means you're falling behind.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;There is a new kind of guilt in the AI era. It is not the fear that AI will replace you. It is the fear that AI was available, ready, waiting in the prompt box and you still did not ask. That quiet feeling has a name: FONA Fear of Not AI-sking. It is the anxiety that the task you avoided, the idea you parked, or the project you kept calling “someday” may no longer be blocked by time, skill, or tools. It may just be waiting for one honest prompt.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A friend texted me at 11 PM on a Tuesday. Not the usual kind of late-night text like, “Are you awake?” This was more of a quiet existential audit. He had been thinking about a side project for two years. Two full years of “I should build this someday.” Two years of casually mentioning it, mentally polishing it, occasionally getting excited about it, and then putting it back on the shelf like a decorative ambition.&lt;/p&gt;

&lt;p&gt;Then it hit him. Claude could probably scaffold the whole thing in an evening. Not finish it. Not make it beautiful. Not turn him into a founder with a podcast mic, a black turtleneck, and strong opinions about cold plunge therapy. But enough to make the thing real. Enough to remove the comfort of “someday.”&lt;/p&gt;

&lt;p&gt;And that was the horrifying part. Because once the excuse is gone, what are you left with? Yourself. The final boss.&lt;/p&gt;

&lt;p&gt;I told him I had no good answer, because I was currently losing the same boss fight. I had my own graveyard of half-finished ideas. The newsletter I never started. The script that would save me an hour every Monday. The blog post sitting in a draft folder, quietly judging me. The little product idea I kept calling “interesting” so I would not have to call it “abandoned.”&lt;/p&gt;

&lt;p&gt;And now each one had a new label attached: could’ve prompted it.&lt;/p&gt;

&lt;p&gt;That is the new guilt. Not “I didn’t have time.” Not “I didn’t know how.” Not “I need to learn React first,” which, historically, has been the adult version of “my dog ate my homework.” No. Now the brain says: you could have asked.&lt;/p&gt;

&lt;p&gt;You could have opened ChatGPT, Claude, Cursor, or whatever flavor of robot intern you prefer, and typed: “Make me a starting point.” “Turn this into a plan.” “Write the first ugly version.” “Explain the hard part.” “Generate the annoying boilerplate.” “Help me stop pretending this is blocked.”&lt;/p&gt;

&lt;p&gt;That feeling needs a name. So here it is: FONA — Fear of Not AI-sking.&lt;/p&gt;

&lt;p&gt;FONA is the creeping anxiety that you are underusing the most powerful assistant you have ever had access to. It is not the fear that AI will take your job. It is the fear that AI is sitting there, fully charged, emotionally unavailable, ready to help, and you are still raw-dogging your to-do list like it is 2016.&lt;/p&gt;

&lt;p&gt;FONA is looking at a task and realizing the hardest part is no longer, “Can this be done?” It is, “Why haven’t I even asked?”&lt;/p&gt;

&lt;p&gt;It shows up in small moments. You spend 45 minutes formatting an email and then remember AI could have made it sound less like a hostage note. You manually rename 80 files and then feel a spiritual slap from the automation gods. You sit on a blog idea for three weeks and then watch someone else publish a worse version with more confidence. You open an empty document, stare at it, close it, and somehow call that “thinking.”&lt;/p&gt;

&lt;p&gt;Before AI, procrastination had dignity. You could say things like, “I need a weekend,” “I need a designer,” “I need to research the market,” or “I need to wait until things calm down.” Beautiful lies. Respectable lies. Lies with a blazer on.&lt;/p&gt;

&lt;p&gt;Now the lie has to survive a prompt box. That is much harder.&lt;/p&gt;

&lt;p&gt;Because AI has made starting embarrassingly cheap. Not succeeding. Not mastering. Not shipping something great. Just starting. And starting used to be where we hid.&lt;/p&gt;

&lt;p&gt;That is what my friend was really texting me about at 11 PM. Not the side project. Not Claude. Not code. He was grieving the death of a very comfortable excuse. The idea had not been blocked for two years. It had been waiting for him to ask.&lt;/p&gt;

&lt;p&gt;And honestly, same.&lt;/p&gt;

&lt;p&gt;So maybe the point is not to become the kind of person who prompts everything. That sounds exhausting and slightly cursed. Maybe the point is to notice the moment when you are avoiding the ask. When the task is small enough to start, but vague enough to dodge. When the idea is not impossible, just inconvenient. When the first version would take one decent prompt and 20 minutes of honesty.&lt;/p&gt;

&lt;p&gt;That is where FONA lives.&lt;/p&gt;

&lt;p&gt;And maybe the cure is simple: do not build the whole thing. Just ask the first question. “Can you help me make this real enough that I can’t keep pretending it is only an idea?”&lt;/p&gt;

&lt;p&gt;That might be the most dangerous prompt now. Because once AI gives you the first draft, the skeleton, the outline, the script, the landing page, or the messy prototype, the excuse is officially dead. And then it is just you and the thing you said you wanted to do.&lt;/p&gt;

&lt;p&gt;Terrifying. Useful. A little funny. Very Tuesday night.&lt;/p&gt;

&lt;p&gt;Originally published at &lt;a href="https://www.shekharbhardwaj.com/blog/fona-fear-of-not-ai-sking" rel="noopener noreferrer"&gt;shekharbhardwaj.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
