<?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: Arjun</title>
    <description>The latest articles on DEV Community by Arjun (@arjun_07).</description>
    <link>https://dev.to/arjun_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%2F3915576%2F7a639700-3c5b-4443-af02-9e6825ce25f9.png</url>
      <title>DEV Community: Arjun</title>
      <link>https://dev.to/arjun_07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arjun_07"/>
    <language>en</language>
    <item>
      <title>GFF 2026: What Should Developers Look for Beyond the AI Demos?</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Tue, 08 Sep 2026 10:20:37 +0000</pubDate>
      <link>https://dev.to/arjun_07/gff-2026-what-should-developers-look-for-beyond-the-ai-demos-1926</link>
      <guid>https://dev.to/arjun_07/gff-2026-what-should-developers-look-for-beyond-the-ai-demos-1926</guid>
      <description>&lt;p&gt;&lt;a href="https://www.globalfintechfest.com/" rel="noopener noreferrer"&gt;Global Fintech Fest 2026&lt;/a&gt; runs September 8–11 at Jio World Centre and Trident BKC, Mumbai. Its agenda centres on &lt;strong&gt;agentic AI, tokenisation, and quantum&lt;/strong&gt;, alongside product demonstrations, startup showcases, and regulatory discussions.&lt;/p&gt;

&lt;p&gt;The announced programme includes &lt;strong&gt;700+ speakers and 5,000+ participating companies&lt;/strong&gt;. These are announced figures, not final attendance totals or a startup count. Guests and speakers include Narendra Modi, Nirmala Sitharaman, RBI Governor Sanjay Malhotra, and Nandan Nilekani &lt;/p&gt;

&lt;h2&gt;
  
  
  Which participants are relevant to developers?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sarvam AI&lt;/strong&gt;, the AI Ecosystem Partner, brings a multilingual AI perspective.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ElevenLabs&lt;/strong&gt;, the Voice AI Partner, makes conversational interfaces a topic to watch.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Blostem&lt;/strong&gt; has announced SDK-based product demonstrations at Booths J18 and J20, September 9–11. Its &lt;a href="https://blostem.com/events/gff-2026" rel="noopener noreferrer"&gt;event page&lt;/a&gt; also describes voice-agent and verification tools.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GeekyAnts&lt;/strong&gt;, a Bronze Partner and exhibitor at &lt;strong&gt;Booth JE16&lt;/strong&gt;, adds a product engineering perspective. Its &lt;a href="https://geekyants.com/blog/what-experience-does-geekyants-have-in-banking-fintech-payments-insurance-lending-and-wealth-management" rel="noopener noreferrer"&gt;published banking and fintech work&lt;/a&gt; provides context for discussions about legacy integrations, application modernization, and maintaining production systems.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why does this matter technically?
&lt;/h2&gt;

&lt;p&gt;Financial workflows put AI systems under practical constraints: actions need permissions, failures need handling, and operators need to understand what happened.&lt;/p&gt;

&lt;p&gt;For developers attending or following the event, useful questions include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How are tool calls authorised and validated?&lt;/li&gt;
&lt;li&gt;What prevents a retry from repeating a payment?&lt;/li&gt;
&lt;li&gt;When does an agent request human approval?&lt;/li&gt;
&lt;li&gt;Can the team trace a failed action across services?&lt;/li&gt;
&lt;li&gt;What latency and operating costs appear under realistic workloads?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The opportunity is to examine how these products behave beyond their ideal demo paths and discuss the engineering trade-offs with their builders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which implementation would you most want to inspect: voice agents, multilingual AI, or embedded-finance APIs?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>fintech</category>
      <category>api</category>
    </item>
    <item>
      <title>From UX to AX: 5 Companies to Watch in Agent-Ready Application Development</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Tue, 08 Sep 2026 05:15:57 +0000</pubDate>
      <link>https://dev.to/arjun_07/from-ux-to-ax-5-companies-to-watch-in-agent-ready-application-development-3a87</link>
      <guid>https://dev.to/arjun_07/from-ux-to-ax-5-companies-to-watch-in-agent-ready-application-development-3a87</guid>
      <description>&lt;p&gt;An application can be easy for a person to navigate while remaining difficult for an AI agent to operate. Buttons, menus, and dashboards communicate through visual conventions. An agent needs a reliable way to identify capabilities, supply valid inputs, and understand whether an action succeeded.&lt;/p&gt;

&lt;p&gt;That introduces another design concern: &lt;strong&gt;agentic experience, or AX&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geekyants.com/blog/from-ux-to-ax-designing-applications-for-a-world-of-ai-agents" rel="noopener noreferrer"&gt;GeekyAnts’ article on designing applications for AI agents&lt;/a&gt;, adapted from Ashita Prasad’s thegeekconf mini session, explores this shift. It identifies three approaches: exposing website capabilities through WebMCP, embedding interactive interfaces in AI clients through MCP Apps, and generating interfaces inside applications through A2UI.&lt;/p&gt;

&lt;p&gt;The useful engineering question is where each approach belongs, and which companies provide relevant services or tooling.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does AX add to application design?
&lt;/h2&gt;

&lt;p&gt;The source article describes applications serving two audiences: people and agents. It also highlights accessibility as a useful starting point, since meaningful labels and interface semantics can help agents interpret controls.&lt;/p&gt;

&lt;p&gt;However, making an interface understandable does not establish permission to use it.&lt;/p&gt;

&lt;p&gt;A hypothetical scheduling application illustrates the distinction. An agent might discover an appointment tool and identify an available slot. The backend must still establish whether the current user can make that booking and whether the slot remains available.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AX should make application capabilities explicit while preserving the application’s rules.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Three approaches that solve different problems
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Approach&lt;/th&gt;
&lt;th&gt;Where interaction happens&lt;/th&gt;
&lt;th&gt;Main purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;WebMCP&lt;/td&gt;
&lt;td&gt;Within a website’s browser context&lt;/td&gt;
&lt;td&gt;Expose page capabilities as structured tools&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MCP Apps&lt;/td&gt;
&lt;td&gt;Inside a supporting AI client&lt;/td&gt;
&lt;td&gt;Present interactive application UI alongside a conversation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;A2UI&lt;/td&gt;
&lt;td&gt;Inside an application with a compatible renderer&lt;/td&gt;
&lt;td&gt;Describe interfaces using structured, declarative messages&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  WebMCP: Make website actions discoverable
&lt;/h3&gt;

&lt;p&gt;WebMCP is a proposed web standard for exposing structured tools through JavaScript and annotated HTML forms. Chrome’s documentation describes it as a progressive enhancement and notes that it remains under active development. It should therefore be evaluated against actual browser support. &lt;a href="https://developer.chrome.com/docs/ai/webmcp" rel="noopener noreferrer"&gt;WebMCP documentation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A useful design exercise is to identify one existing application capability, such as searching appointments, and define its inputs and possible results.&lt;/p&gt;

&lt;p&gt;That exercise also exposes ambiguity. Does “book appointment” reserve a slot temporarily or confirm it immediately? An agent should not have to infer the difference from a button label.&lt;/p&gt;

&lt;h3&gt;
  
  
  MCP Apps: Bring useful controls into the conversation
&lt;/h3&gt;

&lt;p&gt;MCP Apps extends MCP with interactive interfaces rendered inside supporting hosts. It connects tool results with UI resources, allowing experiences such as forms and dashboards within an AI client. &lt;a href="https://modelcontextprotocol.io/extensions/apps/overview" rel="noopener noreferrer"&gt;MCP Apps documentation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This matters when a conversation reaches a point where direct manipulation is easier than another prompt. Selecting a date range or inspecting chart values can be more practical through controls.&lt;/p&gt;

&lt;p&gt;Host compatibility remains part of the implementation. Teams should test the intended client and provide a useful fallback when interactive rendering is unavailable.&lt;/p&gt;

&lt;h3&gt;
  
  
  A2UI: Let agents describe interfaces within boundaries
&lt;/h3&gt;

&lt;p&gt;A2UI uses declarative descriptions that a client renders through supported components. Its approach separates an agent’s description of an interface from the application’s rendering implementation. &lt;a href="https://a2ui.org/" rel="noopener noreferrer"&gt;A2UI documentation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The architectural value is controlled flexibility. An application can support changing combinations of approved components while retaining responsibility for their behavior.&lt;/p&gt;

&lt;p&gt;A generated confirmation button still needs an authorized backend operation. Valid UI output is only one layer of correctness.&lt;/p&gt;

&lt;h2&gt;
  
  
  Five companies relevant to this shift
&lt;/h2&gt;

&lt;p&gt;This is an editorial shortlist based on published capabilities, not a measured performance ranking. It includes an engineering services company alongside platform and tooling providers.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. GeekyAnts: Custom application integration
&lt;/h3&gt;

&lt;p&gt;GeekyAnts describes services covering agent interaction design, enterprise integration, grounding, validation, and lifecycle monitoring. Those capabilities are relevant when agent functionality must become part of an existing product. &lt;a href="https://geekyants.com/en-us/ai/ai-agent-development-services" rel="noopener noreferrer"&gt;AI agent development services&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Its AX article provides a technical introduction, but publishing about a protocol does not establish production delivery experience with it.&lt;/p&gt;

&lt;p&gt;For an engineering evaluation, the useful questions concern comparable implementations, accessible interfaces, backend authorization, and maintenance ownership.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Google: Browser capabilities and declarative interfaces
&lt;/h3&gt;

&lt;p&gt;Google’s Chrome work on WebMCP and the Google-led A2UI project address different parts of agent interaction: exposing website capabilities and describing interfaces for application renderers. &lt;a href="https://developer.chrome.com/docs/ai/webmcp" rel="noopener noreferrer"&gt;Chrome WebMCP&lt;/a&gt;, &lt;a href="https://a2ui.org/" rel="noopener noreferrer"&gt;A2UI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These projects merit attention from developers exploring application architecture. Teams should assess implementation maturity and supported environments before depending on them for a critical workflow.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Anthropic: Interactive applications inside Claude
&lt;/h3&gt;

