57 F
Los Angeles
Friday, Mar 28, 2025

Sahara Labs Raises $37 Million in Funding Round

Sean Ren co-created Sahara Labs with the goal of helping those who create data that feeds AI a piece of the pie.

Building on the success of OpenAI, Sean Ren, a tenured faculty member at the University of Southern California and an AI researcher, co-created Sahara Labs with the goal of helping those who create data that feeds AI a piece of the pie.

The Playa Vista-based company announced on Wednesday it raised $37 million in fresh funding to launch Sahara AI, a blockchain offering that allows people to copyright assets that may be used by artificial attention. Sahara Labs has raised $43 million in total, and the company is advised by the likes of Midjourney cofounder Elvis Zhang, Anthropic research scientist Rohan Taori and Together AI chief executive Vipul Prakash.

Ren launched the company in 2023 with the goal of compensating everyone who participates in the AI economy – from those who create the underlying data to those who develop the training models.

“We are seeing rising ethical concerns over things like copyrights, privacy, resource access and economic imbalances. This issue just continues to grow as AI becomes more widely adopted and also more capable,” Ren said. “Stakeholders in this whole ecosystem, including the users, the data contributors, the model creators and the application builders, are all seeking solutions to secure their ownership.”

Who gets paid for generating data?

The merit of generative AI comes primarily from its data, which is becoming increasingly more valuable as companies compete for data sets. A 2022 report from the Massachusetts Institute of Technology and Epoch AI found that machine learning companies will have exhausted all high-quality text data for training large language models by 2026, which will halt AI companies’ ability to scale and evolve.

Acquiring free data from the internet isn’t a stable strategy for companies anymore because players are already scrambling to secure their fiduciary earnings from data they create or store – social media platforms Reddit and X have imposed strict restrictions around third-party tools and are charging companies for access. In 2023, Getty Images sued Stability AI and the New York Times sued OpenAI due to infringement. And several Southern California record labels sued generative AI music makers Udio and Suno in July.

The problem becomes even more severe as generative AI develops specific applications. While ChatGPT is trained on billions of language data points that have been collected over years to convey tone and authenticity, it is much harder for AI to find free data sets for medical or manufacturing applications.

According to Vishal Gupta, an associate professor of data sciences and operations at USC, large language models are often trained on unskilled, low-paying labor. This likely won’t be possible as generative AI goes more niche, and the low-risk business model used by first movers won’t be viable.

“If you think about looking at tax fraud cases and understanding if this particular tax filing likely has fraud in it, the only way to generate data about it is to pay tax expert to look at it and spend their time,” said Gupta, who is also an affiliate faculty member with the USC Center for AI and Society.

Featured Articles

Related Articles

Keerthi Vedantam Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->