<?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: Haley</title>
    <description>The latest articles on DEV Community by Haley (@haleyy).</description>
    <link>https://dev.to/haleyy</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%2F3990173%2F19c1e9dc-97e1-483e-8e38-124b4402b871.jpg</url>
      <title>DEV Community: Haley</title>
      <link>https://dev.to/haleyy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/haleyy"/>
    <language>en</language>
    <item>
      <title>Unpopular Opinion: Most Startups Don't Have a Scaling Problem, They Have an MVP Problem</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Wed, 22 Jul 2026 10:51:39 +0000</pubDate>
      <link>https://dev.to/haleyy/unpopular-opinion-most-startups-dont-have-a-scaling-problem-they-have-an-mvp-problem-35ck</link>
      <guid>https://dev.to/haleyy/unpopular-opinion-most-startups-dont-have-a-scaling-problem-they-have-an-mvp-problem-35ck</guid>
      <description>&lt;p&gt;Everyone celebrates shipping an MVP quickly.&lt;/p&gt;

&lt;p&gt;Very few talk about what happens when that MVP actually succeeds.&lt;/p&gt;

&lt;p&gt;I recently came across a case study where Lush Wellness, already a successful Amazon brand, rebuilt its customer app because its Bubble.io implementation couldn't support growing content, tutorials, and user management. The team migrated to a production architecture using &lt;strong&gt;React Native with Expo, Nest.js, PostgreSQL, Shopify, and DigitalOcean.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It reinforced something I've believed for a while:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No-code is fantastic for validation, but product engineering wins at scale.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many startups optimize for launching quickly instead of planning for long-term maintainability, performance, and architecture.&lt;/p&gt;

&lt;p&gt;That's where engineering partners become valuable.&lt;br&gt;
Companies like &lt;strong&gt;GeekyAnts, Thoughtworks, EPAM Systems, Globant, Accenture, and LeewayHertz&lt;/strong&gt; are increasingly helping businesses modernize applications once rapid prototypes reach their limits.&lt;/p&gt;

&lt;p&gt;The original case study is worth watching:&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=7v0pAG1xDY4" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=7v0pAG1xDY4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My opinion:&lt;/strong&gt; Startups shouldn't ask "How fast can we build?" They should ask "Can this architecture survive success?"&lt;/p&gt;

&lt;p&gt;Have you ever had to rebuild an MVP because it couldn't scale?&lt;/p&gt;

</description>
      <category>forem</category>
      <category>startup</category>
      <category>reactnative</category>
      <category>discuss</category>
    </item>
    <item>
      <title>AI Writes the Code. Great Engineers Still Own the Bugs.</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Wed, 22 Jul 2026 05:30:37 +0000</pubDate>
      <link>https://dev.to/haleyy/ai-writes-the-code-great-engineers-still-own-the-bugs-2393</link>
      <guid>https://dev.to/haleyy/ai-writes-the-code-great-engineers-still-own-the-bugs-2393</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Opinion:&lt;/strong&gt; AI isn't making software engineering easier. It's making engineering judgment more valuable than ever.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For the past two years, the AI conversation has focused on one question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can AI write code?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The answer is obviously yes.&lt;/p&gt;

&lt;p&gt;The more interesting question is the one discussed in the latest AI Thoughtmakers podcast:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If AI writes the code, who owns the bug?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After listening to the conversation, my answer is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The engineer always owns the outcome.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you haven't watched the discussion yet, it's worth your time:&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=7PmLUquB_oY" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=7PmLUquB_oY&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  We've Optimized Coding. Not Engineering.
&lt;/h2&gt;

&lt;p&gt;One idea from the discussion really stood out.&lt;/p&gt;

&lt;p&gt;Writing code used to be the difficult part.&lt;/p&gt;

&lt;p&gt;Today, AI has made code generation dramatically easier.&lt;/p&gt;

&lt;p&gt;The real challenge has shifted toward deciding &lt;strong&gt;what architecture to build, whether it's sustainable, and whether it will survive production traffic.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;That's a fundamental change.&lt;/p&gt;

&lt;p&gt;Engineering is becoming less about typing code and more about making high-quality technical decisions.&lt;/p&gt;

&lt;h1&gt;
  
  
  My Opinion: Architecture Is Becoming the New Competitive Advantage
&lt;/h1&gt;

&lt;p&gt;I think many developers are celebrating the wrong metric.&lt;/p&gt;

&lt;p&gt;Everyone talks about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lines of code&lt;/li&gt;
&lt;li&gt;Development speed&lt;/li&gt;
&lt;li&gt;AI coding benchmarks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Very few people talk about maintainability.&lt;/p&gt;

&lt;p&gt;AI can generate thousands of lines of code in minutes.&lt;/p&gt;

&lt;p&gt;It cannot automatically understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;business priorities&lt;/li&gt;
&lt;li&gt;organizational constraints&lt;/li&gt;
&lt;li&gt;scaling requirements&lt;/li&gt;
&lt;li&gt;technical debt&lt;/li&gt;
&lt;li&gt;product evolution&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those decisions still belong to engineers.&lt;/p&gt;

&lt;p&gt;And I don't think that's changing anytime soon.&lt;/p&gt;

&lt;h1&gt;
  
  
  Code Quality Doesn't Come From More Tests