&lt;p&gt;Anthropic supports interactive connectors through MCP Apps in Claude, allowing supported applications to present interfaces within conversations. &lt;a href="https://claude.com/blog/interactive-tools-in-claude" rel="noopener noreferrer"&gt;Interactive tools in Claude&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This provides a concrete distribution model for application functionality inside an AI client.&lt;/p&gt;

&lt;p&gt;The evaluation should include authentication, host restrictions, and the behavior of users who still need the standalone application. An embedded experience should have a clear relationship with the product’s existing workflows.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Vercel: Building agent interactions in web applications
&lt;/h3&gt;

&lt;p&gt;Vercel’s AI SDK provides TypeScript tooling for model interaction, structured output, tool calls, and agents. Its UI capabilities support chat and generative interfaces. &lt;a href="https://vercel.com/ai-sdk" rel="noopener noreferrer"&gt;AI SDK overview&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This makes Vercel relevant to teams implementing agent experiences within their own web products.&lt;/p&gt;

&lt;p&gt;The SDK supplies building blocks. Developers still need to define loading states, approval flows, error recovery, and how tool results map to interface components.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Microsoft: Agent workflows in business applications
&lt;/h3&gt;

&lt;p&gt;Microsoft’s Copilot Studio provides an approach to designing autonomous agents within its business technology ecosystem. &lt;a href="https://learn.microsoft.com/en-us/microsoft-copilot-studio/guidance/autonomous-agents" rel="noopener noreferrer"&gt;Autonomous agent guidance&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Its relevance is strongest when the intended experience connects to established organizational workflows.&lt;/p&gt;

&lt;p&gt;Teams should distinguish workflow automation from interface portability. A functioning agent in one environment does not establish that its interface or tools will operate unchanged in another host.&lt;/p&gt;

&lt;h2&gt;
  
  
  What should developers build first?
&lt;/h2&gt;

&lt;p&gt;A bounded experiment can reveal more than a broad interface redesign:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Select one task with a clear success condition.&lt;/li&gt;
&lt;li&gt;Define inputs, outputs, permissions, and failure states.&lt;/li&gt;
&lt;li&gt;Preserve a usable human interaction path.&lt;/li&gt;
&lt;li&gt;Test invalid inputs, expired sessions, and repeated actions.&lt;/li&gt;
&lt;li&gt;Measure completion, corrections, latency, and recovery.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a scheduling prototype, success might mean that an authorized user confirms exactly one valid appointment, receives an identifiable result, and can recover from an interrupted request.&lt;/p&gt;

&lt;p&gt;That definition is more useful than counting how many screens the agent bypassed.&lt;/p&gt;

&lt;p&gt;AX makes another interaction path possible. The application still needs to deliver an understandable, authorized, and verifiable outcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>ux</category>
    </item>
    <item>
      <title>Would You Trust Natural-Language-to-SQL With Production Data?</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 24 Aug 2026 10:20:29 +0000</pubDate>
      <link>https://dev.to/arjun_07/would-you-trust-natural-language-to-sql-with-production-data-3ep8</link>
      <guid>https://dev.to/arjun_07/would-you-trust-natural-language-to-sql-with-production-data-3ep8</guid>
      <description>&lt;p&gt;A lot of teams have plenty of data but still have the same bottleneck:&lt;/p&gt;

&lt;p&gt;Someone asks:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Which customers had the largest drop in usage last month?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then an analyst has to find the right tables, write SQL, validate the result, create a chart, and send it back.&lt;/p&gt;

&lt;p&gt;The next question starts the process again.&lt;/p&gt;

&lt;p&gt;I was looking at GeekyAnts' &lt;a href="https://geekyants.com/ai-accelerator/conversational-data-intelligence-accelerator" rel="noopener noreferrer"&gt;Conversational Data Intelligence Accelerator&lt;/a&gt;, and the interesting part isn't really the natural-language interface.&lt;/p&gt;

&lt;p&gt;It's the controls around the generated SQL.&lt;/p&gt;

&lt;p&gt;The workflow is roughly:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Natural-language question → schema context → generated SQL → validation → read-only execution → chart/table/JSON → audit history&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Before execution, queries can go through dry runs, prohibited-operation checks, security validation, and performance checks. Access can also be restricted to approved schemas, tables, and columns.&lt;/p&gt;

&lt;p&gt;That makes the potential use cases broader than another "chat with your database" demo:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sales teams asking questions about pipeline or revenue&lt;/li&gt;
&lt;li&gt;Operations teams investigating inventory or performance changes&lt;/li&gt;
&lt;li&gt;Finance teams exploring approved financial datasets&lt;/li&gt;
&lt;li&gt;Internal applications embedding conversational analytics&lt;/li&gt;
&lt;li&gt;Analysts offloading repetitive, low-complexity reporting requests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The current POC says suitable routine questions can take around &lt;strong&gt;1-5 minutes&lt;/strong&gt;, compared with roughly &lt;strong&gt;30-60 minutes of manual analyst effort&lt;/strong&gt; for similar requests.&lt;/p&gt;

&lt;p&gt;But I think the bigger engineering question is trust.&lt;/p&gt;

&lt;p&gt;Natural-language-to-SQL becomes much more interesting when the model isn't given unrestricted database access and its first answer isn't automatically trusted.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Would you allow an AI-generated query to run against production data if it had read-only credentials, schema allowlisting, query validation, cost limits, and full audit logs?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Or would you still require human approval for every generated query?&lt;/p&gt;

&lt;p&gt;Curious how others are approaching this.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>sql</category>
      <category>database</category>
      <category>discuss</category>
    </item>
    <item>
      <title>AI Wrote the Code. You Still Own the Risk: 5 AI Product Engineering Companies I'd Shortlist in 2026</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 24 Aug 2026 06:06:43 +0000</pubDate>
      <link>https://dev.to/arjun_07/ai-wrote-the-code-you-still-own-the-risk-5-ai-product-engineering-companies-id-shortlist-in-2026-a6c</link>
      <guid>https://dev.to/arjun_07/ai-wrote-the-code-you-still-own-the-risk-5-ai-product-engineering-companies-id-shortlist-in-2026-a6c</guid>
      <description>&lt;p&gt;Building an application with AI has become dramatically easier.&lt;/p&gt;

&lt;p&gt;Shipping one responsibly has not.&lt;/p&gt;

&lt;p&gt;A developer can now describe a feature, generate much of its implementation, connect an LLM API, deploy the application, and have something usable surprisingly quickly. That is genuinely valuable.&lt;/p&gt;

&lt;p&gt;But I think the AI development conversation has become too obsessed with how quickly software can be created.&lt;/p&gt;

&lt;p&gt;My position is the opposite: &lt;strong&gt;the more code AI generates, the more disciplined the engineering process around that code needs to become.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI does not remove engineering responsibility. It increases the amount of software, dependencies, data flows, and automated decisions a team may need to understand.&lt;/p&gt;

&lt;p&gt;That is why I would choose a specialized AI product engineering team over a generic app development company for any AI product expected to handle sensitive information, raise funding, pass enterprise procurement, or operate in a regulated industry.&lt;/p&gt;

&lt;p&gt;That is my bias, and I think founders should have the same one.&lt;/p&gt;

&lt;h2&gt;
  
  
  "AI Built It" Is Not a Risk Strategy
&lt;/h2&gt;

&lt;p&gt;One useful analysis of the problem is this discussion of &lt;a href="https://geekyants.com/en-us/blog/can-you-get-sued-for-an-ai-built-app-legal-risks-founders-should-know?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;legal risks surrounding AI-built applications&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The broader engineering point is more important than the headline.&lt;/p&gt;

&lt;p&gt;Using AI during development does not make the people and organizations deploying the software disappear from the accountability chain.&lt;/p&gt;

&lt;p&gt;If an application leaks customer information, uses software in violation of a license, produces harmful automated decisions, or makes claims that cannot be supported, saying that an AI coding assistant generated the implementation is unlikely to solve the underlying problem.&lt;/p&gt;

&lt;p&gt;The interesting question for developers is therefore not:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Did AI write this code?&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;Can the engineering team explain where the code, data, models, dependencies, and decisions came from?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That distinction becomes increasingly important as AI moves from coding assistant to active participant across the software development lifecycle.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI-Generated Code Creates a Provenance Problem
&lt;/h2&gt;

&lt;p&gt;Traditional engineering already has dependency risk.&lt;/p&gt;

&lt;p&gt;AI adds another layer.&lt;/p&gt;

&lt;p&gt;An engineer normally knows whether a package came from npm, PyPI, Maven, GitHub, or an internal repository. There is usually a manifest, version, license, and dependency tree to inspect.&lt;/p&gt;

&lt;p&gt;AI-generated code can make provenance less obvious.&lt;/p&gt;

&lt;p&gt;A coding assistant might produce a function that looks perfectly ordinary. The developer may modify it and commit it without knowing whether similar code existed in its training data.&lt;/p&gt;

&lt;p&gt;That does &lt;strong&gt;not&lt;/strong&gt; mean every AI-generated snippet is automatically a copyright violation. It also does not mean that encountering copyleft code magically converts an entire proprietary application into open source. License obligations depend on the actual license, distribution model, copied material, and circumstances.&lt;/p&gt;

&lt;p&gt;But it does mean engineering teams need to stop treating generated code as inherently clean code.&lt;/p&gt;

&lt;p&gt;The U.S. Copyright Office has also maintained the importance of human authorship when considering copyright protection for AI-generated material. Human creative contribution can be protected, while merely prompting a system is not enough by itself.&lt;/p&gt;

&lt;p&gt;For software teams, the practical response should be boring engineering discipline: code review, dependency scanning, Software Bills of Materials where appropriate, license checks, source-control history, and documented human approval.&lt;/p&gt;

