<?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: Priya Negi</title>
    <description>The latest articles on DEV Community by Priya Negi (@priya_negi_9ffd29931ea408).</description>
    <link>https://dev.to/priya_negi_9ffd29931ea408</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3578296%2F3658bb76-bcd7-405c-8b2e-4b81b00c9169.jpg</url>
      <title>DEV Community: Priya Negi</title>
      <link>https://dev.to/priya_negi_9ffd29931ea408</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priya_negi_9ffd29931ea408"/>
    <language>en</language>
    <item>
      <title>How I build my first automation as a non-coder</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Wed, 01 Apr 2026 06:33:07 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/how-i-build-my-first-automation-as-a-non-coder-42dm</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/how-i-build-my-first-automation-as-a-non-coder-42dm</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffpchyplo9nu2wgvolxtb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffpchyplo9nu2wgvolxtb.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'll be honest, when I first heard about mobile automation, I pictured lines of incomprehensible code scrolling down a black terminal screen. As someone who barely remembers high school algebra, the thought of programming anything made me want to close my laptop and pretend I never heard the word automation. Okay that was exaggerated. &lt;/p&gt;

&lt;p&gt;But here's the thing, I like listening to people talking about automating this and that. I also wanted to try something. So I looked for some options, and that's when I discovered Droidrun.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem with Traditional Automation
&lt;/h2&gt;

&lt;p&gt;Most automation tools expect you to write code or scripts, understand programming logic, learn technical syntax and then debug when things break. Basically configuring at every single step. &lt;br&gt;
( I don’t know these many things, I just asked LLM the problems with traditional automation)&lt;/p&gt;

&lt;p&gt;For someone like me, this felt like being handed a spaceship manual when I just wanted to ride a bike or maybe a scooter.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mobilerun: Automation for non-coders
&lt;/h2&gt;

&lt;p&gt;Mobilerun is the cloud infrastructure of Droidrun, an AI-powered mobile automation framework. But here's the thing, you don't need to know what a framework is to use it.&lt;/p&gt;

&lt;p&gt;Instead of writing code, you just describe what you want in plain English. The AI figures out how to do it. Simple.&lt;/p&gt;

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

&lt;p&gt;You : Send a WhatsApp message saying hello to John&lt;br&gt;
Mobilerun: Sends a message to John.&lt;/p&gt;

&lt;p&gt;You don’t need to think about what happens in the backend, you just get a task executed as simple as that. &lt;/p&gt;

&lt;h2&gt;
  
  
  My First Automation
&lt;/h2&gt;

&lt;p&gt;Let me walk you through exactly how I set up my first automation without coding anything.&lt;/p&gt;

&lt;h3&gt;
  
  
  What You'll Need
&lt;/h3&gt;

&lt;p&gt;Before we start, here's what you need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An Android phone (sorry iOS users, not yet!)&lt;/li&gt;
&lt;li&gt;About 15 minutes&lt;/li&gt;
&lt;li&gt;A Mobilerun account (free to start)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it. No programming knowledge needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Get the Droidrun Portal APK
&lt;/h3&gt;

&lt;p&gt;The Droidrun Portal APK is like a bridge between your phone and Mobilerun's AI. It allows the AI to see what's on your screen and interact with your apps.&lt;/p&gt;

&lt;p&gt;Here's the complete setup guide for this : &lt;a href="https://docs.droidrun.ai/guides/device-setup" rel="noopener noreferrer"&gt;https://docs.droidrun.ai/guides/device-setup&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Important: You'll need to enable "Install from Unknown Sources" in your Android settings. Don't worry, the Portal app is open-source and safe. It's like giving your trusted friend the remote control to help you with tasks.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Set Up Portal Permissions
&lt;/h3&gt;

&lt;p&gt;Once Portal is installed, open it. It will ask for a few permissions:&lt;/p&gt;

&lt;p&gt;Accessibility Service: This lets the AI see what's on your screen and interact with buttons and text fields&lt;br&gt;
Display Over Other Apps: This allows Portal to work in the background while you use other apps&lt;/p&gt;

&lt;p&gt;These permissions sound scary, but they're necessary for automation to work. It's like giving someone permission to use your keyboard and mouse on your behalf.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Connect to Mobilerun Cloud
&lt;/h3&gt;

&lt;p&gt;Now comes the easy part:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://cloud.mobilerun.ai" rel="noopener noreferrer"&gt;cloud.mobilerun.ai&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Sign up for a free account (just email and password). &lt;/li&gt;
&lt;li&gt;You'll land on your dashboard&lt;/li&gt;
&lt;li&gt;Look for "Connect Device" or "Add Device"&lt;/li&gt;
&lt;li&gt;On your phone's Portal app, you'll see a "Connect to Cloud" option&lt;/li&gt;
&lt;li&gt;Scan the QR code shown on the Mobilerun website (or enter the code manually)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And that's it! Your phone is now connected. You'll see it appear as "Online" on your Mobilerun dashboard.&lt;/p&gt;

&lt;p&gt;Note: Make sure to use the same email address to login to mobilerun and portal apk. Otherwise, you won’t be able to see the device in the cloud.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4: Your First Automation
&lt;/h3&gt;

&lt;p&gt;Here's where it gets fun. Let's start with something simple automatically saving Instagram posts you like.&lt;/p&gt;

&lt;p&gt;On the Mobilerun dashboard:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;In the playground, write the task in plain english. Something like, Open Instagram, go to my saved posts, and unsave them all.&lt;/li&gt;
&lt;li&gt;Select the agent&lt;/li&gt;
&lt;li&gt;Under devices, you can already see the connected device&lt;/li&gt;
&lt;li&gt;Under advanced setting, choose the other relevant settings&lt;/li&gt;
&lt;li&gt;and finally click on Run to start the automation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. Now your mobile will automatically perform tasks specified by you.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Can You Automate?
&lt;/h2&gt;

&lt;p&gt;Once you've got the basics down, the possibilities are pretty wild. You can automate anything you do on your phone. &lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building my first automation taught me something important: technology should work for you, not the other way around.&lt;/p&gt;

&lt;p&gt;For years, I thought automation was only for programmers. I was wrong. The real barrier wasn't knowledge, it was that tools were built by developers for developers.&lt;/p&gt;

&lt;p&gt;Mobilerun changes that. It's built for people who just want their phone to do things without becoming a software engineer in the process.&lt;/p&gt;

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

&lt;p&gt;If you're also someone who wants to run automation or at least try it once, Droidrun is the tool you can use.&lt;br&gt;&lt;br&gt;
You don't need to learn to code.&lt;br&gt;
You don't need to understand how AI works.&lt;br&gt;
You just need 15 minutes and a willingness to try something new.&lt;/p&gt;

&lt;p&gt;Happy Learning.&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>mobile</category>
      <category>androiddev</category>
      <category>automation</category>
    </item>
    <item>
      <title>How I automated LinkedIn with my old phone</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Sun, 29 Mar 2026 06:31:26 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/how-i-automated-linkedin-with-my-old-phone-2fdb</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/how-i-automated-linkedin-with-my-old-phone-2fdb</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj5ut7xnxm9jhdld7evvd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj5ut7xnxm9jhdld7evvd.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;We all have at least one old phone that nobody uses anymore. A Galaxy something or other with a cracked screen protector. A phone that still works fine but hasn't been charged for so many months now. They just sit there, slowly becoming e-waste. Until you turned one into your personal LinkedIn automation agent. &lt;/p&gt;

&lt;p&gt;That’s right. Just an old Android phone and an AI that does all the clicking, scrolling, posting, commenting stuff for me. &lt;/p&gt;

&lt;p&gt;Let me explain. If you've ever tried to automate LinkedIn, you know the deal. Chrome extensions that inject scripts into the page. Cloud tools that log into your account from some random IP in Virginia. Dedicated SaaS platforms charging $99/month to send connection requests. and LinkedIn's crackdown has only gotten worse. People are getting accounts restricted left and right. The problem isn't the automation itself but how most tools do it. They're all browser-based hacks pretending to be you, and anti-bot software has gotten scary good at spotting them.&lt;/p&gt;

