{
  "id": 3895539,
  "title": "636 Bytes: What Happens When You Stop Teaching RPA the Path",
  "url": "https://urgent.news/2026/08/28/636-bytes-what-happens-when-you-stop-teaching-rpa-the-path",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-28T05:03:21.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/copyleftdev/636-bytes-what-happens-when-you-stop-teaching-rpa-the-path-5f2d"
  },
  "original_language": "en",
  "account": "The article discusses the fragility of traditional robotic process automation (RPA) systems and proposes a new architecture to address these issues. Instead of relying on brittle selectors and timing windows, the new approach focuses on intent-driven automation, where the system is taught not what element to find, but the desired outcome. A key component of this approach is the use of a 636-byte WebAssembly module, which keeps the boundary between the intelligent proposal and authorized browser action deterministic and inspectable. The article also highlights the importance of separating intelligence from authority, with the AI model only interpreting intents and proposing actions, while other responsibilities, such as credential management and policy enforcement, are handled separately. The article presents a cost comparison between the legacy path and the intent architecture, showing an 82.1% reduction in monthly costs. Additionally, a synthetic web application called the Component Gym is introduced to test the robustness of the new architecture, demonstrating that it can navigate, distinguish targets from decoys, and verify outcomes without relying on memorized selectors. Overall, the article emphasizes the need for a more flexible and safe approach to automation, moving away from rigid path-driven systems towards intent-driven, isolated, and evidence-based solutions.",
  "summary": "I sat in a room with a very large automation system and a very familiar problem: it had become fragile. The language came quickly. DOM. Timestamps. Timing windows. Selectors. Retries. Circle back. Every word was reasonable. Together, they described a hill. The system was not fragile because its builders lacked discipline. It was fragile because the path had become the product. A bot was taught…",
  "key_points": [
    "Traditional RPA relies on brittle selectors and timing windows",
    "New architecture uses intent-driven automation with 636-byte WebAssembly module",
    "Cost reduction of 82.1% achieved with intent architecture"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}