<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Empire Automate Blog</title>
    <link>https://www.empireautomate.com/blog/</link>
    <description>Notes on automation estates from Empire Automate.</description>
    <language>en-AU</language>
    <item>
      <title>How we decide whether an AI agent can take over an RPA bot</title>
      <link>https://www.empireautomate.com/blog/ai-screen-use-in-place-of-rpa/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/ai-screen-use-in-place-of-rpa/</guid>
      <pubDate>Tue, 14 Jul 2026 09:00:00 +1000</pubDate>
      <description>July's material on computer-use and browser-use models, and what we make of it: how the loop works, what the benchmarks are actually measuring, the failure modes they add to a process, and how we decide whether one of them should take over a bot that already runs.</description>
    </item>
    <item>
      <title>Why selector-based bots break when an interface changes</title>
      <link>https://www.empireautomate.com/blog/why-selector-based-bots-break/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/why-selector-based-bots-break/</guid>
      <pubDate>Wed, 01 Jul 2026 09:00:00 +1000</pubDate>
      <description>Selectors describe one version of a screen, so the bots built on them fail in ways that are worse than stopping. We go through the four ways that happens, what the usual patches cost you, and what we would rebuild in their place.</description>
    </item>
    <item>
      <title>Rebuild, replace, or leave alone</title>
      <link>https://www.empireautomate.com/blog/rebuild-replace-or-leave-alone/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/rebuild-replace-or-leave-alone/</guid>
      <pubDate>Wed, 01 Jul 2026 09:00:00 +1000</pubDate>
      <description>Deciding what happens to a bot is a sorting problem before it is an engineering one. Here are the six questions we ask about every process in an estate, in the order we ask them, and what each answer means for whether it gets rebuilt, replaced, left alone or switched off.</description>
    </item>
    <item>
      <title>What an estate's source code tells you before you interview anyone</title>
      <link>https://www.empireautomate.com/blog/what-source-code-tells-you/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/what-source-code-tells-you/</guid>
      <pubDate>Wed, 01 Jul 2026 09:00:00 +1000</pubDate>
      <description>Workflow files are XML. Read enough of them and you have an inventory, a dependency graph and a risk register before you book a meeting, and you know which questions are worth a person's time.</description>
    </item>
    <item>
      <title>Running the old bot alongside the new one, and when we switch it off</title>
      <link>https://www.empireautomate.com/blog/migrating-a-bot-estate-without-a-big-bang/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/migrating-a-bot-estate-without-a-big-bang/</guid>
      <pubDate>Tue, 09 Jun 2026 09:00:00 +1000</pubDate>
      <description>The number underneath every bot migration is how long the old bot keeps running once its replacement is built. People want one weekend, and that is not an answer we offer. Two of June's releases moved numbers that bear on the overlap, so this month we have written down how we size it.</description>
    </item>
    <item>
      <title>What we make an automation record on every run</title>
      <link>https://www.empireautomate.com/blog/what-an-automation-should-log/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/what-an-automation-should-log/</guid>
      <pubDate>Tue, 12 May 2026 09:00:00 +1000</pubDate>
      <description>A vendor notice in May withdrew a set of audit values that people had been relying on. That is a fair argument for holding your own run record, so we have written ours out field by field: inputs, decisions, model confidence, validation results, approvals, outputs written and errors.</description>
    </item>
    <item>
      <title>What it costs to drive a screen, and the metering April added</title>
      <link>https://www.empireautomate.com/blog/the-cost-model-of-screen-operation/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/the-cost-model-of-screen-operation/</guid>
      <pubDate>Tue, 14 Apr 2026 09:00:00 +1000</pubDate>
      <description>The April release notes were largely about unit consumption and metering, which says the platforms have found the same gap we keep hitting: most teams cannot say what one run of a process costs. Screen operation bills on every run, and an API integration bills mostly once, at build time. This is the arithmetic we use to choose between them, and the measurement it has to rest on.</description>
    </item>
    <item>
      <title>How we test an automation that has a model call in it</title>
      <link>https://www.empireautomate.com/blog/testing-automation-that-uses-a-language-model/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/testing-automation-that-uses-a-language-model/</guid>
      <pubDate>Tue, 10 Mar 2026 09:00:00 +1000</pubDate>
      <description>March gave us a new OpenAI model, the shutdown of three older ones, and two papers that question how any of this gets evaluated. If you run a document intake workflow, the useful question after a month like that is how you would know yours still worked. This is the harness we use: where the deterministic steps split from the judgement step, what goes in the golden dataset, how we set the confidence thresholds, and what we run when a model version changes underneath us.</description>
    </item>
    <item>
      <title>What it actually means when someone says the system has an API</title>
      <link>https://www.empireautomate.com/blog/what-has-an-api-actually-means/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/what-has-an-api-actually-means/</guid>
      <pubDate>Tue, 10 Feb 2026 09:00:00 +1000</pubDate>
      <description>February handed us a Salesforce release, a repriced Xero and two Anthropic models, and all three land on the same scoping question. A yes on whether the system has an API settles almost nothing. Here is what we check after that first yes: documentation, licence tiers, rate limits, authentication models and sandbox access.</description>
    </item>
    <item>
      <title>How we choose the first process to automate</title>
      <link>https://www.empireautomate.com/blog/choosing-the-first-process-to-automate/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/choosing-the-first-process-to-automate/</guid>
      <pubDate>Tue, 13 Jan 2026 09:00:00 +1000</pubDate>
      <description>January brings the same question every year, where to start, and it usually arrives with an answer already attached: whichever process people find most irritating. We measure five properties before we agree to build anything.</description>
    </item>
    <item>
      <title>What changed in automation in 2025, and what we would do about an ageing RPA estate</title>
      <link>https://www.empireautomate.com/blog/what-changed-in-automation-in-2025/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/what-changed-in-automation-in-2025/</guid>
      <pubDate>Tue, 09 Dec 2025 09:00:00 +1000</pubDate>
      <description>December put the model releases, the survey data and two Australian policy documents into the same few weeks. We read all of it against one question: does any of it change what you should do with an RPA estate built five years ago?</description>
    </item>
    <item>
      <title>Where we put the approval gates</title>
      <link>https://www.empireautomate.com/blog/human-approval-as-an-architectural-choice/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/human-approval-as-an-architectural-choice/</guid>
      <pubDate>Tue, 11 Nov 2025 09:00:00 +1000</pubDate>
      <description>Approval keeps being discussed as a platform feature. We treat it as three decisions taken before the workflow is built: where the gate sits, what the approver can actually see, and what gets kept afterwards. Three of November's releases bear on the first one.</description>
    </item>
    <item>
      <title>Templates, zonal OCR or a model, and how we choose</title>
      <link>https://www.empireautomate.com/blog/document-extraction-models-versus-templates/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/document-extraction-models-versus-templates/</guid>
      <pubDate>Tue, 14 Oct 2025 09:00:00 +1000</pubDate>
      <description>October put a run of new OCR research and model releases in front of the industry, and most of it points one way. We still maintain coordinate templates on some document streams, and the reason comes down to a number most finance teams have never counted. This is where a language model beats template and zonal OCR extraction, where templates hold, and what we run over model output in Python before anything is posted.</description>
    </item>
    <item>
      <title>What we do when an RPA renewal quote lands and nobody can justify it</title>
      <link>https://www.empireautomate.com/blog/the-rpa-licence-renewal-you-cannot-justify/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/the-rpa-licence-renewal-you-cannot-justify/</guid>
      <pubDate>Tue, 09 Sep 2025 09:00:00 +1000</pubDate>
      <description>September 2025 handed anyone holding a UiPath renewal quote two useful documents, the quarterly results and the FUSION announcements, and read together they tell you what the account team is planning for before you reply to it. This is how we inventory an RPA estate from its source code and run history, rank each process by what it is worth, and work through the four positions available: reduce the entitlement, renew short, rebuild, or let the licence lapse.</description>
    </item>
    <item>
      <title>Why we think agents and RPA robots break the same way</title>
      <link>https://www.empireautomate.com/blog/why-ai-agents-and-rpa-bots-fail-the-same-way/</link>
      <guid isPermaLink="true">https://www.empireautomate.com/blog/why-ai-agents-and-rpa-bots-fail-the-same-way/</guid>
      <pubDate>Tue, 12 Aug 2025 09:00:00 +1000</pubDate>
      <description>August was a rough month for agentic browsing, and the incident write-ups describe failures already familiar from RPA estates. Both kinds of automation depend on interfaces owned by somebody else, both keep reporting success after they start getting things wrong, and that is why we put the boundaries where we do.</description>
    </item>
  </channel>
</rss>