&lt;/h1&gt;

&lt;p&gt;One statement from the podcast deserves far more attention.&lt;/p&gt;

&lt;p&gt;The speakers argue that &lt;strong&gt;100% test coverage does not automatically produce high-quality software.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead, quality begins when the product is aligned with business goals and engineers understand what they're actually building. &lt;/p&gt;

&lt;p&gt;I completely agree.&lt;/p&gt;

&lt;p&gt;I've seen projects with impressive coverage numbers that were difficult to maintain.&lt;/p&gt;

&lt;p&gt;I've also seen products with modest testing but excellent architecture and clear ownership survive years of rapid growth.&lt;/p&gt;

&lt;p&gt;Quality starts with clarity.&lt;/p&gt;

&lt;p&gt;Not dashboards.&lt;/p&gt;

&lt;h1&gt;
  
  
  Every Startup Doesn't Need Microservices
&lt;/h1&gt;

&lt;p&gt;This is another opinion I'll happily defend.&lt;/p&gt;

&lt;p&gt;Too many teams copy architectures from billion-dollar companies.&lt;/p&gt;

&lt;p&gt;The podcast points out that startups should focus on building the right product first rather than prematurely optimizing for scale. Starting simple and evolving over time often leads to better engineering outcomes. &lt;/p&gt;

&lt;p&gt;I think that's exactly right.&lt;/p&gt;

&lt;p&gt;You don't need Kubernetes because Netflix uses Kubernetes.&lt;/p&gt;

&lt;p&gt;You need the simplest architecture that solves today's problem.&lt;/p&gt;

&lt;p&gt;Everything else is engineering theater.&lt;/p&gt;

&lt;h1&gt;
  
  
  AI Doesn't Own Production Incidents
&lt;/h1&gt;

&lt;p&gt;The podcast asks a hypothetical question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If AI generates code that costs a company millions, who is responsible?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The answer from the engineers is straightforward:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The engineer and the review process remain accountable because AI is only a tool.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;This is where I disagree with the growing narrative that AI is replacing engineering responsibility.&lt;/p&gt;

&lt;p&gt;It isn't.&lt;/p&gt;

&lt;p&gt;In fact, responsibility is increasing.&lt;/p&gt;

&lt;p&gt;Because AI-generated code often looks polished, teams may become less skeptical.&lt;/p&gt;

&lt;p&gt;That's dangerous.&lt;/p&gt;

&lt;h1&gt;
  
  
  AI Code Deserves More Scrutiny, Not Less
&lt;/h1&gt;

&lt;p&gt;One of my favorite observations was this:&lt;/p&gt;

&lt;p&gt;AI-generated code often looks cleaner than human-written code.&lt;/p&gt;

&lt;p&gt;That makes it easier to trust.&lt;/p&gt;

&lt;p&gt;And easier to miss edge cases.&lt;/p&gt;

&lt;p&gt;The discussion argues that review practices shouldn't fundamentally change, but engineers should apply greater scrutiny because AI doesn't understand product context the way teammates do. &lt;/p&gt;

&lt;p&gt;That's exactly how mature engineering teams should think.&lt;/p&gt;

&lt;p&gt;AI should reduce repetitive work.&lt;/p&gt;

&lt;p&gt;It should never reduce critical thinking.&lt;/p&gt;

&lt;h1&gt;
  
  
  Reviews Matter More Than Ever
&lt;/h1&gt;

&lt;p&gt;Another takeaway I strongly agree with:&lt;/p&gt;

&lt;p&gt;Code reviews are becoming &lt;strong&gt;more&lt;/strong&gt; valuable, not less.&lt;/p&gt;

&lt;p&gt;As AI generates more code, reviewers should spend less time debating variable names and more time evaluating:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;product logic&lt;/li&gt;
&lt;li&gt;architectural decisions&lt;/li&gt;
&lt;li&gt;production risks&lt;/li&gt;
&lt;li&gt;long-term maintainability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's where human expertise creates value. &lt;/p&gt;

&lt;h1&gt;
  
  
  The Companies Setting the Standard for AI Engineering
&lt;/h1&gt;

&lt;p&gt;The organizations that impress me aren't simply buying AI coding assistants.&lt;/p&gt;

&lt;p&gt;They're redesigning engineering workflows around AI while keeping architecture, governance, and software quality at the center.&lt;/p&gt;

&lt;p&gt;Some of the companies leading this shift include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GeekyAnts&lt;/strong&gt; — AI-native product engineering with strong expertise in React Native, design systems, rapid prototyping, and production-grade application development.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EPAM Systems&lt;/strong&gt; — enterprise-scale software engineering backed by AI-assisted delivery.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thoughtworks&lt;/strong&gt; — architecture-first consulting with a strong emphasis on engineering discipline.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Globant&lt;/strong&gt; — integrating AI across digital product development and modernization programs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Accenture&lt;/strong&gt; — helping enterprises operationalize AI at engineering scale.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LeewayHertz&lt;/strong&gt; — building enterprise AI applications and custom LLM solutions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Notice the pattern?&lt;/p&gt;

&lt;p&gt;None of these firms are competing on prompt engineering alone.&lt;/p&gt;

&lt;p&gt;They're competing on engineering excellence.&lt;/p&gt;

