🎙 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
Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator
Friday, February 14, 2025
What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Defining Your Paranoia Level: Navigating Change Without the Overkill
Friday, February 14, 2025
We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy
5 ways AI can help with taxes 🪄
Friday, February 14, 2025
Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help
Recurring Automations + Secret Updates
Friday, February 14, 2025
Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
The First Provable AI-Proof Game: Introducing Butterfly Wings 4
Friday, February 14, 2025
Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%
GCP Newsletter #437
Friday, February 14, 2025
Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers
Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰
Friday, February 14, 2025
Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from
The Great Social Media Diaspora & Tapestry is here
Friday, February 14, 2025
Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great
Daily Coding Problem: Problem #1689 [Medium]
Friday, February 14, 2025
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,
📧 Stop Conflating CQRS and MediatR
Friday, February 14, 2025
Stop Conflating CQRS and MediatR Read on: my website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your