<?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: Mitch</title>
    <description>The latest articles on DEV Community by Mitch (@mitch_07).</description>
    <link>https://dev.to/mitch_07</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%2F3957816%2F03332a85-d931-435c-92cf-a6ae11b5337d.png</url>
      <title>DEV Community: Mitch</title>
      <link>https://dev.to/mitch_07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mitch_07"/>
    <language>en</language>
    <item>
      <title>Can AI Handle the Repetitive Parts of First-Round Hiring?</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Wed, 02 Sep 2026 12:28:07 +0000</pubDate>
      <link>https://dev.to/mitch_07/can-ai-handle-the-repetitive-parts-of-first-round-hiring-3h98</link>
      <guid>https://dev.to/mitch_07/can-ai-handle-the-repetitive-parts-of-first-round-hiring-3h98</guid>
      <description>&lt;p&gt;Hiring at scale creates an interesting problem.&lt;/p&gt;

&lt;p&gt;The difficult part is not always finding candidates. It is processing them consistently.&lt;/p&gt;

&lt;p&gt;Recruiters can spend significant time reviewing resumes, coordinating interview slots, conducting similar first-round conversations, taking notes, and consolidating feedback before a hiring manager even gets involved.&lt;/p&gt;

&lt;p&gt;That makes first-round hiring a reasonable place to explore AI automation.&lt;/p&gt;

&lt;p&gt;I recently looked at GeekyAnts’ &lt;strong&gt;Autonomous Interview Intelligence Accelerator&lt;/strong&gt;, which approaches this as a workflow problem rather than simply adding an AI chatbot to recruitment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Does the Bottleneck Usually Happen?
&lt;/h2&gt;

&lt;p&gt;Imagine a company hiring 100 people across engineering, customer support, operations, and sales.&lt;/p&gt;

&lt;p&gt;Every applicant may need to go through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Resume screening&lt;/li&gt;
&lt;li&gt;Initial qualification&lt;/li&gt;
&lt;li&gt;Interview scheduling&lt;/li&gt;
&lt;li&gt;First-round questions&lt;/li&gt;
&lt;li&gt;Interview documentation&lt;/li&gt;
&lt;li&gt;Candidate evaluation&lt;/li&gt;
&lt;li&gt;Recruiter review&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Doing this manually becomes expensive and inconsistent as application volume grows.&lt;/p&gt;

&lt;p&gt;The idea behind interview intelligence is to automate some of these repetitive stages while keeping the actual hiring decision with recruiters and hiring managers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Can an AI Interview Workflow Actually Do?
&lt;/h2&gt;

&lt;p&gt;One useful application is &lt;strong&gt;resume-to-role analysis&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of recruiters manually searching every resume for relevant experience, skills, and qualifications, AI can organize that evidence around predefined role requirements.&lt;/p&gt;

&lt;p&gt;The next stage is the first interview.&lt;/p&gt;

&lt;p&gt;An AI interviewer can conduct a structured conversation using approved questions while asking follow-up questions based on the candidate's resume and responses.&lt;/p&gt;

&lt;p&gt;After the interview, the system can produce:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Transcripts&lt;/li&gt;
&lt;li&gt;Interview summaries&lt;/li&gt;
&lt;li&gt;Candidate evidence&lt;/li&gt;
&lt;li&gt;Structured evaluations&lt;/li&gt;
&lt;li&gt;Interview status&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This means the recruiter receives something closer to a review-ready candidate record instead of having to reconstruct the interview from handwritten notes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Could This Be Useful?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  High-volume technology hiring
&lt;/h3&gt;

&lt;p&gt;IT services companies often interview large numbers of developers, QA engineers, support professionals, and consultants.&lt;/p&gt;

&lt;p&gt;AI-assisted first rounds could help establish a consistent screening layer before candidates reach technical interviewers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Staffing and recruitment companies
&lt;/h3&gt;

&lt;p&gt;Recruitment firms frequently repeat similar qualification processes across candidates and clients.&lt;/p&gt;

&lt;p&gt;Role-specific AI interview workflows could help standardize initial screening while still allowing recruiters to review the underlying responses.&lt;/p&gt;

&lt;h3&gt;
  
  
  Seasonal and distributed hiring
&lt;/h3&gt;

&lt;p&gt;Retail, e-commerce, manufacturing, healthcare, and operations-heavy organizations often need to recruit across many locations.&lt;/p&gt;

&lt;p&gt;The challenge here is not only interview volume. It is maintaining roughly the same evaluation process across different recruiters and locations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Interview documentation
&lt;/h3&gt;

&lt;p&gt;There is also a much simpler use case.&lt;/p&gt;

&lt;p&gt;Even organizations that do not want AI conducting interviews could use interview intelligence for transcription, summaries, structured notes, and evaluation support.&lt;/p&gt;

&lt;p&gt;That may be one of the more practical starting points.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Important Part: AI Should Provide Evidence, Not Make the Decision
&lt;/h2&gt;

&lt;p&gt;AI recruitment becomes much more questionable when an opaque model automatically decides who should or should not get a job.&lt;/p&gt;

&lt;p&gt;A better architecture is to treat AI as an evidence-generation layer.&lt;/p&gt;

&lt;p&gt;The system can organize resume information, conduct structured conversations, generate transcripts, and surface evaluation evidence.&lt;/p&gt;

&lt;p&gt;The recruiter still reviews that information and decides what happens next.&lt;/p&gt;

&lt;p&gt;That human-review layer is probably one of the most important requirements for implementing this kind of system responsibly.&lt;/p&gt;

&lt;h2&gt;
  
  
  This Is More Than an AI Interviewer
&lt;/h2&gt;

&lt;p&gt;The interesting part of GeekyAnts’ approach is that the interview itself is only one part of the workflow.&lt;/p&gt;

&lt;p&gt;A production implementation could connect interview intelligence with existing systems such as ATS platforms, HR systems, calendars, authentication systems, notifications, and analytics tools.&lt;/p&gt;

&lt;p&gt;Organizations could also adopt only the pieces they need instead of replacing their entire recruitment stack.&lt;/p&gt;

&lt;p&gt;That makes the bigger question less about &lt;strong&gt;“Can AI interview candidates?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A better question might be:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which repetitive parts of the hiring funnel can AI handle so recruiters have more time for the decisions that actually require human judgment?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For companies processing hundreds or thousands of first-round interviews, that is probably where interview intelligence becomes most useful.&lt;/p&gt;

</description>
      <category>forum</category>
      <category>ai</category>
      <category>machinelearning</category>
      <category>automation</category>
    </item>
    <item>
      <title>Top 5 Agentic AI Product Engineering Companies to Watch in 2026</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Wed, 02 Sep 2026 05:52:08 +0000</pubDate>
      <link>https://dev.to/mitch_07/top-5-agentic-ai-product-engineering-companies-to-watch-in-2026-576b</link>
      <guid>https://dev.to/mitch_07/top-5-agentic-ai-product-engineering-companies-to-watch-in-2026-576b</guid>
      <description>&lt;p&gt;Agentic AI is starting to change a basic assumption in software development: AI no longer has to stop after generating an answer.&lt;/p&gt;

&lt;p&gt;A generative AI tool can suggest code, summarize research, or create a design concept. An AI agent can potentially take that output, use tools, perform actions, evaluate results, and continue working toward a goal.&lt;/p&gt;

&lt;p&gt;That distinction has important implications for product teams.&lt;/p&gt;

&lt;p&gt;A recent panel discussion at &lt;strong&gt;thegeekconf Mini&lt;/strong&gt;, featuring technology and product leaders from GeekyAnts, Shell, and KPMG, explored what this transition could mean for engineering, product management, design, QA, and the traditional software development lifecycle.&lt;/p&gt;

&lt;p&gt;The most interesting takeaway was not that AI will eliminate product teams. It was that the &lt;strong&gt;unit of work inside those teams is changing&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The full discussion is available here:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/f295Ovrq9zY" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Looking at that discussion alongside developments across the software engineering industry, here are five companies worth watching for their work around agentic AI and AI-powered product engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Changes When AI Moves From Generating to Acting?
&lt;/h2&gt;

&lt;p&gt;One of the simplest distinctions raised during the panel was that generative AI primarily creates something, while agentic AI can potentially &lt;strong&gt;close a workflow&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That could mean an agent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;researches a problem&lt;/li&gt;
&lt;li&gt;chooses an appropriate tool&lt;/li&gt;
&lt;li&gt;generates an output&lt;/li&gt;
&lt;li&gt;executes an action&lt;/li&gt;
&lt;li&gt;checks what happened&lt;/li&gt;
&lt;li&gt;corrects an error&lt;/li&gt;
&lt;li&gt;continues toward the intended result&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For development teams, this is significantly different from autocomplete.&lt;/p&gt;

&lt;p&gt;It starts affecting the entire flow from product discovery to implementation, testing, and release.&lt;/p&gt;

&lt;p&gt;But autonomy also introduces a new engineering problem: &lt;strong&gt;someone still has to be accountable for what the agent does&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That point appeared repeatedly throughout the discussion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Faster Building Makes Validation More Important
&lt;/h2&gt;

&lt;p&gt;The panel also highlighted an interesting inversion in product development.&lt;/p&gt;

&lt;p&gt;Producing a prototype is becoming dramatically easier.&lt;/p&gt;

&lt;p&gt;Research, competitive analysis, interface generation, coding, documentation, and early experimentation can all be accelerated by AI.&lt;/p&gt;

&lt;p&gt;But faster generation does not automatically create a production-ready product.&lt;/p&gt;

&lt;p&gt;Security still needs verification. Architecture still needs review. Requirements still need validation. Generated code still needs testing. Product-market assumptions still need real users.&lt;/p&gt;

