Computer use that keeps what it learns
A computer-use agent that learns software rules.
Mechanism remembers verified software behavior—what actions require and change—so it makes fewer repeat mistakes over time.
Controlled engineering prototype. Not yet deployed with customers.
What the demo shows
The software changes. It learns the rule and keeps it.
Encounters a new rule
The console now requires an inspection note. Nothing announced the rule — the agent finds it by being refused.
Shown in the demo at 0:30

Stores the verified result
It records what the software actually did, and its confidence in that step drops from 72% to 62%. The change cites the receipt it came from.
Shown in the demo at 0:22

Applies the rule on a different task
A second refund under the same policy. It writes the inspection note first, and is never refused.
Shown in the demo at 1:08

| Episode | First action | Actions | Refused |
|---|---|---|---|
| 1Under the original policy | Submit refund | 1 | 0 |
| 2The policy changes | Submit refund | 5 | 3 |
| 3A second refund, same new rule | Inspection note | 2 | 0 |
How it works
One loop, running on real software.
Act
Take the next step in the software.
Verify
Read what actually happened.
Learn
Revise the belief it contradicts.
Apply
Use it on the next task.
Each verified outcome is kept, and used on the next task.
Status
Controlled engineering prototype. Not yet deployed with customers.
- One workflow, one application, three episodes, from a single real run.
- No benchmark, and no comparison against any other agent, was run.
- Every prediction, refusal and update shown came from that run.
Contact
Built by Atila Vahedian.
Founder and engineer
If you run a browser workflow that breaks whenever the software changes, I would like to hear about it.
Email Atila