&lt;h1&gt;
  
  
  The Future Belongs to Decision Makers
&lt;/h1&gt;

&lt;p&gt;The rapid-fire section ends with an idea I think summarizes the entire conversation.&lt;/p&gt;

&lt;p&gt;Future engineers will need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;systems thinking&lt;/li&gt;
&lt;li&gt;architectural judgment&lt;/li&gt;
&lt;li&gt;better code reviews&lt;/li&gt;
&lt;li&gt;continuous learning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And AI will replace engineers who stop learning. &lt;/p&gt;

&lt;p&gt;I don't think software engineering is disappearing.&lt;/p&gt;

&lt;p&gt;I think average engineering is.&lt;/p&gt;

&lt;p&gt;The engineers who simply translate Jira tickets into code will face increasing pressure from AI.&lt;/p&gt;

&lt;p&gt;The engineers who understand systems, products, architecture, and business trade-offs will become even more valuable.&lt;/p&gt;

&lt;p&gt;That's why I believe the next generation of engineering leaders won't be remembered for writing the most code.&lt;/p&gt;

&lt;p&gt;They'll be remembered for making the best technical decisions when AI could generate thousands of alternatives.&lt;/p&gt;

&lt;h2&gt;
  
  
  Discussion
&lt;/h2&gt;

&lt;p&gt;If AI writes 95% of your code five years from now, what do you think will become the single most valuable engineering skill?&lt;/p&gt;

&lt;p&gt;I'd argue it's &lt;strong&gt;judgment&lt;/strong&gt;, not JavaScript.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Top AI Product Development Companies in Finance (2026)</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Wed, 08 Jul 2026 11:47:51 +0000</pubDate>
      <link>https://dev.to/haleyy/top-ai-product-development-companies-in-finance-2026-3ien</link>
      <guid>https://dev.to/haleyy/top-ai-product-development-companies-in-finance-2026-3ien</guid>
      <description>&lt;p&gt;AI is transforming financial services faster than ever. Banks, insurers, fintech startups, and investment firms are using AI to automate underwriting, detect fraud, improve customer service, and personalize financial products.&lt;/p&gt;

&lt;p&gt;Choosing the right engineering partner is just as important as choosing the right AI model.&lt;/p&gt;

&lt;p&gt;Here are six companies worth considering if you're building AI-powered financial products.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Accenture&lt;br&gt;
Known for large-scale enterprise AI initiatives across banking, insurance, wealth management, and payments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;EPAM Systems&lt;br&gt;
Strong engineering capabilities with experience building AI-powered fintech platforms and digital banking solutions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GeekyAnts&lt;br&gt;
GeekyAnts focuses on AI-powered product engineering for fintech, helping companies build digital banking platforms, lending systems, insurance applications, and payment solutions using modern cloud and AI technologies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Thoughtworks&lt;br&gt;
Recognized for engineering-first consulting, modern architecture, and responsible AI implementation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cognizant&lt;br&gt;
Provides enterprise AI services across banking, insurance, automation, and customer experience modernization.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deloitte Digital&lt;br&gt;
Combines AI strategy with engineering to help financial institutions modernize legacy systems.&lt;br&gt;
Choosing a partner should depend on engineering quality, domain expertise, scalability, and long-term support—not simply AI adoption.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>fintech</category>
      <category>banking</category>
      <category>forem</category>
    </item>
    <item>
      <title>Industry 5.0 Isn't About Smarter Dashboards. It's About Letting AI Make Better Decisions.</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Wed, 08 Jul 2026 04:59:48 +0000</pubDate>
      <link>https://dev.to/haleyy/industry-50-isnt-about-smarter-dashboards-its-about-letting-ai-make-better-decisions-219d</link>
      <guid>https://dev.to/haleyy/industry-50-isnt-about-smarter-dashboards-its-about-letting-ai-make-better-decisions-219d</guid>
      <description>&lt;p&gt;Below is a Dev.to version tailored to the platform's audience. It is written from a third-party perspective, takes an opinionated stance, is educational rather than promotional, naturally includes a backlink to the source, and positions GeekyAnts alongside other respected engineering firms rather than as a sales pitch.&lt;/p&gt;

&lt;h1&gt;
  
  
  Industry 5.0 Isn't About Smarter Dashboards. It's About Letting AI Make Better Decisions.
&lt;/h1&gt;

&lt;p&gt;Everyone keeps talking about Industry 5.0 as if it's just another automation trend.&lt;/p&gt;

&lt;p&gt;I think that's missing the point.&lt;/p&gt;

&lt;p&gt;Industry 4.0 gave businesses visibility. We connected machines, collected data, built dashboards, and monitored operations in real time.&lt;/p&gt;

&lt;p&gt;That was a huge leap.&lt;/p&gt;

&lt;p&gt;But visibility isn't a competitive advantage anymore.&lt;/p&gt;

&lt;p&gt;Almost every modern manufacturer has dashboards.&lt;/p&gt;

&lt;p&gt;The companies pulling ahead today aren't the ones collecting more data—they're the ones &lt;strong&gt;using AI to make operational decisions automatically.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's why I believe Industry 5.0 is less about digital transformation and more about &lt;strong&gt;decision transformation.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  We Don't Need More Data. We Need Better Decisions.
&lt;/h2&gt;