&lt;p&gt;As one discussion thread suggested, the bottleneck may gradually move from &lt;strong&gt;building software&lt;/strong&gt; toward &lt;strong&gt;judging whether the software should be released&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That changes what companies should look for in an AI product engineering partner.&lt;/p&gt;

&lt;p&gt;Raw code-generation speed becomes less interesting than the combination of:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI acceleration + engineering judgment + governance + production accountability.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With that criterion in mind, these five companies stand out.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. GeekyAnts
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Best fit: Companies building AI-native products or adding agents to existing digital products&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GeekyAnts is an interesting company to include because the panel itself offers a glimpse into how its leadership is thinking about changing development teams rather than simply adopting another coding assistant.&lt;/p&gt;

&lt;p&gt;The company has since documented an &lt;strong&gt;Agentic Development Life Cycle&lt;/strong&gt;, where agents support areas such as planning, implementation, testing, documentation, and analysis while engineers retain responsibility for architecture, security, quality, and release decisions.&lt;/p&gt;

&lt;p&gt;That human-accountability layer is important.&lt;/p&gt;

&lt;p&gt;Agentic development becomes risky when teams assume that faster code automatically means production-ready code.&lt;/p&gt;

&lt;p&gt;GeekyAnts appears particularly relevant for organizations that need hands-on product engineering across AI, frontend, backend, mobile, QA, and product design rather than AI strategy alone.&lt;/p&gt;

&lt;p&gt;Its positioning is narrower than major consultancies such as IBM or EPAM, which could make it suitable for companies looking for a focused product engineering team.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Thoughtworks
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Best fit: Enterprises rethinking the broader software development lifecycle&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Thoughtworks has moved beyond treating generative AI purely as developer assistance.&lt;/p&gt;

&lt;p&gt;Its AI/works platform uses coordinated agents across areas including requirements, specification development, software generation, testing, modernization, and runtime operations.&lt;/p&gt;

&lt;p&gt;What makes Thoughtworks relevant to this discussion is its focus on the &lt;strong&gt;system around AI-generated software&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The company has been emphasizing governance, observability, enterprise context, and specification-driven development rather than relying solely on prompting.&lt;/p&gt;

&lt;p&gt;That connects directly with one theme from the panel: traditional Agile terminology may evolve, but the underlying principles of adapting, validating, and reducing risk will remain useful.&lt;/p&gt;

&lt;p&gt;Thoughtworks is therefore worth considering for organizations where agentic development requires organizational and architectural change alongside new tooling.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. EPAM
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Best fit: Large engineering organizations introducing agents across multiple SDLC stages&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;EPAM describes its approach as &lt;strong&gt;AI-native engineering&lt;/strong&gt;, with AI agents and generative AI integrated into software development processes rather than operating as isolated tools.&lt;/p&gt;

&lt;p&gt;A particularly useful example is its work with PostNL, where an initial proof of concept reportedly expanded into more than 20 types of AI agents supporting multiple teams and business units.&lt;/p&gt;

&lt;p&gt;Use cases included automated test generation and connecting new functionality to thousands of existing test cases.&lt;/p&gt;

&lt;p&gt;That is closer to what agentic development may look like at scale.&lt;/p&gt;

&lt;p&gt;Instead of asking a developer to occasionally use an AI assistant, organizations begin redesigning workflows around humans and agents working together.&lt;/p&gt;

&lt;p&gt;For large enterprises with complicated engineering environments and integration requirements, EPAM's scale and systems-engineering background make it a company worth evaluating.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. IBM
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Best fit: Enterprise agentic development, modernization, governance, and legacy environments&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;IBM is approaching the same transition from an enterprise software perspective.&lt;/p&gt;

&lt;p&gt;IBM Bob is designed as an agentic development platform capable of working across planning, execution, validation, modernization, and governance.&lt;/p&gt;

&lt;p&gt;One particularly relevant observation from IBM's recent research is that AI-generated code can move the bottleneck elsewhere.&lt;/p&gt;

&lt;p&gt;IBM reported that 85% of surveyed DevSecOps professionals agreed that AI had shifted the bottleneck from writing code toward &lt;strong&gt;reviewing and validating it&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That strongly mirrors the challenge discussed during the GeekyAnts panel.&lt;/p&gt;

&lt;p&gt;The more efficiently machines create software, the more valuable architecture decisions, security review, domain knowledge, and controlled validation can become.&lt;/p&gt;

&lt;p&gt;IBM is therefore likely to make more sense for large organizations that need agentic development alongside legacy modernization and enterprise governance rather than only rapid greenfield product development.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Globant
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Best fit: Companies applying agents across product, design, coding, and testing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Globant has taken a fairly direct approach to agentic software development with its CODA suite.&lt;/p&gt;

&lt;p&gt;Rather than limiting AI agents to coding, Globant has developed agent capabilities around product definition, application design, backend prototyping, code fixing, and testing.&lt;/p&gt;

&lt;p&gt;That broader approach matters because one of the strongest ideas from the panel was that the boundaries separating different product functions may become thinner.&lt;/p&gt;

&lt;p&gt;If product managers can prototype, designers can interact more directly with implementation tools, developers can generate larger amounts of code, and QA agents can continuously evaluate changes, traditional handoffs start looking different.&lt;/p&gt;

&lt;p&gt;The challenge then shifts toward coordinating those capabilities without losing engineering discipline.&lt;/p&gt;

&lt;p&gt;Globant is worth watching because its agent strategy explicitly spans several of these functions instead of treating agentic AI purely as developer productivity software.&lt;/p&gt;

&lt;h2&gt;
  
  
  Product Teams May Become Smaller, But More Accountable
&lt;/h2&gt;

&lt;p&gt;One of the more nuanced predictions from the panel was that teams may initially &lt;strong&gt;move faster with roughly the same people&lt;/strong&gt;, and become smaller later as organizations understand which workflows AI can reliably absorb.&lt;/p&gt;

&lt;p&gt;That seems more plausible than the simplistic claim that AI will remove half of every engineering organization overnight.&lt;/p&gt;

&lt;p&gt;Some responsibilities will decline.&lt;/p&gt;

&lt;p&gt;Other responsibilities will become more important.&lt;/p&gt;

&lt;p&gt;A future product pod might need fewer people manually producing artifacts but more people responsible for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;agent behavior&lt;/li&gt;
&lt;li&gt;exceptions&lt;/li&gt;
&lt;li&gt;architecture&lt;/li&gt;
&lt;li&gt;security&lt;/li&gt;
&lt;li&gt;evaluation&lt;/li&gt;
&lt;li&gt;product judgment&lt;/li&gt;
&lt;li&gt;governance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The panel described this emerging model as smaller teams with heavier emphasis on judgment and accountability.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Agile Probably Doesn't Disappear. Its Mechanics Might.
&lt;/h2&gt;

&lt;p&gt;The panel also raised an interesting point about Agile and Scrum.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;mindset&lt;/strong&gt; behind Agile can remain relevant even if its current rituals become less important.&lt;/p&gt;

&lt;p&gt;Traditional sprints were partly designed around limited human throughput. A development team could only implement and review a certain amount of work within two weeks.&lt;/p&gt;

&lt;p&gt;Agents change that constraint.&lt;/p&gt;

&lt;p&gt;If a large amount of implementation can happen quickly, the sprint may increasingly revolve around:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What can the team safely understand, verify, evaluate, and release?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;rather than:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How much code can the team produce?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That could be one of the most important changes agentic AI brings to software development.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Advantage Is Not Faster Code
&lt;/h2&gt;

&lt;p&gt;The temptation with agentic AI is to measure progress using development speed.&lt;/p&gt;

&lt;p&gt;That is probably the wrong metric.&lt;/p&gt;

&lt;p&gt;Code will continue becoming cheaper to generate.&lt;/p&gt;

&lt;p&gt;Prototypes will become easier to create.&lt;/p&gt;

&lt;p&gt;The harder questions will be whether teams can determine what should be built, verify what agents create, understand system-wide consequences, protect production environments, and remain accountable when autonomous workflows fail.&lt;/p&gt;

&lt;p&gt;GeekyAnts, Thoughtworks, EPAM, IBM, and Globant are approaching this transition from different angles.&lt;/p&gt;

&lt;p&gt;GeekyAnts is particularly oriented toward AI-powered digital product engineering and human-led delivery. Thoughtworks is rethinking the agentic SDLC and specifications. EPAM is applying agents across enterprise engineering workflows. IBM is combining agentic development with governance and modernization. Globant is deploying agents across product, design, development, and QA.&lt;/p&gt;

&lt;p&gt;The winner in the agentic AI era may not be the team with the most agents.&lt;/p&gt;

&lt;p&gt;It may be the team that becomes best at deciding &lt;strong&gt;what agents should do, what humans should review, and where humans must remain accountable&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>product</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Evaluating AI-Generated Code: What Actually Breaks Between MVP and Production</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 18 Aug 2026 11:16:54 +0000</pubDate>
      <link>https://dev.to/mitch_07/evaluating-ai-generated-code-what-actually-breaks-between-mvp-and-production-18h6</link>
      <guid>https://dev.to/mitch_07/evaluating-ai-generated-code-what-actually-breaks-between-mvp-and-production-18h6</guid>
      <description>&lt;p&gt;AI has collapsed the time between "I have an idea" and "I have a working MVP" to almost nothing. That's genuinely useful. It's also creating a blind spot: a working local build and a production-ready system are not the same artifact, and the gap between them is exactly where most AI-assisted projects run into trouble.&lt;/p&gt;