&lt;p&gt;Boring is good when lawyers arrive.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy Risk Is More Interesting Than Prompt Quality
&lt;/h2&gt;

&lt;p&gt;Developers spend enormous amounts of time improving prompts.&lt;/p&gt;

&lt;p&gt;I think many teams should spend more time drawing data-flow diagrams.&lt;/p&gt;

&lt;p&gt;Imagine an AI support application.&lt;/p&gt;

&lt;p&gt;A customer enters personal information. The application sends some of it to an orchestration service. That service retrieves account information. The resulting context goes to an external model API. Logs are stored by another provider. Observability data goes somewhere else.&lt;/p&gt;

&lt;p&gt;Suddenly, "the chatbot" is six systems.&lt;/p&gt;

&lt;p&gt;Engineering leadership should be able to identify what information each system receives, how long it keeps it, whether it is used for model training, who can access it, and what happens when a customer requests deletion.&lt;/p&gt;

&lt;p&gt;That is an architecture problem before it becomes a legal problem.&lt;/p&gt;

&lt;p&gt;NIST's Generative AI Profile similarly treats AI risk management as something that should operate across the AI lifecycle rather than as a final compliance exercise.&lt;/p&gt;

&lt;h2&gt;
  
  
  I Would Not Let AI-Generated Code Bypass the Normal SDLC
&lt;/h2&gt;

&lt;p&gt;There is a strange double standard emerging in software teams.&lt;/p&gt;

&lt;p&gt;A junior developer submits 500 lines of unfamiliar code, and everyone expects review.&lt;/p&gt;

&lt;p&gt;An AI assistant generates 500 lines in thirty seconds, and suddenly speed becomes the argument for merging faster.&lt;/p&gt;

&lt;p&gt;That makes no sense to me.&lt;/p&gt;

&lt;p&gt;AI-generated code deserves at least the same scrutiny as human-written code, and sometimes more.&lt;/p&gt;

&lt;p&gt;Security scanning should still happen. Tests should still happen. Threat modeling should still happen for sensitive features. Architecture decisions still need owners. High-impact AI outputs need human override paths. Models and third-party APIs need approval policies.&lt;/p&gt;

&lt;p&gt;The goal should not be slowing down AI-assisted development.&lt;/p&gt;

&lt;p&gt;The goal should be moving governance &lt;strong&gt;into&lt;/strong&gt; development.&lt;/p&gt;

&lt;p&gt;When that happens, a security or compliance review stops becoming an emergency two days before an enterprise launch.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Would I Look for in an AI Product Engineering Company?
&lt;/h2&gt;

&lt;p&gt;This is where my opinion becomes even more opinionated.&lt;/p&gt;

&lt;p&gt;I would &lt;strong&gt;not&lt;/strong&gt; prioritize the company that promises the fastest AI MVP.&lt;/p&gt;

&lt;p&gt;There are now hundreds of teams capable of creating a convincing LLM demonstration.&lt;/p&gt;

&lt;p&gt;I would prioritize the team that can explain how it takes that demonstration through architecture, model evaluation, security, privacy, QA, observability, deployment, governance, and ongoing maintenance.&lt;/p&gt;

&lt;p&gt;Using those criteria, these are five companies I would consider in 2026.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;GeekyAnts: My pick for focused AI product engineering&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For a company specifically trying to turn an AI application or AI-generated prototype into a production product, GeekyAnts would be my first shortlist candidate.&lt;/p&gt;

&lt;p&gt;The reason is relatively narrow. Its positioning sits closer to product engineering, AI engineering, modernization, backend development, QA, and production delivery than broad management consulting.&lt;/p&gt;

&lt;p&gt;Its recent discussion around AI-built application risk also shows attention to provenance, data handling, governance, security, and enterprise review rather than treating AI development purely as prompt engineering.&lt;/p&gt;

&lt;p&gt;I would not choose GeekyAnts because it can replace legal counsel. It cannot, and software engineering companies should not pretend otherwise.&lt;/p&gt;

&lt;p&gt;I would consider it when the core problem is &lt;strong&gt;engineering an AI product that legal and security teams can actually inspect&lt;/strong&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Thoughtworks: My pick for engineering rigor&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thoughtworks would rank extremely highly for organizations where software architecture and engineering practices are the harder problem.&lt;/p&gt;

&lt;p&gt;Its recent work on moving generative AI beyond prototypes focuses heavily on integration, safety, industrialization, and structured AI-native engineering rather than "vibe coding."&lt;/p&gt;

&lt;p&gt;For complex platforms or companies with strong internal engineering organizations, that depth would make Thoughtworks particularly attractive.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;EPAM: My pick for large regulated enterprises&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;EPAM would move higher on my list as organizational complexity increases.&lt;/p&gt;

&lt;p&gt;Its AI engineering capabilities explicitly cover production AI platforms, governance, model monitoring, responsible AI, quality engineering, and large-scale software delivery.&lt;/p&gt;

&lt;p&gt;A startup might find that level of enterprise machinery unnecessary. A global financial, healthcare, or highly regulated organization may consider it exactly what it needs.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Globant: My pick for AI plus digital product experience&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Globant becomes interesting when AI is only one part of a much larger customer-facing digital product.&lt;/p&gt;

&lt;p&gt;Its enterprise AI work combines engineering, integrations, AI delivery, and responsible AI practices, which makes it relevant for organizations building AI into broader digital ecosystems rather than standalone experiments.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Accenture: My pick for governance-heavy transformations&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Accenture would not be my first choice for a lean founder trying to harden a focused AI MVP.&lt;/p&gt;

&lt;p&gt;For a multinational organization that needs technology delivery tied into cybersecurity, compliance, governance, organizational policy, and enterprise transformation, however, its scale becomes an advantage.&lt;/p&gt;

&lt;p&gt;Its responsible AI work clearly treats privacy, security, auditability, human oversight, and legal requirements as part of deploying AI applications.&lt;/p&gt;

&lt;p&gt;This is not an objective ranking of company size, revenue, or overall capability. It reflects one narrow question: &lt;strong&gt;who would I consider when the problem is getting AI software safely from prototype into serious production?&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Cheapest AI Build May Become the Most Expensive One
&lt;/h2&gt;

&lt;p&gt;This is ultimately why I take the specialist side.&lt;/p&gt;

&lt;p&gt;A generic development company may be perfectly capable of generating an AI MVP.&lt;/p&gt;

&lt;p&gt;That is not the bar anymore.&lt;/p&gt;

&lt;p&gt;The harder questions arrive later.&lt;/p&gt;

&lt;p&gt;Can someone identify every external model receiving customer information? Can the company prove which dependencies and licenses shipped? Are model outputs evaluated before releases? Can high-risk decisions be overridden? Are prompts and model versions traceable? Can an enterprise security team understand the architecture? Does someone actually own each AI feature after deployment?&lt;/p&gt;

&lt;p&gt;If those answers do not exist, a team does not have an AI governance problem.&lt;/p&gt;

&lt;p&gt;It has an engineering problem that has not failed publicly yet.&lt;/p&gt;

&lt;p&gt;My opinion is that &lt;strong&gt;AI product engineering is becoming its own specialization&lt;/strong&gt;, much like security engineering or platform engineering.&lt;/p&gt;

&lt;p&gt;The winners will not be the teams generating the most code.&lt;/p&gt;

&lt;p&gt;They will be the ones that can still explain, test, secure, and own that code after the novelty of generating it has disappeared.&lt;/p&gt;

&lt;p&gt;And that is why, for a serious AI product, I would choose specialist engineering over cheap AI development almost every time.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>opensource</category>
      <category>discuss</category>
    </item>
    <item>
      <title>AI-Powered Banking CRM Without Replacing the Core: Companies Worth Considering</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 10 Aug 2026 10:45:53 +0000</pubDate>
      <link>https://dev.to/arjun_07/ai-powered-banking-crm-without-replacing-the-core-companies-worth-considering-3gen</link>
      <guid>https://dev.to/arjun_07/ai-powered-banking-crm-without-replacing-the-core-companies-worth-considering-3gen</guid>
      <description>&lt;p&gt;Replacing a legacy core banking system just to introduce AI is, in my view, an unnecessarily risky approach. A better strategy is to &lt;strong&gt;build an integration and intelligence layer around the existing core.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This can enable AI-powered customer insights, relationship-manager copilots, next-best-action recommendations, fraud/KYC assistance, and customer 360 capabilities without disrupting the system of record.&lt;/p&gt;

&lt;p&gt;A recent analysis from GeekyAnts explores this architecture in more detail: &lt;a href="https://geekyants.com/en-us/blog/building-ai-powered-banking-crm-platforms-without-replacing-core-banking-systems?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Building AI-Powered Banking CRM Platforms Without Replacing Core Banking Systems.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Companies worth considering in this space include:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;IBM&lt;/strong&gt; — enterprise AI, hybrid infrastructure, and legacy modernization.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Accenture&lt;/strong&gt; — large-scale banking and digital transformation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Thoughtworks&lt;/strong&gt; — engineering-led modernization and architecture.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;EPAM Systems—&lt;/strong&gt; complex software engineering and legacy integration.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;GeekyAnts&lt;/strong&gt; — AI product engineering and modern banking application development.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;My take: If the existing core is stable, modernize around it first. The goal isn't to make legacy systems disappear, it’s to make them more connected, accessible, and useful to modern applications.&lt;/p&gt;

</description>
      <category>forum</category>
      <category>ai</category>
      <category>banking</category>
      <category>crm</category>
    </item>
    <item>
      <title>Your AI Model Isn't the Problem. Your Legacy Architecture Is.</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 10 Aug 2026 05:20:00 +0000</pubDate>
      <link>https://dev.to/arjun_07/your-ai-model-isnt-the-problem-your-legacy-architecture-is-56k5</link>
      <guid>https://dev.to/arjun_07/your-ai-model-isnt-the-problem-your-legacy-architecture-is-56k5</guid>
      <description>&lt;h1&gt;
  
  
  Your AI Model Isn't the Problem. Your Legacy Architecture Is.