&lt;p&gt;So I asked myself what if the automation happened on an actual phone, doing actual taps, like an actual human? &lt;/p&gt;

&lt;p&gt;Here's what I did. I grabbed my old Android device from the drawer, installed the Droidrun APK, and connected it to Mobilerun. That's it. That was the setup. Mobilerun is a platform that lets you automate real Android devices with plain English. You literally tell it what to do and it does it on a real phone, with real taps, real scrolls, real keystrokes. &lt;/p&gt;

&lt;p&gt;I told it to open LinkedIn, go to my feed, and start engaging with posts. Liking. Commenting thoughtful responses (not those cliche Great post bots). Sending connection requests to people in my niche. Checking messages. And because it's happening on a real device with a real screen, LinkedIn sees exactly what it expects: someone using the app normally on their phone. Because that's literally what's happening. The AI is just the one holding the phone. &lt;/p&gt;

&lt;h3&gt;
  
  
  What I Actually Automated:
&lt;/h3&gt;

&lt;p&gt;Here's my daily LinkedIn workflow that now runs without me touching anything:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Morning engagement round: The agent opens LinkedIn, scrolls through my feed, likes relevant posts, and leaves actual comments. Not generic ones contextual comments based on what the post is about.&lt;/li&gt;
&lt;li&gt;Connection requests: Targeted outreach to people in my industry. The agent visits profiles, reads their bio, and sends personalized connection requests.&lt;/li&gt;
&lt;li&gt;Message replies: It checks my LinkedIn inbox and drafts responses. I review the important ones, but for the, thanks for connecting messages it handles it all.&lt;/li&gt;
&lt;li&gt;Content interaction: When I post something, the agent monitors engagement and responds to comments throughout the day.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All running on a phone that was of no use two weeks ago. &lt;/p&gt;

&lt;p&gt;Watch it in action: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=LVx_jL8PT4o" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=LVx_jL8PT4o&lt;/a&gt; &lt;/p&gt;

&lt;h3&gt;
  
  
  Why This Approach is Different:
&lt;/h3&gt;

&lt;p&gt;Most LinkedIn automation tools work at the API or browser level. They're essentially puppeteering a web session. LinkedIn knows(trust me, you are like this far from getting banned). They track browser fingerprints, unusual session patterns, and IP mismatches. But a real phone running the real LinkedIn app? That's just... a phone. The touch events are real. The screen renders are real. The network requests come from a normal mobile connection. There's nothing to detect because there's nothing fake. And here's the kicker if you don't even have an old phone lying around, Mobilerun offers cloud-hosted real Android devices. Same concept, but you skip the hardware entirely.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Results:
&lt;/h3&gt;

&lt;p&gt;After two weeks of running this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connection acceptance rate went up (personalized requests hit different)&lt;/li&gt;
&lt;li&gt;My posts got more early engagement because the agent was actively engaging with others' content (LinkedIn's algorithm rewards that)&lt;/li&gt;
&lt;li&gt;I reclaimed about 40 minutes per day I was spending on manual LinkedIn engagement&lt;/li&gt;
&lt;li&gt;No account warning so far. Because it is an actual device working for me like a real person.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Should You Do This?
&lt;/h3&gt;

&lt;p&gt;Look, I'm not telling you to go full bot-mode on LinkedIn. The platform has rules, and mass-spamming connection requests is still a terrible idea whether a human or an AI does it. But thoughtful, measured automation? Engaging with content you'd engage with anyway, just without spending an hour doing it manually? That's not gaming the system. That's just being efficient.&lt;/p&gt;

&lt;p&gt;And if you've got an old phone sitting in a drawer doing nothing... well, now you know what to do with it. &lt;/p&gt;

&lt;p&gt;I talk about AI agents and agentic AI. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq1s39uxahthx7k0hug6i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq1s39uxahthx7k0hug6i.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;&lt;br&gt;
Get in touch with me on &lt;a href="https://www.linkedin.com/in/priya-negi-b8b4061ab/" rel="noopener noreferrer"&gt;LinkedIn.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>stealth</category>
      <category>mobileautomation</category>
      <category>ai</category>
    </item>
    <item>
      <title>Tasker Vs Droidrun: Rule based automation vs Agentic AI system</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Thu, 26 Mar 2026 06:02:51 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/tasker-vs-droidrun-rule-based-automation-vs-agentic-ai-system-1ep3</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/tasker-vs-droidrun-rule-based-automation-vs-agentic-ai-system-1ep3</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0zkc2gr4i20gz7f7hx4a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0zkc2gr4i20gz7f7hx4a.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Mobile automation has been around for quite some time with tools like Tasker and MacroDroid. But the landscape of Android automation has evolved dramatically over the past few years. In this blog, I will examine two distinct paradigms in mobile automation technology.&lt;/p&gt;

&lt;p&gt;Tasker enables users to perform custom actions based on contexts such as time, location, application state, and events. The platform has continuously evolved to adapt with Android's changing ecosystem. &lt;/p&gt;

&lt;p&gt;Droidrun, by contrast, launched in 2025 as an open-source mobile AI agent framework specifically designed to enable natural language control of Android and iOS devices. The framework represents a shift from programmed automation to agent-based control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tasker vs Droidrun: Approach
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Tasker: Rule-Based Automation
&lt;/h3&gt;

&lt;p&gt;Tasker works as a rule-based automation engine for Android. Users create profiles (trigger conditions) that activate tasks (sequences of actions). This model provides precise automation:&lt;/p&gt;

&lt;p&gt;Profiles: Define when something should happen.  It looks for contexts such as time-based triggers, location changes, application launches, system states, or custom events.&lt;/p&gt;

&lt;p&gt;Tasks: Define what should happen when a profile is triggered for Eg. Modifying system settings, launching applications, manipulating files, sending network requests, or controlling hardware.&lt;/p&gt;

&lt;p&gt;Apart from this Tasker supports variables, which makes it very flexible. It can also create custom interfaces like popups, buttons, menus etc.&lt;/p&gt;

&lt;p&gt;This architecture grants users granular control over Android's operating system, without requiring root access for most operations. Users can also extend capabilities through JavaScript, shell scripts, and Java code execution.&lt;/p&gt;

&lt;h3&gt;
  
  
  Droidrun: Agent-Based Control
&lt;/h3&gt;

&lt;p&gt;Droidrun uses large language models to understand and execute tasks written in natural language. Rather than pre-programmed rules, the system uses AI reasoning to complete objectives:&lt;/p&gt;

&lt;p&gt;Natural Language Commands: Users describe what they want to achieve in natural language command.&lt;br&gt;
UI Understanding: Vision models and accessibility tree parsing enable dynamic interface comprehension&lt;br&gt;
Multi-Step Planning: LLMs decompose complex objectives into sequential actions&lt;br&gt;
Cross-Application Workflows: Agents can navigate between applications to complete integrated tasks.&lt;/p&gt;