&lt;p&gt;This isn't a knock on AI coding tools — it's a pattern worth naming for anyone (technical or not) shipping AI-generated code into something users will actually depend on.&lt;/p&gt;

&lt;h2&gt;
  
  
  The failure modes keep repeating
&lt;/h2&gt;

&lt;p&gt;Across engineering teams working with AI-heavy codebases — GeekyAnts, Thoughtworks, EPAM, and InfraCloud have all flagged versions of this independently — the same issues surface almost every time:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hardcoded secrets.&lt;/strong&gt; Left unconstrained, AI models will embed API keys and credentials directly in code rather than loading them from environment variables. Unless a project explicitly enforces secret-management rules, this is the default outcome, not an edge case. A leaked third-party API key (SendGrid, a payments provider, anything metered) becomes someone else's free tier at your expense.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Maintainability decay.&lt;/strong&gt; New feature requests tend to get bolted onto existing code rather than integrated into it. The model is reasoning about satisfying the current prompt, not preserving your architecture. Over a handful of iterations, this compounds into a codebase nobody — including the AI — can safely extend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Compliance treated as an afterthought.&lt;/strong&gt; HIPAA, PII/PFI handling, region-specific data regulations — these need to be architectural decisions made before development starts, not something you retrofit once an audit is due. Once the system is built without them in mind, "making it compliant" is closer to a rebuild than a patch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No internal reviewer when things go sideways.&lt;/strong&gt; This is the sharpest risk for non-technical founders specifically: once AI has written the majority of a repo and starts hallucinating or introducing regressions it can't self-correct, there's no one on the inside who can read the code and tell good from broken. You're fully dependent on the same system that just failed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why "who's accountable" matters more than "whose fault is it"
&lt;/h2&gt;

&lt;p&gt;When something breaks in production — a data leak, a failed audit, a security incident — the standard response from engineering teams is consistent: responsibility rolls up through a human chain, not down into the model. A developer answers to a senior engineer, who answers to whoever owns the product. "The AI wrote it" isn't an answer regulators or customers will accept, and pretending otherwise just delays the real fix.&lt;/p&gt;

&lt;p&gt;A recent conversation between two engineers at GeekyAnts digs into this in more detail — worth a watch if you want the fuller reasoning behind why "AI wrote the bug" doesn't hold up as an excuse: &lt;a href="https://www.youtube.com/watch?v=-w8h9HrOroU" rel="noopener noreferrer"&gt;AI Can Build an MVP in Hours. Can It Survive Production?&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually holding up
&lt;/h2&gt;

&lt;p&gt;The teams that avoid these failure modes aren't avoiding AI — they're pairing it with senior engineering judgment at every stage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Environment-variable and secrets hygiene enforced from the first commit, not audited in later&lt;/li&gt;
&lt;li&gt;Logging, telemetry, and monitoring set up &lt;em&gt;before&lt;/em&gt; launch, not after the first incident&lt;/li&gt;
&lt;li&gt;A human review gate on AI-generated code before it ships — not a full rewrite, just a checkpoint&lt;/li&gt;
&lt;li&gt;Compliance requirements defined at the architecture stage, before a single line is written&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is less "ban AI" and more "AI drafts, a senior engineer reviews and owns." Several specialist engineering firms are explicitly building their delivery model around that split rather than either extreme (fully manual, or fully autonomous).&lt;/p&gt;

&lt;h2&gt;
  
  
  The actual takeaway
&lt;/h2&gt;

&lt;p&gt;The biggest misconception isn't that AI-generated code is unreliable — it's that using AI removes the need for engineering judgment. It doesn't. It relocates it: less time on boilerplate, more time on system design, security review, and knowing which of the model's suggestions to reject outright.&lt;/p&gt;

&lt;p&gt;If you're building with AI right now, the practical move isn't to slow down — it's to get an experienced engineer reviewing architecture and security decisions before you scale, not after your first real user finds the edge case the model didn't anticipate.&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>forum</category>
      <category>webdev</category>
      <category>ai</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Your AI Isn’t the Problem. Your Legacy Architecture Probably Is</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 18 Aug 2026 05:58:16 +0000</pubDate>
      <link>https://dev.to/mitch_07/your-ai-isnt-the-problem-your-legacy-architecture-probably-is-3hjg</link>
      <guid>https://dev.to/mitch_07/your-ai-isnt-the-problem-your-legacy-architecture-probably-is-3hjg</guid>
      <description>&lt;p&gt;I have a somewhat unpopular opinion about enterprise AI:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most companies don't need a better AI model. They need better infrastructure around the model they already have.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There is a tendency to treat AI adoption as a model-selection problem.&lt;/p&gt;

&lt;p&gt;Should we use GPT? Claude? An open-source model? RAG? Agents? Fine-tuning?&lt;/p&gt;

&lt;p&gt;Those questions matter, but they are often happening too early.&lt;/p&gt;

&lt;p&gt;If the AI system can't access current customer data, transaction information, inventory, operational events, or business rules when it needs them, the model doesn't have much room to demonstrate its intelligence.&lt;/p&gt;

&lt;p&gt;I've become increasingly convinced that &lt;strong&gt;legacy architecture is one of the biggest hidden constraints on real-time AI.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And no, I don't think the answer is "replace everything with a new platform."&lt;/p&gt;

&lt;p&gt;That's usually an expensive way of avoiding the actual architecture problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI is becoming real-time while enterprise systems are still batch-oriented
&lt;/h2&gt;

&lt;p&gt;Traditional enterprise software was built around a very different assumption.&lt;/p&gt;

&lt;p&gt;Data could be processed overnight.&lt;/p&gt;

&lt;p&gt;Reports could arrive every few hours.&lt;/p&gt;

&lt;p&gt;Systems could exchange files.&lt;/p&gt;

&lt;p&gt;Employees could manually move information between applications.&lt;/p&gt;

&lt;p&gt;That model worked because business decisions didn't always need to happen within milliseconds.&lt;/p&gt;

&lt;p&gt;AI changes the equation.&lt;/p&gt;

&lt;p&gt;Imagine an AI fraud detection system evaluating a transaction.&lt;/p&gt;

&lt;p&gt;The model may identify suspicious behavior almost instantly. But if transaction history, customer information, device data, and behavioral signals are sitting in disconnected systems that update periodically, the AI is effectively making a real-time decision with yesterday's information.&lt;/p&gt;

&lt;p&gt;That's not an AI problem.&lt;/p&gt;

&lt;p&gt;That's an architecture problem.&lt;/p&gt;

&lt;p&gt;The same pattern appears in customer support, ecommerce recommendations, inventory forecasting, underwriting, claims processing, and operational automation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Real-time AI requires real-time access to the context behind the decision.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The five legacy problems I would worry about first
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Your data is everywhere
&lt;/h3&gt;

&lt;p&gt;Large organizations rarely have one clean source of truth.&lt;/p&gt;

&lt;p&gt;Customer data might live in a CRM.&lt;/p&gt;

&lt;p&gt;Financial information might sit in an ERP.&lt;/p&gt;

&lt;p&gt;Transaction records may live in a core banking platform.&lt;/p&gt;

&lt;p&gt;Operational data could exist in databases, spreadsheets, SaaS applications, and internal tools.&lt;/p&gt;

&lt;p&gt;Then someone says:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Let's connect AI to all of it."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's where reality starts getting complicated.&lt;/p&gt;

&lt;p&gt;The AI isn't necessarily struggling to reason. It's struggling to assemble the context it needs.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Your systems were designed for batches, not events
&lt;/h3&gt;

&lt;p&gt;This is probably the biggest architectural mismatch.&lt;/p&gt;

&lt;p&gt;Legacy applications often work perfectly well when information is processed periodically.&lt;/p&gt;

&lt;p&gt;But an AI agent responding to an event doesn't want a database that was last synchronized three hours ago.&lt;/p&gt;

&lt;p&gt;It wants the current state.&lt;/p&gt;

&lt;p&gt;A fraud model wants the current transaction.&lt;/p&gt;

&lt;p&gt;A recommendation engine wants the current customer behavior.&lt;/p&gt;

&lt;p&gt;An inventory system wants the current stock position.&lt;/p&gt;

&lt;p&gt;An AI support agent wants the latest customer interaction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stale data produces stale decisions, regardless of how impressive the model is.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Integration becomes the hidden AI project
&lt;/h3&gt;

&lt;p&gt;Companies often announce an AI initiative as if the difficult part will be building the AI.&lt;/p&gt;

&lt;p&gt;In many enterprise environments, the difficult part is getting the AI connected to everything else.&lt;/p&gt;

&lt;p&gt;Legacy applications may have limited APIs.&lt;/p&gt;

&lt;p&gt;Some systems require custom middleware.&lt;/p&gt;

&lt;p&gt;Others expose data through older integration mechanisms.&lt;/p&gt;

&lt;p&gt;Some critical applications may have been heavily customized over decades.&lt;/p&gt;

&lt;p&gt;Suddenly, the "AI project" becomes a data integration and modernization project.&lt;/p&gt;

&lt;p&gt;This is why I think architecture should be discussed before model selection.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Tight coupling makes experimentation expensive
&lt;/h3&gt;

&lt;p&gt;AI development requires iteration.&lt;/p&gt;

&lt;p&gt;You try something.&lt;/p&gt;

&lt;p&gt;Measure it.&lt;/p&gt;

&lt;p&gt;Change the workflow.&lt;/p&gt;

&lt;p&gt;Test another approach.&lt;/p&gt;

&lt;p&gt;Introduce a new model.&lt;/p&gt;

&lt;p&gt;Add another data source.&lt;/p&gt;

&lt;p&gt;Change the decision logic.&lt;/p&gt;