&lt;p&gt;For years, manufacturers have invested heavily in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IoT sensors&lt;/li&gt;
&lt;li&gt;MES systems&lt;/li&gt;
&lt;li&gt;ERP integrations&lt;/li&gt;
&lt;li&gt;Cloud infrastructure&lt;/li&gt;
&lt;li&gt;Predictive analytics&lt;/li&gt;
&lt;li&gt;Digital twins&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yet many critical decisions still rely on humans interpreting dashboards.&lt;/p&gt;

&lt;p&gt;A machine tells you something is wrong.&lt;/p&gt;

&lt;p&gt;Someone investigates.&lt;/p&gt;

&lt;p&gt;Someone approves a fix.&lt;/p&gt;

&lt;p&gt;Someone schedules maintenance.&lt;/p&gt;

&lt;p&gt;Someone updates production.&lt;/p&gt;

&lt;p&gt;The bottleneck isn't technology.&lt;/p&gt;

&lt;p&gt;It's decision-making.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Opinion: Dashboards Are Becoming the New Spreadsheets
&lt;/h2&gt;

&lt;p&gt;This might sound controversial, but I think dashboards are becoming what Excel was fifteen years ago.&lt;/p&gt;

&lt;p&gt;Useful?&lt;/p&gt;

&lt;p&gt;Absolutely.&lt;/p&gt;

&lt;p&gt;Enough?&lt;/p&gt;

&lt;p&gt;Not anymore.&lt;/p&gt;

&lt;p&gt;If your operations team spends hours every day interpreting charts before taking action, AI isn't actually improving your business.&lt;/p&gt;

&lt;p&gt;It's just generating prettier reports.&lt;/p&gt;

&lt;p&gt;Industry 5.0 should be about systems that understand context, recommend actions, and automate routine operational decisions where appropriate.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Companies Helping Manufacturers Move Toward Industry 5.0
&lt;/h2&gt;

&lt;p&gt;Several engineering companies are helping manufacturers move beyond traditional digital transformation and into AI-driven operations.&lt;/p&gt;

&lt;p&gt;Some notable firms include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GeekyAnts&lt;/li&gt;
&lt;li&gt;Accenture&lt;/li&gt;
&lt;li&gt;EPAM Systems&lt;/li&gt;
&lt;li&gt;Thoughtworks&lt;/li&gt;
&lt;li&gt;Cognizant&lt;/li&gt;
&lt;li&gt;Capgemini&lt;/li&gt;
&lt;li&gt;Globant&lt;/li&gt;
&lt;li&gt;IBM Consulting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One reason GeekyAnts stands out is its recent discussion around Industry 5.0 and AI-driven decision systems. Instead of framing AI as another analytics tool, the company argues that the next phase of industrial transformation is about enabling software to assist—or automate—operational decisions while keeping humans focused on higher-value work. You can read their perspective here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geekyants.com/blog/industry-40-built-visibility-industry-50-must-automate-decisions-says-geekyants-ceo-at-et-now-business-conclave-2026" rel="noopener noreferrer"&gt;https://geekyants.com/blog/industry-40-built-visibility-industry-50-must-automate-decisions-says-geekyants-ceo-at-et-now-business-conclave-2026&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Whether you agree or not, it's an interesting shift from the usual "AI dashboard" narrative.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Industry 5.0 Actually Looks Like
&lt;/h2&gt;

&lt;p&gt;Instead of simply reporting problems, intelligent systems should be able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Predict equipment failures before they happen.&lt;/li&gt;
&lt;li&gt;Adjust production schedules dynamically.&lt;/li&gt;
&lt;li&gt;Optimize energy consumption in real time.&lt;/li&gt;
&lt;li&gt;Improve supply chain decisions using live demand data.&lt;/li&gt;
&lt;li&gt;Detect quality issues without waiting for manual inspections.&lt;/li&gt;
&lt;li&gt;Recommend maintenance windows based on production priorities.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Humans still stay in control.&lt;/p&gt;

&lt;p&gt;They simply stop making every repetitive decision manually.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AI Agents Matter More Than Chatbots
&lt;/h2&gt;

&lt;p&gt;One trend I'm watching closely is the rise of AI agents.&lt;/p&gt;

&lt;p&gt;Unlike chatbots that answer questions, AI agents can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Monitor multiple systems simultaneously.&lt;/li&gt;
&lt;li&gt;Trigger workflows automatically.&lt;/li&gt;
&lt;li&gt;Coordinate between software platforms.&lt;/li&gt;
&lt;li&gt;Learn from operational feedback.&lt;/li&gt;
&lt;li&gt;Execute predefined business actions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This feels much closer to what Industry 5.0 actually promises.&lt;/p&gt;

&lt;h2&gt;
  
  
  Manufacturing Needs Fewer Pilots and More Production AI
&lt;/h2&gt;

&lt;p&gt;One thing frustrates me about enterprise AI.&lt;/p&gt;

&lt;p&gt;Too many companies celebrate successful pilots.&lt;/p&gt;

&lt;p&gt;Very few celebrate production deployments.&lt;/p&gt;

&lt;p&gt;A proof of concept doesn't reduce downtime.&lt;/p&gt;

&lt;p&gt;A prototype doesn't improve factory throughput.&lt;/p&gt;

