<?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: Manoj Kumar Mandal</title>
    <description>The latest articles on DEV Community by Manoj Kumar Mandal (@techieonvacation).</description>
    <link>https://dev.to/techieonvacation</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%2F3990606%2F8bcfff8c-7215-459b-adef-b9945b8f3c59.jpg</url>
      <title>DEV Community: Manoj Kumar Mandal</title>
      <link>https://dev.to/techieonvacation</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/techieonvacation"/>
    <language>en</language>
    <item>
      <title>AI Agents Are Not Replacing Apps - They're Changing How We Use Software</title>
      <dc:creator>Manoj Kumar Mandal</dc:creator>
      <pubDate>Thu, 18 Jun 2026 09:41:46 +0000</pubDate>
      <link>https://dev.to/techieonvacation/ai-agents-are-not-replacing-apps-theyre-changing-how-we-use-software-3em8</link>
      <guid>https://dev.to/techieonvacation/ai-agents-are-not-replacing-apps-theyre-changing-how-we-use-software-3em8</guid>
      <description>&lt;h1&gt;
  
  
  AI Agents Are Not Replacing Apps — They're Changing How We Use Software
&lt;/h1&gt;

&lt;p&gt;A few months ago, I kept seeing the same prediction everywhere:&lt;/p&gt;

&lt;p&gt;"AI Agents will replace SaaS."&lt;/p&gt;

&lt;p&gt;"AI Agents will replace websites."&lt;/p&gt;

&lt;p&gt;"AI Agents will replace applications."&lt;/p&gt;

&lt;p&gt;As someone who spends most of his time building software products, dashboards, APIs, booking systems, and AI-powered tools, I wasn't convinced.&lt;/p&gt;

&lt;p&gt;The more I worked with AI systems, the more I realized something important:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI Agents are not replacing software. They're becoming a new layer on top of software.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And that distinction matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Mistake Most People Are Making
&lt;/h2&gt;

&lt;p&gt;When many people hear the term "AI Agent," they imagine a system that completely replaces traditional applications.&lt;/p&gt;

&lt;p&gt;A user simply gives instructions, and the AI magically handles everything.&lt;/p&gt;

&lt;p&gt;In reality, that's rarely how modern businesses work.&lt;/p&gt;

&lt;p&gt;Businesses depend on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;APIs&lt;/li&gt;
&lt;li&gt;Internal tools&lt;/li&gt;
&lt;li&gt;Workflows&lt;/li&gt;
&lt;li&gt;Permissions&lt;/li&gt;
&lt;li&gt;Reporting systems&lt;/li&gt;
&lt;li&gt;Compliance processes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of those disappear because an AI model exists.&lt;/p&gt;

&lt;p&gt;Instead, AI becomes another way to interact with those systems.&lt;/p&gt;

&lt;p&gt;Think of it like this:&lt;/p&gt;

&lt;p&gt;A calculator didn't replace mathematics.&lt;/p&gt;

&lt;p&gt;Google didn't replace websites.&lt;/p&gt;

&lt;p&gt;Smartphones didn't replace computers.&lt;/p&gt;

&lt;p&gt;They changed how people accessed them.&lt;/p&gt;

&lt;p&gt;AI Agents are doing the same thing.&lt;/p&gt;

&lt;h2&gt;
  
  
  What AI Agents Actually Do Well
&lt;/h2&gt;

&lt;p&gt;After experimenting with different AI-powered workflows, I've noticed that agents perform best when they handle repetitive decision-making and information-heavy tasks.&lt;/p&gt;

&lt;p&gt;Examples include:&lt;/p&gt;

&lt;h3&gt;
  
  
  Research
&lt;/h3&gt;

&lt;p&gt;Instead of manually opening twenty browser tabs, an AI agent can gather information, summarize findings, and present insights.&lt;/p&gt;

&lt;h3&gt;
  
  
  Internal Knowledge Search
&lt;/h3&gt;

&lt;p&gt;Many organizations store information across documentation systems, PDFs, databases, and shared drives.&lt;/p&gt;

&lt;p&gt;Finding information often takes longer than doing the actual work.&lt;/p&gt;

&lt;p&gt;AI can dramatically reduce that friction.&lt;/p&gt;

&lt;h3&gt;
  
  
  Workflow Automation
&lt;/h3&gt;

&lt;p&gt;Tasks like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generating reports&lt;/li&gt;
&lt;li&gt;Updating records&lt;/li&gt;
&lt;li&gt;Creating tickets&lt;/li&gt;
&lt;li&gt;Summarizing meetings&lt;/li&gt;
&lt;li&gt;Drafting communications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;are perfect candidates for AI-assisted workflows.&lt;/p&gt;

&lt;h3&gt;
  
  
  Customer Support
&lt;/h3&gt;