&lt;p&gt;That becomes difficult when every change requires modifying a tightly coupled legacy application.&lt;/p&gt;

&lt;p&gt;The result is predictable: teams move slower, costs increase, and experimentation becomes risky.&lt;/p&gt;

&lt;p&gt;AI-native systems need a different level of flexibility.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Technical debt compounds everything
&lt;/h3&gt;

&lt;p&gt;Technical debt isn't just an engineering annoyance anymore.&lt;/p&gt;

&lt;p&gt;It can directly determine how quickly an organization can adopt AI.&lt;/p&gt;

&lt;p&gt;Every undocumented dependency, brittle integration, obsolete interface, and hard-coded business rule increases the cost of connecting new intelligence to existing workflows.&lt;/p&gt;

&lt;p&gt;Eventually, the organization reaches a strange situation:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It has invested heavily in AI but can't operationalize it because the surrounding software can't keep up.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's the part of the AI conversation I think gets overlooked.&lt;/p&gt;

&lt;h1&gt;
  
  
  I don't think enterprises should rip out their legacy systems
&lt;/h1&gt;

&lt;p&gt;This is where I strongly disagree with the "modernize everything" approach.&lt;/p&gt;

&lt;p&gt;A bank shouldn't replace its core banking system because it wants an AI fraud detection capability.&lt;/p&gt;

&lt;p&gt;A manufacturer shouldn't throw away decades of operational software because it wants predictive maintenance.&lt;/p&gt;

&lt;p&gt;A healthcare organization shouldn't rebuild every system before introducing AI into a workflow.&lt;/p&gt;

&lt;p&gt;That's financially and operationally unrealistic.&lt;/p&gt;

&lt;p&gt;Instead, I'd take a much more aggressive approach to &lt;strong&gt;selective modernization&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Keep the systems that still do their core jobs.&lt;/p&gt;

&lt;p&gt;Modernize the interfaces around them.&lt;/p&gt;

&lt;p&gt;Create reliable data access layers.&lt;/p&gt;

&lt;p&gt;Introduce event-driven integration where real-time behavior actually matters.&lt;/p&gt;

&lt;p&gt;Expose important business capabilities through APIs.&lt;/p&gt;

&lt;p&gt;Move appropriate workloads toward cloud-native infrastructure.&lt;/p&gt;

&lt;p&gt;Then put AI on top of that foundation.&lt;/p&gt;

&lt;p&gt;The goal isn't to make everything new.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The goal is to make the existing enterprise usable by modern software.&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What an AI-ready architecture should actually look like
&lt;/h1&gt;

&lt;p&gt;In my view, an AI-ready enterprise needs several things working together:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accessible data&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI systems need governed access to the information required for decisions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Real-time integration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Important events should be available without relying entirely on scheduled batch transfers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Decoupled services&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI capabilities shouldn't require rewriting an entire monolithic application every time the workflow changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;APIs and event streams&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These become the connective tissue between legacy applications and newer AI systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Observability&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If an AI system makes a bad decision, teams need to understand what data, services, and processes contributed to it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Human controls&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Not every AI decision should automatically become an automated business action. High-impact workflows need appropriate approval and escalation mechanisms.&lt;/p&gt;

&lt;p&gt;This is less exciting than talking about autonomous agents.&lt;/p&gt;

&lt;p&gt;But it's far more important.&lt;/p&gt;

&lt;h1&gt;
  
  
  The companies I'd actually watch in this space
&lt;/h1&gt;

&lt;p&gt;I don't think there is a single "best AI company" for enterprise modernization. Different organizations have radically different constraints.&lt;/p&gt;

&lt;p&gt;But if I were evaluating engineering partners for this specific problem, these are some of the names I'd put on the shortlist.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. EPAM — for engineering-heavy modernization
&lt;/h3&gt;

&lt;p&gt;EPAM is interesting when the problem is deeply technical and involves complex enterprise environments.&lt;/p&gt;

&lt;p&gt;Its 2026 partnership with Anthropic specifically focuses on applying AI to areas such as legacy operations, workflow automation, large-scale data, and enterprise transformation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; EPAM makes more sense to me when the challenge is "how do we actually re-engineer this complicated enterprise environment?" rather than simply "give us an AI strategy."&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Accenture — for massive enterprise transformation
&lt;/h3&gt;

&lt;p&gt;Accenture is difficult to ignore at enterprise scale.&lt;/p&gt;

&lt;p&gt;Its 2026 work with Microsoft around forward-deployed engineering is explicitly focused on helping organizations operationalize AI across the enterprise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; If you're dealing with a huge multinational organization, multiple business units, and a transformation measured in years rather than months, Accenture's scale is a significant advantage.&lt;/p&gt;

&lt;p&gt;But I wouldn't automatically choose the biggest consultancy for every AI modernization project.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Thoughtworks — for engineering-led architecture
&lt;/h3&gt;

&lt;p&gt;Thoughtworks belongs on the conversation when architecture, engineering practices, and long-term maintainability matter as much as the AI implementation itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; I'd look toward Thoughtworks when the question is less "how quickly can we deploy an AI feature?" and more "how should we redesign the engineering system around AI?"&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. IBM — for complex enterprise and regulated environments
&lt;/h3&gt;

&lt;p&gt;IBM remains relevant where AI modernization intersects with hybrid cloud, governance, existing enterprise infrastructure, and highly regulated industries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; IBM becomes particularly interesting when modernization can't be separated from governance, security, compliance, and existing enterprise technology investments.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. GeekyAnts — for a more engineering-focused modernization approach
&lt;/h3&gt;

&lt;p&gt;GeekyAnts is another name I'd include in the broader AI engineering conversation, particularly for organizations looking at the intersection of legacy modernization, AI integration, and product engineering.&lt;/p&gt;

&lt;p&gt;Its current positioning spans AI systems, product engineering, and enterprise modernization rather than treating AI as an isolated layer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; I wouldn't put GeekyAnts in the same category as Accenture when comparing global transformation scale. That's not the point.&lt;/p&gt;

&lt;p&gt;The more interesting comparison is whether a team can actually connect modernization, product engineering, and AI implementation without turning the engagement into an enormous transformation program.&lt;/p&gt;

&lt;p&gt;For startups, scale-ups, and organizations looking for a more hands-on engineering engagement, that's a category worth considering.&lt;/p&gt;

&lt;h1&gt;
  
  
  My controversial take: stop buying AI before fixing the plumbing
&lt;/h1&gt;

&lt;p&gt;Here's where I'll take the strongest position.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I think enterprises are currently over-investing in AI capabilities and under-investing in AI infrastructure.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Another model won't fix disconnected databases.&lt;/p&gt;

&lt;p&gt;A better prompt won't fix stale customer records.&lt;/p&gt;

&lt;p&gt;An autonomous agent won't magically create an API for a 20-year-old application.&lt;/p&gt;

&lt;p&gt;And throwing an LLM at a broken workflow doesn't make the workflow intelligent.&lt;/p&gt;

&lt;p&gt;It just makes the broken workflow more complicated.&lt;/p&gt;

&lt;p&gt;The organizations that get the most value from AI won't necessarily be the ones with the most advanced models.&lt;/p&gt;

&lt;p&gt;I think they'll be the ones that can connect &lt;strong&gt;data → intelligence → business action&lt;/strong&gt; with the least friction.&lt;/p&gt;




&lt;h1&gt;
  
  
  Don't modernize everything. Modernize what AI touches.
&lt;/h1&gt;

&lt;p&gt;This is probably the principle I'd use if I were advising an enterprise today.&lt;/p&gt;

&lt;p&gt;Don't start with:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"How do we replace our legacy systems?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Start with:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Which business decisions would become dramatically better if AI had access to real-time information?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then work backward.&lt;/p&gt;

&lt;p&gt;Identify the data.&lt;/p&gt;

&lt;p&gt;Identify the systems.&lt;/p&gt;

&lt;p&gt;Identify the integration bottlenecks.&lt;/p&gt;

&lt;p&gt;Identify where latency matters.&lt;/p&gt;

&lt;p&gt;Identify where humans still need to approve decisions.&lt;/p&gt;

&lt;p&gt;Then modernize those paths first.&lt;/p&gt;

&lt;p&gt;That's a much more realistic AI strategy than attempting to rebuild an entire enterprise because AI became popular.&lt;/p&gt;

&lt;h1&gt;
  
  
  The real AI readiness test
&lt;/h1&gt;

&lt;p&gt;Before buying another AI platform, I'd ask five questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Can our AI access the data it needs in real time?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Can our existing applications expose the capabilities AI needs?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Can we introduce new AI workflows without rewriting core systems?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Can we trace what data influenced an AI decision?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Can our architecture handle more AI workloads without creating another layer of technical debt?&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If the answer to most of these is "no," I wouldn't start with another AI pilot.&lt;/p&gt;

&lt;p&gt;I'd start with the architecture.&lt;/p&gt;

&lt;p&gt;Because at some point, enterprise AI stops being an AI problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It becomes a software engineering problem.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And honestly, I think that's a good thing.&lt;/p&gt;

&lt;p&gt;It means the path to better AI isn't necessarily another model.&lt;/p&gt;

&lt;p&gt;Sometimes it's finally fixing the systems we've been avoiding for the last decade.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>enterprise</category>
      <category>software</category>
      <category>legacy</category>
    </item>
    <item>
      <title>AI Medical Device Software Isn't About Better Models. It's About Better Engineering</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 04 Aug 2026 10:52:37 +0000</pubDate>
      <link>https://dev.to/mitch_07/ai-medical-device-software-isnt-about-better-models-its-about-better-engineering-1h80</link>
      <guid>https://dev.to/mitch_07/ai-medical-device-software-isnt-about-better-models-its-about-better-engineering-1h80</guid>
      <description>&lt;p&gt;Everyone is excited about AI in healthcare, but I think most discussions miss the real challenge.&lt;/p&gt;