&lt;p&gt;This removes the need to write code, letting you automate things just by texting. But it can sometimes behave unpredictably because it relies on AI-generated responses.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feature Comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dimension&lt;/th&gt;
&lt;th&gt;Tasker&lt;/th&gt;
&lt;th&gt;Droidrun&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Core Approach&lt;/td&gt;
&lt;td&gt;Rule-based (IF → THEN)&lt;/td&gt;
&lt;td&gt;AI-driven (intent → execution)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Triggers&lt;/td&gt;
&lt;td&gt;Built-in (time, app, events, system)&lt;/td&gt;
&lt;td&gt;No native triggers (manual / external)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Actions&lt;/td&gt;
&lt;td&gt;Predefined (400+ actions)&lt;/td&gt;
&lt;td&gt;Decided dynamically by AI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UI Automation&lt;/td&gt;
&lt;td&gt;Limited (via plugins)&lt;/td&gt;
&lt;td&gt;Strong (native, vision-based)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ease of Use&lt;/td&gt;
&lt;td&gt;Hard to learn&lt;/td&gt;
&lt;td&gt;Easy to use (after setup)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Setup&lt;/td&gt;
&lt;td&gt;Simple&lt;/td&gt;
&lt;td&gt;Complex (Python, ADB, APIs)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Execution&lt;/td&gt;
&lt;td&gt;Deterministic (predictable)&lt;/td&gt;
&lt;td&gt;Non-deterministic (can vary)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Speed&lt;/td&gt;
&lt;td&gt;Fast (milliseconds)&lt;/td&gt;
&lt;td&gt;Slower (seconds)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adaptability&lt;/td&gt;
&lt;td&gt;Low (breaks on UI change)&lt;/td&gt;
&lt;td&gt;High (adapts to UI changes)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Platform&lt;/td&gt;
&lt;td&gt;Android only&lt;/td&gt;
&lt;td&gt;Android + iOS (limited)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Internet Needed&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes (usually)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Privacy&lt;/td&gt;
&lt;td&gt;Fully local&lt;/td&gt;
&lt;td&gt;Cloud-dependent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Best For&lt;/td&gt;
&lt;td&gt;System automation, routines&lt;/td&gt;
&lt;td&gt;UI automation, complex workflows&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Tasker and Droidrun address fundamentally different automation paradigms, making direct comparison challenging.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Criteria&lt;/th&gt;
&lt;th&gt;Choose Tasker if you…&lt;/th&gt;
&lt;th&gt;Choose Droidrun if you…&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Automation Type&lt;/td&gt;
&lt;td&gt;Need deterministic, repeatable automation&lt;/td&gt;
&lt;td&gt;Need flexible, adaptive automation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Operation Mode&lt;/td&gt;
&lt;td&gt;Prefer fully offline operation&lt;/td&gt;
&lt;td&gt;Are okay with internet/API dependency&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Control Level&lt;/td&gt;
&lt;td&gt;Need precise system-level control&lt;/td&gt;
&lt;td&gt;Need UI-level control across apps&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ease of Use&lt;/td&gt;
&lt;td&gt;Can learn structured logic&lt;/td&gt;
&lt;td&gt;Prefer natural language commands&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Use Case&lt;/td&gt;
&lt;td&gt;Automate device settings, routines&lt;/td&gt;
&lt;td&gt;Automate app workflows, UI tasks&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;App Dependency&lt;/td&gt;
&lt;td&gt;Work with system features/APIs&lt;/td&gt;
&lt;td&gt;Work with apps without APIs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adaptability&lt;/td&gt;
&lt;td&gt;Can manually fix broken automations&lt;/td&gt;
&lt;td&gt;Need automation that adapts automatically&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cost Preference&lt;/td&gt;
&lt;td&gt;Want one-time cost&lt;/td&gt;
&lt;td&gt;Okay with ongoing API costs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Platform&lt;/td&gt;
&lt;td&gt;Only need Android&lt;/td&gt;
&lt;td&gt;Need Android + iOS support&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;For many users, the tools are complementary rather than competitive. Tasker excels at system automation and trigger-based actions, while Droidrun addresses UI navigation and adaptive workflows. The optimal approach may involve both: Tasker for predictable system control, Droidrun for intelligent application interaction.&lt;/p&gt;

&lt;p&gt;The broader question is rather more philosophical: Should mobile automation require users to program specific behaviors, or should AI agents interpret human intent? Tasker represents the former; Droidrun explores the latter. Both approaches have merit, and the mobile automation landscape is richer for their coexistence.&lt;/p&gt;

&lt;p&gt;I talk about mobile app automation. Follow me on &lt;a href="https://www.linkedin.com/feed/" rel="noopener noreferrer"&gt;Linkedin.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tasker</category>
      <category>androidautomation</category>
      <category>ai</category>
      <category>python</category>
    </item>
    <item>
      <title>Best Mobile AI Agents in 2026</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Mon, 16 Mar 2026 09:08:32 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/best-mobile-ai-agents-in-2026-pe0</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/best-mobile-ai-agents-in-2026-pe0</guid>
      <description>&lt;p&gt;Stop me if you've heard this one: "AI agents are going to revolutionize how you use your phone!"&lt;br&gt;&lt;br&gt;
Yeah, I've been hearing that since 2024. And for two years, most of it was vaporware slick demos that fell apart the second you tried to do something real.&lt;/p&gt;

&lt;p&gt;But 2026 is different. I'll give it that.&lt;/p&gt;

&lt;p&gt;I've spent the last few weeks installing, configuring, cursing at, and occasionally being impressed by every mobile AI agent I could get my hands on. Some of these are legitimately game-changing. Others are polished marketing wrapped around mediocre tech. And a few surprised me in ways I didn't expect.&lt;/p&gt;

&lt;p&gt;This isn't another top 10 best tools listicle.&lt;br&gt;&lt;br&gt;
This is what I actually found when I put these things to work. Lets dive into the Best Mobile AI Agents in 2026.&lt;/p&gt;




&lt;h2&gt;
  
  
  What are we even talking about?
&lt;/h2&gt;

&lt;p&gt;A mobile AI agent is software that can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Look at your phone screen
&lt;/li&gt;
&lt;li&gt;Understand what's happening
&lt;/li&gt;
&lt;li&gt;Take actions such as tapping, scrolling, typing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just like you would.&lt;/p&gt;

&lt;p&gt;The big leap in 2026 is that these agents don't just work inside one app anymore.&lt;br&gt;&lt;br&gt;
They work across apps, controlling the entire device.&lt;/p&gt;




&lt;h1&gt;
  
  
  THE ONES THAT ACTUALLY IMPRESSED ME
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Droidrun: The Open-Source Framework That Punches Way Above Its Weight
&lt;/h2&gt;

&lt;p&gt;I almost skipped Droidrun because open-source mobile agent framework sounds like something that'll eat my entire weekend just getting it to run.&lt;/p&gt;

&lt;p&gt;I was wrong.&lt;/p&gt;

&lt;p&gt;Droidrun is the foundation that serious developers are building on.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MIT-licensed
&lt;/li&gt;
&lt;li&gt;LLM-agnostic (plug in GPT-4, Claude, Gemini, whatever)
&lt;/li&gt;
&lt;li&gt;Handles device communication
&lt;/li&gt;
&lt;li&gt;Screen understanding
&lt;/li&gt;
&lt;li&gt;Action execution
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While your model does the thinking.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I love
&lt;/h3&gt;

&lt;p&gt;You own the entire stack.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No vendor lock-in
&lt;/li&gt;
&lt;li&gt;No surprise pricing
&lt;/li&gt;
&lt;li&gt;Android support today
&lt;/li&gt;
&lt;li&gt;iOS planned for the future&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I had a custom agent controlling my test device within an afternoon and this is why I have placed Droidrun at top in the Best Mobile AI Agents list. &lt;/p&gt;

&lt;h3&gt;
  
  
  The catch
&lt;/h3&gt;

&lt;p&gt;A few months ago it required a bit more setup.&lt;br&gt;&lt;br&gt;
But when I checked again recently, they launched their cloud as well.&lt;/p&gt;

&lt;p&gt;And honestly — even if you know nothing about coding, you can still set up automation in under 10 minutes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Mobilerun — Droidrun's Cloud-Powered Big Sibling
&lt;/h2&gt;

&lt;p&gt;If Droidrun is the engine, Mobilerun is the fully assembled car.&lt;/p&gt;

&lt;p&gt;It gives you cloud-hosted real Android devices that you can automate using simple English instructions.&lt;/p&gt;

&lt;p&gt;Let's be real — managing physical devices is a nightmare at scale:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Charging issues
&lt;/li&gt;
&lt;li&gt;OS updates breaking things
&lt;/li&gt;
&lt;li&gt;Devices going offline at 2 AM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Mobilerun tries to eliminate all of that.&lt;/p&gt;