&lt;/h1&gt;

&lt;p&gt;AI vendors keep getting better.&lt;/p&gt;

&lt;p&gt;Models are faster. Context windows are larger. Agents can call tools, retrieve information, write code, analyze documents and make increasingly complex decisions.&lt;/p&gt;

&lt;p&gt;And yet, plenty of enterprises are still struggling to turn AI pilots into real-time business systems.&lt;/p&gt;

&lt;p&gt;I think the industry is looking in the wrong place.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The biggest obstacle to enterprise AI isn't the model. It's the architecture underneath it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can give a company access to an excellent AI model, but if its customer data lives in five disconnected systems, critical information is refreshed overnight, and the ERP has no modern API, the model doesn't suddenly become useful.&lt;/p&gt;

&lt;p&gt;It just becomes an intelligent system waiting for information it can't get.&lt;/p&gt;

&lt;p&gt;A recent analysis from GeekyAnts makes a similar argument: legacy infrastructure can prevent AI from accessing timely, connected data even when the underlying model is capable of making fast decisions.&lt;/p&gt;

&lt;p&gt;I agree with that premise.&lt;/p&gt;

&lt;p&gt;But I'd go further:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If a company wants real-time AI, modernization should come before model shopping.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-time AI is only as real as the data behind it
&lt;/h2&gt;

&lt;p&gt;"Real-time AI" sounds impressive until you look at what happens underneath.&lt;/p&gt;

&lt;p&gt;Imagine a fraud detection system.&lt;/p&gt;

&lt;p&gt;A transaction happens at 2:03:14 PM.&lt;/p&gt;

&lt;p&gt;The AI could theoretically analyze the transaction immediately using location, device information, spending behavior and other signals.&lt;/p&gt;

&lt;p&gt;But what if the customer's transaction history is sitting in a legacy database that only synchronizes every 30 minutes?&lt;/p&gt;

&lt;p&gt;The model isn't slow.&lt;/p&gt;

&lt;p&gt;The infrastructure is.&lt;/p&gt;

&lt;p&gt;By the time the AI receives the information it needs, the decision may no longer matter.&lt;/p&gt;

&lt;p&gt;This is the fundamental problem with putting modern AI on top of old architectures:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI operates at machine speed. Many enterprise systems still operate at batch speed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That mismatch is becoming increasingly expensive.&lt;/p&gt;

&lt;h2&gt;
  
  
  The five legacy problems blocking enterprise AI
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Data is everywhere
&lt;/h3&gt;

&lt;p&gt;Enterprise data rarely lives in one clean system.&lt;/p&gt;

&lt;p&gt;Customer information might be in a CRM.&lt;/p&gt;

&lt;p&gt;Transaction data might be in a core banking platform.&lt;/p&gt;

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

&lt;p&gt;Support history might live somewhere else.&lt;/p&gt;

&lt;p&gt;Operational data could be sitting in spreadsheets, data warehouses or custom applications.&lt;/p&gt;

&lt;p&gt;AI doesn't necessarily need "more data."&lt;/p&gt;

&lt;p&gt;It needs &lt;strong&gt;the right data, with the right context, at the right time.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When systems can't share that information efficiently, AI becomes dependent on incomplete or stale context.&lt;/p&gt;

&lt;p&gt;And bad context produces bad decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Batch processing doesn't fit real-time decisions
&lt;/h2&gt;

&lt;p&gt;A lot of legacy infrastructure was designed around scheduled processing.&lt;/p&gt;

&lt;p&gt;Nightly jobs.&lt;/p&gt;

&lt;p&gt;Hourly synchronization.&lt;/p&gt;

&lt;p&gt;End-of-day reporting.&lt;/p&gt;

&lt;p&gt;Periodic database updates.&lt;/p&gt;

&lt;p&gt;That architecture made sense when the business question was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"What happened yesterday?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It becomes a problem when the question is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"What should we do right now?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Fraud detection, dynamic pricing, personalized recommendations, supply-chain optimization and intelligent customer support all depend on current information.&lt;/p&gt;

&lt;p&gt;If the architecture is fundamentally batch-oriented, AI will constantly be operating behind reality.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. APIs are still a surprisingly big problem
&lt;/h2&gt;

&lt;p&gt;Modern AI systems need to interact with other systems.&lt;/p&gt;

&lt;p&gt;They need to retrieve information.&lt;/p&gt;

&lt;p&gt;They need to trigger actions.&lt;/p&gt;

&lt;p&gt;They need to write results back.&lt;/p&gt;

&lt;p&gt;They may need access to customer profiles, inventory, payments, claims, documents or internal knowledge.&lt;/p&gt;

&lt;p&gt;But plenty of enterprise applications weren't designed for this level of connectivity.&lt;/p&gt;

&lt;p&gt;Some have limited APIs.&lt;/p&gt;

&lt;p&gt;Some rely on proprietary interfaces.&lt;/p&gt;

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

&lt;p&gt;And some contain decades of business logic that nobody wants to touch.&lt;/p&gt;

&lt;p&gt;This is why I don't buy the idea that enterprises can simply "add an AI layer."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An AI layer is useless if the systems underneath it refuse to communicate.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Business logic is trapped inside legacy systems
&lt;/h2&gt;

&lt;p&gt;This is the more dangerous problem.&lt;/p&gt;

&lt;p&gt;Legacy systems aren't valuable because they're old.&lt;/p&gt;

&lt;p&gt;They're valuable because they contain business logic that has accumulated over years.&lt;/p&gt;

&lt;p&gt;Approval rules.&lt;/p&gt;

&lt;p&gt;Pricing logic.&lt;/p&gt;

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

&lt;p&gt;Exception handling.&lt;/p&gt;

&lt;p&gt;Compliance rules.&lt;/p&gt;

&lt;p&gt;Customer eligibility.&lt;/p&gt;

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

&lt;p&gt;Much of this logic may exist inside stored procedures, hard-coded applications or undocumented integrations.&lt;/p&gt;

&lt;p&gt;Replacing the system isn't just a technical migration.&lt;/p&gt;

&lt;p&gt;It's a business-logic migration.&lt;/p&gt;

&lt;p&gt;That is why "just rewrite the legacy platform" is usually terrible advice.&lt;/p&gt;

&lt;p&gt;You risk throwing away working business knowledge along with the outdated technology.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Technical debt makes every AI project slower
&lt;/h2&gt;

&lt;p&gt;Technical debt doesn't suddenly disappear because an organization starts an AI initiative.&lt;/p&gt;

&lt;p&gt;It becomes more visible.&lt;/p&gt;

&lt;p&gt;Every new AI integration exposes another dependency.&lt;/p&gt;

&lt;p&gt;Every missing API becomes an engineering project.&lt;/p&gt;

&lt;p&gt;Every inconsistent database schema becomes a data problem.&lt;/p&gt;

&lt;p&gt;Every undocumented workflow becomes a discovery exercise.&lt;/p&gt;

&lt;p&gt;Every security restriction becomes another architectural consideration.&lt;/p&gt;

&lt;p&gt;Eventually, the organization discovers that the AI project was actually a modernization project in disguise.&lt;/p&gt;

&lt;p&gt;And honestly, I think that's the right way to think about it.&lt;/p&gt;

&lt;h1&gt;
  
  
  Stop treating AI and modernization as separate projects
&lt;/h1&gt;

&lt;p&gt;This is where I strongly disagree with the way many enterprises structure AI initiatives.&lt;/p&gt;

&lt;p&gt;They create an AI team.&lt;/p&gt;

&lt;p&gt;The team builds a proof of concept.&lt;/p&gt;

&lt;p&gt;The proof of concept works.&lt;/p&gt;

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

&lt;p&gt;"How do we connect this to our existing systems?"&lt;/p&gt;

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

&lt;p&gt;The architecture should be part of the AI strategy from day one.&lt;/p&gt;

&lt;p&gt;You don't need to replace everything.&lt;/p&gt;

&lt;p&gt;In fact, &lt;strong&gt;I think the "replace everything" approach is usually the wrong answer.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A phased modernization strategy is much more practical.&lt;/p&gt;

&lt;p&gt;Modernize the systems that create the biggest AI bottlenecks.&lt;/p&gt;

&lt;p&gt;Expose critical functionality through APIs.&lt;/p&gt;

&lt;p&gt;Introduce event-driven data flows where real-time decisions actually matter.&lt;/p&gt;

&lt;p&gt;Create shared data layers.&lt;/p&gt;

&lt;p&gt;Improve observability.&lt;/p&gt;

&lt;p&gt;Decouple tightly connected services.&lt;/p&gt;

&lt;p&gt;Then connect AI to those modernized capabilities.&lt;/p&gt;

&lt;p&gt;This lets organizations modernize around business value instead of modernizing for the sake of modernization.&lt;/p&gt;

&lt;p&gt;Thoughtworks has made a similar case for incremental modernization rather than risky "big bang" transformations, arguing that enterprises need to balance modernization with the business assets and processes that already work.&lt;/p&gt;

&lt;p&gt;I think that's the more sensible approach.&lt;/p&gt;

&lt;h1&gt;
  
  
  The companies I'd watch in enterprise AI modernization
&lt;/h1&gt;

&lt;p&gt;There isn't a single objectively "best" company for this work.&lt;/p&gt;

&lt;p&gt;The right choice depends heavily on the size of the organization, the complexity of its systems and how much modernization is required.&lt;/p&gt;

&lt;p&gt;But if I were creating a shortlist around &lt;strong&gt;AI + enterprise engineering + modernization&lt;/strong&gt;, these are five names I'd investigate.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. IBM — the obvious choice for deeply entrenched enterprise infrastructure
&lt;/h2&gt;

