🎙 Orly Amsalem/cnvrg.io on building developer-first ML products
Was this email forwarded to you? Sign up here 🎙 Orly Amsalem/cnvrg.io on building developer-first ML productsCan software developer be transformed into an ML creator?It’s so inspiring to learn from practitioners and thinkers. Getting to know the experience gained by researchers, engineers, and entrepreneurs doing real ML work is an excellent source of insight and inspiration. Share this interview if you like it. No subscription is needed. 👤 Quick bio / Orly Amsalem
Orly Amsalem (OA): I am Orly Amsalem, the VP of AI Innovation and BizDev at cnvrg.io, a machine learning (ML) platform. I lead a team that creates ML solutions that are designed for software developers. We help software developers enhance their applications with ML in their day-to-day work. I got into machine learning years after I was a software engineer, developing large-scale information systems and BI systems. It was natural for me to leverage my knowledge in data and data analytics and move on to using machine learning. 🛠 ML Work
OA: Our vision is to help data scientists build AI easily while focusing on what data scientists were trained to do, which is to solve complex problems. Today, data scientists and ML developers spend the majority of their time with technical complexities. cnvrg.io enables ML developers to spend less time on infrastructure, versioning and operations in general. The original cnvrg.io classic solution achieves this goal, and we have customers that can testify that the time they spent on non-data-science work has dramatically reduced. As many of us know, there is a shortage of data scientists in the world, and the demand for creating and using ML is increasing. This led us to create AI Blueprints, a software developer-friendly ML tool that can practically transform every software developer into an ML creator. Our belief is that software developers can close the gap between the ever-increasing demand for AI in everyday applications. As developers ourselves, we know how important flexibility is to the software development creation process. This is why we offer an open platform that is agnostic to infrastructure, so that every data scientist and every software developer can freely implement ML.
OA: When we designed AI Blueprints, we thought exactly about those audiences – professional data scientists and software developers, and also business users. We asked ourselves the same question: how can we create one tool that can help such different preferences? And the answer is in the way they are built. AI Blueprints are open-source, fully customizable ML pipelines. For professional data scientists, we recommend using AI Blueprints as a means to democratize AI in their organization. Data scientists can be the creators and curators of advanced AI models and organizational data sets, and make those models accessible to the entire organization as a ready-to-use blueprint. This means that a software engineer can go to the organization marketplace and find a blueprint that was created by peer data scientists in their organization and apply the blueprint to their own use case or application. For software engineers, we created functionality that enables them to easily consume ML models, and even train ML models on their own data. Because AI Blueprints are built on top of the cnvrg.io MLOps operating system, we can simplify all the technical complexity underneath, and provide only an abstraction layer through AI Blueprints. At the same time, AI Blueprints are customizable and offer the option to change components and have visibility into the code. That way, whatever your level, you can find value in AI Blueprints.
OA: Yes. AI Blueprints was created for the community. This is why it was so important for us to open-source all the code. As an open platform, we invite contributions from other professional data scientists. This can definitely include new research models to be tested and evaluated by the community as well. You can already browse through our marketplace and find all kinds of ready-to-use AI Blueprints built by cnvrg.io data scientists for object-detection, text-detection, pose-detection and scene-detection and more that can be easily applied to your application in a few clicks.
OA: cnvrg.io Metacloud is about providing an infrastructure marketplace that will simplify the work of data scientists, especially in large-scale machine learning. Large-scale ML comes with immense costs that can be a major blocker for many small-medium enterprises. The flexibility to have an open market of infrastructure opens the door to leveraging infrastructure on traditional cloud platforms. The flexibility to have other players that can participate is important for optimizing costs and lowering the bar for companies that can leverage large-scale ML. cnvrg.io has been called the “Switzerland for AI computing” by making it effortless for enterprises to run and move workloads across a variety of infrastructure, whether it’s in the cloud, on-premises or at the edge. Like in every field in life, positive competition can be healthy.
OA: At the end of the day, the most important thing is that data scientists and software developers will be able to deliver amazing applications, powered by ML. So, from an ex-developer point of view, I would say that teams should choose the tools that work for them and make their day-to-day work more efficient. But, at the end of the day, you want as few bottlenecks as possible. The different phases of the ML pipelines are tightly coupled and often need to be tracked across the entire lifecycle. Having one fluid pipeline from research to production will enable customers to have a seamless workflow with fewer hiccups. Having more platforms that are involved in the process sometimes adds complexity and disorganizes workflows. For example, a typical ML lifecycle starts with a model being trained on data, then it is deployed into production, new data flows into the production system, and the model now needs to take this fresh data into account, and perhaps trigger a retraining process. In that case, using separate systems may create friction in the process and add complexity to managing the end-to-end ML pipeline. So, I would recommend choosing a platform that can manage the full life-cycle of ML models, and automate the continuous training and deployment of AI and ML models. 💥 Miscellaneous – a set of rapid-fire questions
OA: There are many great books out there. But, I think that the best way to start is to be practical and to roll up your sleeves and start coding. Especially in ML, it's one thing to read about it and a completely different thing to implement it. I also recommend following leading companies' announcements regarding new models and AI technologies that they release, like advanced language models or vision models that we recently heard about, and start playing with them. There are also great communities much like TheSequence that discuss these types of topics and offer a great way to learn and interact with other AI developers. You can ask questions when you get stuck and follow along with others’ projects. We also hold a community conference annually called mlcon, which brings together AI experts to share their real-world AI applications and explain important topics in MLOps.
OA: We definitely need methods and frameworks to make sure ML is ethical and responsible. We constantly need to ask ourselves where this technology can take us, and what is the best and most ethical way to get there. For example, one of the things that companies are adopting is assigning red-teams. These teams try to attack the models, find biases that might be perpetuated through models, and make sure our AI is ethical.
OA: Responsible AI and making sure we are using ML in an ethical way. This is already a major topic, but finding solutions to both make AI democratized while also controlling it ethically will be an important balance that the community and enterprises will need to solve. You’re on the free list for TheSequence Scope and TheSequence Chat. For the full experience, become a paying subscriber to TheSequence Edge. Trusted by thousands of subscribers from the leading AI labs and universities. |
Older messages
🟢⚪️ Edge#202: How to Ship ML-powered Apps with Baseten
Thursday, June 23, 2022
Building a performant model is just the start, what to do next?
🎙 Google’s Allen Day on Using ML in the Cryptocurrency Space
Wednesday, June 22, 2022
It's so inspiring to learn from practitioners and thinkers. Getting to know the experience gained by researchers, engineers, and entrepreneurs doing real ML work is an excellent source of insight
Sign in to TheSequence
Tuesday, June 21, 2022
. Here's a link to sign in to TheSequence. This link can only be used once and expires after 24 hours. Sign in now © 2022 Jesus Rodriguez, Ksenia Semenova 75 Miracle Mile, Suite 7688, Coral Gables,
💠 Edge#201: Understanding Graph Convolutional Neural Networks
Tuesday, June 21, 2022
In this issue: we explain Graph Convolutional Neural Networks; we overview the original GCN Paper; we explore PyTorch Geometric, one of the most complete GNN frameworks available today. Enjoy the
📌 Event: Explore the future of scalable AI & more at Ray Summit: August 23-24 in San Francisco!
Monday, June 20, 2022
Must-attend
You Might Also Like
Daily Coding Problem: Problem #1619 [Hard]
Monday, November 25, 2024
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given two non-empty binary trees s and t , check whether tree t has exactly the
Unpacking “Craft” in the Software Interface & The Five Pillars of Creative Flow
Monday, November 25, 2024
Systems Over Substance, Anytype's autumn updates, Ghost's progress with its ActivityPub integration, and a lot more in this week's issue of Creativerly. Creativerly Unpacking “Craft” in the
What Investors Want From AI Startups in 2025
Monday, November 25, 2024
Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 25, 2024? The HackerNoon
GCP Newsletter #426
Monday, November 25, 2024
Welcome to issue #426 November 25th, 2024 News LLM Official Blog Vertex AI Announcing Mistral AI's Large-Instruct-2411 on Vertex AI - Google Cloud has announced the availability of Mistral AI's
⏳ 36 Hours Left: Help Get "The Art of Data" Across the Finish Line 🏁
Monday, November 25, 2024
Visual Capitalist plans to unveal its secrets behind data storytelling, but only if the book hits its minimum funding goal. View Online | Subscribe | Download Our App We Need Your Help Only 36 Hours
DeveloPassion's Newsletter #180 - Black Friday Week
Monday, November 25, 2024
Edition 180 of my newsletter, discussing Knowledge Management, Knowledge Work, Zen Productivity, Personal Organization, and more! Sébastien Dubois DeveloPassion's Newsletter DeveloPassion's
Meet HackerNoon's Latest Features: Boost Stories with Translations, Speech-to-Text & More
Monday, November 25, 2024
Hey, Hacker! HackerNoon's monthly product update is here! Get ready for a new version of the mobile app, more translation developments, a new AI Gallery, backend moves, and more! 🚀 This product
The ultimate holiday gadget gift
Monday, November 25, 2024
AI isn't hitting a wall; $70 off Apple Watch; 60+ Amazon deals -- ZDNET ZDNET Tech Today - US November 25, 2024 Meta Quest 3S Why the Meta Quest 3S is the ultimate 2024 holiday present This $299
Deduplication in Distributed Systems: Myths, Realities, and Practical Solutions
Monday, November 25, 2024
This week, we'll discuss the deduplication strategies. We'll see whether they're useful and consider scenarios where you may need them. We'll also do a reality check with the promises
How to know if your data has been exposed
Monday, November 25, 2024
How do you know if your personal data has been leaked? Imagine getting an instant notification if your SSN, credit card, or password has been exposed on the dark web — so you can take action