cotomi Act: Learning to Automate Work by Watching You
The paper introduces cotomi Act, a browser-based agent that achieves state-of-the-art autonomous task execution through adaptive observation and best-of-N selection while simultaneously learning persistent organizational knowledge by passively observing and abstracting user behavior into editable artifacts.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you have a new, incredibly smart intern named cotomi Act. Unlike other interns who just wait for you to give them a list of instructions and then forget everything once the job is done, cotomi Act has a superpower: it learns by watching you.
Here is how this paper explains that superpower, broken down into simple concepts:
1. The Problem: The "Amnesiac" Intern
Most computer programs that try to do web tasks for you are like that forgetful intern. They are very good at following a single, clear instruction (like "Find the price of this shoe"), but they don't know your company's secrets. They don't know:
- Who usually approves these requests?
- What specific jargon your team uses?
- Which tasks are already half-finished?
Because they lack this "inside knowledge," they either ask too many questions (slowing you down) or guess wrong (causing mistakes).
2. The Solution: Two Superpowers
The authors built cotomi Act with two distinct "muscles" to solve this:
Muscle A: The "Super-Runner" (Execution)
This part of the system is designed to actually do the work on the web without getting confused.
- The Analogy: Imagine you are running a marathon. If you try to remember every single step you took since the start line, your brain will explode. You only need to remember the change in scenery (e.g., "I just passed the water station").
- How it works: Instead of feeding the AI a massive, boring history of every click ever made, cotomi Act uses a "lazy" strategy. It only looks closely at what's on the screen right now and summarizes the changes from the last step. This keeps the AI's brain light and fast.
- The Result: In a tough test called "WebArena" (which is like a video game of real-world web tasks), this "Super-Runner" got 80.4% of the tasks right. That is actually better than the average human (who got 78.2% right in the same test).
Muscle B: The "Shadow Scribe" (Learning)
This is the part that watches you work in the background.
- The Analogy: Imagine a scribe sitting quietly behind you, watching you browse the web. Instead of just recording a raw video of your screen (which is messy and huge), the scribe takes notes and turns them into useful tools:
- Task Boards: A list of what you are working on.
- Wikis: A rulebook of how your team does things (e.g., "We always use Vendor X for printing").
- Timelines: A calendar of your recent activities.
- The Twist: This isn't a secret diary. It's a Shared Workspace. You can see what the scribe wrote, fix it if it's wrong, or add notes. The AI reads these notes to understand your world.
3. How They Work Together
The paper describes a cycle called "Observe → Extract → Act."
- Observe: You browse the web normally. The "Shadow Scribe" watches.
- Extract: The system turns your messy browsing into clean, organized notes (like a "How to Order Hardware" guide).
- Act: Later, when you ask the AI to "Order some hardware," it doesn't guess. It looks at the "How to Order" note it learned from you, follows those steps, and gets it done.
4. The Proof
The researchers tested this with a "proxy" experiment (a simulation of real work).
- The Finding: When the AI had no notes about your behavior, it failed often.
- The Improvement: As the AI collected more notes (behavioral knowledge) about how you work, its success rate went up significantly.
- The Limit: Interestingly, if the AI just tried to memorize raw, messy video logs of your screen, it actually got worse at first. It needed the "Shadow Scribe" to summarize and clean up the information first.
5. The Live Demo
The paper mentions a live demo where people can try this out. They can:
- Ask the AI to do a task (like finding conference deadlines).
- Look at the "Shared Workspace" to see what the AI has learned about their habits.
- Edit a task on the board, and watch the AI immediately use that new information to start working on the right thing.
Summary
cotomi Act is a browser assistant that doesn't just follow orders; it watches you work, turns your habits into a shared rulebook, and uses that rulebook to become a better, more reliable co-worker. It proved that by combining fast, smart execution with learning from your daily behavior, an AI can actually outperform humans at complex web tasks.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.