Sep 19, 2026 · by Justin Jincaid · View source

Sai

The autonomous computer fleet at your command

Sai

Editorial analysis

The Robosecretary Pitch Is Really a Repurposing Pitch — If You Squint

Most creators I know don’t have a content problem. They have a screen-work problem. The actual publishing is maybe 20% of the job; the other 80% is logging into six dashboards, downloading last week’s exports, copying captions between a Notion doc and a scheduler, re-uploading the same vertical cut to three platforms, and pasting UTM parameters into a link shortener by hand. So when I saw Simular launch Sai, a “robosecretary” that drives a fleet of cloud computers at the OS level, my first thought wasn’t “cool agent demo.” It was: this is the missing layer between my content calendar and every platform that refuses to give me a real API. That’s the lens I want to use here — not “is this a good AI product,” but “does this class of tool finally solve the boring half of social media operations.”

What Sai Actually Is, Stripped of the Launch-Day Adrenaline

The maker, Ang Li, describes Sai as “the world’s first robosecretary that comes together with a fleet of autonomous computers doing your endless screen work.” The core claim: because Sai works at the interface layer — reading the screen, clicking buttons, typing into forms — it can automate things that have no API and never will, including legacy desktop apps, internal portals, and anything behind a login. It runs on Windows, macOS, and Linux, and the team reports a score of 73% on OSWorld, a public benchmark for computer-use agents.

The engineering lead, Chenchen Sun, adds the operational detail that matters: Sai runs on a fleet of real cloud computers, so handing it five tasks wakes five machines in parallel. She also cites a cost figure — $15.70 per task versus $23.70 and $26.62 for two named frontier models — and says that cost reduction is what made a free tier possible. Another maker, Tan Li Hau, frames the whole thesis in one line: “The interface was never the product — the tasks were.”

That line is the most useful sentence on the page for anyone in social media. Because for years, the entire scheduling-and-analytics stack has been built on the opposite assumption: that the interface is the product, and that your job is to learn each one.

Why this matters more to TikTok and Instagram operators than to LinkedIn ones

Here’s the operational reality I keep running into. LinkedIn has a reasonably mature API surface, and tools like Buffer and Hootsuite have built solid publishing integrations on top of it. Instagram and TikTok are a different story. Publishing is gated behind business accounts, Graph API permissions, and review processes that change without warning. Analytics exports are shallow. And a huge amount of the work — pulling a trending sound, checking whether a Reel got flagged, downloading a creator’s own archive — happens in a UI, not an endpoint.

That’s exactly the gap a computer-use agent is designed to fill. If Sai can genuinely log into a dashboard, navigate to the right screen, and pull a number, it doesn’t need Meta or ByteDance to ship a better API. It just needs to not break when the layout shifts. Which brings us to the obvious question.

The Layout-Change Problem Is the Whole Ballgame

The single most important exchange in the entire launch thread is a user named Audrey T asking the maker directly: “How does Sai handle a workflow when the screen layout changes after an app update?”

This is the question every social media manager should be asking about every computer-use agent, because platform UIs change constantly. Instagram moves a button. TikTok renames a tab. Meta Business Suite reorganizes its left rail. A brittle automation doesn’t just fail — it fails silently, and you find out three days later that none of your scheduled posts went out.

What I can tell you from my own experience testing screen-scraping and RPA-style tools over the years: the ones that survive are the ones that reason about intent rather than pixel coordinates. The ones that die are the ones that hard-code “click at 847, 312.” The maker’s answer to a related question about determinism — from Vadym Shashkov, who says he fills out hundreds of forms monthly and they change every month — is the one I’d want to see tested in the wild, not just answered in a comment thread.

Where the math breaks

There’s a cost model hiding in here that creators should think through carefully. The team’s cited figure is roughly $15.70 per task. That sounds cheap until you map it onto real social media work.

If “one task” means “publish one post to one platform,” then a 30-post month across five platforms is 150 tasks, and the math stops being trivial. If “one task” means “run my entire weekly analytics pull,” it’s a bargain. The team hasn’t published a granular definition of what constitutes a task, so I’d treat the per-task number as directional, not budgetable. My take: the economics only work when you’re automating long, multi-step, repeatable workflows — the kind where a human would otherwise spend 20 minutes clicking. For one-off “post this to Instagram,” a purpose-built scheduler will almost always be cheaper and more reliable.

What Creators and Social Teams Can Actually Steal From This

Even if you never sign up for Sai, the product’s framing teaches three things worth internalizing.

First: separate the task from the tool. Tan Li Hau’s point — “the interface was never the product — the tasks were” — is a repurposing philosophy. When I plan a content week, I now write down the task (“get this clip into three vertical formats with platform-appropriate captions”) before I open CapCut or Canva. The tool is interchangeable; the task isn’t. Teams that organize around tasks can swap tools without retraining. Teams organized around tools are hostages to them.

