Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Everything Is an Agent Now, and they are arguing with me

I joined UiPath in July 2026 after 7+ years as a Developer Advocate at AWS. Just over a month in, and I've had to unlearn something I've depended on when building automations most of my career: that some of my steps in my code now have opinions . This is where non-deterministic has been creeping into the way I build things. First, a confession: I spent the better part of a decade building systems…

In July 2026, the author joined UiPath after working as a Developer Advocate at AWS for over seven years. Upon joining, they discovered that UiPath's agentic stack had introduced non-determinism into their workflows. The author had previously built systems that always produced the same output given the same input, but now they encountered steps with opinions, which were non-deterministic.

The author realized that everything in UiPath's agentic stack could be categorized into two types of steps: those that required judgement and those that could be coded. Deterministic steps were low-stakes and could be handled by coded functions written in Python. These functions had typed input and output, and used the @traced decorator to appear in the platform's trace view alongside LLM calls.

Non-deterministic steps required human judgement and could not be automated. These steps were high-stakes and needed to be approved by a human to ensure correct decisions were made. The author emphasized that the human role in an enterprise setting did not mean no humans were involved; instead, humans moved from doing the work to approving the interesting 4% of it, where incorrect decisions had high-stakes impacts.

The author concluded that the bottom two layers of UiPath's architecture, consisting of coded functions and RPA processes, formed the moat of UiPath's platform. The agentic layer, which introduced non-determinism, was what made UiPath's platform addressable by something other than a human clicking. They noted that the most valuable aspect of UiPath's agentic stack was not the LLMs or agents themselves but the twenty years of connectors and integrations that made it possible for the platform to function effectively.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

NVIDIA Blackwell NVL72 Overheating: Tundaan Masif ke Q1 2025, Hyperscaler Revisi Capex

Kronologi Krisis Termal NVL72: Dari Announce ke Redesign Maret 2024: Launch Blackwell Platform NVIDIA meluncurkan platform Blackwell pada Maret 2024 dengan target produksi volume NVL72 di H2 2024.

  • NVIDIA Blackwell NVL72 overheating issue triggers major capital plan changes in Q1 2025
  • NVIDIA redesigns cooling from conventional air to direct-to-chip cold-plate solution
  • Microsoft, Meta, and Amazon postpone cluster delivery plans for Q1 2025

Building your own Git remote in under an hour

git·vodka's idea had been sitting in the back of my mind for a while. not as some big product idea. I just wanted a tiny git remote I could run for myself, friends, and family.

  • User git.vodka created personal Git remote in under an hour
  • Project completed using Cloudflare's Workers, R2, and D1
  • Git.vodka domain available for custom usernames

More from Tuesday 18 August →