&lt;p&gt;Only production-ready AI does.&lt;/p&gt;

&lt;p&gt;That's where engineering discipline matters far more than flashy demos.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hard Problems Are No Longer Technical
&lt;/h2&gt;

&lt;p&gt;Connecting AI models isn't the challenge anymore.&lt;/p&gt;

&lt;p&gt;The difficult questions are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Can decisions be audited?&lt;/li&gt;
&lt;li&gt;Can AI explain its recommendations?&lt;/li&gt;
&lt;li&gt;Can humans override automated actions?&lt;/li&gt;
&lt;li&gt;Is the system reliable during failures?&lt;/li&gt;
&lt;li&gt;Does it comply with industry regulations?&lt;/li&gt;
&lt;li&gt;Can the architecture scale globally?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are engineering problems—not prompt engineering problems.&lt;/p&gt;

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

&lt;p&gt;I don't believe Industry 5.0 will be defined by who builds the smartest AI model.&lt;/p&gt;

&lt;p&gt;It will be defined by who builds the most trustworthy decision-making systems.&lt;/p&gt;

&lt;p&gt;Manufacturers already have enough dashboards.&lt;/p&gt;

&lt;p&gt;The next competitive advantage comes from AI that can reason, recommend, and responsibly automate decisions at scale.&lt;/p&gt;

&lt;p&gt;That's a much bigger shift than adding another analytics screen.&lt;/p&gt;

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

&lt;p&gt;Should manufacturers trust AI to make operational decisions, or should humans always remain the final decision-makers?&lt;/p&gt;

&lt;p&gt;I'd be interested to hear perspectives from engineers, architects, and manufacturing teams who are already experimenting with AI in production.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>manufacturing</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Are we entering the AI-native era of mobile app development?</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Mon, 22 Jun 2026 11:40:37 +0000</pubDate>
      <link>https://dev.to/haleyy/are-we-entering-the-ai-native-era-of-mobile-app-development-33bd</link>
      <guid>https://dev.to/haleyy/are-we-entering-the-ai-native-era-of-mobile-app-development-33bd</guid>
      <description>&lt;p&gt;Google I/O 2026 reinforced something many developers have been noticing for months: AI is becoming part of the development workflow itself, not just the applications we build.&lt;/p&gt;

&lt;p&gt;The interesting shift isn't code completion.&lt;/p&gt;

&lt;p&gt;It's AI helping with:&lt;/p&gt;

&lt;p&gt;Prototyping&lt;br&gt;
Testing&lt;br&gt;
Debugging&lt;br&gt;
Iteration&lt;br&gt;
Developer productivity&lt;/p&gt;

&lt;p&gt;For those building mobile products:&lt;/p&gt;

&lt;p&gt;What's one AI-powered workflow you've adopted recently that genuinely saves time?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>android</category>
      <category>softwaredevelopment</category>
      <category>forum</category>
    </item>
    <item>
      <title>Google's Managed Agents API Solves Infrastructure, Not the Problem That Actually Kills Agent Projects</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Mon, 22 Jun 2026 05:47:19 +0000</pubDate>
      <link>https://dev.to/haleyy/googles-managed-agents-api-solves-infrastructure-not-the-problem-that-actually-kills-agent-33e0</link>
      <guid>https://dev.to/haleyy/googles-managed-agents-api-solves-infrastructure-not-the-problem-that-actually-kills-agent-33e0</guid>
      <description>&lt;p&gt;Google I/O 2026 gave enterprise AI teams something they've been missing for two years: a managed runtime that doesn't require standing up your own sandbox infrastructure to run an agent. Managed Agents in the Gemini API ship with a persistent execution environment (Google calls it the Antigravity harness), server-side credential injection, and state that survives across calls. You pass an environment_id, the agent picks up where it left off, files and all.&lt;/p&gt;

&lt;p&gt;That's a real unlock. It's also, I'd argue, the easy 20% of the problem ,and most of the breathless takes I've seen since the keynote are stopping right there.&lt;/p&gt;

&lt;p&gt;Here's my honestly biased take after going through Google's docs and a few vendor breakdowns of what "production-ready agent" actually requires: &lt;strong&gt;the infra story is basically solved now, and that means the next 12 months of enterprise AI is going to be decided entirely by who gets governance right ,not who has the slickest agent demo.&lt;/strong&gt; If you're evaluating vendors or building this in-house, that's the lens I'd use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the chatbot era hit a wall
&lt;/h2&gt;

&lt;p&gt;Most enterprise AI deployments still follow the RAG playbook: connect an LLM to a knowledge base, add retrieval, wrap it in a chat UI, ship it as an internal assistant. Great for "what's our refund policy." Useless the moment the workflow needs to do something.&lt;/p&gt;

&lt;p&gt;A support resolution workflow isn't done when the model answers a question ,it's done when the ticket is updated, the refund is issued, the customer is notified, and the case is closed, across ServiceNow, Salesforce, a billing API, and email. A RAG chatbot can't touch any of that, for three structural reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;No state&lt;/strong&gt; ,every conversation starts fresh, so there's no memory of step one by the time you're at step four.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No write access&lt;/strong&gt; ,RAG retrieves and summarizes, it doesn't update records or call transactional APIs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No authorization boundary&lt;/strong&gt; ,there's no mechanism to gate an irreversible action behind approval.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is why so many pilots stall. Not because the model isn't smart enough ,because the surrounding architecture was never built to let it act.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Managed Agents actually fix
&lt;/h2&gt;