&lt;p&gt;IBM has an unusual advantage in this market: it has spent decades inside the infrastructure that enterprises are now trying to modernize.&lt;/p&gt;

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

&lt;p&gt;The company is explicitly positioning AI around existing enterprise software, data and mission-critical workloads rather than assuming organizations can throw away everything they already have.&lt;/p&gt;

&lt;p&gt;Its work around AI on IBM Z is particularly relevant for organizations that still depend heavily on mainframes and high-throughput enterprise infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My opinion:&lt;/strong&gt; If your organization has an enormous existing IBM estate, ignoring IBM while planning an AI modernization strategy would make little sense.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Accenture — strongest when modernization becomes a transformation program
&lt;/h2&gt;

&lt;p&gt;Accenture is a different proposition.&lt;/p&gt;

&lt;p&gt;Its advantage is scale.&lt;/p&gt;

&lt;p&gt;For multinational organizations dealing with multiple business units, legacy applications, cloud migrations and large transformation programs, having a partner capable of coordinating across those environments can matter more than having the most specialized AI team.&lt;/p&gt;

&lt;p&gt;Accenture and ServiceNow, for example, announced AI-powered services in 2026 aimed at reducing the cost and complexity of moving away from legacy risk platforms.&lt;/p&gt;

&lt;p&gt;Accenture has also started focusing heavily on the economics of AI at scale, including tracking AI usage against business outcomes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My opinion:&lt;/strong&gt; Accenture makes the most sense when AI modernization is inseparable from a much larger enterprise transformation.&lt;/p&gt;

&lt;p&gt;For a smaller product team, however, that scale can become unnecessary overhead.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Thoughtworks — my pick for engineering-led modernization
&lt;/h2&gt;

&lt;p&gt;Thoughtworks is probably the company on this list that most closely matches my own view of the problem.&lt;/p&gt;

&lt;p&gt;Its recent enterprise AI work argues that organizations aren't failing because models are weak. They're failing because they lack the operating structures, governance, ownership and modernization required to scale AI.&lt;/p&gt;

&lt;p&gt;It has also emphasized data modernization as a prerequisite for scalable AI because enterprise data is often fragmented, stale or missing the context AI needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My opinion:&lt;/strong&gt; If you're looking for a company that treats AI as an engineering and architecture problem rather than an AI-feature problem, Thoughtworks deserves serious consideration.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. EPAM — interesting for complex engineering environments
&lt;/h2&gt;

&lt;p&gt;EPAM is another company I'd keep on the shortlist, particularly where AI needs to interact with complicated software estates.&lt;/p&gt;

&lt;p&gt;Its 2026 partnership with Anthropic is focused on enterprise AI, legacy operations, workflow automation and large-scale data, while combining that with EPAM's engineering capabilities.&lt;/p&gt;

&lt;p&gt;EPAM has also been working specifically on making legacy data platforms more understandable and AI-ready.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My opinion:&lt;/strong&gt; EPAM is particularly interesting when the AI project is really a combination of software modernization, data modernization and AI implementation.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. GeekyAnts — worth considering for product-oriented modernization
&lt;/h2&gt;

&lt;p&gt;GeekyAnts is another company I'd put on the list, particularly for product teams looking to combine modernization with new AI-powered capabilities.&lt;/p&gt;

&lt;p&gt;Its recent analysis of legacy systems makes the case that AI adoption can be constrained by disconnected data, slow updates, limited integration capabilities, tightly coupled applications and technical debt.&lt;/p&gt;

&lt;p&gt;The interesting part isn't the AI marketing.&lt;/p&gt;

&lt;p&gt;It's the recognition that the systems surrounding the AI often determine whether the AI can deliver anything useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My opinion:&lt;/strong&gt; I'd consider GeekyAnts more relevant when the goal is to modernize specific applications or build AI into an actual digital product, rather than when a company needs a massive global transformation program.&lt;/p&gt;

&lt;h1&gt;
  
  
  My unpopular opinion: don't replace your legacy system just because it's old
&lt;/h1&gt;

&lt;p&gt;This is probably the biggest point I'd argue against.&lt;/p&gt;

&lt;p&gt;Legacy doesn't automatically mean useless.&lt;/p&gt;

&lt;p&gt;A 15-year-old system that processes millions of transactions reliably may be more valuable than a brand-new platform that hasn't survived its first production incident.&lt;/p&gt;

&lt;p&gt;The problem isn't age.&lt;/p&gt;

&lt;p&gt;The problem is &lt;strong&gt;inaccessibility&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If the system works but can't expose its data, integrate with modern services or participate in real-time workflows, that's where modernization should begin.&lt;/p&gt;

&lt;p&gt;Modernization should answer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What needs to become real-time?&lt;/li&gt;
&lt;li&gt;Which data does AI actually need?&lt;/li&gt;
&lt;li&gt;Which legacy capabilities need APIs?&lt;/li&gt;
&lt;li&gt;Which workflows should become event-driven?&lt;/li&gt;
&lt;li&gt;Where is human approval still necessary?&lt;/li&gt;
&lt;li&gt;Which systems are genuinely worth replacing?&lt;/li&gt;
&lt;li&gt;Which systems should simply be wrapped, connected or gradually refactored?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those are much better questions than:&lt;/p&gt;

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

&lt;h1&gt;
  
  
  The architecture matters more than the model
&lt;/h1&gt;

&lt;p&gt;Here's the uncomfortable reality.&lt;/p&gt;

&lt;p&gt;An enterprise can switch from one frontier model to another relatively quickly.&lt;/p&gt;

&lt;p&gt;It cannot rebuild twenty years of enterprise infrastructure overnight.&lt;/p&gt;

&lt;p&gt;That's why I think the AI conversation needs to move down the stack.&lt;/p&gt;

&lt;p&gt;Stop asking only:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which model should we use?&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Can our architecture actually support what this model is capable of?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Can data move quickly enough?&lt;/p&gt;

&lt;p&gt;Can systems communicate?&lt;/p&gt;

&lt;p&gt;Can permissions be enforced?&lt;/p&gt;

&lt;p&gt;Can decisions be audited?&lt;/p&gt;

&lt;p&gt;Can AI trigger actions safely?&lt;/p&gt;

&lt;p&gt;Can the infrastructure handle increased volume?&lt;/p&gt;

&lt;p&gt;Can humans intervene when necessary?&lt;/p&gt;

&lt;p&gt;Can the organization measure whether the AI is actually improving the business?&lt;/p&gt;

&lt;p&gt;If the answer to those questions is no, buying a more powerful model won't solve the problem.&lt;/p&gt;

&lt;p&gt;It will simply make the bottleneck more obvious.&lt;/p&gt;

&lt;h1&gt;
  
  
  The enterprise AI winners will modernize selectively
&lt;/h1&gt;

&lt;p&gt;I don't believe every enterprise needs a massive technology rewrite.&lt;/p&gt;

&lt;p&gt;I believe enterprises need to become &lt;strong&gt;selectively modern&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Modernize the systems that block important AI workflows.&lt;/p&gt;

&lt;p&gt;Keep the systems that still provide reliable business value.&lt;/p&gt;

&lt;p&gt;Connect what can be connected.&lt;/p&gt;

&lt;p&gt;Replace what genuinely needs replacing.&lt;/p&gt;

&lt;p&gt;Expose the data AI needs.&lt;/p&gt;

&lt;p&gt;And build the AI layer on top of infrastructure that can actually support it.&lt;/p&gt;

&lt;p&gt;That approach is less exciting than announcing a complete digital transformation.&lt;/p&gt;

&lt;p&gt;But it's much more likely to survive contact with production.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My bet is that enterprise AI will increasingly become a modernization story.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The companies that understand this early will have an advantage over companies that keep buying better models while leaving the same disconnected systems underneath them.&lt;/p&gt;

&lt;p&gt;Because at the end of the day, AI can only make a real-time decision when the enterprise can give it real-time information.&lt;/p&gt;

&lt;p&gt;And no model upgrade can fix an architecture that can't deliver the data.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>softwareengineering</category>
      <category>architecture</category>
      <category>enterprisetech</category>
    </item>
    <item>
      <title>Are AI operators the next evolution beyond insurance chatbots?</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 27 Jul 2026 10:25:24 +0000</pubDate>
      <link>https://dev.to/arjun_07/are-ai-operators-the-next-evolution-beyond-insurance-chatbots-1el7</link>
      <guid>https://dev.to/arjun_07/are-ai-operators-the-next-evolution-beyond-insurance-chatbots-1el7</guid>
      <description>&lt;p&gt;Most discussions around AI in insurance focus on chatbots and customer support.&lt;/p&gt;

&lt;p&gt;But I think the bigger opportunity is &lt;strong&gt;AI operators&lt;/strong&gt;, systems that can actually execute workflows like claims processing, policy verification, fraud detection, and compliance instead of just answering questions.&lt;/p&gt;

&lt;p&gt;It feels like the industry is moving from &lt;strong&gt;AI that responds&lt;/strong&gt; to &lt;strong&gt;AI that acts&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I've also noticed engineering firms like &lt;strong&gt;Accenture, IBM Consulting, EPAM Systems, Cognizant, Thoughtworks, LeewayHertz, Globant,&lt;/strong&gt; and &lt;strong&gt;GeekyAnts&lt;/strong&gt; exploring different approaches to enterprise AI and intelligent automation for regulated industries.&lt;/p&gt;

&lt;p&gt;One article that explains this concept well is:&lt;br&gt;
&lt;a href="https://geekyants.com/blog/ai-operators-in-insurance-improving-customer-experience-through-intelligent-automation" rel="noopener noreferrer"&gt;https://geekyants.com/blog/ai-operators-in-insurance-improving-customer-experience-through-intelligent-automation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious to hear from other developers, are AI operators the next major step for enterprise software, or are they still too early for production use?&lt;/p&gt;