Second: run history is a first-class feature, not an admin afterthought. A commenter named Alexia Li made this point and it’s the most underrated observation in the thread: “When an automation makes a mistake, the first thing I want is a clear record of what happened.” If you’re running any automated publishing or reporting, the audit trail is the product. Without it, you can’t tell whether a dip in engagement is an algorithm shift or a broken automation.

Third: the “learn the route once” model maps directly onto repurposing. The maker’s pitch is that any finished task can be saved as a skill, scheduled, or triggered by an event, “so the tenth run is faster and cheaper than the first.” That’s precisely how a good repurposing workflow should behave. You build the pipeline once — long-form video to short clips to carousel to text post — and then every subsequent piece of source content flows through it with less manual effort. Most creators I know rebuild that pipeline from scratch every single time.

The seatbelt metaphor is worth borrowing

The maker describes “autonomy with a seatbelt”: tiered approvals, “trust for this task,” and encrypted input for passwords and codes so the model never sees plaintext. I’d steal this framing for any automation you run on client accounts. Tiered trust — where a new workflow runs in review mode for its first N executions before going fully autonomous — is the difference between a useful tool and a very expensive incident. If you’re automating anything on behalf of a brand, build that approval gate in from day one, even if your tool doesn’t offer it natively.

Where I Think This Falls Short

Let me be direct about the limitations, because the launch thread is honest about several of them and I want to be equally honest about the rest.

The 2FA wall is real and unresolved. When Abdul Rehman asked how Sai handles logins requiring 2FA or OTP, the maker’s answer was candid: “for now, we do not have access to your authenticator or your phone for 2FA, but we are working on bringing SAI to your phone as well.” For social media work, this is a significant limitation. Almost every platform you’d want to automate — Instagram, TikTok, LinkedIn, X — enforces 2FA on business accounts. Until that’s solved, the highest-value targets remain out of reach.

Captcha and verification friction is a known failure mode. An earlier reviewer, 月玄, reported that in their testing the agent “couldn’t handle the Google search engine’s human verification (captcha)” and also couldn’t accept Chinese text input in a search box. That review is from a prior Simular launch, not this one, so it may or may not still apply — but it illustrates the category’s fundamental fragility. Platforms actively don’t want to be automated, and they deploy countermeasures.

The interface is still technical. Ines noted that the editable, deterministic code for each action “promotes transparency and customizability,” but that for less technical users “the interface around editing and managing these actions could feel intimidating.” The maker’s response — that a traditional drag-and-drop editor may not work because the set of possible UI tasks is unbounded — is intellectually honest, but it doesn’t change the practical reality: this is not yet a tool a non-technical social media coordinator can pick up on a Monday and trust by Friday.

Not disclosed: pricing tiers, the free plan’s actual limits, how many tasks a typical social workflow consumes, enterprise security posture, or how the fleet handles concurrent access to the same account (which platforms may flag as suspicious). I’d want answers to all of these before recommending it for client work.

Who this is NOT for

If you publish to two platforms, post a few times a week, and your current stack is Later or Metricool plus a spreadsheet — this is overkill. The setup cost, the technical learning curve, and the 2FA gap will eat any time savings. You’re better off investing in a tighter repurposing workflow and a better analytics dashboard.

This is for operators running many accounts, many platforms, or workflows that genuinely have no API path — pulling data from a legacy internal tool, reconciling numbers across dashboards that don’t talk to each other, or handling the long tail of platforms where no scheduler has ever built a proper integration. That’s a real and underserved market. It’s just a narrower one than the launch copy implies.

What I’d Watch / Test Next

Three concrete things, in order of priority.

One: define your task unit before you evaluate any agent. This week, pick your most repetitive multi-step screen workflow — the one that takes 15+ minutes and happens weekly — and write down every click. That document is your benchmark. It’s also the thing you’d hand to a tool like Sai to test whether it can actually do the job. Don’t evaluate agents against vague promises; evaluate them against a workflow you’ve already mapped.

Two: pressure-test the layout-change question on any tool you’re considering. Ask the vendor directly: what happens when the platform ships a UI update? Is there a re-learning mechanism, or does the workflow break? If they can’t answer clearly, assume it breaks. In my experience, this single question separates tools that survive a year from tools that survive a quarter.

Three: watch whether the 2FA gap closes. The maker says they’re working on bringing Sai to your phone. If that ships — and if it works with authenticator apps and SMS codes without compromising account security — it unlocks the entire social platform category. That’s the milestone I’d set a calendar reminder for. Until then, treat computer-use agents as a powerful tool for back-office social ops, not for the publishing layer itself.

The bigger shift here isn’t Sai specifically. It’s that the “no API, no automation” excuse is finally expiring. For a decade, social media managers have been told to wait for platforms to open up. The agentic approach says: stop waiting, work at the interface layer like a human would. That’s a genuinely different bet — and whether or not this particular company wins it, the bet is now on the table.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with FLOWNIB. No editing skills required.

Start Creating for Free