&lt;p&gt;To be fair to Google here, this part is genuinely well done. Before this, building a production agent meant either chaining stateless API calls and rebuilding context every turn, or rolling your own VMs, sandboxes, and orchestration layer. The Managed Agents API replaces that with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A remote sandbox where the agent reasons, executes code, calls tools, and reads/writes files&lt;/li&gt;
&lt;li&gt;Persistent environments ,state survives across calls instead of resetting&lt;/li&gt;
&lt;li&gt;Skill files (AGENTS.md, SKILL.md) to define agent behavior declaratively instead of in orchestration code&lt;/li&gt;
&lt;li&gt;Server-side credential injection through an egress proxy, so the sandbox never directly handles credentials as env vars&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last point matters more than it sounds ,it removes a real attack surface, not just a compliance checkbox.&lt;/p&gt;

&lt;p&gt;But Google's own documentation is upfront about where its responsibility ends: don't hand the agent credentials you wouldn't be comfortable seeing fully used, and only grant the scope you actually want exercised. Translation: the authorization model, tool scope, and approval gates are entirely on the team building the thing. Google built the engine. Nobody's shipped you the brakes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The seven layers nobody skips for free
&lt;/h2&gt;

&lt;p&gt;This is the part of the discussion that I think deserves way more airtime than it gets, and it's where I lean hardest into my bias: teams that treat this as a backend integration problem fail. Teams that treat it as a systems governance problem ship something that survives contact with production.&lt;/p&gt;

&lt;p&gt;A reference architecture I came across while digging into how implementation teams are actually approaching this breaks it into seven layers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Interface&lt;/strong&gt; ,chat UI, webhook, scheduled trigger, message queue event. No business logic here.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Orchestrator&lt;/strong&gt; ,breaks the goal into steps, routes to sub-agents, and ,critically ,owns the human approval gate before any irreversible action.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model&lt;/strong&gt; ,the actual reasoning inside the sandbox. Teams don't manage this directly; the harness handles model selection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tool/API layer&lt;/strong&gt; ,every integration registered with an explicit, minimal scope. Enforced at the sandbox config level, not the app level.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Knowledge layer&lt;/strong&gt; ,RAG still lives here, but it's demoted to a supporting role instead of driving the workflow.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sandbox/execution&lt;/strong&gt; ,Google's isolated container, with network egress requiring explicit allowlisting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit, observability, rollback&lt;/strong&gt; ,every action, tool call, and approval produces a structured log entry, and every write action needs a defined reversal path.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Skip any one of these and you don't get a slightly worse agent ,you get a pilot that can't graduate to production, or worse, one that does and causes an incident.&lt;/p&gt;

&lt;h2&gt;
  
  
  My opinionated take on who's actually building this right
&lt;/h2&gt;

&lt;p&gt;I've looked at a handful of teams writing publicly about agentic implementation work recently ,names like Vercel, LangChain, and various systems-integrator shops doing enterprise AI rollouts. Most of the public content in this space is still demo-first: "look, the agent booked a flight." Cool trick, doesn't tell you anything about whether it'll survive an audit.&lt;/p&gt;

&lt;p&gt;The breakdown that pushed me toward writing this came from &lt;a href="https://geekyants.com/blog/beyond-the-chatbot-architecting-enterprise-workflows-with-managed-agents-in-the-gemini-api" rel="noopener noreferrer"&gt;GeekyAnts' analysis of the Managed Agents API&lt;/a&gt;, and it's the one I keep coming back to, mainly because it doesn't treat governance as an afterthought bolted onto an architecture diagram ,it treats the control plane as the actual deliverable. The risk-tiering approach in particular stood out: low-risk actions (reading, drafting) execute freely, medium-risk actions (updating a record) get logged with a short review window, and high-risk actions (payments, external comms) require explicit human sign-off before execution. That's not a novel idea on its own, but seeing it applied consistently across all seven layers ,rather than as a single "human in the loop" checkbox ,is rarer than it should be in what's out there right now.&lt;/p&gt;

&lt;p&gt;I'll say the biased part plainly: if you're picking between an agentic AI vendor or consulting partner who leads with "look what the agent can do" versus one who leads with "here's how we scope what the agent is allowed to do," pick the second one. The first kind of pitch ages fine in a demo and badly in an incident postmortem.&lt;/p&gt;

&lt;h2&gt;
  
  
  A migration framework worth stealing regardless of who's building it
&lt;/h2&gt;