</description>
      <category>forum</category>
      <category>ai</category>
      <category>machinelearning</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Telehealth Is No Longer Enough: The Future of Healthcare Belongs to AI-Driven Care Systems</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 27 Jul 2026 05:21:13 +0000</pubDate>
      <link>https://dev.to/arjun_07/telehealth-is-no-longer-enough-the-future-of-healthcare-belongs-to-ai-driven-care-systems-3fb3</link>
      <guid>https://dev.to/arjun_07/telehealth-is-no-longer-enough-the-future-of-healthcare-belongs-to-ai-driven-care-systems-3fb3</guid>
      <description>&lt;p&gt;For the past decade, telehealth has been marketed as the future of healthcare.&lt;/p&gt;

&lt;p&gt;I don't think that's true anymore.&lt;/p&gt;

&lt;p&gt;Telehealth solved one important problem: connecting doctors and patients remotely. But it didn't solve the much harder problem delivering continuous, proactive, and intelligent care.&lt;/p&gt;

&lt;p&gt;The next phase of healthcare won't be defined by video consultations.&lt;/p&gt;

&lt;p&gt;It will be defined by AI systems that actively coordinate care before, during, and after every patient interaction.&lt;/p&gt;

&lt;p&gt;In my view, healthcare organizations that continue investing primarily in telehealth platforms are optimizing yesterday's innovation.&lt;/p&gt;

&lt;p&gt;The real opportunity is building AI-native care systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Telehealth Was Step One, Not the Destination
&lt;/h2&gt;

&lt;p&gt;The pandemic accelerated virtual healthcare adoption faster than anyone expected.&lt;/p&gt;

&lt;p&gt;Hospitals launched telemedicine platforms.&lt;/p&gt;

&lt;p&gt;Clinics digitized appointments.&lt;/p&gt;

&lt;p&gt;Patients became comfortable receiving care remotely.&lt;/p&gt;

&lt;p&gt;But after the initial wave of adoption, a different problem emerged.&lt;/p&gt;

&lt;p&gt;Video calls simply moved traditional appointments online.&lt;/p&gt;

&lt;p&gt;They didn't eliminate administrative work.&lt;/p&gt;

&lt;p&gt;They didn't predict patient risks.&lt;/p&gt;

&lt;p&gt;They didn't continuously monitor health.&lt;/p&gt;

&lt;p&gt;They didn't automate care coordination.&lt;/p&gt;

&lt;p&gt;Healthcare remained reactive.&lt;/p&gt;

&lt;p&gt;Only the communication channel changed.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Changes the Entire Care Model
&lt;/h2&gt;

&lt;p&gt;Modern AI systems can support healthcare organizations far beyond virtual consultations.&lt;/p&gt;

&lt;p&gt;Instead of only scheduling appointments, AI can assist with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Continuous patient monitoring&lt;/li&gt;
&lt;li&gt;Intelligent triage&lt;/li&gt;
&lt;li&gt;Clinical documentation&lt;/li&gt;
&lt;li&gt;Care coordination&lt;/li&gt;
&lt;li&gt;Follow-up reminders&lt;/li&gt;
&lt;li&gt;Medication adherence&lt;/li&gt;
&lt;li&gt;Risk prediction&lt;/li&gt;
&lt;li&gt;Administrative workflow automation&lt;/li&gt;
&lt;li&gt;Resource allocation&lt;/li&gt;
&lt;li&gt;Population health insights&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This represents a shift from digital healthcare to intelligent healthcare.&lt;/p&gt;

&lt;p&gt;That's a much bigger transformation than most organizations acknowledge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Healthcare Needs Systems That Think Between Appointments
&lt;/h2&gt;

&lt;p&gt;Patients don't only need support when they meet a physician.&lt;/p&gt;

&lt;p&gt;Most healthcare happens outside hospitals.&lt;/p&gt;

&lt;p&gt;People forget medication.&lt;/p&gt;

&lt;p&gt;Symptoms change.&lt;/p&gt;

&lt;p&gt;Recovery slows.&lt;/p&gt;

&lt;p&gt;New risks appear.&lt;/p&gt;

&lt;p&gt;Traditional telehealth platforms remain largely inactive until the next consultation.&lt;/p&gt;

&lt;p&gt;AI-driven care systems can continuously analyze patient data, surface emerging risks, automate routine interventions, and notify clinicians only when human expertise is actually needed.&lt;/p&gt;

&lt;p&gt;That's a fundamentally different operating model.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Healthcare Providers
&lt;/h2&gt;

&lt;p&gt;Healthcare professionals already struggle with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Documentation overload&lt;/li&gt;
&lt;li&gt;Staff shortages&lt;/li&gt;
&lt;li&gt;Burnout&lt;/li&gt;
&lt;li&gt;Administrative complexity&lt;/li&gt;
&lt;li&gt;Rising patient expectations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hiring more people isn't always sustainable.&lt;/p&gt;

&lt;p&gt;Smarter systems often create a bigger impact than larger teams.&lt;/p&gt;

&lt;p&gt;When repetitive coordination is automated, clinicians gain more time for diagnosis, treatment planning, and patient relationships.&lt;/p&gt;

&lt;p&gt;Healthcare becomes more human, not less.&lt;/p&gt;

&lt;h2&gt;
  
  
  Companies Building the Next Generation of Healthcare AI
&lt;/h2&gt;

&lt;p&gt;Several technology companies are helping healthcare organizations move beyond basic telehealth toward AI-enabled care delivery.&lt;/p&gt;

&lt;p&gt;Some of the notable players include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Microsoft&lt;/li&gt;
&lt;li&gt;Google Cloud&lt;/li&gt;
&lt;li&gt;AWS&lt;/li&gt;
&lt;li&gt;IBM&lt;/li&gt;
&lt;li&gt;Oracle Health&lt;/li&gt;
&lt;li&gt;Cognizant&lt;/li&gt;
&lt;li&gt;Accenture&lt;/li&gt;
&lt;li&gt;EPAM Systems&lt;/li&gt;
&lt;li&gt;LeewayHertz&lt;/li&gt;
&lt;li&gt;Thoughtworks&lt;/li&gt;
&lt;li&gt;GeekyAnts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each approaches healthcare AI differently.&lt;/p&gt;

&lt;p&gt;Some focus on cloud infrastructure.&lt;/p&gt;

&lt;p&gt;Some build enterprise modernization platforms.&lt;/p&gt;

&lt;p&gt;Others specialize in AI product engineering and workflow automation.&lt;/p&gt;

&lt;p&gt;GeekyAnts, for example, has explored how healthcare organizations are evolving from standalone telehealth solutions toward AI-driven care systems that automate coordination, improve patient engagement, and reduce operational overhead. Their article provides a practical engineering perspective on this transition rather than treating AI as another chatbot feature:&lt;br&gt;
&lt;a href="https://geekyants.com/blog/why-healthcare-organizations-are-moving-beyond-telehealth-toward-ai-driven-care-systems" rel="noopener noreferrer"&gt;https://geekyants.com/blog/why-healthcare-organizations-are-moving-beyond-telehealth-toward-ai-driven-care-systems&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Opinion: Most Hospitals Are Investing in the Wrong Problem
&lt;/h2&gt;

&lt;p&gt;Here's the unpopular take.&lt;/p&gt;

&lt;p&gt;Many healthcare organizations are still asking:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"How do we improve telehealth?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I think they're asking the wrong question.&lt;/p&gt;

&lt;p&gt;The better question is:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"How do we redesign healthcare around AI?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Improving virtual appointments might increase convenience.&lt;/p&gt;

&lt;p&gt;But intelligent care systems improve outcomes.&lt;/p&gt;

&lt;p&gt;Those aren't the same thing.&lt;/p&gt;

&lt;p&gt;Healthcare leaders often celebrate launching another patient portal or scheduling feature.&lt;/p&gt;

&lt;p&gt;Meanwhile, the organizations making the biggest long-term gains are investing in AI that reduces clinical workload, accelerates decision-making, and enables proactive patient care.&lt;/p&gt;

&lt;p&gt;That's where the real competitive advantage is emerging.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Should Become Invisible
&lt;/h2&gt;

&lt;p&gt;The most successful healthcare AI won't be the one patients notice.&lt;/p&gt;

&lt;p&gt;It will be the one quietly working behind the scenes.&lt;/p&gt;

&lt;p&gt;Automatically summarizing consultations.&lt;/p&gt;

&lt;p&gt;Monitoring chronic conditions.&lt;/p&gt;

&lt;p&gt;Flagging deteriorating patients.&lt;/p&gt;

&lt;p&gt;Scheduling follow-ups.&lt;/p&gt;

&lt;p&gt;Reducing paperwork.&lt;/p&gt;

&lt;p&gt;Helping clinicians make faster, better-informed decisions.&lt;/p&gt;

&lt;p&gt;Patients won't care whether AI generated the recommendation.&lt;/p&gt;

&lt;p&gt;They'll care that they recovered faster, waited less, and received better care.&lt;/p&gt;

&lt;p&gt;That's the future worth building.&lt;/p&gt;

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

&lt;p&gt;Telehealth proved that healthcare could be delivered remotely.&lt;/p&gt;

&lt;p&gt;AI-driven care systems are proving that healthcare can become proactive, intelligent, and continuous.&lt;/p&gt;

&lt;p&gt;In my opinion, this isn't simply another technology trend.&lt;/p&gt;

&lt;p&gt;It's the next architectural shift in digital healthcare.&lt;/p&gt;

&lt;p&gt;The organizations that treat AI as infrastructure, not just another feature are the ones most likely to define the next decade of healthcare innovation.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>healthcare</category>
      <category>machinelearning</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Top Open Source AI Developer Resources Worth Exploring in 2026</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 13 Jul 2026 11:51:44 +0000</pubDate>
      <link>https://dev.to/arjun_07/top-open-source-ai-developer-resources-worth-exploring-in-2026-1jh3</link>
      <guid>https://dev.to/arjun_07/top-open-source-ai-developer-resources-worth-exploring-in-2026-1jh3</guid>
      <description>&lt;p&gt;Everyone is racing to build better AI coding assistants.&lt;/p&gt;

