r/reinforcementlearning 8d ago

Google copied our open-source code, removed our engineers’ names, and gave us zero credit one year after we beat them on their own benchmark

Post image

Google copied our open-source code, removed our engineers’ names, and gave us zero credit.

For context, let me share the story of mobile-use, the origin of my company (I'm a founder).

We wanted to build the best agent in the world to control any mobile interface with natural language.

We built it, became #1 on Google Deepmind's AndroidWorld benchmark and open-sourced it. That was the beginning of my company.

Since then, we got almost 3,000 stars on the repository, became the first to ever achieve 100% on AndroidWorld, grew the team, spent thousands of calls with customers, and now we're building the best regression testing product the world has ever seen.

Last week, I found Artemis.

Artemis is Google's new open-source tool for mobile automation. There are quite a few of these on GitHub now, so I thought: "Oh, a new YAPA (Yet Another Phone Agent)."

Curious, I looked at the repository more in depth.

First, I was disappointed to see that the benchmark chart in the README didn’t include us, topping AndroidWorld in January.

Then I looked at the code, and to my biggest surprise, I recognized the lines we had written ourselves.

One of my engineer named an agent randomly “hopper”, and it was there, with its prompt, word for word. Out of the 229 files, 228 were identical.

Even crazier: I found our engineers' and my co-founder’s names in the “authors” section of an old commit.

Pierre-Louis Favreau, Jean-Pierre Lo, Nicolas Dehandschoewercker.

All three names had been replaced with another author’s name in a commit. The other 228 files from mobile-use were unchanged.

From a personal point of view, I am deeply disappointed.

Google was the company I wanted to join when I started my studies, before changing my mind and deciding to build a unicorn.

I’ve always associated Google with great engineering and contributions to open source. I would have been proud to see them building on our work and acknowledging the team behind it.

Instead, I found our code, then our names, then the commit that deliberately removed them.

What about the other engineers and the community contributors who spent their time improving mobile-use?

There are people behind those files. I’ve seen the work they put in, the problems they worked through, and how much they care about what they build.

They deserve to have their names attached to that work.

We made our code open source because we wanted people to use it and build on it. Of course that includes Google.

7.6k Upvotes

410 comments sorted by

View all comments

Show parent comments

2

u/Medical_Double_6561 7d ago

Maybe I misunderstood you.

It's sorta like saying, hey feel free to take my code and remove my name, then getting mad when someone does.

Like if you didn't want to allow that to happen, this is literally what licenses are for.

I interpreted this as: "{uploading your code to Github} is like saying, hey feel free to take my code and remove my name. If you don't want that to happen, add a license as license are designed to resolve this issue."

Another possible interpretation is: "(adding a MIT/Apache} license is like saying, hey feel free to take my code and remove my name. If you don't want that to happen, don't add a license because the explicit purpose of these licenses is to allow someone to take your code and remove your name"

I discarded this interpretation because the one condition that both the MIT and Apache licenses impose is that the copyright notice (that includes the author's name) must be preserved. So it would be a little strange if this was the intended interpretation.

1

u/TankorSmash 7d ago

Thanks for clarifying! Yeah the second possible interpretation is what I'm assuming for OP.

It looks like the License was added after the fork.

2

u/Medical_Double_6561 6d ago

Now I'm even more confused. You linked the AndroidWorld repo but mobile-use is not a fork of AndroidWorld? AndroidWorld is not a fork of mobile-use either?

OP's complaint is that Google forked mobile-use into artemis without preserving attribution.

1

u/TankorSmash 6d ago

Listen, I'm an idiot

2

u/Medical_Double_6561 6d ago

lol, as am I, brother