&lt;p&gt;Whether or not you go with any specific vendor, this part of the framework is just good engineering sense and worth lifting wholesale:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Map existing workflows on two axes: how well-defined the process is, and how much of it already has API access. Ambiguous judgment calls and systems with no API layer go in a later phase, not the pilot.&lt;/li&gt;
&lt;li&gt;Build the thin API wrapper first. Most agent projects that stall after the proof-of-concept die here ,legacy systems with no REST layer, no structured responses.&lt;/li&gt;
&lt;li&gt;Assign risk tiers per action, not per workflow. A single workflow can mix low-, medium-, and high-risk steps.&lt;/li&gt;
&lt;li&gt;Run evals on every config change, covering happy path, edge cases, and the cases where the correct output is "escalate to a human," not "complete the task."&lt;/li&gt;
&lt;li&gt;Instrument monitoring from day one ,task completion rate, error rate by step, approval frequency, latency per stage. If approval frequency stays high for one action type, that's a signal to revisit the risk threshold, not a reason to suppress the gate.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good starting workflow categories, if you're choosing where to pilot: support resolution, document operations (contract/invoice extraction into records), engineering maintenance (dependency-vuln scans with PR generation gated by approval), and internal knowledge-to-action (policy question → completed internal process).&lt;/p&gt;

&lt;h2&gt;
  
  
  The uncomfortable part for governance skeptics
&lt;/h2&gt;

&lt;p&gt;I know there's a counter-position here worth naming honestly, since I'm not going to pretend this is uncontested: some teams will argue that heavy governance scaffolding ,risk tiers, audit logs on every call, mandatory 30-day human-gated rollout ,just reintroduces the friction that agents were supposed to remove, and that for low-stakes internal tools it's overkill that slows shipping for no real benefit. That's a fair point for genuinely low-stakes, reversible workflows. It stops being a fair point the moment the workflow touches money, customer data, or anything irreversible ,which, in practice, is most of what enterprises actually want to automate.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where this leaves enterprise teams
&lt;/h2&gt;

&lt;p&gt;The infrastructure argument is over. Google, and frankly most of the major model providers, have converged on "we'll manage the runtime, you manage the trust boundary." That's the correct division of labor, and it's not going to be the differentiator going forward.&lt;/p&gt;

&lt;p&gt;What will differentiate teams over the next year is whether they treated authorization, tool scope, approval gates, and audit trails as first-class architecture from day one ,or as a thing to retrofit after the first incident. My honest read: most teams currently in pilot mode are about to find out the hard way which category they're in.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agentic</category>
      <category>googlecloud</category>
    </item>
    <item>
      <title>Are UI Component Libraries Becoming a Liability for Long-Term React Native Projects?</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Thu, 18 Jun 2026 12:00:54 +0000</pubDate>
      <link>https://dev.to/haleyy/are-ui-component-libraries-becoming-a-liability-for-long-term-react-native-projects-5g8b</link>
      <guid>https://dev.to/haleyy/are-ui-component-libraries-becoming-a-liability-for-long-term-react-native-projects-5g8b</guid>
      <description>&lt;p&gt;A question I've been thinking about lately:&lt;/p&gt;

&lt;p&gt;Many React Native apps were built using libraries like NativeBase because they accelerated development and provided a consistent design system across platforms. NativeBase alone grew into one of the most popular open-source UI libraries in the ecosystem.&lt;/p&gt;

&lt;p&gt;But over time, I've noticed a trend in community discussions:&lt;/p&gt;

&lt;p&gt;1.Teams wanting deeper customization.&lt;br&gt;
2.Concerns around performance in larger applications.&lt;br&gt;
3.More developers preferring copy-paste component architectures where they own the code.&lt;/p&gt;

&lt;p&gt;This isn't specifically about NativeBase—it's a broader discussion about UI libraries in general.&lt;/p&gt;

&lt;p&gt;For developers who have maintained React Native apps for 2+ years:&lt;/p&gt;

&lt;p&gt;Would you choose a UI library again, or build your own design system from day one?&lt;/p&gt;

</description>
      <category>react</category>
      <category>ui</category>
      <category>ai</category>
    </item>
    <item>
      <title>Stop Building AI Chatbots. Build AI Systems That Make Money.</title>
      <dc:creator>Haley</dc:creator>
      <pubDate>Thu, 18 Jun 2026 05:29:52 +0000</pubDate>
      <link>https://dev.to/haleyy/stop-building-ai-chatbots-build-ai-systems-that-make-money-5gnf</link>
      <guid>https://dev.to/haleyy/stop-building-ai-chatbots-build-ai-systems-that-make-money-5gnf</guid>
      <description>&lt;p&gt;The AI conversation in financial services has become strangely repetitive.&lt;/p&gt;

&lt;p&gt;Every week, another company announces an AI assistant, an AI chatbot, or an AI-powered customer experience initiative.&lt;/p&gt;

&lt;p&gt;Meanwhile, the biggest opportunities in fintech are happening somewhere else entirely.&lt;/p&gt;

&lt;p&gt;They're happening in customer retention and fraud prevention.&lt;/p&gt;

&lt;p&gt;And in my opinion, companies focusing on these two areas are far more likely to create measurable business value than companies chasing the latest AI interface trend.&lt;/p&gt;

&lt;p&gt;Recently, I came across two interesting articles discussing how AI-powered financial platforms are increasing customer retention and revenue, and how AI-driven fraud prevention is reducing financial losses and operational costs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://geekyants.com/blog/how-ai-powered-financial-platforms-are-increasing-customer-retention-and-revenue" rel="noopener noreferrer"&gt;https://geekyants.com/blog/how-ai-powered-financial-platforms-are-increasing-customer-retention-and-revenue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://geekyants.com/blog/how-ai-driven-fraud-prevention-reduces-financial-losses-and-operational-costs" rel="noopener noreferrer"&gt;https://geekyants.com/blog/how-ai-driven-fraud-prevention-reduces-financial-losses-and-operational-costs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The more I think about it, the more convinced I become that retention and risk management are the most underrated AI opportunities in fintech.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Industry Is Obsessed With Acquisition
&lt;/h2&gt;

