<?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: wessam juby</title>
    <description>The latest articles on DEV Community by wessam juby (@wessam_juby).</description>
    <link>https://dev.to/wessam_juby</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%2F1898973%2F7ebeee09-de33-4f1d-a518-7e508c127677.jpg</url>
      <title>DEV Community: wessam juby</title>
      <link>https://dev.to/wessam_juby</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wessam_juby"/>
    <language>en</language>
    <item>
      <title>Build an AI-Friendly CLI for APPIUM</title>
      <dc:creator>wessam juby</dc:creator>
      <pubDate>Sun, 17 May 2026 12:41:34 +0000</pubDate>
      <link>https://dev.to/wessam_juby/build-an-ai-friendly-cli-for-appium-252m</link>
      <guid>https://dev.to/wessam_juby/build-an-ai-friendly-cli-for-appium-252m</guid>
      <description>&lt;p&gt;I’ve been tinkering a lot lately with automation workflows via AI assistance with CI pipelines as well as Appium-powered tooling.&lt;/p&gt;

&lt;p&gt;What kept happening is that while the power of Appium is great, the interaction layer above it is not particularly optimized for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI agents&lt;/li&gt;
&lt;li&gt;automation workflows&lt;/li&gt;
&lt;li&gt;token efficiency&lt;/li&gt;
&lt;li&gt;machine-readable outputs&lt;/li&gt;
&lt;li&gt;CI/CD scripting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is why I created a fully open-source project appium-cli:&lt;br&gt;
GitHub:&lt;br&gt;
&lt;a href="https://github.com/WessamJuby/appium-cli" rel="noopener noreferrer"&gt;https://github.com/WessamJuby/appium-cli&lt;/a&gt;&lt;br&gt;
npm:&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/appium-cli" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/appium-cli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Appium remains the automation engine — this project is essentially a semantic CLI on top of it to enable easier automation workflows for human and machine consumption.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;you can think of it as the MCP alternative with more ai friendly responses nad less token usage&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Main focus points included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stable JSON response format&lt;/li&gt;
&lt;li&gt;Stable exit codes&lt;/li&gt;
&lt;li&gt;Semantic commands&lt;/li&gt;
&lt;li&gt;Both android and ios support&lt;/li&gt;
&lt;li&gt;Simulators, emulators &amp;amp; physical devices support&lt;/li&gt;
&lt;li&gt;Locator &amp;amp; UI inspection workflows&lt;/li&gt;
&lt;li&gt;Scripting and orchestration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One of the major design factors is the ability to interact via CLI in a way that is much more favorable to AI agents because, as you might know, LLM-powered tooling generally requires predictability and structure.&lt;/p&gt;

&lt;p&gt;At this point, it is somewhere between beta/stable releases, but is already in use.&lt;/p&gt;

&lt;p&gt;If you are working in any of the following areas, then please share your thoughts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;QA&lt;/li&gt;
&lt;li&gt;Test Automation&lt;/li&gt;
&lt;li&gt;Mobile Development&lt;/li&gt;
&lt;li&gt;Appium&lt;/li&gt;
&lt;li&gt;AI tools&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>appium</category>
      <category>testing</category>
      <category>automation</category>
      <category>qa</category>
    </item>
  </channel>
</rss>