&lt;p&gt;The tech is still evolving, but it's clear where this is going.&lt;/p&gt;

&lt;h2&gt;
  
  
  My test
&lt;/h2&gt;

&lt;p&gt;I connected my old Android device using the Droidrun APK and asked the agent to order a blueberry cheesecake on a food delivery app.&lt;/p&gt;

&lt;p&gt;The interesting part:&lt;/p&gt;

&lt;p&gt;This was done on a real device, not an emulator.&lt;/p&gt;

&lt;p&gt;The platform is still young and evolving, but for teams building mobile automation at scale, this approach feels like the future.&lt;/p&gt;




&lt;h1&gt;
  
  
  THE BIG TECH HEAVYWEIGHTS
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Google Gemini
&lt;/h2&gt;

&lt;p&gt;Google replaced Assistant with &lt;strong&gt;Gemini&lt;/strong&gt;, and the screen automation is impressive when it works.&lt;/p&gt;

&lt;p&gt;I watched it complete a multi-step food order.&lt;/p&gt;

&lt;p&gt;Then the next day it got confused by a slightly different menu layout.&lt;/p&gt;

&lt;p&gt;That's Gemini in a nutshell:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Incredibly high ceiling&lt;/li&gt;
&lt;li&gt;Frustratingly low floor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still beta for a reason but still deserves a place in the list of Best Mobile AI Agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  Apple Intelligence &amp;amp; Siri
&lt;/h2&gt;

&lt;p&gt;Apple took the &lt;strong&gt;philosophical opposite approach&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's &lt;strong&gt;privacy-first&lt;/strong&gt;, and &lt;strong&gt;Private Cloud Compute&lt;/strong&gt; is genuinely impressive engineering.&lt;/p&gt;

&lt;p&gt;But as an &lt;strong&gt;autonomous agent&lt;/strong&gt;, it's less capable.&lt;/p&gt;

&lt;p&gt;Apple treats AI more like a &lt;strong&gt;background assistant&lt;/strong&gt; than a &lt;strong&gt;fully autonomous actor&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you want your phone to &lt;strong&gt;execute complex tasks on its own&lt;/strong&gt;, Gemini is further along.&lt;/p&gt;

&lt;p&gt;But a &lt;strong&gt;real agent ecosystem on iOS is still a work in progress&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Samsung Galaxy AI
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Galaxy S26&lt;/strong&gt; ships with Gemini integrated &lt;strong&gt;deeper than stock Android&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Some features are surprisingly good:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Live Translate during calls&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Circle to Search&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But there’s a catch:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Samsung hardware only
&lt;/li&gt;
&lt;li&gt;Feature fragmentation across models&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  So What Should You Actually Use?
&lt;/h1&gt;

&lt;h3&gt;
  
  
  If you are building mobile AI agents or automation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Droidrun&lt;/strong&gt; → open-source, full control
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobilerun&lt;/strong&gt; → cloud devices, less infrastructure headache&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  If you want a smarter phone
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Gemini&lt;/strong&gt; → Android
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Apple Intelligence&lt;/strong&gt; → iPhone
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Samsung Galaxy AI&lt;/strong&gt; → Samsung devices&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;These technologies are &lt;strong&gt;genuinely changing how we interact with our phones&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And honestly, it's about time.&lt;/p&gt;

&lt;p&gt;The future of &lt;strong&gt;headless apps&lt;/strong&gt; is not very far.&lt;/p&gt;




&lt;p&gt;I talk about &lt;strong&gt;Mobile AI Agents and Browser AI Agents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you're building in this space, feel free to &lt;strong&gt;&lt;a href="https://www.linkedin.com/in/priya-negi-b8b4061ab/" rel="noopener noreferrer"&gt;connect with me on LinkedIn.&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>mobileagent</category>
      <category>mobileautomation</category>
      <category>automation</category>
      <category>android</category>
    </item>
    <item>
      <title>How to Turn Old Android Phones into AI Agents (Complete Guide)</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Mon, 09 Mar 2026 10:58:16 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/how-to-turn-old-android-phones-into-ai-agents-complete-guide-c6e</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/how-to-turn-old-android-phones-into-ai-agents-complete-guide-c6e</guid>
      <description>&lt;p&gt;What if that old device in your drawer could be transformed into a functional AI agent — capable of executing tasks autonomously? Thanks to emerging open-source tools like OpenClaw, Droidrun, and cloud services like Mobilerun.ai, this idea is now real. You can turn a forgotten Android phone into an intelligent automation node that executes workflows, interacts with apps, scrapes data, and acts as a personal AI assistant.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Means to Turn a Phone into an AI Agent
&lt;/h2&gt;

&lt;p&gt;An AI agent, in this context is an LLM powered system that can understand natural language commands, interact with a real mobile device and complete a multi-step task autonomously on its own. &lt;/p&gt;

&lt;p&gt;The traditional automation scripts rely on brittle selectors or hard-coded input sequences. Modern AI agents on the other hand can see the device screen, reason about the UI, and decide on the next action based on intent and context.&lt;/p&gt;

&lt;p&gt;We planned to automate the old mobile phones because they are inexpensive, have decent CPUs, and run Android versions that support remote control interfaces.&lt;/p&gt;

&lt;p&gt;Instead of collecting dust, these phones can become always-on assistants, running tasks around the clock.&lt;/p&gt;

&lt;h2&gt;
  
  
  Skip the API and use the screen
&lt;/h2&gt;

&lt;p&gt;Most automation tools assume the app you want to automate has an API. Most apps don't.&lt;/p&gt;

&lt;p&gt;For example, your Uber app? No public API. WhatsApp? The business API costs money, requires approval, and can't do half of what the actual app does. Your regional food delivery service? Your banking app? Your transit app? Nothing got an API. &lt;/p&gt;

&lt;p&gt;But here's the catch, every single one of these apps has a screen and buttons that you can tap, text that you can read, fields you can type into. And it is a universal interface, and it's the exact same interface a human uses.&lt;/p&gt;

&lt;p&gt;Our idea is simple: At &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt;, instead of calling an API, we let the Droidrun agent look at the screen and decide what to do, how to scroll, and where to tap, exactly like you would. &lt;/p&gt;

&lt;p&gt;Sounds interesting right? But making it actually work is where it gets interesting.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works: accessibility trees + LLMs
&lt;/h2&gt;

&lt;p&gt;Android has a built-in accessibility system designed to help screen readers describe what's on the screen. This accessibility tree contains every UI element (like buttons, text fields, labels, checkboxes) in a structured format.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; agent reads this tree, sends it to an LLM (GPT, Claude, or Gemini), and asks: "here's what's on the screen. what should I do next?" the LLM responds with a thought process and an action (An example):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;think: i'm on the home screen. launching youtube.
action: launch (842ms)

--- step 2/30 ---
think: youtube is open. tapping the search icon.
action: tap (623ms)

--- step 3/30 ---
think: search field focused.
action: type "lofi hip hop" (501ms)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Our agent does not work on a brittle script that breaks when an app updates its layout. The agent is capable of reasoning about what it sees in real time. If a button moved, if a modal bottom sheet popped up, the agent adapts because it's reading the current state, not relying on hardcoded script.&lt;/p&gt;

&lt;p&gt;When the accessibility tree is empty (Games, webviews, screens with custom views), the agent falls back to the vision.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why old phones are perfect for this
&lt;/h2&gt;

&lt;p&gt;First, because they are old and will not cost you extra bucks. Second, they are not being used by anyone, so we can run agents on them 24*7.  &lt;/p&gt;

&lt;p&gt;Plug it into a charger, connect to Wi-Fi, and you've got an always-on device running automated tasks 24/7.&lt;/p&gt;

&lt;h2&gt;
  
  
  The complete setup guide
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Option 1: Droidrun Framework (open-source, self-hosted)
&lt;/h3&gt;

&lt;p&gt;If you are a developer and can connect your mobile to the framework, you can try the Droidrun framework for automation. Droidrun is an open-source mobile AI agent framework with 7.8K + GitHub stars, specifically built for developers who want full control. &lt;/p&gt;