&lt;p&gt;AI can answer common questions instantly while escalating more complex situations to human teams.&lt;/p&gt;

&lt;p&gt;The result is better efficiency without sacrificing quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where AI Agents Fail
&lt;/h2&gt;

&lt;p&gt;This is the part people rarely discuss.&lt;/p&gt;

&lt;p&gt;AI agents are impressive.&lt;/p&gt;

&lt;p&gt;But they are far from perfect.&lt;/p&gt;

&lt;p&gt;I've seen systems fail because they:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Misunderstood instructions&lt;/li&gt;
&lt;li&gt;Retrieved incomplete information&lt;/li&gt;
&lt;li&gt;Generated overconfident answers&lt;/li&gt;
&lt;li&gt;Lost context during long workflows&lt;/li&gt;
&lt;li&gt;Took actions they shouldn't have taken&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is why human oversight remains important.&lt;/p&gt;

&lt;p&gt;The most effective AI systems I've seen are not fully autonomous.&lt;/p&gt;

&lt;p&gt;They're collaborative.&lt;/p&gt;

&lt;p&gt;Humans remain in control.&lt;/p&gt;

&lt;p&gt;AI accelerates execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Good Software Engineering Matters More Than Ever
&lt;/h2&gt;

&lt;p&gt;One surprising lesson from the AI boom is that strong software engineering has become even more valuable.&lt;/p&gt;

&lt;p&gt;Many people assume AI reduces the need for developers.&lt;/p&gt;

&lt;p&gt;I think the opposite is happening.&lt;/p&gt;

&lt;p&gt;Modern AI products require:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backend systems&lt;/li&gt;
&lt;li&gt;APIs&lt;/li&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;Security layers&lt;/li&gt;
&lt;li&gt;Monitoring&lt;/li&gt;
&lt;li&gt;Infrastructure&lt;/li&gt;
&lt;li&gt;User experience design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI doesn't remove these requirements.&lt;/p&gt;

&lt;p&gt;It adds new complexity on top of them.&lt;/p&gt;

&lt;p&gt;The companies succeeding with AI aren't the ones building fancy demos.&lt;/p&gt;

&lt;p&gt;They're the ones building reliable systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future Isn't AI-Only
&lt;/h2&gt;

&lt;p&gt;I don't think we'll live in a world where every application disappears and everything becomes a chatbot.&lt;/p&gt;

&lt;p&gt;Instead, I believe we'll see hybrid experiences.&lt;/p&gt;

&lt;p&gt;Applications will continue to exist.&lt;/p&gt;

&lt;p&gt;Dashboards will continue to exist.&lt;/p&gt;

&lt;p&gt;Websites will continue to exist.&lt;/p&gt;

&lt;p&gt;But AI will become a new interface layer.&lt;/p&gt;

&lt;p&gt;Users will have the option to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click buttons&lt;/li&gt;
&lt;li&gt;Use dashboards&lt;/li&gt;
&lt;li&gt;Search manually&lt;/li&gt;
&lt;li&gt;Or simply ask AI to perform tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best products will support both.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Developers Should Learn Next
&lt;/h2&gt;

&lt;p&gt;If you're a developer wondering where to focus, I wouldn't rush to learn every new framework or AI tool.&lt;/p&gt;

&lt;p&gt;Instead, focus on fundamentals.&lt;/p&gt;

&lt;p&gt;Learn how software systems work.&lt;/p&gt;

&lt;p&gt;Understand databases.&lt;/p&gt;

&lt;p&gt;Build APIs.&lt;/p&gt;

&lt;p&gt;Learn cloud deployment.&lt;/p&gt;

&lt;p&gt;Understand product architecture.&lt;/p&gt;

&lt;p&gt;Then explore:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Large Language Models&lt;/li&gt;
&lt;li&gt;Retrieval-Augmented Generation (RAG)&lt;/li&gt;
&lt;li&gt;Vector Databases&lt;/li&gt;
&lt;li&gt;AI Agents&lt;/li&gt;
&lt;li&gt;Workflow Automation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The developers who combine traditional engineering skills with AI capabilities will have the strongest opportunities over the next decade.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Biggest Takeaway
&lt;/h2&gt;

&lt;p&gt;After spending time building software and exploring AI systems, I've become less interested in replacing people and more interested in amplifying people.&lt;/p&gt;

&lt;p&gt;The most valuable AI products are not the ones that try to remove humans entirely.&lt;/p&gt;

&lt;p&gt;They're the ones that help humans:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Work faster&lt;/li&gt;
&lt;li&gt;Make better decisions&lt;/li&gt;
&lt;li&gt;Reduce repetitive work&lt;/li&gt;
&lt;li&gt;Focus on higher-value activities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's where I believe the real opportunity is.&lt;/p&gt;

