👋Welcome to r/AI_Operator - Introduce Yourself and Read First!

Hey everyone! I'm u/elnino2023, a founding moderator of r/AI_Operator.

This is our new home for all things related to Computer Use Agents. We're excited to have you join us!

What to Post

Post anything that you think the community would find interesting, helpful, or inspiring. Feel free to share your thoughts, photos, or questions about ho

Community Vibe

We're all about being friendly, constructive, and inclusive. Let's build a space where everyone feels comfortable sharing and connecting.

How to Get Started

  1. Introduce yourself in the comments below.

  2. Post something today! Even a simple question can spark a great conversation.

  3. If you know someone who would love this community, invite them to join.

  4. Interested in helping out? We're always looking for new moderators, so feel free to reach out to me to apply.

Thanks for being part of the very first wave. Together, let's make r/AI_Operator amazing.

reddit.com
u/elnino2023 — 8 days ago
▲ 182 r/developersKolkata+1 crossposts

I built a compiler that turns computation graphs into the weights of a vanilla transformer — no training anywhere [P]

I've been chasing the question of what algorithms a transformer can actually express -- separate from what it can learn. So I built a compiler: define a computation graph in ordinary Python, and it produces the weights of a transformer that executes the graph. The result is a standard Phi-3-architecture checkpoint that vanilla huggingface loads with no custom code and no trust_remote_code. Zero training in the pipeline.

Write-up (origin + how the constructions work): https://ood.dev/posts/torchwright-intro/

Repo (twelve runnable examples): https://github.com/physicsrob/torchwright

Hand-built transformer weights aren't a new idea. RASP defines a language whose primitives map onto transformer sublayers, and Tracr compiles RASP programs into actual weights. I wanted two things they don't aim for: expressing a computation graph in ordinary Python, and targeting a stock architecture, so the output loads in vanilla huggingface with no custom code.

u/elnino2023 — 9 days ago
▲ 18 r/AI_Operator+1 crossposts

Agent Cursors

Agent Cursors: many background agents can now each own a cursor, scoped to a non-overlapping action space.

What makes it work: each agent opens a named session tied to one window, and its cursor only touches that window, so they don't collide. Inputs run through both accessibility tree and vision, and an agent clicks and types in a background window without raising it.

Take a look here : https://github.com/trycua/cua

u/elnino2023 — 3 months ago

The most capable computer-use model for the web.

Pareto-domination: accuracy, latency, cost

• SoTA across all benchmarks

• +5-10% over GPT 5.5, Opus 4.7, n1

• +25% over Gemini

• 2x faster, significantly cheaper

Expanded action space

• UI actions (like n1)

+ JavaScript generation & execution

Asked to extract all available product sizes and colors:

• n1 clicked 22 buttons

• n1.5 finished in 5 steps

Take a look here : https://yutori.com/delegate

u/elnino2023 — 3 months ago

Cua Driver - the new macOS driver that lets any agent (Claude Code, Codex, your own loop) drive any app in the background, with true multi-player and multi-cursor built-in.

Take a look at delegated demo capture. Agent drives the app, cua-driver record and renders zoom-on-click at export. Imagine just delegating an entire product demo to an agent, background computer-use now unlocks this.

GitHub : https://github.com/trycua/cua

u/elnino2023 — 4 months ago
▲ 296 r/deeplearning+1 crossposts

"There's a new generation of empirical deep learning researchers, hacking away at whatever seems trendy, blowing with the wind" [D]

Saw this on X.

I too am struggling with the term post agentic ai just posting here for further discussion.

u/Sea-Parsnip-7122 — 3 months ago