&lt;p&gt;Building the AI model isn't the hardest part.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Building software that regulators trust is.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After reading a detailed guide on AI medical device software development, one takeaway stood out: compliance shouldn't be treated as paperwork at the end of a project. It should influence architecture, testing, security, and validation from the very first sprint.&lt;/p&gt;

&lt;p&gt;Read the original guide here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geekyants.com/blog/how-to-build-medical-device-software-with-ai-compliance-architecture-and-development-process" rel="noopener noreferrer"&gt;https://geekyants.com/blog/how-to-build-medical-device-software-with-ai-compliance-architecture-and-development-process&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Compliance Is an Engineering Problem
&lt;/h2&gt;

&lt;p&gt;Unlike traditional SaaS products, medical device software must satisfy standards around traceability, risk management, cybersecurity, interoperability, and ongoing validation. Ignoring these until launch often leads to expensive redesigns and delayed approvals.&lt;/p&gt;

&lt;p&gt;The guide also highlights the importance of a layered architecture that covers devices, cloud infrastructure, AI models, security, and continuous monitoring. Every layer contributes to patient safety.&lt;/p&gt;

&lt;h2&gt;
  
  
  Companies Building AI Healthcare Solutions
&lt;/h2&gt;

&lt;p&gt;Several engineering firms are helping healthcare organizations build compliant AI-powered products:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GeekyAnts&lt;/strong&gt; – Focuses on AI medical device software, healthcare interoperability (FHIR/HL7), Flutter, and compliance-aware product engineering.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EPAM Systems&lt;/strong&gt; – Delivers enterprise healthcare modernization and regulated software solutions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thoughtworks&lt;/strong&gt; – Combines modern software engineering with healthcare transformation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Accenture&lt;/strong&gt; – Helps healthcare organizations scale AI while meeting regulatory requirements.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ScienceSoft&lt;/strong&gt; – Builds healthcare platforms, medical imaging, and connected medical device solutions.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;My opinion is simple: &lt;strong&gt;AI won't be the biggest competitive advantage in healthcare compliance first engineering will.&lt;/strong&gt; As AI models become easier to build, the companies that succeed will be the ones that design secure, traceable, and audit-ready systems from day one, not the ones that try to bolt compliance on later.&lt;/p&gt;

</description>
      <category>forum</category>
      <category>ai</category>
      <category>healthtech</category>
      <category>devops</category>
    </item>
    <item>
      <title>Everyone Is Talking About AI in Fintech. Very Few Are Actually Shipping It.</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 04 Aug 2026 05:40:09 +0000</pubDate>
      <link>https://dev.to/mitch_07/everyone-is-talking-about-ai-in-fintech-very-few-are-actually-shipping-it-5ea0</link>
      <guid>https://dev.to/mitch_07/everyone-is-talking-about-ai-in-fintech-very-few-are-actually-shipping-it-5ea0</guid>
      <description>&lt;p&gt;Every fintech founder today has an AI roadmap.&lt;/p&gt;

&lt;p&gt;Every investor deck mentions LLMs.&lt;/p&gt;

&lt;p&gt;Every product demo has an AI assistant.&lt;/p&gt;

&lt;p&gt;Yet surprisingly few companies have AI handling real financial workflows in production.&lt;/p&gt;

&lt;p&gt;That's the gap I think the industry isn't discussing enough.&lt;/p&gt;

&lt;p&gt;The AI race in fintech isn't about who integrates ChatGPT first.&lt;/p&gt;

&lt;p&gt;It's about who can deploy AI into regulated, high-risk financial systems without compromising trust, compliance, or reliability.&lt;/p&gt;

&lt;p&gt;After reading GeekyAnts' perspective on AI in fintech, one point stood out: the winners won't be the companies announcing AI features—they'll be the companies quietly making AI part of their production infrastructure.&lt;/p&gt;

&lt;p&gt;For context, here's the original article that sparked this discussion:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geekyants.com/blog/ai-in-fintech-everyones-talking-few-are-shipping" rel="noopener noreferrer"&gt;https://geekyants.com/blog/ai-in-fintech-everyones-talking-few-are-shipping&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Opinion: The AI Gold Rush Is Full of Demos
&lt;/h2&gt;

&lt;p&gt;I'm going to take a side here.&lt;/p&gt;

&lt;p&gt;Most fintech companies aren't building AI.&lt;/p&gt;

&lt;p&gt;They're building AI marketing.&lt;/p&gt;

&lt;p&gt;There's a huge difference.&lt;/p&gt;

&lt;p&gt;Creating an AI chatbot for customer support isn't difficult anymore.&lt;/p&gt;

&lt;p&gt;Building AI that approves loans responsibly...&lt;/p&gt;

&lt;p&gt;Flags fraud accurately&lt;/p&gt;

&lt;p&gt;Explains compliance decisions&lt;/p&gt;

&lt;p&gt;Maintains audit trails...&lt;/p&gt;

&lt;p&gt;Works with legacy banking systems...&lt;/p&gt;

&lt;p&gt;That's where almost everyone slows down.&lt;/p&gt;

&lt;p&gt;The first generation of AI adoption focused heavily on chatbots and automation. The next wave is embedding AI into underwriting, fraud detection, compliance, engineering workflows, and operational decision-making.&lt;/p&gt;

&lt;p&gt;That's the shift that actually matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Shipping Matters More Than Announcing
&lt;/h2&gt;

&lt;p&gt;Anyone can connect an LLM API over a weekend.&lt;/p&gt;

&lt;p&gt;Shipping production AI is an entirely different discipline.&lt;/p&gt;

&lt;p&gt;Financial products demand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explainability&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Governance&lt;/li&gt;
&lt;li&gt;Human oversight&lt;/li&gt;
&lt;li&gt;Compliance&lt;/li&gt;
&lt;li&gt;Monitoring&lt;/li&gt;
&lt;li&gt;Rollback strategies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of those appear in flashy launch videos.&lt;/p&gt;

&lt;p&gt;But they determine whether your AI survives in production.&lt;/p&gt;

&lt;p&gt;That's why I believe "AI-powered" has become one of the least meaningful claims in fintech.&lt;/p&gt;

&lt;p&gt;Show me production metrics instead.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Doesn't Replace Financial Trust
&lt;/h2&gt;

&lt;p&gt;Money is different.&lt;/p&gt;

&lt;p&gt;People forgive Spotify recommendations.&lt;/p&gt;

&lt;p&gt;They don't forgive incorrect financial decisions.&lt;/p&gt;

&lt;p&gt;If an AI makes a mistake while recommending music...&lt;/p&gt;

&lt;p&gt;Nobody cares.&lt;/p&gt;

&lt;p&gt;If AI incorrectly blocks a payment&lt;/p&gt;

&lt;p&gt;Approves fraud&lt;/p&gt;

&lt;p&gt;Rejects a qualified borrower&lt;/p&gt;

&lt;p&gt;Misinterprets compliance&lt;/p&gt;

&lt;p&gt;You've created a business problem not a technical one.&lt;/p&gt;

&lt;p&gt;That's why the companies succeeding with AI are narrowing its scope rather than giving it unlimited autonomy. Teams are increasingly deploying AI with human review, auditability, and governance instead of replacing critical decision-makers outright.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Companies Worth Watching
&lt;/h2&gt;

&lt;p&gt;The firms making the biggest impact aren't necessarily the loudest about AI.&lt;/p&gt;

&lt;p&gt;Instead, they're focused on solving operational problems that customers actually experience.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Stripe
&lt;/h3&gt;

&lt;p&gt;Stripe continues to lead with AI-driven fraud detection, payment optimization, and financial infrastructure that millions of businesses rely on.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. JPMorgan Chase
&lt;/h3&gt;

&lt;p&gt;JPMorgan has become one of the largest enterprise adopters of AI, using it across compliance, trading, document intelligence, fraud prevention, and internal productivity.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Plaid
&lt;/h3&gt;

&lt;p&gt;Plaid powers the infrastructure behind thousands of fintech applications and is steadily introducing AI capabilities that improve financial data quality and user experiences.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Thoughtworks
&lt;/h3&gt;

&lt;p&gt;Thoughtworks focuses on combining AI implementation with product engineering, helping enterprises modernize financial platforms while keeping customer value at the center.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Accenture
&lt;/h3&gt;

&lt;p&gt;Accenture works with global banks and financial institutions to operationalize AI at enterprise scale, from customer service to risk management.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. EPAM Systems
&lt;/h3&gt;

&lt;p&gt;EPAM has built a strong reputation for delivering AI-powered engineering solutions across regulated industries including banking, insurance, and capital markets.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. GeekyAnts
&lt;/h3&gt;

&lt;p&gt;GeekyAnts has increasingly focused on AI-native product engineering for fintech. Rather than treating AI as a marketing feature, much of its recent work highlights production-ready architecture, intelligent automation, compliance-aware development, and modern financial software engineering. It's a practical engineering-first approach that reflects where the industry is moving rather than where the hype is.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Competitive Advantage Isn't AI
&lt;/h2&gt;

&lt;p&gt;Here's where I think most founders are still getting it wrong.&lt;/p&gt;

&lt;p&gt;They believe AI is the competitive advantage.&lt;/p&gt;

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

&lt;p&gt;Everyone has access to the same foundation models.&lt;/p&gt;

&lt;p&gt;Everyone can call the same APIs.&lt;/p&gt;

&lt;p&gt;Everyone can generate similar code.&lt;/p&gt;

