<?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: Yuexin Huang</title>
    <description>The latest articles on DEV Community by Yuexin Huang (@yuexin_huang_b9cd56b5b122).</description>
    <link>https://dev.to/yuexin_huang_b9cd56b5b122</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%2F3937017%2F2c5e5505-efb8-439e-8900-bb472dfcc1bc.jpg</url>
      <title>DEV Community: Yuexin Huang</title>
      <link>https://dev.to/yuexin_huang_b9cd56b5b122</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yuexin_huang_b9cd56b5b122"/>
    <language>en</language>
    <item>
      <title>Connect Capture Deliver: turning AI demos into local automations</title>
      <dc:creator>Yuexin Huang</dc:creator>
      <pubDate>Fri, 07 Aug 2026 08:12:51 +0000</pubDate>
      <link>https://dev.to/yuexin_huang_b9cd56b5b122/connect-capture-deliver-turning-ai-demos-into-local-automations-4024</link>
      <guid>https://dev.to/yuexin_huang_b9cd56b5b122/connect-capture-deliver-turning-ai-demos-into-local-automations-4024</guid>
      <description>&lt;p&gt;A successful demonstration is only the beginning. Automation Skill Builder (ASB) turns AI-guided work or a human recording into an automation you can inspect, move, schedule and reuse — without requiring an AI call for every normal run.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpp85c3apork62mjuqdrh.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpp85c3apork62mjuqdrh.png" alt="Connect → Capture → Deliver" width="800" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The hand-off ASB is built to solve
&lt;/h2&gt;

&lt;p&gt;Most automation products start by asking which recorder, agent or API you will use. ASB starts one step later: &lt;strong&gt;what must remain after that tool has finished helping?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The answer should be more durable than a chat session — an editable Python script, a scheduled application, or a skill another agent can discover and invoke.&lt;/p&gt;

&lt;p&gt;That is the Connect → Capture → Deliver map:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Connect&lt;/strong&gt; — who reaches the builder (MCP agents, Studio, HTTP/OpenAPI)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Capture / Author&lt;/strong&gt; — how knowledge becomes executable steps (AI design, Playwright, desktop actions, offline authoring)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Host &amp;amp; Deliver&lt;/strong&gt; — what survives: scripts, executables, or skill packages&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Three ways the work begins
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Let an AI agent perform the task once
&lt;/h3&gt;

&lt;p&gt;An MCP-capable agent can operate ASB while you describe the outcome. ASB records the concrete calls and turns them into a replayable script. AI helps discover the procedure; the recorded procedure becomes the asset.&lt;/p&gt;

&lt;h3&gt;
  
  
  Demonstrate the work yourself
&lt;/h3&gt;

&lt;p&gt;Playwright captures web interaction; ASB's built-in actions capture supported desktop operations. The important point is not the recorder brand — ASB brings the captured steps into the same script-and-package pipeline.&lt;/p&gt;

&lt;h3&gt;
  
  
  Author for a machine that is somewhere else
&lt;/h3&gt;

&lt;p&gt;When the design machine cannot access the final application, an agent can write from an approved skill set and scenario without executing locally. The script is reviewed, copied to the destination, and run there.&lt;/p&gt;

&lt;h2&gt;
  
  
  Choose the artifact, not the authoring interface
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Recorded script&lt;/strong&gt; — inspect, edit, test, adapt&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Executable / app&lt;/strong&gt; — launch or schedule like ordinary local software&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skill package&lt;/strong&gt; — discoverable by agents via MCP / FastSkills&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What "zero Cloud/AI calls at runtime" means
&lt;/h2&gt;

&lt;p&gt;It does not mean a workflow can never call a web service. The claim is narrower: ASB does not require a model call merely to decide the next recorded step every time the automation runs. AI can help create or repair the procedure; the normal execution path stays deterministic and local.&lt;/p&gt;




&lt;p&gt;Full walkthrough + diagram: &lt;a href="https://www.visualbuild.me/blog-connect-capture-deliver.html" rel="noopener noreferrer"&gt;Connect → Capture → Deliver on visualbuild.me&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>mcp</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Record Once, Run Forever: Local-First Desktop &amp; MCP Automation Without Runtime AI</title>
      <dc:creator>Yuexin Huang</dc:creator>
      <pubDate>Wed, 05 Aug 2026 08:43:56 +0000</pubDate>
      <link>https://dev.to/yuexin_huang_b9cd56b5b122/record-once-run-forever-local-first-desktop-mcp-automation-without-runtime-ai-25fk</link>
      <guid>https://dev.to/yuexin_huang_b9cd56b5b122/record-once-run-forever-local-first-desktop-mcp-automation-without-runtime-ai-25fk</guid>
      <description>&lt;p&gt;Most teams don't need more AI &lt;em&gt;in the loop&lt;/em&gt; for repetitive desktop work — they need a workflow recorded once and run forever.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Large language models are great at reasoning. They are still unreliable as day-to-day operators of your real desktop apps, ERP screens, and browser workflows — unless you keep prompting them, babysitting them, and paying for every rerun.&lt;/p&gt;

&lt;p&gt;Traditional RPA can automate those clicks, but authoring and maintenance are often heavy.&lt;/p&gt;

&lt;h2&gt;
  
  
  A different split
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Use AI once to capture the workflow. Compile it into deterministic runtime logic. Rerun locally without an LLM in the loop.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is the idea behind &lt;a href="https://www.visualbuild.me" rel="noopener noreferrer"&gt;VisualBuild / Automation Skill Builder&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Local-first / self-hosted control plane (web UI + HTTP API + optional MCP)&lt;/li&gt;
&lt;li&gt;Host-native automation for desktop, browser, files, APIs, vision/OCR&lt;/li&gt;
&lt;li&gt;Package workflows as reusable skills, Python, or standalone executables&lt;/li&gt;
&lt;li&gt;Expose the same skills to Cursor, Claude, Copilot, and other MCP clients&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What "no runtime AI" means
&lt;/h2&gt;

&lt;p&gt;At runtime, skill invocation, quota enforcement, and license validation happen on your machine. You are not sending every click sequence to a cloud model just to replay yesterday's process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Example paths
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Browser: open a site, search, extract rows, write CSV&lt;/li&gt;
&lt;li&gt;ERP: reuse a configured SAP connection and drive a transaction&lt;/li&gt;
&lt;li&gt;AI design via MCP: record desktop steps, analyze parameters, package an EXE&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Who it is for
&lt;/h2&gt;

&lt;p&gt;If you already live in Cursor/Claude and keep re-doing the same desktop or browser choreography, VisualBuild is built for that path: capture once, run many times, optionally call the skill as an MCP tool.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://www.visualbuild.me" rel="noopener noreferrer"&gt;https://www.visualbuild.me&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm the maker — happy to answer questions about recording, packaging, and MCP exposure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aiautomationmcpproductivity</category>
    </item>
  </channel>
</rss>