&lt;p&gt;Not replacing software.&lt;/p&gt;

&lt;p&gt;Not replacing people.&lt;/p&gt;

&lt;p&gt;But building better systems that help both work together.&lt;/p&gt;




&lt;p&gt;What do you think?&lt;/p&gt;

&lt;p&gt;Will AI Agents eventually replace traditional applications, or will they become another layer in the software stack?&lt;/p&gt;

&lt;p&gt;I'd love to hear different perspectives from developers, founders, and product builders.&lt;/p&gt;

&lt;h1&gt;
  
  
  ai #softwareengineering #webdev #fullstack #programming #saas #technology #machinelearning
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>career</category>
      <category>discuss</category>
    </item>
    <item>
      <title>From Full Stack Developer to AI Engineer in 2026: What I'm Learning and Building</title>
      <dc:creator>Manoj Kumar Mandal</dc:creator>
      <pubDate>Thu, 18 Jun 2026 09:39:47 +0000</pubDate>
      <link>https://dev.to/techieonvacation/from-full-stack-developer-to-ai-engineer-in-2026-what-im-learning-and-building-32m9</link>
      <guid>https://dev.to/techieonvacation/from-full-stack-developer-to-ai-engineer-in-2026-what-im-learning-and-building-32m9</guid>
      <description>&lt;h1&gt;
  
  
  From Full Stack Developer to AI Engineer in 2026: What I'm Learning and Building
&lt;/h1&gt;

&lt;p&gt;The last few years have been interesting for software engineers.&lt;/p&gt;

&lt;p&gt;Not long ago, being a Full Stack Developer meant building APIs, designing databases, creating user interfaces, deploying applications, and optimizing performance.&lt;/p&gt;

&lt;p&gt;Today, AI has become part of that stack.&lt;/p&gt;

&lt;p&gt;As someone with a background in full stack development, I've spent the last year exploring how Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), AI Agents, and intelligent automation fit into real software products.&lt;/p&gt;

&lt;p&gt;One thing became clear very quickly:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI Engineering is not replacing Software Engineering. It's expanding it.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Full Stack Developers Are in a Great Position
&lt;/h2&gt;

&lt;p&gt;Many developers assume they need a deep research background in machine learning before working with AI.&lt;/p&gt;

&lt;p&gt;While understanding machine learning fundamentals is valuable, most production AI applications today require something different.&lt;/p&gt;

&lt;p&gt;They require engineers who can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build APIs&lt;/li&gt;
&lt;li&gt;Design databases&lt;/li&gt;
&lt;li&gt;Create user experiences&lt;/li&gt;
&lt;li&gt;Deploy applications&lt;/li&gt;
&lt;li&gt;Integrate AI models&lt;/li&gt;
&lt;li&gt;Manage infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, they require software engineers.&lt;/p&gt;

&lt;p&gt;A modern AI application is still a software application.&lt;/p&gt;

&lt;p&gt;The difference is that AI becomes another layer in the architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Shift From Features to Intelligence
&lt;/h2&gt;

&lt;p&gt;Traditional software follows predefined rules.&lt;/p&gt;

&lt;p&gt;AI-powered software introduces adaptive behavior.&lt;/p&gt;

&lt;p&gt;Instead of building a search feature that only matches keywords, we can build semantic search.&lt;/p&gt;

&lt;p&gt;Instead of requiring users to navigate multiple dashboards, we can provide conversational interfaces.&lt;/p&gt;

&lt;p&gt;Instead of manually reviewing thousands of records, we can automate analysis and recommendations.&lt;/p&gt;

&lt;p&gt;The focus moves from hardcoded logic to intelligent workflows.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I've Been Learning
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Large Language Models
&lt;/h3&gt;

&lt;p&gt;Understanding how models process context and generate outputs is the foundation.&lt;/p&gt;

&lt;p&gt;I've spent time exploring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prompt engineering&lt;/li&gt;
&lt;li&gt;Structured outputs&lt;/li&gt;
&lt;li&gt;Function calling&lt;/li&gt;
&lt;li&gt;Context management&lt;/li&gt;
&lt;li&gt;Cost optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn't to become a model researcher.&lt;/p&gt;

&lt;p&gt;The goal is to use models effectively within software systems.&lt;/p&gt;

&lt;h3&gt;
  
  
  Retrieval-Augmented Generation (RAG)
&lt;/h3&gt;

&lt;p&gt;One of the most practical AI patterns today is RAG.&lt;/p&gt;

&lt;p&gt;Rather than relying entirely on model training data, the application retrieves relevant information before generating a response.&lt;/p&gt;

&lt;p&gt;Benefits include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better accuracy&lt;/li&gt;
&lt;li&gt;Access to private data&lt;/li&gt;
&lt;li&gt;Lower hallucination rates&lt;/li&gt;
&lt;li&gt;More reliable enterprise applications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For many business use cases, RAG is essential.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Agents
&lt;/h3&gt;