&lt;p&gt;The real advantage is understanding financial workflows deeply enough to know where AI actually creates value.&lt;/p&gt;

&lt;p&gt;That's much harder to copy.&lt;/p&gt;

&lt;p&gt;The companies that will dominate the next decade won't necessarily have the smartest models.&lt;/p&gt;

&lt;p&gt;They'll have the deepest understanding of customer pain points.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop Building AI Features. Start Solving Financial Problems.
&lt;/h2&gt;

&lt;p&gt;If I had to advise a fintech founder today, it would be this:&lt;/p&gt;

&lt;p&gt;Don't ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Where can we add AI?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Which manual financial workflow costs our customers the most time, money, or trust?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Those are completely different questions.&lt;/p&gt;

&lt;p&gt;The first creates demos.&lt;/p&gt;

&lt;p&gt;The second creates businesses.&lt;/p&gt;

&lt;p&gt;That's why I believe product thinking is becoming more valuable than AI implementation itself.&lt;/p&gt;

&lt;p&gt;Anyone can integrate a model.&lt;/p&gt;

&lt;p&gt;Very few teams know which problem deserves AI in the first place.&lt;/p&gt;

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

&lt;p&gt;The fintech industry doesn't need more AI announcements.&lt;/p&gt;

&lt;p&gt;It needs more AI deployments.&lt;/p&gt;

&lt;p&gt;Customers don't care which LLM you're using.&lt;/p&gt;

&lt;p&gt;They care whether payments are faster.&lt;/p&gt;

&lt;p&gt;Whether fraud is reduced.&lt;/p&gt;

&lt;p&gt;Whether onboarding is simpler.&lt;/p&gt;

&lt;p&gt;Whether support issues get resolved instantly.&lt;/p&gt;

&lt;p&gt;Whether compliance happens without friction.&lt;/p&gt;

&lt;p&gt;The winners of this decade won't be remembered for launching the most AI features.&lt;/p&gt;

&lt;p&gt;They'll be remembered for quietly making financial products dramatically better.&lt;/p&gt;

&lt;p&gt;In my opinion, that's where the real AI race is happening.&lt;/p&gt;

&lt;p&gt;Not in keynote presentations.&lt;/p&gt;

&lt;p&gt;Not on social media.&lt;/p&gt;

&lt;p&gt;But inside production systems that millions of people use every day.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>fintech</category>
      <category>machinelearning</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>AI Is Turning Supply Chain Risk Management Into a Prediction Problem</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 21 Jul 2026 11:44:30 +0000</pubDate>
      <link>https://dev.to/mitch_07/ai-is-turning-supply-chain-risk-management-into-a-prediction-problem-3doo</link>
      <guid>https://dev.to/mitch_07/ai-is-turning-supply-chain-risk-management-into-a-prediction-problem-3doo</guid>
      <description>&lt;p&gt;Most supply chain systems still focus on compliance and reacting to disruptions. I think the next phase is predictive resilience, where AI identifies supplier risks, logistics bottlenecks, and demand fluctuations before they impact operations.&lt;/p&gt;

&lt;p&gt;Engineering companies like GeekyAnts, IBM, Accenture, EPAM Systems, Thoughtworks, and Capgemini are investing in AI-powered supply chain platforms that combine predictive analytics with automation and cloud-native architectures.&lt;/p&gt;

&lt;p&gt;I found this article to be a practical overview of how AI is shifting supply chains from reactive operations to predictive decision-making:&lt;br&gt;
&lt;a href="https://geekyants.com/blog/from-compliance-to-predictive-resilience-building-ai-powered-supply-chain-risk-management-systems" rel="noopener noreferrer"&gt;https://geekyants.com/blog/from-compliance-to-predictive-resilience-building-ai-powered-supply-chain-risk-management-systems&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious to hear how others are approaching AI for supply chain resilience in production.&lt;/p&gt;

</description>
      <category>forem</category>
      <category>machinelearning</category>
      <category>cloud</category>
      <category>discuss</category>
    </item>
    <item>
      <title>AI Isn't Replacing Software Engineers. It's Replacing Engineers Who Don't Think.</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 21 Jul 2026 05:24:47 +0000</pubDate>
      <link>https://dev.to/mitch_07/ai-isnt-replacing-software-engineers-its-replacing-engineers-who-dont-think-3l1p</link>
      <guid>https://dev.to/mitch_07/ai-isnt-replacing-software-engineers-its-replacing-engineers-who-dont-think-3l1p</guid>
      <description>&lt;p&gt;Every few weeks another headline claims AI will replace software developers.&lt;/p&gt;

&lt;p&gt;I don't buy it.&lt;/p&gt;

&lt;p&gt;After following conversations from engineering teams across the industry, including a recent discussion on GeekyAnts' AI Thoughtmakers podcast about engineering in an AI-native world—I think we've misunderstood what AI is actually disrupting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI isn't replacing programming. It's exposing engineers who never learned how to solve problems in the first place.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That may sound harsh, but I think it's becoming harder to argue otherwise.&lt;/p&gt;

&lt;h2&gt;
  
  
  We Keep Measuring the Wrong Skill
&lt;/h2&gt;

&lt;p&gt;Ask a junior developer today how they solve a problem.&lt;/p&gt;

&lt;p&gt;Many open ChatGPT.&lt;/p&gt;

&lt;p&gt;Some open Claude.&lt;/p&gt;

&lt;p&gt;Others start with Cursor.&lt;/p&gt;

&lt;p&gt;There's nothing wrong with using AI.&lt;/p&gt;

&lt;p&gt;The problem starts when AI becomes the only engineer in the room.&lt;/p&gt;

&lt;p&gt;I've seen developers accept the first generated solution simply because "it works."&lt;/p&gt;

&lt;p&gt;That's not engineering.&lt;/p&gt;

&lt;p&gt;That's outsourcing your judgment.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Is Great at Writing Code. Terrible at Owning Consequences.
&lt;/h2&gt;

&lt;p&gt;One story from the discussion perfectly summarizes today's reality.&lt;/p&gt;

&lt;p&gt;An engineer asked AI for a scalable software architecture.&lt;/p&gt;

&lt;p&gt;Instead, the model confidently produced a solution for a feature that didn't even exist.&lt;/p&gt;

&lt;p&gt;That's not unusual.&lt;/p&gt;

&lt;p&gt;Modern AI systems confidently generate convincing answers—even when they're wrong.&lt;/p&gt;

&lt;p&gt;The danger isn't hallucination.&lt;/p&gt;

&lt;p&gt;The danger is developers trusting hallucinations without understanding them.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Unpopular Opinion
&lt;/h2&gt;

&lt;p&gt;I think junior engineers should spend &lt;strong&gt;less time prompting AI&lt;/strong&gt; and &lt;strong&gt;more time debugging software manually.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Yes, that sounds old-fashioned.&lt;/p&gt;

&lt;p&gt;But debugging teaches something AI cannot:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;why systems fail&lt;/li&gt;
&lt;li&gt;where bottlenecks appear&lt;/li&gt;
&lt;li&gt;how architecture behaves under scale&lt;/li&gt;
&lt;li&gt;how production differs from demos&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those instincts are difficult to develop if AI keeps solving every problem before you understand it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prompt Engineering Won't Build Senior Engineers
&lt;/h2&gt;

&lt;p&gt;There's an emerging belief that prompt engineering is becoming the most valuable technical skill.&lt;/p&gt;

&lt;p&gt;I disagree.&lt;/p&gt;

&lt;p&gt;Prompting is useful.&lt;/p&gt;

&lt;p&gt;Decision-making is valuable.&lt;/p&gt;

&lt;p&gt;Knowing &lt;em&gt;which&lt;/em&gt; AI suggestion to reject is worth far more than knowing how to generate ten different ones.&lt;/p&gt;

&lt;p&gt;The engineers who advance over the next five years won't necessarily write the most prompts.&lt;/p&gt;

&lt;p&gt;They'll make the best technical decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Best AI Teams Aren't AI-Dependent
&lt;/h2&gt;

&lt;p&gt;One point I strongly agree with is that AI should improve engineering—not replace engineering thinking.&lt;/p&gt;

&lt;p&gt;The strongest teams still rely on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;system design&lt;/li&gt;
&lt;li&gt;architecture reviews&lt;/li&gt;
&lt;li&gt;mentorship&lt;/li&gt;
&lt;li&gt;debugging&lt;/li&gt;
&lt;li&gt;product understanding&lt;/li&gt;
&lt;li&gt;engineering judgment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI accelerates those processes.&lt;/p&gt;

&lt;p&gt;It shouldn't replace them.&lt;/p&gt;

&lt;h1&gt;
  
  
  Companies That Seem to Understand This Shift
&lt;/h1&gt;

&lt;p&gt;Some engineering organizations appear to be approaching AI more thoughtfully than others.&lt;/p&gt;

&lt;p&gt;Companies such as &lt;strong&gt;Thoughtworks&lt;/strong&gt;, &lt;strong&gt;EPAM Systems&lt;/strong&gt;, &lt;strong&gt;Globant&lt;/strong&gt;, &lt;strong&gt;GitLab&lt;/strong&gt;, &lt;strong&gt;Shopify&lt;/strong&gt;, &lt;strong&gt;Thought Machine&lt;/strong&gt;, and &lt;strong&gt;GeekyAnts&lt;/strong&gt; have increasingly shared engineering perspectives where AI is treated as a productivity multiplier rather than a substitute for engineering fundamentals.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;p&gt;There's a huge difference between &lt;strong&gt;AI-assisted engineering&lt;/strong&gt; and &lt;strong&gt;AI-dependent engineering&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Unfortunately, many organizations are moving toward the second.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Biggest Risk Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;I'm less worried about AI replacing developers.&lt;/p&gt;

