By Han Xiao, Founder and CEO of Jina AI. Edited by Bing He and Alex C-G
In early 2020, I left Tencent AI and founded my startup. Not long after, on April 28th, we released our core product, Jina, as open source. in short, Jina aims to search everything: image-to-image, video-to-video, tweet-to-tweet, audio-to-audio, code-to-code, etc. To understand our ambition, I often explain with two analogies:
I’ve been working in AI, especially in open-source AI, for quite some time. You may have heard of or used my previous work on Fashion-MNIST and bert-as-service. From 2018 to early 2020, I was an Engineering Lead at Tencent’s AI Lab, where I led a team to build the search infrastructure of China’s ubiquitous app, WeChat.
In 2019, I represented Tencent as a board member of the LF AI Foundation. That was the year I learned how professional open-source initiatives work.
I picked up two things at the LF AI Foundation:
I’m sure many share my vision. But my belief is so strong that it drove me to jump out of the tech giant and build my company from scratch as an open-source startup. Challenging as it is, this is the opportunity I just can’t miss, and this is the future I believe in. All of my team share this belief as strongly as I do. At Jina AI, we only do what we believe in. I always tell my team: people who actually make change are the ones who believe that change is possible in the first place.
Running an open-source software (OSS) company needs courage, an open mindset, and a strong belief.
As an OSS company, when you first show your codebase to the world, you need courage. The code quality now symbolizes the company. “Are you following best practices? Are you building technical debt here and there?” Open source is an excellent touchstone to help you understand and improve the quality of your software engineering and development procedures.
Embracing community is vital for every OSS company. It needs an open mindset. Doing open source is not the same as making a press release or giving a speech in the spotlight: it is not one-way communication. You need to walk into the community, talk to them, solve their issues, answer their questions, and accept their criticisms. You have to manage your ego and do trivial things like maintenance and housekeeping.
For engineers who want to do open source AI, the time is now. Thanks to deep learning frameworks and off-the-shelf pre-trained models, there are so many opportunities in the end-to-end application market for anyone to make a significant contribution. Ask your colleagues or friends “which AI package do you use for daily tasks like machine translation/image enhancement/data compression/code completion?” — You’ll get different answers every time. That’s often a sign that the market is still uncontested, and there is ample opportunity for growth.
One thing I like to remind AI open-source developers about is the sustainability of a project. With new AI algorithms popping up every day, how do you keep up the pace? What is the scope of your project? How do you maintain the project when facing community requests? When I was developing bert-as-service, I got so many requests to extend it to AlBERT, DistilBERT, BioBERT etc. I prioritized those that fit my roadmap. Sometimes this means hard feelings for some people. But let’s be honest: You can’t solve every issue, not on your own. That’s not how open source works and certainly not how you work. The biggest risk of open-source software is that the core developers behind it burn out. The best open source may not be the shiniest, but the one that survives the longest. So stay enthusiastic and play the long game!
In the end, doing open source projects is itself like running a startup: Technical advantage is only part of the story.
Uploading code to GitHub is just a starting point, and you need to consider tasks like operations, branding, and community management as well. Like entrepreneurship, you need to draw a “pie” that captures the passions and dreams of the community. You need to have determination and precise targets so you don’t get sidetracked by community issues.
As someone with a Machine Learning Ph.D., I’ve never believed that some black-magic algorithm would be the competitive advantage of an open-source project. Instead, I’m more convinced that sound engineering, attention to detail, slick user-experience, and community-driven governance ultimately drive user retention.
Often, the most important thing is your understanding and belief in open source. If you’re an idealist, then you’ll inspire idealists to march with you. If you’re detail-oriented, every little feature in your project will be worshiped by those who sweat the small stuff. If you’re warm-hearted, then the community you build up will appreciate your selfless giving.
Whatever kind of person you are, it’s always your belief in open source that makes open source what it is.
Jina is currently hiring AI engineers and full-stack developers. Find out more!
Han Xiao is the founder of Jina AI, and creator of bert-as-service and Fashion-MNIST