<?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: Prasad More</title>
    <description>The latest articles on DEV Community by Prasad More (@prasad_more_d41e4e4b89af5).</description>
    <link>https://dev.to/prasad_more_d41e4e4b89af5</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%2F4056561%2Fa3d74f0d-2218-4545-84af-1f74ab26c9da.jpg</url>
      <title>DEV Community: Prasad More</title>
      <link>https://dev.to/prasad_more_d41e4e4b89af5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prasad_more_d41e4e4b89af5"/>
    <language>en</language>
    <item>
      <title>We shipped the AI pilot. Then what?</title>
      <dc:creator>Prasad More</dc:creator>
      <pubDate>Thu, 13 Aug 2026 11:48:27 +0000</pubDate>
      <link>https://dev.to/prasad_more_d41e4e4b89af5/we-shipped-the-ai-pilot-then-what-2232</link>
      <guid>https://dev.to/prasad_more_d41e4e4b89af5/we-shipped-the-ai-pilot-then-what-2232</guid>
      <description>&lt;p&gt;Nearly 90% of companies now have AI running somewhere in their stack. Way fewer have anything that's actually load-bearing in production, tied to real metrics, with someone on-call for it.&lt;/p&gt;

&lt;p&gt;That gap isn't a model problem. It's an engineering and org problem, and it looks the same almost everywhere I've seen it:&lt;/p&gt;

&lt;p&gt;The pilot works. Then it hits the boring stuff:&lt;/p&gt;

&lt;p&gt;🔌 Data plumbing nobody owns — the pilot ran on a clean CSV someone hand-curated. Production means real pipelines, schema drift, and someone getting paged when the upstream data changes shape.&lt;br&gt;
🔄 Workflow integration nobody scoped — the demo was a notebook. Shipping it means touching four other services, adding monitoring, handling the failure modes nobody thought about in week one.&lt;br&gt;
🧑‍💻 A human whose job just changed — someone's task got partially automated, and the tooling/process around that shift usually lags months behind the model itself.&lt;/p&gt;

&lt;p&gt;None of this shows up in a benchmark. All of it determines whether the thing you built survives past Q2.&lt;/p&gt;

&lt;p&gt;"We use AI" and "AI is in production and load-bearing" are very different sentences. Most orgs are only truthfully saying the first one right now.&lt;/p&gt;

&lt;p&gt;If you've actually shipped something past the pilot stage — genuinely curious what broke first for you: the data layer, the integration surface, or getting buy-in to change the workflow around it?&lt;/p&gt;

&lt;p&gt;What's been the real blocker on your team — infra, trust, or scope creep?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb3czuj0g1qqjkr4ercj7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb3czuj0g1qqjkr4ercj7.png" alt=" " width="800" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>security</category>
    </item>
    <item>
      <title>Your Next Coworker Won't Be Human — It'll Be an AI Agent</title>
      <dc:creator>Prasad More</dc:creator>
      <pubDate>Tue, 04 Aug 2026 04:38:12 +0000</pubDate>
      <link>https://dev.to/prasad_more_d41e4e4b89af5/your-next-coworker-wont-be-human-itll-be-an-ai-agent-503k</link>
      <guid>https://dev.to/prasad_more_d41e4e4b89af5/your-next-coworker-wont-be-human-itll-be-an-ai-agent-503k</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqxlmnl9gp376resh1gvq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqxlmnl9gp376resh1gvq.png" alt=" " width="800" height="394"&gt;&lt;/a&gt;A few years ago, AI was basically a really smart autocomplete. You asked it a question in a chat box, it typed back an answer, and that was the whole relationship.&lt;/p&gt;

&lt;p&gt;That era is over.&lt;/p&gt;

&lt;p&gt;In 2026, the conversation has shifted from "AI that talks" to AI that does. We're now living alongside agentic systems that browse the web, book things, write and ship code, manage workflows, and run for hours (sometimes days) without a human clicking "continue." Major labs are racing to ship models built around "System 2" style reasoning — slower, more deliberate thinking instead of fast, reflexive answers — precisely so these agents can plan, backtrack, and actually finish complex, multi-step jobs instead of just guessing at the first plausible response.&lt;/p&gt;

&lt;p&gt;Here's why that one shift is a much bigger deal than it sounds.&lt;/p&gt;

&lt;p&gt;From "Answer My Question" to "Handle This For Me"&lt;/p&gt;

&lt;p&gt;Think about the difference between a very knowledgeable friend and a very capable assistant.&lt;/p&gt;

&lt;p&gt;A knowledgeable friend can tell you how to file that expense report, book that flight, or refactor that messy spreadsheet. A capable assistant just... does it. They read the context, make judgment calls, execute the steps, and only interrupt you when something genuinely needs your input.&lt;/p&gt;

&lt;p&gt;That's the leap agentic AI is making right now:&lt;/p&gt;

&lt;p&gt;Persistent, always-on agents that stay connected to your files, apps, and tools instead of resetting every conversation&lt;br&gt;
Multi-step task execution — an agent that can research, draft, revise, and deliver, not just respond once&lt;br&gt;
Local, on-device options emerging so agents can act on your data without everything routing through the cloud&lt;/p&gt;

&lt;p&gt;It's less "chatbot" and more "digital employee with a very narrow, very fast skill set."&lt;/p&gt;

&lt;p&gt;The Exciting Part&lt;/p&gt;

&lt;p&gt;If this actually works at scale, a lot of tedious, multi-click busywork simply disappears. Expense reports, first-draft code reviews, scheduling back-and-forths, basic customer support triage — the stuff that eats an hour a day without ever feeling meaningful — starts getting absorbed by agents that just handle it.&lt;/p&gt;

&lt;p&gt;For small businesses and solo founders especially, this is a quiet superpower. You don't need to hire an ops team to get ops-team output.&lt;/p&gt;

&lt;p&gt;The Uncomfortable Part&lt;/p&gt;

&lt;p&gt;Here's the catch nobody gets to skip: the more autonomy you give a system, the more a mistake costs you.&lt;/p&gt;

&lt;p&gt;An AI that only suggests an email draft is low-risk — you read it before it goes out. An AI that reads your inbox, drafts a reply, and sends it is a different category of risk entirely. Reliability, security, and "does this agent actually stay on track over a long task" are quickly becoming the defining engineering problems of this era — arguably bigger than raw model intelligence at this point.&lt;/p&gt;

&lt;p&gt;There's also the very human question underneath all of this: if agents start doing the actual work, what's left for us to do? Strategy? Judgment calls? Relationships? Or are we underestimating how much of "the work" was actually the thinking, not the typing?&lt;/p&gt;

&lt;p&gt;Where I Land (For Now)&lt;/p&gt;

&lt;p&gt;I don't think this replaces people who bring judgment, taste, and context to their work. I think it replaces the parts of work that never needed a human in the first place — and forces the rest of us to get sharper at the parts that do.&lt;/p&gt;

&lt;p&gt;But I'm genuinely curious where other people land on this.&lt;/p&gt;

&lt;p&gt;So tell me:&lt;/p&gt;

&lt;p&gt;-Have you actually let an AI agent do something for you (not just answer a question) — and how did it go?&lt;br&gt;
-What's the one task you'd never hand over to an autonomous agent, no matter how good it got?&lt;br&gt;
-In 5 years, do you think "agent" will just mean "employee," or will we still draw a hard line between the two?&lt;/p&gt;

&lt;p&gt;Drop your take in the comments — I'm collecting the best answers for a follow-up post. &lt;/p&gt;

&lt;p&gt;If this resonated, share it with someone still thinking of AI as "just a chatbot" — they're in for a surprise.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