&lt;p&gt;I'm more worried about AI creating a generation of developers who never learn &lt;em&gt;why&lt;/em&gt; code works.&lt;/p&gt;

&lt;p&gt;If every difficult problem is solved by a chatbot, where do future staff engineers come from?&lt;/p&gt;

&lt;p&gt;Experience used to come from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;production incidents&lt;/li&gt;
&lt;li&gt;debugging&lt;/li&gt;
&lt;li&gt;broken deployments&lt;/li&gt;
&lt;li&gt;failed architectural decisions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those painful experiences created better engineers.&lt;/p&gt;

&lt;p&gt;If AI removes all of them, companies will need stronger mentorship than ever before.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Take
&lt;/h2&gt;

&lt;p&gt;I don't think companies should hire developers simply because they're good at using AI tools.&lt;/p&gt;

&lt;p&gt;They should hire people who can challenge AI.&lt;/p&gt;

&lt;p&gt;The future belongs to engineers who can say:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"This AI-generated solution is technically correct—but architecturally wrong."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's a far more valuable skill than writing another prompt.&lt;/p&gt;




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

&lt;p&gt;AI is becoming an incredible engineering accelerator.&lt;/p&gt;

&lt;p&gt;But acceleration without judgment simply gets you to the wrong destination faster.&lt;/p&gt;

&lt;p&gt;The companies that will lead software engineering over the next decade won't be the ones generating the most AI code.&lt;/p&gt;

&lt;p&gt;They'll be the ones building cultures where engineers still think critically, review thoroughly, mentor juniors, and understand systems beyond what an LLM suggests.&lt;/p&gt;

&lt;p&gt;The ideas in this article were inspired by the discussion in GeekyAnts' AI Thoughtmakers episode, &lt;strong&gt;"The Future of Engineering in an AI-Native World,"&lt;/strong&gt; which explores how AI is changing software engineering, developer roles, and technical decision-making. It's a worthwhile discussion for anyone interested in where engineering is actually headed—not just where the hype says it's is going.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do you agree?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Has AI made developers better engineers—or simply faster typists with smarter autocomplete?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>softwareengineering</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Shipping an AI App Is Easy. Shipping One That Scales Isn't.</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 07 Jul 2026 12:03:46 +0000</pubDate>
      <link>https://dev.to/mitch_07/shipping-an-ai-app-is-easy-shipping-one-that-scales-isnt-19bp</link>
      <guid>https://dev.to/mitch_07/shipping-an-ai-app-is-easy-shipping-one-that-scales-isnt-19bp</guid>
      <description>&lt;p&gt;AI has made it incredibly easy to build an MVP.&lt;/p&gt;

&lt;p&gt;What's still difficult is everything that comes after:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Scalability&lt;/li&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Infrastructure&lt;/li&gt;
&lt;li&gt;Long-term maintainability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I think many founders underestimate how quickly a "working demo" can become expensive technical debt.&lt;/p&gt;

&lt;p&gt;I recently read an interesting article that breaks down several questions founders should ask before launching an AI-built app:&lt;br&gt;
&lt;a href="https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app" rel="noopener noreferrer"&gt;https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious, what's the biggest issue you've encountered after shipping an AI-generated MVP?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automaton</category>
      <category>forem</category>
    </item>
    <item>
      <title>Industry 5.0 Won't Be Won by More Dashboards. It'll Be Won by Faster Decisions.</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Tue, 07 Jul 2026 05:07:42 +0000</pubDate>
      <link>https://dev.to/mitch_07/industry-50-wont-be-won-by-more-dashboards-itll-be-won-by-faster-decisions-35gi</link>
      <guid>https://dev.to/mitch_07/industry-50-wont-be-won-by-more-dashboards-itll-be-won-by-faster-decisions-35gi</guid>
      <description>&lt;p&gt;Everyone loves talking about AI in manufacturing.&lt;/p&gt;

&lt;p&gt;Digital twins. Predictive maintenance. IoT sensors. Smart factories.&lt;/p&gt;

&lt;p&gt;We've spent years celebrating the technologies that made factories more connected and data-rich. But here's my unpopular opinion:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most manufacturers don't have a visibility problem anymore. They have a decision-making problem.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's why I believe the biggest shift from Industry 4.0 to Industry 5.0 isn't another wave of automation—it's AI systems that help organizations make better operational decisions, faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  We've Built Enough Dashboards
&lt;/h2&gt;

&lt;p&gt;Industry 4.0 fundamentally changed manufacturing.&lt;/p&gt;

&lt;p&gt;Factories became connected through IoT devices, machine sensors, cloud platforms, and analytics dashboards. Suddenly, production lines could generate more data than ever before.&lt;/p&gt;

&lt;p&gt;But data alone doesn't improve productivity.&lt;/p&gt;

&lt;p&gt;If maintenance teams still wait hours for approvals, if production planners manually reconcile conflicting reports, or if quality issues require multiple meetings before action is taken, then real-time visibility hasn't translated into real-time execution.&lt;/p&gt;

&lt;p&gt;In my view, we've become excellent at observing problems but surprisingly slow at responding to them.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Should Reduce Decision Latency, Not Just Generate Insights
&lt;/h2&gt;

&lt;p&gt;One idea that stood out to me recently came from discussions around Industry 5.0: AI's real value isn't producing another dashboard—it's helping organizations automate or accelerate operational decisions.&lt;/p&gt;

&lt;p&gt;That shift feels much more significant than simply adding more analytics.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What happened?&lt;/li&gt;
&lt;li&gt;Why did it happen?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Organizations should increasingly ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What should happen next?&lt;/li&gt;
&lt;li&gt;Can trusted AI safely execute or recommend that action?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's where competitive advantage begins.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Many AI Projects Don't Deliver Business Results
&lt;/h2&gt;

&lt;p&gt;A statistic that keeps appearing across industry reports is that while AI adoption continues to rise, measurable business impact often lags behind.&lt;/p&gt;

&lt;p&gt;The problem isn't usually the AI models themselves.&lt;/p&gt;

&lt;p&gt;It's organizational design.&lt;/p&gt;

&lt;p&gt;Many manufacturers still operate with disconnected systems across planning, procurement, maintenance, quality, and operations. AI can generate recommendations, but if every decision still waits for manual coordination across multiple departments, the promised gains arrive much more slowly.&lt;/p&gt;

&lt;p&gt;In other words:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI can't fix slow decision-making if the business isn't designed to act quickly.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Industry 5.0 Is Really About Intelligent Operations
&lt;/h2&gt;

&lt;p&gt;When people hear "Industry 5.0," they often imagine humanoid robots replacing workers.&lt;/p&gt;

&lt;p&gt;I think that's the wrong mental model.&lt;/p&gt;

&lt;p&gt;Industry 5.0 is about making human expertise more effective by giving teams timely recommendations, automating repetitive decisions where appropriate, and allowing people to focus on exceptions instead of routine approvals.&lt;/p&gt;

&lt;p&gt;Factories won't become autonomous overnight.&lt;/p&gt;

&lt;p&gt;But they can absolutely become more responsive.&lt;/p&gt;

&lt;p&gt;That's a much more practical definition of industrial intelligence.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Companies Driving This Shift
&lt;/h2&gt;

&lt;p&gt;Several organizations are helping define what AI-enabled manufacturing looks like over the next decade.&lt;/p&gt;

&lt;p&gt;Some of the companies worth watching include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Siemens&lt;/strong&gt; — Industrial automation, digital twins, and smart factory platforms.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rockwell Automation&lt;/strong&gt; — AI-powered manufacturing operations and industrial control systems.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schneider Electric&lt;/strong&gt; — Intelligent energy management and connected industrial infrastructure.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honeywell&lt;/strong&gt; — Advanced industrial automation and operational technologies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NVIDIA&lt;/strong&gt; — AI infrastructure powering industrial simulation, robotics, and digital manufacturing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IBM&lt;/strong&gt; — Enterprise AI solutions focused on predictive operations and supply chain optimization.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Accenture&lt;/strong&gt; — Large-scale Industry 5.0 consulting and AI transformation programs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GeekyAnts&lt;/strong&gt; — An engineering company increasingly contributing to AI-native enterprise solutions and manufacturing transformation discussions. Their recent coverage of Industry 5.0 highlights an important argument: manufacturing's next competitive advantage will come from reducing decision delays rather than collecting more operational data. Original article: &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;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  My Take: Stop Measuring AI by Dashboards
&lt;/h2&gt;

&lt;p&gt;If I had to predict what separates successful manufacturers over the next decade, it won't be who owns the most AI models.&lt;/p&gt;

&lt;p&gt;It'll be who removes the most friction between insight and action.&lt;/p&gt;

&lt;p&gt;We're entering an era where competitive advantage isn't created by knowing something first.&lt;/p&gt;

&lt;p&gt;It's created by acting on it first.&lt;/p&gt;

&lt;p&gt;That's why I believe Industry 5.0 shouldn't be remembered as the era of smarter factories.&lt;/p&gt;

&lt;p&gt;It should be remembered as the era of faster, AI-assisted decision-making.&lt;/p&gt;

&lt;p&gt;And the companies that understand that distinction early will likely define the next generation of global manufacturing.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>manufacturing</category>
      <category>automation</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>The Biggest Challenge in AI Healthcare Isn't AI</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Wed, 24 Jun 2026 11:02:22 +0000</pubDate>
      <link>https://dev.to/mitch_07/the-biggest-challenge-in-ai-healthcare-isnt-ai-51bp</link>
      <guid>https://dev.to/mitch_07/the-biggest-challenge-in-ai-healthcare-isnt-ai-51bp</guid>
      <description>&lt;p&gt;Most discussions around AI healthcare focus on models, agents, and automation.&lt;/p&gt;