&lt;p&gt;AI Agents are becoming one of the most exciting areas in AI development.&lt;/p&gt;

&lt;p&gt;Unlike traditional chatbots, agents can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use tools&lt;/li&gt;
&lt;li&gt;Access data&lt;/li&gt;
&lt;li&gt;Perform actions&lt;/li&gt;
&lt;li&gt;Execute workflows&lt;/li&gt;
&lt;li&gt;Coordinate multiple steps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This creates opportunities to build software that doesn't just answer questions but actively helps users complete tasks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building Real Projects Matters More Than Watching Tutorials
&lt;/h2&gt;

&lt;p&gt;One mistake I see often is spending months consuming content without building anything.&lt;/p&gt;

&lt;p&gt;The fastest way I've found to learn is through projects.&lt;/p&gt;

&lt;p&gt;Some practical ideas include:&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Resume Analyzer
&lt;/h3&gt;

&lt;p&gt;Upload a resume and receive structured feedback.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Knowledge Assistant
&lt;/h3&gt;

&lt;p&gt;Search internal documents using natural language.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Customer Support System
&lt;/h3&gt;

&lt;p&gt;Answer common customer questions automatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Career Advisor
&lt;/h3&gt;

&lt;p&gt;Help users evaluate skills, opportunities, and career paths.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Workflow Automation Tool
&lt;/h3&gt;

&lt;p&gt;Connect AI with business processes and repetitive tasks.&lt;/p&gt;

&lt;p&gt;Each project teaches different aspects of AI engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Skills That Matter Most
&lt;/h2&gt;

&lt;p&gt;If I were starting today, I'd focus on:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Strong software engineering fundamentals&lt;/li&gt;
&lt;li&gt;API design&lt;/li&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;Cloud deployment&lt;/li&gt;
&lt;li&gt;LLM integration&lt;/li&gt;
&lt;li&gt;RAG architecture&lt;/li&gt;
&lt;li&gt;AI agent workflows&lt;/li&gt;
&lt;li&gt;Evaluation and monitoring&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Many developers jump directly into advanced topics while skipping fundamentals.&lt;/p&gt;

&lt;p&gt;The fundamentals still matter.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges of Building AI Applications
&lt;/h2&gt;

&lt;p&gt;AI introduces new engineering problems.&lt;/p&gt;

&lt;h3&gt;
  
  
  Reliability
&lt;/h3&gt;

&lt;p&gt;Models occasionally produce incorrect outputs.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cost
&lt;/h3&gt;

&lt;p&gt;Token usage can become expensive at scale.&lt;/p&gt;

&lt;h3&gt;
  
  
  Latency
&lt;/h3&gt;

&lt;p&gt;Users expect fast responses.&lt;/p&gt;

&lt;h3&gt;
  
  
  Security
&lt;/h3&gt;

&lt;p&gt;AI often interacts with sensitive information.&lt;/p&gt;

&lt;p&gt;These challenges require thoughtful architecture and monitoring.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where I Think the Industry Is Going
&lt;/h2&gt;

&lt;p&gt;I believe we're moving toward a future where AI becomes a standard layer of software rather than a separate category.&lt;/p&gt;

&lt;p&gt;Most applications will eventually include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Intelligent search&lt;/li&gt;
&lt;li&gt;Personalized recommendations&lt;/li&gt;
&lt;li&gt;Workflow automation&lt;/li&gt;
&lt;li&gt;Conversational interfaces&lt;/li&gt;
&lt;li&gt;Agent-based capabilities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The distinction between "AI software" and "software" will become less important.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;My transition from traditional full stack development into AI-focused engineering has reinforced one idea:&lt;/p&gt;

&lt;p&gt;The future belongs to builders who can combine strong software engineering fundamentals with modern AI capabilities.&lt;/p&gt;

&lt;p&gt;The opportunity isn't simply to use AI.&lt;/p&gt;

&lt;p&gt;The opportunity is to build products that help people work faster, make better decisions, and solve real problems.&lt;/p&gt;

&lt;p&gt;What are you currently building with AI?&lt;/p&gt;

&lt;p&gt;I'd love to hear about your experiences and learn what tools, frameworks, or architectures you're finding most useful.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;About Me&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm Manoj Kumar Mandal, a Full Stack Developer and AI-focused builder exploring modern software architecture, AI applications, SaaS products, and intelligent automation.&lt;/p&gt;

&lt;p&gt;Portfolio: &lt;a href="https://manojmandal.com" rel="noopener noreferrer"&gt;https://manojmandal.com&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #ai #softwareengineering #machinelearning #fullstack #programming #career
&lt;/h1&gt;

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