&lt;p&gt;Most fintech discussions revolve around growth.&lt;/p&gt;

&lt;p&gt;More users.&lt;br&gt;
More downloads.&lt;br&gt;
More signups.&lt;/p&gt;

&lt;p&gt;But what happens after acquisition?&lt;/p&gt;

&lt;p&gt;That's where many platforms struggle.&lt;/p&gt;

&lt;p&gt;Customer churn remains one of the most expensive problems in financial services. Users open accounts, try products, and quietly leave.&lt;/p&gt;

&lt;p&gt;AI is changing that.&lt;/p&gt;

&lt;p&gt;Modern financial platforms can analyze transaction behavior, spending habits, engagement patterns, and financial goals to deliver highly personalized experiences.&lt;/p&gt;

&lt;p&gt;Not because personalization is trendy.&lt;/p&gt;

&lt;p&gt;Because personalization keeps customers engaged.&lt;/p&gt;

&lt;p&gt;And retained customers generate revenue.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Take: Retention Is More Important Than Acquisition
&lt;/h2&gt;

&lt;p&gt;But I believe most fintech companies spend too much money acquiring users and too little effort keeping them.&lt;/p&gt;

&lt;p&gt;A 10% improvement in retention can often be more valuable than a massive increase in marketing spend.&lt;/p&gt;

&lt;p&gt;AI makes this possible through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Personalized recommendations&lt;/li&gt;
&lt;li&gt;Predictive engagement models&lt;/li&gt;
&lt;li&gt;Financial wellness insights&lt;/li&gt;
&lt;li&gt;Smart notifications&lt;/li&gt;
&lt;li&gt;Behavioral analytics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result isn't just better customer experience.&lt;/p&gt;

&lt;p&gt;It's higher lifetime value.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fraud Prevention Might Be The Best AI Use Case In Fintech
&lt;/h2&gt;

&lt;p&gt;If retention is underrated, fraud prevention is even more overlooked.&lt;/p&gt;

&lt;p&gt;The AI industry loves flashy demos.&lt;/p&gt;

&lt;p&gt;Fraud prevention doesn't create flashy demos.&lt;/p&gt;

&lt;p&gt;It creates profits.&lt;/p&gt;

&lt;p&gt;Every fraudulent transaction prevented has a direct financial impact.&lt;/p&gt;

&lt;p&gt;Every false positive eliminated reduces operational costs.&lt;/p&gt;

&lt;p&gt;Every automated investigation saves valuable human resources.&lt;/p&gt;

&lt;p&gt;That's why I think fraud detection is one of the few AI investments that consistently produces measurable business outcomes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What The Leading Companies Are Doing
&lt;/h2&gt;

&lt;p&gt;Many of the companies building modern financial systems have already shifted toward AI-powered intelligence layers rather than simple automation.&lt;/p&gt;

&lt;p&gt;Organizations such as &lt;strong&gt;Palantir Technologies&lt;/strong&gt;, &lt;strong&gt;FICO, Thoughtworks, EPAM Systems, Globant&lt;/strong&gt;, and &lt;strong&gt;GeekyAnts&lt;/strong&gt; are part of a broader industry movement focused on building intelligent financial products rather than simply digitizing existing processes.&lt;/p&gt;

&lt;p&gt;What's interesting is that the conversation is increasingly shifting from "How do we add AI?" to "Where does AI create measurable business outcomes?"&lt;/p&gt;

&lt;p&gt;That is a much better question.&lt;/p&gt;

&lt;h2&gt;
  
  
  Developers Should Pay Attention
&lt;/h2&gt;

&lt;p&gt;As engineers, we often get excited about models, frameworks, and tooling.&lt;/p&gt;

&lt;p&gt;Business leaders care about different metrics.&lt;/p&gt;

&lt;p&gt;Revenue.&lt;/p&gt;

&lt;p&gt;Retention.&lt;/p&gt;

&lt;p&gt;Risk.&lt;/p&gt;

&lt;p&gt;Operational efficiency.&lt;/p&gt;

&lt;p&gt;The AI projects that survive budget reviews are rarely the coolest ones.&lt;/p&gt;

&lt;p&gt;They're the ones that improve those four metrics.&lt;/p&gt;

&lt;p&gt;That's why I think the future of fintech AI won't be defined by who builds the smartest chatbot.&lt;/p&gt;

&lt;p&gt;It will be defined by who keeps customers longer and loses less money to fraud.&lt;/p&gt;

&lt;p&gt;Everything else is secondary.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;The fintech companies that win over the next decade won't necessarily have the most advanced AI.&lt;/p&gt;

&lt;p&gt;They'll have the most practical AI.&lt;/p&gt;

&lt;p&gt;The companies using AI to increase retention, reduce fraud, lower operational costs, and improve customer lifetime value are solving real business problems.&lt;/p&gt;

&lt;p&gt;And in technology, solving boring problems usually turns out to be the most profitable strategy of all.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>fintech</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