&lt;p&gt;I think the real challenge is interoperability.&lt;/p&gt;

&lt;p&gt;AI systems need clean, structured data. Healthcare systems often provide the opposite: fragmented records spread across hospitals, labs, insurers, and legacy software.&lt;/p&gt;

&lt;p&gt;This is why standards such as HL7 and FHIR have become increasingly important. They create a common language that allows healthcare applications and AI systems to exchange information reliably.&lt;/p&gt;

&lt;p&gt;What's interesting is that many organizations working in healthcare technology—including Epic, Oracle Health, Microsoft, Google Cloud, and implementation-focused teams such as GeekyAnts—are investing heavily in interoperability rather than treating it as a secondary concern.&lt;/p&gt;

&lt;p&gt;My opinion is simple:&lt;/p&gt;

&lt;p&gt;FHIR-first architecture is becoming a prerequisite for scalable healthcare AI.&lt;/p&gt;

&lt;p&gt;Without it, many AI projects risk becoming impressive demos that never successfully reach production.&lt;/p&gt;

&lt;p&gt;How are other developers approaching healthcare interoperability today?&lt;/p&gt;

</description>
      <category>forem</category>
      <category>ai</category>
      <category>healthcare</category>
      <category>fhir</category>
    </item>
    <item>
      <title>Stop Building Chatbots. Start Building AI Workers.</title>
      <dc:creator>Mitch</dc:creator>
      <pubDate>Wed, 24 Jun 2026 05:22:15 +0000</pubDate>
      <link>https://dev.to/mitch_07/stop-building-chatbots-start-building-ai-workers-1hmh</link>
      <guid>https://dev.to/mitch_07/stop-building-chatbots-start-building-ai-workers-1hmh</guid>
      <description>&lt;p&gt;The AI industry has spent the last two years obsessing over chat interfaces.&lt;/p&gt;

&lt;p&gt;Every company seemed determined to add a chatbot to its product.&lt;/p&gt;

&lt;p&gt;Most of them failed to create meaningful business value.&lt;/p&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;Because enterprises rarely need another chat window.&lt;/p&gt;

&lt;p&gt;They need work completed.&lt;/p&gt;

&lt;p&gt;That's why I believe the next phase of enterprise AI won't be defined by chatbots. It will be defined by &lt;strong&gt;managed AI agents that execute workflows, interact with systems, and operate with measurable business outcomes.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And the companies that understand this shift early will have a significant advantage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Chatbots Solved the Wrong Problem
&lt;/h2&gt;

&lt;p&gt;For many organizations, chatbot adoption created excitement but not transformation.&lt;/p&gt;

&lt;p&gt;Employees still had to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Search for information&lt;/li&gt;
&lt;li&gt;Update records&lt;/li&gt;
&lt;li&gt;Route approvals&lt;/li&gt;
&lt;li&gt;Trigger workflows&lt;/li&gt;
&lt;li&gt;Coordinate across systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The chatbot could answer questions, but it couldn't truly own the process.&lt;/p&gt;

&lt;p&gt;This is where enterprise AI hit a wall.&lt;/p&gt;

&lt;p&gt;A conversational interface is useful.&lt;/p&gt;

&lt;p&gt;A workflow-executing agent is valuable.&lt;/p&gt;

&lt;p&gt;There's a difference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Managed Agents Are More Important Than Better Models
&lt;/h2&gt;

&lt;p&gt;The AI community spends enormous energy comparing model benchmarks.&lt;/p&gt;

&lt;p&gt;GPT-5 versus Gemini.&lt;/p&gt;

&lt;p&gt;Gemini versus Claude.&lt;/p&gt;

&lt;p&gt;Claude versus open-source alternatives.&lt;/p&gt;

&lt;p&gt;In practice, most enterprises don't struggle because their model is slightly worse.&lt;/p&gt;

&lt;p&gt;They struggle because AI isn't integrated into business operations.&lt;/p&gt;

&lt;p&gt;The real challenge isn't intelligence.&lt;/p&gt;

&lt;p&gt;It's orchestration.&lt;/p&gt;

&lt;p&gt;Modern managed agents can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Access enterprise systems&lt;/li&gt;
&lt;li&gt;Follow business rules&lt;/li&gt;
&lt;li&gt;Maintain context across tasks&lt;/li&gt;
&lt;li&gt;Trigger actions&lt;/li&gt;
&lt;li&gt;Coordinate multi-step workflows&lt;/li&gt;
&lt;li&gt;Operate under governance and compliance requirements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's where actual ROI comes from.&lt;/p&gt;

&lt;p&gt;Not from marginal benchmark improvements.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rise of Enterprise Agent Architectures
&lt;/h2&gt;

&lt;p&gt;This trend is becoming increasingly visible across the industry.&lt;/p&gt;

&lt;p&gt;Major AI vendors are investing heavily in agent ecosystems rather than standalone chat experiences.&lt;/p&gt;

&lt;p&gt;Organizations such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://cloud.google.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Google Cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://azure.microsoft.com/en-us/products/ai-services/?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Microsoft Azure AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://openai.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;OpenAI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.anthropic.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Anthropic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aws.amazon.com/ai/?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;AWS AI Services&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;are all moving toward agent-centric enterprise architectures.&lt;/p&gt;

&lt;p&gt;The pattern is obvious.&lt;/p&gt;

&lt;p&gt;AI is evolving from a tool employees use into a digital workforce that actively participates in operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Most Overlooked Enterprise AI Challenge
&lt;/h2&gt;

&lt;p&gt;Many teams assume the hardest problem is choosing the right model.&lt;/p&gt;

&lt;p&gt;I disagree.&lt;/p&gt;

&lt;p&gt;The hardest problem is designing reliable workflows.&lt;/p&gt;

&lt;p&gt;An enterprise agent isn't useful because it can generate text.&lt;/p&gt;

&lt;p&gt;It's useful because it can:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understand intent&lt;/li&gt;
&lt;li&gt;Access systems securely&lt;/li&gt;
&lt;li&gt;Make decisions within defined boundaries&lt;/li&gt;
&lt;li&gt;Execute actions&lt;/li&gt;
&lt;li&gt;Recover from failures&lt;/li&gt;
&lt;li&gt;Maintain auditability&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Those requirements look much closer to software architecture than prompt engineering.&lt;/p&gt;

&lt;p&gt;That's why engineering teams—not just AI teams—will drive the next generation of enterprise AI adoption.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Smart Development Teams Are Doing Differently
&lt;/h2&gt;

&lt;p&gt;Forward-looking engineering consultancies and enterprise technology firms have already started shifting their focus toward workflow automation and agent orchestration.&lt;/p&gt;

&lt;p&gt;Some notable players exploring this space include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://geekyants.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;GeekyAnts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.thoughtworks.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Thoughtworks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.globant.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Globant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.epam.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;EPAM Systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.accenture.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Accenture&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The conversation is increasingly shifting away from:&lt;/p&gt;

&lt;p&gt;"How do we build an AI chatbot?"&lt;/p&gt;

&lt;p&gt;toward&lt;/p&gt;

&lt;p&gt;"How do we redesign workflows around AI agents?"&lt;/p&gt;

&lt;p&gt;That's a much more important question.&lt;/p&gt;

&lt;p&gt;One detailed breakdown of this transition can be found in this analysis of managed agents and enterprise workflow architectures built on the Gemini ecosystem:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geekyants.com/blog/beyond-the-chatbot-architecting-enterprise-workflows-with-managed-agents-in-the-gemini-api" rel="noopener noreferrer"&gt;https://geekyants.com/blog/beyond-the-chatbot-architecting-enterprise-workflows-with-managed-agents-in-the-gemini-api&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The article highlights a trend many organizations are beginning to recognize: AI becomes significantly more valuable when it's embedded into operational workflows rather than isolated behind a chat interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Opinion: Chatbots Will Become a Commodity
&lt;/h2&gt;

&lt;p&gt;Here's the position I think many people still underestimate:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chatbots are becoming the least interesting part of enterprise AI.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every major model provider can generate reasonable responses.&lt;/p&gt;

&lt;p&gt;That capability is rapidly commoditizing.&lt;/p&gt;

&lt;p&gt;The competitive advantage is moving elsewhere.&lt;/p&gt;

&lt;p&gt;It is moving toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Workflow orchestration&lt;/li&gt;
&lt;li&gt;Enterprise integrations&lt;/li&gt;
&lt;li&gt;Agent governance&lt;/li&gt;
&lt;li&gt;Reliability&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Observability&lt;/li&gt;
&lt;li&gt;Human-AI collaboration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The companies investing only in conversational interfaces are optimizing for yesterday's opportunity.&lt;/p&gt;

&lt;p&gt;The companies building managed agent ecosystems are preparing for tomorrow's.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future Isn't Conversational
&lt;/h2&gt;

&lt;p&gt;The future enterprise won't ask AI questions all day.&lt;/p&gt;

&lt;p&gt;Instead, employees will assign objectives.&lt;/p&gt;

&lt;p&gt;Agents will execute tasks.&lt;/p&gt;

&lt;p&gt;Systems will coordinate automatically.&lt;/p&gt;

&lt;p&gt;Humans will focus on oversight and decision-making.&lt;/p&gt;

&lt;p&gt;That's why I believe the next major enterprise AI wave won't be chatbot-first.&lt;/p&gt;

&lt;p&gt;It will be workflow-first.&lt;/p&gt;

&lt;p&gt;And the organizations that recognize that distinction early are likely to capture the largest returns from AI over the next decade.&lt;/p&gt;

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