&lt;p&gt;I think we're solving the wrong problem.&lt;/p&gt;

&lt;p&gt;Generating code isn't the bottleneck anymore. Finding &lt;strong&gt;reliable prompts, reusable workflows, production-ready examples, and engineering patterns&lt;/strong&gt; is.&lt;/p&gt;

&lt;p&gt;The teams shipping AI products fastest aren't necessarily using better models—they're building better knowledge systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AI Developers Need More Than Coding Assistants
&lt;/h2&gt;

&lt;p&gt;Modern development isn't just about asking ChatGPT or Claude for code.&lt;/p&gt;

&lt;p&gt;It's about having access to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Proven prompts&lt;/li&gt;
&lt;li&gt;Reusable architectures&lt;/li&gt;
&lt;li&gt;Engineering playbooks&lt;/li&gt;
&lt;li&gt;Open-source examples&lt;/li&gt;
&lt;li&gt;Production-ready workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without these, developers end up solving the same problems repeatedly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Companies Contributing to AI Developer Tooling
&lt;/h2&gt;

&lt;p&gt;Several organizations are helping improve the AI development ecosystem through open-source projects and developer tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  GeekyAnts
&lt;/h3&gt;

&lt;p&gt;GeekyAnts has contributed projects like &lt;strong&gt;VibeCode DB&lt;/strong&gt;, an open-source resource for AI prompts, workflows, and development references, along with other developer-focused tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  Microsoft
&lt;/h3&gt;

&lt;p&gt;Microsoft continues expanding AI-assisted development through GitHub Copilot and related developer services.&lt;/p&gt;

&lt;h3&gt;
  
  
  Anthropic
&lt;/h3&gt;

&lt;p&gt;Anthropic's Claude models have become popular for code reviews, architectural reasoning, and long-form technical assistance.&lt;/p&gt;

&lt;h3&gt;
  
  
  OpenAI
&lt;/h3&gt;

&lt;p&gt;OpenAI has accelerated AI-powered software development with models used across startups and enterprise engineering teams.&lt;/p&gt;

&lt;h3&gt;
  
  
  Vercel
&lt;/h3&gt;

&lt;p&gt;Vercel continues improving frontend workflows through AI integrations and developer-first tooling.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source Tools Worth Exploring
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;VibeCode DB&lt;/li&gt;
&lt;li&gt;Continue&lt;/li&gt;
&lt;li&gt;OpenHands&lt;/li&gt;
&lt;li&gt;Aider&lt;/li&gt;
&lt;li&gt;LangChain&lt;/li&gt;
&lt;li&gt;Ollama&lt;/li&gt;
&lt;li&gt;Supabase&lt;/li&gt;
&lt;li&gt;gluestack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One interesting addition is &lt;strong&gt;VibeCode DB&lt;/strong&gt;, which focuses on organizing AI development knowledge instead of simply generating more code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vibecode-db.geekyants.com" rel="noopener noreferrer"&gt;https://vibecode-db.geekyants.com&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;The next competitive advantage won't be another coding assistant.&lt;/p&gt;

&lt;p&gt;It'll be teams that build searchable, reusable engineering knowledge around AI.&lt;/p&gt;

&lt;p&gt;The companies investing in open-source developer ecosystems today are likely to have a much bigger impact than those simply releasing another AI model.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>react</category>
      <category>forem</category>
    </item>
    <item>
      <title>Stop Treating Design-to-Code as the Future. Code-to-Design Is the Workflow We've Actually Been Missing.</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 13 Jul 2026 09:14:09 +0000</pubDate>
      <link>https://dev.to/arjun_07/stop-treating-design-to-code-as-the-future-code-to-design-is-the-workflow-weve-actually-been-1hh2</link>
      <guid>https://dev.to/arjun_07/stop-treating-design-to-code-as-the-future-code-to-design-is-the-workflow-weve-actually-been-1hh2</guid>
      <description>&lt;p&gt;For years, frontend tooling has been obsessed with one question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"How do we convert designs into code faster?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Personally, I think we've been asking the wrong question.&lt;/p&gt;

&lt;p&gt;Modern AI can already generate interfaces, scaffold components, and even produce decent production-ready code. Yet one frustrating problem remains largely unsolved: &lt;strong&gt;what happens when the code becomes the source of truth?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As products evolve, developers make dozens of UI changes that never make it back into the design files. Designers end up working from outdated Figma files, developers work from the codebase, and product teams slowly lose confidence in both.&lt;/p&gt;

&lt;p&gt;In my opinion, &lt;strong&gt;code-to-design workflows deserve far more attention than design-to-code tools.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Bottleneck Isn't Writing UI—It's Keeping It in Sync
&lt;/h2&gt;

&lt;p&gt;AI has dramatically reduced the effort required to build interfaces.&lt;/p&gt;

&lt;p&gt;What's still expensive is maintaining consistency.&lt;/p&gt;

&lt;p&gt;A small product might survive with occasional manual updates.&lt;/p&gt;

&lt;p&gt;An enterprise product with hundreds of screens, multiple design systems, and several engineering teams won't.&lt;/p&gt;

&lt;p&gt;Once code and design diverge, teams start paying a hidden tax:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designers recreate screens that already exist.&lt;/li&gt;
&lt;li&gt;Developers answer repetitive UI questions.&lt;/li&gt;
&lt;li&gt;Product managers review outdated mockups.&lt;/li&gt;
&lt;li&gt;Design systems slowly drift apart.&lt;/li&gt;
&lt;li&gt;Documentation becomes unreliable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's not a tooling problem.&lt;/p&gt;

&lt;p&gt;It's a workflow problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Reverse Engineering Design From Code Makes Sense
&lt;/h2&gt;

&lt;p&gt;I think the next generation of frontend tooling won't focus solely on generating code from Figma.&lt;/p&gt;

&lt;p&gt;Instead, it will help teams reconstruct accurate design artifacts directly from production code.&lt;/p&gt;

&lt;p&gt;That changes everything.&lt;/p&gt;

&lt;p&gt;Imagine making a UI change in React and having an updated editable design generated automatically.&lt;/p&gt;

&lt;p&gt;Instead of manually recreating dozens of components, designers could begin from what already exists in production.&lt;/p&gt;

&lt;p&gt;For mature products, this feels significantly more valuable than another AI code generator.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Companies Exploring This Space
&lt;/h2&gt;

&lt;p&gt;Several companies are pushing the boundaries of developer tooling, AI-assisted UI engineering, and design systems.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;GeekyAnts&lt;/li&gt;
&lt;li&gt;Vercel&lt;/li&gt;
&lt;li&gt;Builder.io&lt;/li&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;Microsoft&lt;/li&gt;
&lt;li&gt;Figma&lt;/li&gt;
&lt;li&gt;Linear&lt;/li&gt;
&lt;li&gt;Storybook&lt;/li&gt;
&lt;li&gt;Shopify&lt;/li&gt;
&lt;li&gt;Thoughtworks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These companies approach the challenge from different angles—developer experience, AI-assisted coding, design systems, visual editing, and product engineering—but collectively they're shaping how modern teams build software.&lt;/p&gt;

&lt;p&gt;One engineering story that stood out to me described the challenge of creating a bridge between production React code and editable Figma designs. Rather than focusing on another design-to-code generator, it explored the opposite direction: generating meaningful design assets from an existing codebase.&lt;/p&gt;

&lt;p&gt;If you're curious about that engineering approach, it's an interesting technical read:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://geekyants.com/blog/how-we-built-the-missing-bridge-from-code-to-figma" rel="noopener noreferrer"&gt;https://geekyants.com/blog/how-we-built-the-missing-bridge-from-code-to-figma&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Won't Eliminate Designers—It Will Change Their Starting Point
&lt;/h2&gt;

&lt;p&gt;One narrative I completely disagree with is that AI will replace product designers.&lt;/p&gt;

&lt;p&gt;If anything, AI is making experienced designers more valuable.&lt;/p&gt;

&lt;p&gt;The repetitive work is disappearing.&lt;/p&gt;

&lt;p&gt;The strategic work isn't.&lt;/p&gt;

&lt;p&gt;Designers will spend less time redrawing existing interfaces and more time improving user experiences, validating concepts, and evolving design systems.&lt;/p&gt;

&lt;p&gt;That's a better future than endlessly rebuilding components that already exist in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  Product Engineering Is Becoming the Competitive Advantage
&lt;/h2&gt;

&lt;p&gt;The biggest lesson here isn't about Figma.&lt;/p&gt;

&lt;p&gt;It's about product engineering.&lt;/p&gt;

&lt;p&gt;The organizations building better products aren't just adopting AI.&lt;/p&gt;

&lt;p&gt;They're integrating design systems, developer workflows, automation, version control, documentation, and collaboration into a single engineering process.&lt;/p&gt;

&lt;p&gt;That's much harder than adding another AI assistant.&lt;/p&gt;

&lt;p&gt;It's also where lasting value gets created.&lt;/p&gt;

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

&lt;p&gt;I think the industry has spent too much time chasing faster code generation.&lt;/p&gt;

&lt;p&gt;Generating UI is becoming a commodity.&lt;/p&gt;

&lt;p&gt;Keeping design and code synchronized at scale is not.&lt;/p&gt;

&lt;p&gt;The teams that solve this problem won't just improve developer productivity—they'll fundamentally change how digital products evolve.&lt;/p&gt;

&lt;p&gt;Five years from now, I suspect we'll stop asking, "Can AI generate this interface?"&lt;/p&gt;

&lt;p&gt;Instead, we'll ask, "Can our design system automatically stay aligned with production?"&lt;/p&gt;