&lt;p&gt;Detailed Process for getting started with Droidrun Framework&lt;br&gt;&lt;br&gt;
Check link (&lt;a href="https://docs.droidrun.ai/v4/quickstart" rel="noopener noreferrer"&gt;https://droidrun.ai/&lt;/a&gt;)&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 2: [Mobilerun Cloud (managed, no ADB needed)]
&lt;/h3&gt;

&lt;p&gt;No terminal required. Works with your personal phone.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create account at &lt;a href="https://cloud.mobilerun.ai/" rel="noopener noreferrer"&gt;cloud.mobilerun.ai  &lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Install Portal APK on your phone (droidrun.ai/portal)
&lt;/li&gt;
&lt;li&gt;Enable Accessibility permission and notifications
&lt;/li&gt;
&lt;li&gt;Get API key from cloud.mobilerun.ai/api-keys (starts with dr_sk_)
&lt;/li&gt;
&lt;li&gt;Long-press "Connect to Mobilerun" in Portal, paste key
&lt;/li&gt;
&lt;li&gt;Run tasks from the Playground or API:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Watch full setup video: &lt;a href="https://www.youtube.com/watch?v=HTUJhAVNb7k&amp;amp;t=17s" rel="noopener noreferrer"&gt;Watch Here&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 3: Mobilerun + OpenClaw (AI agent with skills)
&lt;/h3&gt;

&lt;p&gt;The most powerful setup, chain phone control with web search, calendars, messaging. Here’s how to set it up.&lt;/p&gt;

&lt;p&gt;Install Mobilerun skills in OpenClaw  &lt;/p&gt;

&lt;p&gt;Get Your Mobilerun API Key&lt;br&gt;&lt;br&gt;
Go to &lt;a href="https://cloud.mobilerun.ai/api-keys" rel="noopener noreferrer"&gt;https://cloud.mobilerun.ai/api-keys&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Click New Key, name it, and copy it — keys start with dr_sk_  &lt;/p&gt;

&lt;p&gt;Configure the API Key in the OpenClaw config file or in your terminal config file  &lt;/p&gt;

&lt;p&gt;Connect your Android Device  &lt;/p&gt;

&lt;p&gt;Run the OpenClaw with the task to do some automation on your device.&lt;/p&gt;

&lt;p&gt;Watch full setup video: Niels video link here&lt;/p&gt;

&lt;p&gt;Now you can say: "open Instagram and like the latest post from @natgeo" or "check my WhatsApp messages and summarize them"&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting started today
&lt;/h2&gt;

&lt;p&gt;Get started with OpenClaw and Mobilerun by following the simple steps below.&lt;/p&gt;

&lt;p&gt;Find your old phone (check that drawer)&lt;br&gt;&lt;br&gt;
Charge it up, connect to Wi-Fi  &lt;/p&gt;

&lt;p&gt;Pick your approach:&lt;br&gt;&lt;br&gt;
Developer → Droidrun (free, open-source)&lt;br&gt;&lt;br&gt;
Managed → Mobilerun Cloud (Portal app, no ADB)&lt;br&gt;&lt;br&gt;
AI assistant → Openclaw + Mobilerun skill  &lt;/p&gt;

&lt;p&gt;Start simple: "open Settings and tell me the Android version"&lt;br&gt;&lt;br&gt;
Build up: chain tasks, schedule automations, go wild&lt;/p&gt;

&lt;p&gt;That phone in your drawer has been waiting. Give it something to do.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openclaw</category>
      <category>android</category>
      <category>mobile</category>
    </item>
    <item>
      <title>Giving Openclaw access to Mobile</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Fri, 20 Feb 2026 12:22:24 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/giving-openclaw-access-to-mobile-1akd</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/giving-openclaw-access-to-mobile-1akd</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwjdisgyshzmixk1y0lpn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwjdisgyshzmixk1y0lpn.png" alt=" " width="800" height="490"&gt;&lt;/a&gt;&lt;br&gt;
Your AI assistant can write code, search the web, manage files, and hold a conversation. But ask it to open an app on your phone, check a notification, or test a mobile workflow and it hits a wall.&lt;/p&gt;

&lt;p&gt;That wall just came down.&lt;/p&gt;

&lt;p&gt;With the Mobilerun skill on ClawHub, OpenClaw can now control real Android devices in the cloud. Not emulators. Not screenshots you paste into chat. Actual phones, running actual apps, responding to actual taps and swipes — all driven by your AI assistant.&lt;/p&gt;

&lt;p&gt;Here's how it works, why it matters, and how to set it up in under a minute.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=HTUJhAVNb7k&amp;amp;t=4s" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=HTUJhAVNb7k&amp;amp;t=4s&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack: from prompt to pixel
&lt;/h2&gt;

&lt;p&gt;You / AI Assistant&lt;br&gt;
  → OpenClaw + Mobilerun Skill&lt;br&gt;
    → Mobilerun Cloud API&lt;br&gt;
      → Real Android Device&lt;br&gt;
        → droidrun Agent Framework&lt;br&gt;
          → Vision Model + Accessibility Tree&lt;br&gt;
            → Screen Understanding → Action Execution&lt;/p&gt;

&lt;p&gt;At the foundation is droidrun, an open-source mobile AI agent framework with 7.7k GitHub stars and a 91.4% score on the Android World benchmark. It's the engine that makes phone automation actually reliable.&lt;/p&gt;

&lt;p&gt;Droidrun combines two approaches to understand what's on screen:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Vision models — a multimodal LLM looks at the device screenshot and interprets the UI visually&lt;/li&gt;
&lt;li&gt;Accessibility tree — the structured representation of every UI element with properties and coordinates
By fusing both signals, the agent knows what it's looking at and where to interact. It executes actions through Android's standard interfaces: tap, swipe, type, scroll, back, home.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Mobilerun wraps this into a cloud platform. No USB cable or Android SDK, no local device. Real phones in the cloud, exposed via API.&lt;/p&gt;

&lt;h2&gt;
  
  
  why this matters for OpenClaw users
&lt;/h2&gt;

&lt;p&gt;OpenClaw is already one of the most capable AI assistant platforms. But desktop and web automation only covers half the story. Mobile is where people spend their time — and where most apps live exclusively.&lt;/p&gt;

&lt;p&gt;The Mobilerun skill unlocks:&lt;/p&gt;

&lt;p&gt;• QA testing — "test the signup flow on our Android app and report any issues"&lt;br&gt;
• Social media management — "post this to Instagram, check engagement on my last tweet"&lt;br&gt;
• Personal assistant workflows — "order me an Uber to the airport"&lt;br&gt;
• Competitor monitoring — "screenshot competitor's pricing page, compare with last week"&lt;br&gt;
• Cross-app automation — "copy the confirmation code from SMS and paste it into the auth screen"&lt;/p&gt;

&lt;p&gt;Real devices. Real apps. Real state. Your assistant sees the screen, reads the UI, and takes action.&lt;/p&gt;

&lt;h2&gt;
  
  
  setup: 60 seconds to mobile access
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill — ClawHub → search "Mobilerun" → install. Done.&lt;/li&gt;
&lt;li&gt;Log in to Mobilerun Cloud — first invoke prompts authentication at mobilerun.ai&lt;/li&gt;
&lt;li&gt;Claim free access to Mobilerun&lt;/li&gt;
&lt;li&gt;Start using it:&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  what makes this different
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Traditional Automation&lt;/th&gt;
&lt;th&gt;droidrun + mobilerun&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Setup&lt;/td&gt;
&lt;td&gt;SDK, drivers, device farm&lt;/td&gt;
&lt;td&gt;API key&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Scripting&lt;/td&gt;
&lt;td&gt;xpath selectors, brittle&lt;/td&gt;
&lt;td&gt;natural language&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UI changes&lt;/td&gt;
&lt;td&gt;scripts break&lt;/td&gt;
&lt;td&gt;agent adapts&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cross-app&lt;/td&gt;
&lt;td&gt;painful&lt;/td&gt;
&lt;td&gt;native&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cloud devices&lt;/td&gt;
&lt;td&gt;separate service needed&lt;/td&gt;
&lt;td&gt;built in&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Intelligence&lt;/td&gt;
&lt;td&gt;none — pure execution&lt;/td&gt;
&lt;td&gt;vision + reasoning&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  get started with it
&lt;/h2&gt;

&lt;p&gt;The Mobilerun skill takes 10 seconds to install and gives your OpenClaw assistant something it's never had before: hands.&lt;/p&gt;

&lt;p&gt;Real hands, on a real phone, in the cloud.&lt;/p&gt;

&lt;p&gt;→ clawhub.com — &lt;a href="https://openclaw.ai/" rel="noopener noreferrer"&gt;https://openclaw.ai/&lt;/a&gt;&lt;br&gt;
→ mobilerun.ai — &lt;a href="https://mobilerun.ai/" rel="noopener noreferrer"&gt;https://mobilerun.ai/&lt;/a&gt;&lt;br&gt;
→ github.com/droidrun — &lt;a href="https://github.com/droidrun/droidrun" rel="noopener noreferrer"&gt;https://github.com/droidrun/droidrun&lt;/a&gt;&lt;/p&gt;

</description>
      <category>stealth</category>
      <category>agents</category>
      <category>ai</category>
    </item>
    <item>
      <title>Appium Vs Droidrun - Pros and Cons</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Fri, 26 Dec 2025 05:59:27 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/appium-vs-droidrun-pros-and-cons-39he</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/appium-vs-droidrun-pros-and-cons-39he</guid>
      <description>&lt;p&gt;Mobile applications are a critical part of how we communicate, transact, work, and stay informed.&lt;/p&gt;

&lt;p&gt;However, with the increasing complexity of mobile ecosystems across numerous device types, operating system versions, screen sizes, and user interactions, ensuring consistent performance and functionality has become a significant challenge.&lt;/p&gt;

&lt;p&gt;To address this, various mobile app automation and testing frameworks have emerged. One of the most widely used among them is Appium which is an open source framework to automate mobile apps.&lt;/p&gt;

&lt;p&gt;But with the introduction of AI, the mobile automation landscape is evolving rapidly. New frameworks that support AI integration are changing how developers approach automation. Droidrun is one of the early frameworks in this space.&lt;/p&gt;

&lt;p&gt;It is important to note that Appium and Droidrun are not meant to be compared on every parameter. Appium focuses solely on mobile app testing automation, while testing is only one part of what Droidrun enables. Droidrun extends beyond testing into broader mobile and cross-app automation.&lt;/p&gt;

&lt;p&gt;In this blog, we discuss the pros and cons of Appium and Droidrun within their respective scopes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Appium: Pros and Cons
&lt;/h2&gt;

&lt;p&gt;Appium is a popular test automation framework that is used to automate mobile apps. It allows you to execute your tests on real iOS and Android devices as well as on emulators. It is open-source and allows you to use multiple programmin&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmcoibvpdswm8373eze0l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmcoibvpdswm8373eze0l.png" alt=" " width="800" height="350"&gt;&lt;/a&gt;g languages that it supports like Java, Javascript, Python, etc. Let us look at some of the advantages offered by Appium.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pros:
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Cost-efficiency&lt;/strong&gt;: Its open-source nature makes it cost-efficient for both small and large development teams.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vast community&lt;/strong&gt;: Since it’s an open-source tool, Appium has a thriving community that fosters continuous updates, bug fixes, and the development of plugins and extensions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Simplified Testing&lt;/strong&gt;: With its support for multiple programming languages, Appium simplifies the testing process and allows teams to leverage their existing coding skills.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cons:
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Script Writing&lt;/strong&gt;: Appium requires you to write the script for each automation, and one needs to deeply dive into how the app functions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Device Compatibility:&lt;/strong&gt; Appium's is not always compatible with certain Android devices and iOS versions. Some advanced device-specific features may not be easily accessible with the Appium script.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Limited Support for Non-Mobile Apps:&lt;/strong&gt; Appium is primarily designed for mobile apps, so automating interactions with non-mobile apps, like web apps, can be more complex.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No Natural language command:&lt;/strong&gt; Appium requires you to write scripts for each automation. No automation can work on natural language command. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learning Curve:&lt;/strong&gt; As the automation is not driven by natural language, the learning curve is very steep for early-level developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adapting to UI Changes:&lt;/strong&gt; Mobile applications change frequently, and even small UI shifts can break traditional scripts, which means every time a change occurs, the script has to be rewritten.&lt;/p&gt;

&lt;p&gt;Appium is a valuable asset for anyone involved in mobile application development and testing. Its open-source nature, cross-platform compatibility, and support for multiple programming languages make it a popular choice for ensuring the quality and functionality of mobile applications. Whether you're a developer, a quality assurance professional, or a part of a mobile development team, Appium is a tool that can streamline your testing process and help deliver reliable, high-quality mobile applications to end-users.&lt;/p&gt;

&lt;h2&gt;
  
  
  Droidrun: Pros and Cons
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; enables automation of mobile applications using natural language commands. It supports automation across Android and iOS apps and is not limited to mobile apps alone, extending to web-based applications as well.&lt;/p&gt;

&lt;p&gt;Unlike traditional testing frameworks, &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; focuses on task-based automation, where testing is only one part of the overall capability.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pros
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Natural Language Commands&lt;/strong&gt;: While Appium requires manual script writing, &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; allows automation through natural language commands.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learning Curve&lt;/strong&gt;: Because automation is driven by natural language, it is easier to learn, especially for beginner developers. In comparison, Appium has a steeper learning curve for early-level developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adapting to UI Changes&lt;/strong&gt;: Mobile applications change frequently, and even small UI shifts can break traditional scripts. &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; uses LLMs as a decision-making layer, allowing automation to continue functioning despite UI changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cross-App Workflow&lt;/strong&gt;: &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; can complete tasks across multiple apps. For example, it can open Gmail to fetch an OTP and then enter that OTP into another application.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cons
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Cost&lt;/strong&gt;: Running LLM-based agents can be more expensive than running simple scripted automation in Appium.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Speed&lt;/strong&gt;: For complex tasks, AI-based automation may take more time to reason and execute actions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appium.io/docs/en/latest/" rel="noopener noreferrer"&gt;Appium&lt;/a&gt; and &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; serve different purposes within the mobile automation ecosystem. Appium is focused on deterministic, script-based mobile testing, while Droidrun enables broader, AI-driven automation across apps and platforms, with testing being just one component.&lt;/p&gt;

&lt;p&gt;Choosing between them depends on whether the goal is structured test automation or flexible, task-oriented automation that adapts to real-world app behavior.&lt;/p&gt;

</description>
      <category>api</category>
      <category>ai</category>
      <category>programming</category>
      <category>devops</category>
    </item>
    <item>
      <title>5 Must watch videos on Mobile app automation</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Tue, 23 Dec 2025 07:12:46 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/5-must-watch-videos-on-mobile-app-automation-3hbp</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/5-must-watch-videos-on-mobile-app-automation-3hbp</guid>
      <description>&lt;p&gt;Mobile apps run the world but automating them has always been fragile, expensive, and really slow. &lt;a href="https://droidrun.ai/" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt; is changing this by introducing AI agents that can understand and operate real Android apps through intent.&lt;/p&gt;

&lt;p&gt;If you are a developer, founder, QA engineer, or simply curious about mobile AI agents, these videos are the best place to start. Each video showcases a different capability and, together, they explain why mobile automation is entering a new era.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Mobile app testing
&lt;/h3&gt;

&lt;p&gt;Just launched a new app and want it tested the way a real user would use it?&lt;/p&gt;

&lt;p&gt;With Droidrun, you can test your app using simple natural language commands—no complex scripts required. It’s easier, faster, and far more cost-effective.&lt;/p&gt;

&lt;p&gt;Watch the video to see how mobile testing can be automated end to end.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/HVHXkkxzbTI?si=bpIKkjeoyRPBBhft" rel="noopener noreferrer"&gt;Automating Mobile app testing with Droidrun&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Automating real apps
&lt;/h3&gt;

&lt;p&gt;Now its possible to do everything without downloading the app on your   phone. Watch how this user ordered ferrero Rocher using &lt;a href="https://mobilerun.ai/" rel="noopener noreferrer"&gt;Mobilerun (Droidrun's cloud)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/H0SVjurWGHc?si=CI7v9FpjJT5vKi8f" rel="noopener noreferrer"&gt;I ordered Ferrero Rocher using Mobilerun&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Developing new apps
&lt;/h3&gt;

&lt;p&gt;Droidrun isn’t just for testing apps—it can also be used during development.&lt;/p&gt;

&lt;p&gt;Watch how you can build a simple app and automatically test it using Droidrun’s framework.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/hd9F5HIIgJY?si=cyB1EGUcU2nINAzt" rel="noopener noreferrer"&gt;Automating mobile app development and testing&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Automating Tinder ;)
&lt;/h3&gt;

&lt;p&gt;Yes, you read that right. Using Droidrun, someone automated Tinder swiping and even sending the first message which is arguably the most important part.&lt;/p&gt;

&lt;p&gt;Watch the video to see it in action.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/4JMKtUcFl84?si=UHByLps7Ln8nrOOT" rel="noopener noreferrer"&gt;I automated Tinder using Droidrun&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Linkedin automation
&lt;/h3&gt;

&lt;p&gt;Finding jobs, posting new stuff, liking something or just commening valuable comments - all can be automated using droidrun's automation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/dWJdN9S0k80?si=ZWhUhUzUBiTLikXg" rel="noopener noreferrer"&gt;I automated linkedin for job hunting&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check out more videos related to the automation. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/@droidrun" rel="noopener noreferrer"&gt;Droidrun on Youtube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/droidrun/droidrun" rel="noopener noreferrer"&gt;Check Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Keep Building❤️&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>python</category>
      <category>devops</category>
    </item>
    <item>
      <title>Agentic AI - Simple to complex</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Sun, 21 Dec 2025 12:40:47 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/agentic-ai-simple-to-complex-1b7j</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/agentic-ai-simple-to-complex-1b7j</guid>
      <description>&lt;h2&gt;
  
  
  Agentic AI - Simple to complex
&lt;/h2&gt;

&lt;p&gt;AI agents are everywhere today, but not all of them are similar. Some AI agents can only answer simple questions but others can perform multiple tasks, coordinate with other systems, or act with minimum human input. In this blog, I will take you through different AI models, from simple to complex.&lt;/p&gt;

&lt;h3&gt;
  
  
  Rule-Based Automation: The Simplest “AI”
&lt;/h3&gt;

&lt;p&gt;Rule based automations are the systems that follow simple logic like ‘If this then that’ logic. There is no real thinking or learning involved, they just do what they’re told in the predefined conditions. Like FAQ chatbots with prefilled answers,or  automated email responses. Most of the agents previously used to be on this level.&lt;/p&gt;

&lt;p&gt;These types of agents are cheap and predictable but not intelligent. They are useful for simple automation but are not capable of decision making.&lt;/p&gt;

&lt;h3&gt;
  
  
  Co-Pilots and Routers: Smart Helpers
&lt;/h3&gt;

&lt;p&gt;These types of agents operate on machine learning systems. They can classify, route or recommend things based on the previous data patterns, but they still can’t act independently. You are supposed to direct the workflow in order to make them work properly. For eg. Email auto-sorting, or support model that can redirect the request to the correct department ( eg - telecom or banking service agents). &lt;/p&gt;

&lt;p&gt;With these types of agents, you can decide what the next step would be, but you are still the one with your hands on the steering wheel. They are helpful but are not autonomous. &lt;/p&gt;

&lt;h3&gt;
  
  
  Tool-Using Agents
&lt;/h3&gt;

&lt;p&gt;This is where things get interesting. These types of agents can break tasks into steps, call external APIs, and maintain context throughout a workflow. This is where real agentic AI lives in the current scenario. For eg, an agent that searches a database, summarizes the findings and updates a website/blog automatically. At this level, we can give Large Language Models (LLMs) more context by connecting them to external knowledge bases, allowing them to retrieve up-to-date, factual information before generating answers, making outputs more accurate, specific, and trustworthy, without needing costly retraining.&lt;/p&gt;

&lt;h3&gt;
  
  
  Multi-Agent Systems
&lt;/h3&gt;

&lt;p&gt;In a multi agent system, instead of one agent doing everything,multiple agents act simultaneously. Multiple specialized agents work together, review each other's outputs, and improve over time. One agent gathers data while another analyzes it, and a third reviews the results for quality control. This is quite powerful but needs a lot of experiments and sophisticated design principles. For eg. Agents like &lt;a href="https://github.com/droidrun/droidrun" rel="noopener noreferrer"&gt;Droidrun&lt;/a&gt;, Browser use etc.&lt;/p&gt;

&lt;h3&gt;
  
  
  Fully Autonomous AGI
&lt;/h3&gt;

&lt;p&gt;This is the most advanced AI system which is still theoretical. It is believed to set its own goals, adapts across any domain, and operates without human oversight. True AGI would think and plan like a human expert. The technology is not there yet. Most of the AI systems currently are either tool using agents or multi agent systems.&lt;/p&gt;

&lt;h3&gt;
  
  
  Real-World Applications
&lt;/h3&gt;

&lt;p&gt;Agentic AI is already creeping into our daily lives through:&lt;/p&gt;

&lt;p&gt;Smart Homes: Systems that coordinate temperature and security.&lt;br&gt;
Self-Driving Software: Multiple models working together to navigate roads safely.&lt;br&gt;
Virtual Assistants: Scheduling meetings and managing calendars across different apps.&lt;/p&gt;

</description>
      <category>agentaichallenge</category>
      <category>ai</category>
      <category>mobile</category>
      <category>programming</category>
    </item>
    <item>
      <title>The Era of Mobile AI Agents is Already Here</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Fri, 12 Dec 2025 10:17:21 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/the-era-of-mobile-ai-agents-is-already-here-18j5</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/the-era-of-mobile-ai-agents-is-already-here-18j5</guid>
      <description>&lt;p&gt;Everyone is obsessed with one question- If AI is really that good, can it pick my phone and do stuff automatically.&lt;/p&gt;

&lt;p&gt;In my opinion, why not…AI is absolutely capable of it and it’s not a future tech fantasy anymore. It’s happening right now, right in front of us.&lt;/p&gt;

&lt;p&gt;AI can already order food for you just by asking.&lt;/p&gt;

&lt;p&gt;It can book a ride when you’re running late and still getting ready (that’s me most of the times)&lt;/p&gt;

&lt;p&gt;It can handle sales, customer service, billing, customer journeys, and almost anything you want to automate.&lt;/p&gt;

&lt;p&gt;This is exactly what Droidrun is doing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bottleneck to Breakthrough: Droidrun’s journey
&lt;/h2&gt;

&lt;p&gt;We at Droidrun started working on this project around 7–8 months ago. The technology came a long way- from making the agent do random clicks to making it do everything precisely (even if the app UI changes).&lt;/p&gt;

&lt;p&gt;Earlier, the agent struggled with text tasks, unstable UI interpretation, and limited app understanding. We addressed this by creating a dedicated text-manipulation agent that programmatically constructs and replaces text using structured accessibility data. We then strengthened contextual awareness by stabilizing screen-state detection, filtering visual noise, tracking screen changes, and extracting app-specific knowledge for more accurate system understanding.&lt;/p&gt;

&lt;p&gt;To make the framework predictable, we added transparent action reporting and expanded the action space with long-press, targeted typing, system buttons, swipe gestures, and app launching. We reinforced memory across the prompt flow and refined the system through extensive testing, turning it into a reliable and capable mobile automation framework.&lt;/p&gt;

&lt;p&gt;Earlier, the agent occasionally got things right; now it can decide when to run, when to click, where to click, and what the user is asking for. To enable natural-language execution, we built a complete framework that abstracts core actions like clicking, scrolling, typing, screenshots, and UI understanding. Then, we taught the agent to interpret commands and the mobile environment like a real user.&lt;/p&gt;

&lt;p&gt;Repo-&lt;a href="https://github.com/droidrun/droidrun" rel="noopener noreferrer"&gt;https://github.com/droidrun/droidrun&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Moving to the cloud — Mobilerun
&lt;/h2&gt;

&lt;p&gt;After testing and refining the framework, now we are taking the next step towards building the cloud. Mobilerun is like having a virtual phone that runs fully in the cloud. It keeps all your sensitive data encrypted and safe, and it allows you to replay, pause, and audit every action. Everything happens with transparency and control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why did we keep it open-source?
&lt;/h2&gt;

&lt;p&gt;The tech behind Mobile AI agents is continuously evolving. The primary intent of open-sourcing Droidrun was to turn this AI capability into a public foundation that the entire industry can build on, improve together, and innovate freely.&lt;/p&gt;

&lt;p&gt;As a developer, you can treat it as a building block. You can extend it, modify the code, or transform it into something entirely new.&lt;/p&gt;

&lt;p&gt;Check out our Github repo here- &lt;a href="https://github.com/droidrun/droidrun" rel="noopener noreferrer"&gt;https://github.com/droidrun/droidrun&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How are we ensuring privacy and security
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Users can use proxy. It makes it possible to connect to the app from different geographical areas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Credentials of the users are not sent to LLM. They are saved into the file as key-value pairs and the agent (droidrun) fetches them by using a script. LLM does not see these credentials. So, no leaks will happen.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Users don’t use their real phone. So apps cannot understand the real identity of the user if users won’t use their private emails and nicknames.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;We are continuously working on the cloud, making it more reliable, more stable and more stealth. And this is only the beginning. We would love to see what users can build with our framework and later on the cloud. Start building, experiment, and explore. If you get stuck, reach out to us on Discord.&lt;/p&gt;

&lt;p&gt;Moving forward, we will keep building together toward the kind of agent we all imagine. The era of Mobile AI Agents is here, and we want everyone to see it, experience it, and use it for themselves.&lt;/p&gt;

&lt;p&gt;Keep Building&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>ai</category>
    </item>
    <item>
      <title>We built the first native mobile AI agent and open-sourced it🤯</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Tue, 18 Nov 2025 08:39:29 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/we-built-the-first-native-mobile-ai-agent-and-its-open-source-56c7</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/we-built-the-first-native-mobile-ai-agent-and-its-open-source-56c7</guid>
      <description>&lt;p&gt;Hi Everyone,&lt;/p&gt;

&lt;p&gt;We have built Droidrun, the first native mobile AI agent that can automate mobile devices and its completely open-source 😌&lt;/p&gt;

&lt;p&gt;New things happening lately: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Product of the day on &lt;a href="https://www.producthunt.com/p/self-promotion/droidrun-open-source-framework-for-android-agent-automation?ref=spotlight-result" rel="noopener noreferrer"&gt;Product Hunt.&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Reached 6k stars on github!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here is the link to the repo:&lt;br&gt;
&lt;a href="https://github.com/droidrun/droidrun" rel="noopener noreferrer"&gt;https://github.com/droidrun/droidrun&lt;/a&gt;&lt;br&gt;
Can you help me with a star? 😁&lt;/p&gt;




&lt;p&gt;Check out the use cases and setup tutorial:&lt;br&gt;
&lt;a href="https://youtu.be/u9ebQ_wOBnw?si=oCWCRSBNapFFZ-Ny" rel="noopener noreferrer"&gt;https://youtu.be/u9ebQ_wOBnw?si=oCWCRSBNapFFZ-Ny&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>cloud</category>
      <category>python</category>
    </item>
    <item>
      <title>The future of Mobile Apps in the era of Agentic AI</title>
      <dc:creator>Priya Negi</dc:creator>
      <pubDate>Thu, 13 Nov 2025 04:57:18 +0000</pubDate>
      <link>https://dev.to/priya_negi_9ffd29931ea408/the-future-of-mobile-apps-in-the-era-of-agentic-ai-2fjd</link>
      <guid>https://dev.to/priya_negi_9ffd29931ea408/the-future-of-mobile-apps-in-the-era-of-agentic-ai-2fjd</guid>
      <description>&lt;p&gt;Imagine a future where you never have to open an app again, your phone just gets things done.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Are AI Agents?
&lt;/h2&gt;

&lt;p&gt;AI agents are software systems that use artificial intelligence to pursue goals and complete tasks on behalf of users. They can operate autonomously deciding what to do end-to-end, breaking tasks into steps, and using APIs or apps to get the job done.&lt;/p&gt;

&lt;p&gt;These agents don’t just assist; they act. Whether it’s managing emails, booking appointments, or controlling applications, AI agents are designed to take initiative and deliver outcomes without constant human input.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Agentic AI?
&lt;/h2&gt;

&lt;p&gt;Agentic AI, on the other hand, is a broader system or framework that uses AI agents to perform tasks autonomously on behalf of a user or another system. It’s the architecture that supports, manages, and regulates the behavior of multiple AI-powered agents working within a generative AI environment.&lt;/p&gt;

&lt;p&gt;Think of Agentic AI as the ecosystem, a layer of intelligence that allows different agents to coordinate, collaborate, and function together effectively.&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of AI Agents
&lt;/h2&gt;

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

&lt;h2&gt;
  
  
  Types of Agentic architectures:
&lt;/h2&gt;

&lt;p&gt;Agentic architecture refers to the structure and design of agentic artificial intelligence (AI) frameworks. An agentic architecture is one that shapes the virtual space and workflow structure to automate AI models within an agentic AI system. These are different types of agentic architectures:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Single-Agent : task specific assistant&lt;/li&gt;
&lt;li&gt;Multi-agent: agent coordinates and collaborate&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Agentic AI in mobile application:
&lt;/h2&gt;

&lt;p&gt;Agentic AI in mobile applications marks a major shift in how we interact with technology. We’re no longer in the era where AI simply assists us, we have entered the age where AI acts, an age of smart autonomous agents quietly revolutionizing the world of mobile app development. One such agent is Droidrun, whose framework enables large language models (LLMs) to control Android and iOS devices.&lt;/p&gt;

&lt;h2&gt;
  
  
  How agentic AI will change the mobile app development landscape:
&lt;/h2&gt;

&lt;p&gt;When agents can perform tasks across multiple apps, the need to manually open apps fades. You might never open your food, cab, or calendar app, your AI agent will coordinate all of them silently in the background by controlling Graphical User Interface or using MCPs.&lt;/p&gt;

&lt;p&gt;This will create a wave of headless apps, basically software that runs purely as services for agents, not humans.&lt;/p&gt;

&lt;p&gt;Agents also will be able to operate within different apps, without you actually having them on your mobile. Agentic AI turns every app into a building block for automation. Instead of switching apps, you’ll express an intent, and your AI agent will orchestrate the workflow across multiple apps: For example, you say “order the best denim jacket in “M” size under budget $50”. The phone will automatically find the best deals available out of all the shopping apps and show you the final suggestion.&lt;/p&gt;

&lt;p&gt;Mobile UX is entering a new era, one where we don’t navigate software, we collaborate with it. Instead of menus and structured workflows, mobile AI apps will include prompt interfaces and personalized data visualizations. AI will forecast what the end-user needs to know based on their current job, and prompt interfaces will simplify both querying for information and providing job updates.&lt;/p&gt;

&lt;p&gt;As Agentic AI continues to evolve, the way we think about apps, automation, and user experience will never be the same.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