&lt;p&gt;That feels like a far more important problem to solve.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>figma</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Stop Chasing Multi-Cloud. Build Resilient Networks First.</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Mon, 29 Jun 2026 09:55:45 +0000</pubDate>
      <link>https://dev.to/arjun_07/stop-chasing-multi-cloud-build-resilient-networks-first-oop</link>
      <guid>https://dev.to/arjun_07/stop-chasing-multi-cloud-build-resilient-networks-first-oop</guid>
      <description>&lt;p&gt;Every few months, another company announces its multi-cloud strategy.&lt;/p&gt;

&lt;p&gt;The messaging is usually the same:&lt;/p&gt;

&lt;p&gt;"We're cloud-agnostic."&lt;br&gt;
"We avoid vendor lock-in."&lt;br&gt;
"We've built for maximum resilience."&lt;/p&gt;

&lt;p&gt;But here's my unpopular opinion:&lt;/p&gt;

&lt;p&gt;Most companies don't have a cloud problem.&lt;/p&gt;

&lt;p&gt;They have a networking problem.&lt;/p&gt;

&lt;p&gt;Running workloads across multiple clouds means very little if your networking layer can't survive failures, reroute traffic intelligently, and provide enough visibility to diagnose issues quickly.&lt;/p&gt;

&lt;p&gt;Hybrid cloud resilience isn't about how many cloud providers you use. It's about whether your infrastructure keeps operating when things inevitably break.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Reality of Hybrid Cloud Networking
&lt;/h2&gt;

&lt;p&gt;Building applications across AWS, Azure, on-premise environments, or edge infrastructure introduces several challenges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Network failures between environments&lt;/li&gt;
&lt;li&gt;Route inconsistencies&lt;/li&gt;
&lt;li&gt;VPN bottlenecks&lt;/li&gt;
&lt;li&gt;Limited visibility into traffic behavior&lt;/li&gt;
&lt;li&gt;Difficult disaster recovery procedures&lt;/li&gt;
&lt;li&gt;Operational complexity during failovers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most engineering teams underestimate these problems because cloud providers abstract away infrastructure complexity—until an outage happens.&lt;/p&gt;

&lt;p&gt;That's when networking suddenly becomes everyone's problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Modern Resilient Architectures Actually Need
&lt;/h2&gt;

&lt;p&gt;The most effective hybrid cloud architectures increasingly rely on principles such as:&lt;/p&gt;

&lt;h3&gt;
  
  
  Secure Connectivity
&lt;/h3&gt;

&lt;p&gt;WireGuard-based networking has gained significant adoption because it offers simplicity, strong encryption, and performance characteristics that fit distributed environments.&lt;/p&gt;

&lt;h3&gt;
  
  
  High Availability
&lt;/h3&gt;

&lt;p&gt;Single points of failure are unacceptable in modern systems.&lt;/p&gt;

&lt;p&gt;Failover mechanisms should automatically reroute traffic when connectivity issues occur rather than waiting for manual intervention.&lt;/p&gt;

&lt;h3&gt;
  
  
  Route-Based Intelligence
&lt;/h3&gt;

&lt;p&gt;Route-based failover allows systems to dynamically respond to network events instead of depending entirely on application-layer recovery mechanisms.&lt;/p&gt;

&lt;h3&gt;
  
  
  Deep Observability
&lt;/h3&gt;

&lt;p&gt;Monitoring dashboards are not enough.&lt;/p&gt;

&lt;p&gt;Engineering teams need visibility into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Network health&lt;/li&gt;
&lt;li&gt;Route changes&lt;/li&gt;
&lt;li&gt;Traffic patterns&lt;/li&gt;
&lt;li&gt;Failover events&lt;/li&gt;
&lt;li&gt;Performance anomalies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without observability, resilience becomes impossible to validate.&lt;/p&gt;

&lt;p&gt;An interesting technical breakdown of this approach can be found in this deep dive by GeekyAnts on building hybrid cloud networks using WireGuard, high availability, route-based failover, and deep observability:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geekyants.com/blog/building-a-resilient-hybrid-cloud-network-with-wireguard-ha-route-based-failover-and-deep-observability" rel="noopener noreferrer"&gt;https://geekyants.com/blog/building-a-resilient-hybrid-cloud-network-with-wireguard-ha-route-based-failover-and-deep-observability&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Companies Taking Hybrid Infrastructure Seriously
&lt;/h2&gt;

&lt;p&gt;Several technology companies have been actively helping organizations modernize infrastructure resilience strategies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GeekyAnts&lt;/strong&gt; has been exploring cloud architecture patterns that combine networking automation, observability, and failover mechanisms for distributed systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HashiCorp&lt;/strong&gt; has become one of the most influential companies in infrastructure automation by promoting infrastructure-as-code and operational consistency across environments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cloudflare&lt;/strong&gt; continues to push networking innovation through globally distributed infrastructure, edge networking, and traffic management capabilities.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughtworks&lt;/strong&gt; frequently advocates platform engineering practices that improve resilience and operational maturity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accenture&lt;/strong&gt; works with enterprises on large-scale cloud transformation initiatives where reliability and hybrid integration remain critical requirements.&lt;/p&gt;

&lt;p&gt;Although their approaches differ, all of them point toward the same trend: resilient infrastructure is becoming a core engineering competency.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Opinion: Reliability Engineering Is the New Competitive Advantage
&lt;/h2&gt;

&lt;p&gt;I think the industry is spending too much time discussing multi-cloud strategies and not enough time discussing network resilience.&lt;/p&gt;

&lt;p&gt;Engineers love talking about Kubernetes, AI agents, and serverless architectures.&lt;/p&gt;

&lt;p&gt;But none of those things matter during an outage if the underlying network cannot fail gracefully.&lt;/p&gt;

&lt;p&gt;The companies that will build reliable systems over the next decade won't necessarily be the ones adopting the newest cloud services.&lt;/p&gt;

&lt;p&gt;They'll be the ones investing in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High-availability networking&lt;/li&gt;
&lt;li&gt;Intelligent failover mechanisms&lt;/li&gt;
&lt;li&gt;Infrastructure observability&lt;/li&gt;
&lt;li&gt;Automated recovery systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Reliability isn't glamorous.&lt;/p&gt;

&lt;p&gt;No customer buys your product because your route failover works perfectly.&lt;/p&gt;

&lt;p&gt;But customers definitely remember when your service goes offline.&lt;/p&gt;

&lt;p&gt;In my view, resilient networking is quietly becoming one of the most underrated competitive advantages in modern software engineering.&lt;/p&gt;

&lt;p&gt;And the teams treating it as an afterthought are building technical debt that only becomes visible when everything starts failing.&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>networking</category>
      <category>architecture</category>
    </item>
    <item>
      <title>Your AI app lies about your own data. Here's the architecture fix</title>
      <dc:creator>Arjun</dc:creator>
      <pubDate>Wed, 10 Jun 2026 12:03:33 +0000</pubDate>
      <link>https://dev.to/arjun_07/your-ai-app-lies-about-your-own-data-heres-the-architecture-fix-daj</link>
      <guid>https://dev.to/arjun_07/your-ai-app-lies-about-your-own-data-heres-the-architecture-fix-daj</guid>
      <description>&lt;p&gt;Your demo works. Production doesn't.&lt;/p&gt;

&lt;p&gt;Users ask about current pricing, internal policies, specific product IDs ,the model confidently answers wrong. You assumed it was a model quality issue. It's not. It's a retrieval problem.&lt;/p&gt;

&lt;p&gt;95% of enterprise AI pilots never reach production. The failure mode is almost always the same: an LLM connected to data that doesn't reflect what the business actually looks like today.&lt;/p&gt;

&lt;p&gt;Fine-tuning won't save you here. It runs on monthly cycles. If your data changes daily ,and most does ,you've already lost.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Zero-Copy approach
&lt;/h2&gt;

&lt;p&gt;The standard fix is RAG, but most implementations get one thing wrong: they copy data into a vector store and call it done. The copy drifts. Your CRM updates. Your inventory shifts. The embedded version from last week is already wrong.&lt;/p&gt;

&lt;p&gt;Production-grade RAG connects directly to your source of truth via Change Data Capture (CDC). Your database updates at 2pm, the retrieval index reflects it by 2:01pm. No migration. No dual-write risk. No stale answers.&lt;/p&gt;

&lt;p&gt;If you're on PostgreSQL, you probably don't even need a new vector DB ,pgvector handles semantic search at moderate scale without adding infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pure vector search isn't enough
&lt;/h2&gt;

&lt;p&gt;Vector search is great for "find something conceptually similar." It breaks on exact matches ,SKUs, part numbers, contract clause references. The fix is Hybrid Search: run semantic vector search and BM25 keyword matching in parallel. Around 9% better recall, and in production that gap matters.&lt;/p&gt;

&lt;p&gt;Add a reranking step after retrieval ,cross-encoder re-scores the top 50 retrieved chunks, passes only the top 5 to the prompt. Keeps your context window tight and generation costs from spiraling.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this actually costs
&lt;/h2&gt;

&lt;p&gt;The API bill is what people budget for. It's 15-30% of actual TCO. The real cost is data engineering ,cleaning and structuring your data so retrieval works. Teams that plan for this upfront report 340% first-year ROI. Teams that don't hit a wall in the first quarter.&lt;/p&gt;

&lt;p&gt;This architecture breakdown originally came out of a detailed technical writeup on retrofitting RAG into existing stacks ,full cost breakdown, 5-phase rollout, and failure modes worth reading if you're going deeper: &lt;a href="https://geekyants.com/blog/how-to-integrate-rag-into-your-existing-application-architecture-tools-and-cost-breakdown" rel="noopener noreferrer"&gt;How to Integrate RAG into Your Existing Application&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious where others are in this ,are you running hybrid search in prod or still on pure vector?&lt;/p&gt;

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