default hero for archive pages

AI Infrastructure Explained

Innovative applications of AI have captured the public’s imagination over the past year and a half. What’s less appreciated or understood is the infrastructure powering these AI-enabled technologies. But as foundational models get more powerful, we’ll need a strong technology stack that balances performance, cost, and security to enable widespread AI adoption and innovation.

As such, Salesforce Ventures views AI infrastructure as a crucial part of the market to build and invest in. Within AI infrastructure, a few key elements are most critical: Graphic Processing Units (known as “GPUs”), software that enables usage of GPUs, and the cloud providers that link the hardware and software together.

Understanding these three elements—how they work, how they’re delivered, and what the market looks like—will help founders and innovators execute more effectively and identify new opportunities. In this write-up, we present our analysis of the AI infrastructure stack, starting with the basics of GPUs and software components and moving to the ways products are delivered and how the market is segmented. 

GPU Hardware

Source: ResearchGate

GPUs are the hardware that powers AI. 

While many traditional servers utilize computer processing units (CPUs), these processors aren’t designed to support parallel computing, which is needed for specialized tasks like deep learning, video gaming / animations, autonomous vehicles, and cryptography. The key difference between GPUs and CPUs is that CPUs have fewer processing cores, and these cores are generalized for running many types of code. GPU cores are simpler and specialized for data-parallel numerical computations, meaning they can perform the same operation on many data points in parallel. 

GPUs are organized into nodes (single server/computing unit), racks (enclosures designed to house multiple sets of computing units and components so they can be stacked), and clusters (a group of connected nodes) within data centers. Users have access to the GPUs at these data centers through virtualization into cloud instances. Data centers that house GPUs must be configured differently than traditional CPU data centers. This is because GPUs require much higher bandwidth for communication between nodes during distributed training, making proprietary interconnects such as InfiniBands necessary. 

The density of GPU servers and their high power draw calls for planning around power provisioning, backup, and liquid cooling to ensure uptime. Further, the topology (physical interconnection layout) of GPUs is also different from CPUs—GPU interconnect topologies are specially designed to deliver maximum bi-sectional bandwidth to satisfy the communication demands of massively parallel GPU workloads. By contrast, CPU interconnects focus more on low-latency data sharing. 

In terms of GPU manufacturers, NVIDIA currently dominates with an 80%+ market share. Other noteworthy players include AMD and Intel. Demand for GPUs currently far outweighs supply, prompting intense competition amongst manufacturers and encouraging customers to experiment with building their own AI chips

Aside from big tech companies, there are also a few startups attempting chip design. These new entrants are oftentimes focused on optimizing the design for specific use cases or AI workloads. For example, Groq’s LPU (Language Processing Unit) is solving for cost-effective latency, and Etched’s Sohu chip is designed to run transformer-based models efficiently. We’re excited to see the innovation in the space and market supply and demand dynamics at work. 

GPU Software

Supporting these GPUs are the various software solutions that interact directly with the GPU clusters and are installed on different levels (i.e., nodes, racks, or clusters). The following is a non-comprehensive list of the types of software associated with GPU workloads:

  • Operating systems: The operating system handles the scheduling of processes and threads across CPUs and GPUs. It allocates memory and I/O appropriately. Examples of GPU operating systems include CentOS, RHEL, and Ubuntu. 
  • GPU drivers: GPU drivers are vendor-provided parallel computing platforms that control the GPU hardware. Examples of GPU drivers include NVIDIA, CUDA, and the open-source AMD ROCm.
  • Cluster management / job scheduling: Cluster management software allocates GPUs to submitted jobs based on constraints and availability, distributes batch jobs and processes across the cluster, manages queues and priorities for diverse workloads, and integrates with provisioning tools. Examples include Kubernetes and Slurm.
  • Provisioning tools: Provisioning tools provide containers / isolated environments for applications or jobs to run on the cluster and allow for portability to different environments. Examples include Docker and Singularity. 
  • Monitoring software: Monitoring software tracks specialized metrics and data specific to AI operations. Examples include Prometheus, Grafana, and Elastic Stack.
  • Deep learning frameworks: Frameworks that are specifically designed to take advantage of GPU hardware. These are essentially libraries for programming with tensors (multi-dimensional arrays that represent data and parameters in deep neural networks) and are used to develop deep learning models. Examples of deep learning frameworks include TensorFlow and PyTorch.
  • Compilers: Compilers are development environments to build optimized code. Examples include the NVCC compiler for NVIDIA’s CUDA code and HCC/HIP compilers for AMD ROCm GPU code.

These softwares help infrastructure teams provision, maintain, and monitor GPU cloud resources.

The hardware / software combination matters a lot for the type of AI workloads being performed. For example, distributed training (training an AI model as fast and effectively as possible) typically requires multiple servers with best-in-class GPUs and high node-to-node bandwidth. Meanwhile, production inference (running the job of an AI application) needs GPU clusters that are configured in a way to handle thousands of requests simultaneously, usually relying on optimized inference engines like TensorRT, vLLM, or proprietary stacks, such as Together AI’s Inference Engine.

In the next section, we provide an overview of what we consider the current landscape of cloud infrastructure that can accommodate various AI workloads. 

The 3 Types of GPU Cloud Providers

Salesforce Ventures’ view of the market is that there are currently three types of GPU cloud providers. Each provider has its own benefits depending on the desired use case. 

Hyperscalers

The first type of GPU cloud provider are Hyperscalers: cloud computing providers that operate massive, globally distributed data centers and cloud infrastructure and offer a wide array of computing services. While Hyperscalers haven’t historically focused on GPUs, they’ve recently expanded their offerings to GPUs to capture the immense market demand for AI technologies. Notable Hyperscalers include household names like AWS, Google Cloud, Azure, Oracle, and IBM Cloud.

In terms of infrastructure, Hyperscalers own their GPUs but co-locate these GPUs with colocation data center operators or maintain their own data centers where their chips are housed. Software provided by Hyperscalers is largely product dependent—some might have lower-level software just for managing GPU clusters, while others provide higher-level abstractions that are MLOps focused.

For example, AWS has EC2 instances that offer different types of GPUs (e.g., T4, A10, A100, H100, etc.) as well as deep learning software solutions (e.g., AWS Deep Learning AMIs) that include the training frameworks, dependencies, and tools developers can utilize to build and deploy models. Meanwhile, AWS Bedrock offers API endpoints of popular open-source and closed-source models, abstracting away the interim steps of deployment.

Specialized Cloud Providers

The second type of GPU cloud provider is what we call “Specialized Cloud Providers.” Unlike Hyperscalers, these organizations are focused on providing GPU-specific infrastructure for AI and high-performance computing workloads. Examples of specialized cloud providers include CoreWeave, Lambda Labs, Massed Compute, Crusoe, and RunPod.

Like Hyperscalers, Specialized Cloud Providers own their GPUs, but either co-locate them with colocation data center operators or operate their own data centers. These providers either offer bare-metal GPU clusters (hardware units networked together) or GPU clusters with a basic software layer that enables users to operate the clusters and virtualization layers to spin up cloud instances—similar to the EC2 instances at AWS.

Both Hyperscalers and Specialized Cloud Providers require massive upfront capital outlays to buy and install the GPUs in their data centers, and sometimes build and operate the data centers themselves (if they’re not “colocated”).

Inference-as-a-Service / Serverless Endpoints

The third type of GPU cloud provider encompasses a broader array of companies that we bucket under “Inference-as-a-Service” or “Serverless Endpoints.” These are newer entrants to the market that offer software abstraction on top of GPU clouds so users only interact with the API endpoints where models are fine-tuned and deployed for inference. Examples of companies in this space include Together AI, which we recently led a round of financing in, Fireworks.ai, Baseten, Anyscale, Modal, OctoML, Lepton AI, and Fal, among others.

Most Inference-as-a-Service providers get their GPUs from Hyperscalers or Specialized Cloud Providers. Some rent GPUs and make a margin on top of the unit cost, some form revenue-sharing partnerships, and some are pure passthrough (i.e., revenue goes directly to the GPU supplier). These companies typically have a software layer with the highest level of abstraction so that users likely don’t have visibility into what GPU cloud provider or specific SKU of GPU/networking configuration is utilized. Users also rely on these companies to perform MLOps-type value-adds such as autoscaling, resolving cold starts, and maintaining the best performance possible. Oftentimes, Serverless Endpoint companies build their own proprietary stack of optimizations to improve cost and performance (often a balance between latency and throughput). 

Inference-as-a-Service has gained traction with the new wave of generative AI because these providers take away many steps around provisioning and maintaining infrastructure. If a startup opted to use a product from a cloud vendor, it’d likely need to:

  • Select a GPU instance (based on model performance requirements), 
  • Launch that instance, 
  • Install and set up the necessary software (e.g., GPU drivers, deep learning libraries), 
  • Containerize the model, 
  • Transfer the container to the EC2 instance, 
  • Install serving software depending on model format and deployment requirements, and
  • Configure the serving software to load the model and expose it as an API endpoint. 

However, if a startup was to deploy an LLM with a provider like Together AI, all it’d need to do is select the relevant model from the Together Playground, launch the model using the serverless endpoint provided by Together AI, and build the inference endpoint into a generative AI application using the API key and Python/Javascript SDK. Together AI also performs maintenance for its users.

Also note that some players in this broad category offer products targeting distributed training workloads, including Together AI and Foundry. Given the need for larger GPU clusters to train models (vs. serving/running inference), these products have a different form factor from Serverless Endpoints.

Organizing AI Infrastructure

We hope our organization of the current AI infrastructure stack can inform founders on how to orchestrate their own infrastructure and spark ideas for how to innovate and improve upon the current technologies. In our next post, we’ll dive deeper into the viability of the various types of GPU cloud providers, and detail where we see opportunities for innovation.

If you’re a founder building in AI, we’d love to talk. Salesforce Ventures is currently investing in best-in-class AI tooling and horizontal or vertical applications. To learn more, email me at emily@salesforceventures.com

Selling to Utilities: A Guide for Early-Stage Climate & SaaS Startups

Utilities sit at the center of the clean energy transition. These enterprises own the energy grid infrastructure that powers our homes and businesses. Importantly, they must meet sustainability targets while ensuring reliable and affordable electricity supply to customers.

At Salesforce Ventures Impact Fund, we’ve been investing in climate tech for the past seven years. We understand how critical utility innovation is to a cleaner future. At the same time, we recognize the difficulties startups face selling these pioneering technologies to utility companies. 

For many early-stage startups, earning a contract with a utility provider is a major breakthrough that can set a business on a path to success. However, the process of selling to utilities can be beset by long sales-cycles, numerous decision-makers, varying regulations, and a culture that can be risk averse to emerging technologies. 

For these reasons, Salesforce Ventures recently hosted a workshop to support portfolio companies selling to regulated utilities. The session featured Larry Goldstein, Senior Director of Product Strategy for Salesforce’s Energy & Utilities Cloud, and Leo Trudel, Director of Innovation and Technology at Indigo Advisory Group, a digital strategy consulting firm for electric utilities.

Larry and Leo shared practical advice for startups hoping to break into the utilities market. In this guide, we present an overview of their framework, supplemented with our own insights and best practices for a utility go-to-market (GTM) motion. 

Understand your ideal customer profile (ICP)

The ideal customer profile defines the qualities of the stakeholders being targeted by a sales pitch. Utilities are large enterprises with multiple stakeholders involved in purchasing decisions. Selling into utilities requires a strategic selling approach that includes mapping these stakeholders, their key drivers, and their influence on the decision making process. While every utility company is different, there are generally five groups of stakeholders that startups should focus on during the sales process, each with their own set of priorities:

  1. C-suite: Utility company executives are primarily concerned with achieving their key performance indicators (KPIs). These KPIs may pertain to customer satisfaction, net zero goals, safety, reliability, or operational efficiency. Startups should aim to present the C-suite with proof points of other utility companies that hit their KPIs using the startup’s solution.
  2. Business users: Business users will look to integrate a new product or service if they believe it will help them achieve success on a project or program. The business user’s need can help push an IT organization that otherwise may not be interested in integrating an emerging technology from an early-stage company. 
  3. IT: IT will evaluate new software based on a number of criteria. IT will likely first consider whether an existing software can address the problem or if they can build the solution internally. IT will then consider ease of integration with the utility’s existing workflows and systems. Next, IT will conduct a security review process, with specific criteria for cloud-hosted software. It’s important to remember that large utilities typically have hundreds of applications, so they will be comparing new solutions to existing platforms. Also note that IT stakeholders are heavily influenced by their third-party systems integrators (SIs). SIs have their own set of priorities, which sometimes differ from those of the utility and third party vendors. When selling to IT, the business user will be the startup’s best ally throughout the sale, as IT ultimately serves the interests of the business user. Pushback from IT typically occurs when the team feels they can build the solution internally, the software poses security or skill set concerns (i.e., IT doesn’t understand the software enough to support it or has an SI that understands it), or there are budget or timing constraints.
  4. Procurement: The procurement department oversees all software acquisitions. Given the lengthy cycles associated with utility sales, these stakeholders are most concerned with vendor viability (i.e., how well-capitalized the vendor is and who its customers are).
  5. Regulatory affairs: Regulatory affairs is focused on meeting the utility’s regulatory requirements and regulatory stakeholder management. The regulatory team is also the lead in utility filings and proceedings related to utility funding—including the utility general rate case. The rate case is the primary regulatory funding proceeding for any investor-owned utility, as well as program-specific filings such those for energy efficiency and electric vehicle programs (more on rate cases further down). Engaging the regulatory team can help startups understand if and how software and implementation costs can be covered by various funding sources. For example, startups can explore whether the cost of the software license can be capitalized (CapEx) or treated as an operational expense (OpEx). Regulatory has an agenda and goals with each of their regulatory filings. If a startup’s software solution helps in supporting that regulatory agenda, it can earn a strong advocate within the utility.

Given every utility company operates somewhat differently, a best practice is to rewrite the ICPs for each individual utility provider being sold into. 

“Be rigorous in mapping your stakeholders—the people who make decisions, influence decisions, or who can shut you down,” Goldstein said. “Understand who they are, what their title is, what their concerns are, and what their motivations are.”

While utility sales cycles can be lengthy, generating interest and excitement from internal customer groups can be accomplished using ordinary sales motions. If startups present a solution that solves a business problem the utility can’t accomplish on its own, requires little training, has good data transparency, and a positive market reputation, they’ll be able to generate interest. 

Learn the culture of utilities

Utilities companies must deliver safe and reliable service to customers. As such, these organizations move cautiously and are often slow to change as a means of managing risk. Commonly, utilities are also siloed, with communication between departments restricted as a result of longstanding cultural norms and mandatory security protocols. Further, utility companies are not particularly tech-forward relative to their industry counterparts, meaning they’re not overly familiar with SaaS solutions or how they can support the business.

Given this culture, startups selling to utilities must wear three different hats:

  1. Evangelist: Startups must promote their product and find or develop internal champions to promote it to colleagues (e.g., business users, regulatory affairs). Because utility companies are siloed, startups must take the initiative to move horizontally through the organization to ensure all potential stakeholders are aware of their solution and see value in it. Note that utilities prioritize reliability in virtually all purchases they make. They often associate reliability with brands that have solid, long-standing reputations. For this reason, utility companies may avoid doing business with startups. As such, it can be advantageous for startups to emphasize any high-profile partnerships (including well-known investors, affiliates, systems integrators) to foster credibility with stakeholders. Given regulated utilities do not directly compete, they tend to communicate and share information with each other and often look to other utilities as references on a proposed solution.
  2. Educator: Startups must explain how to think about the solution and how stakeholders should evaluate it. Operators at utility companies have typically been in their role for many years and may not know how best to gauge the value of a SaaS tool. So if, for example, the product in question uses computer vision to assess asset health, explain to Procurement that the best way to evaluate their options is to administer tests that are graded on processing time and accuracy. 
  3. Sales Engineer / Systems Architect: A startup should be able to propose architecture for how its solutions can fit into the utility’s existing environment both from a systems replacement and integration perspective. Because utilities are risk-averse, startups should expect roadblocks and come to the table with ideas on how to navigate them. 

It’s important for startups to learn the “idiosyncrasies” of the utility in order to engage in the most effective fashion.

“Each utility is different, and you’re not going to figure out how these organizations buy software unless you do your research and talk to a bunch of internal stakeholders,” Trudel said. “And then once you understand those dynamics, it’s up to you to execute a strategy that gets everybody on board and the deal moving forward.”

Understand where the money comes from

Utilities receive the majority of their funding through regulatory filings and proceedings. The largest of these, as previously mentioned, is the general rate case.

Rate casing is the process by which a utility company sets the rate it charges customers for services to match the costs incurred to provide those services. The rate case process involves preparing and filing a rate case with the regulatory body that governs the utility, evidence gathering, and several rounds of public hearings (this video provides a good overview of the rate case process).

Having a rate case approved essentially enables the utility to pass on increases in costs (say, from a new SaaS tool) to customers. Supporting a utility provider with their rate case can help a startup secure the sale. Because the rate case process is different for every utility (utilities report into different federal and state regulators), startups should look into whether their target customers have rate-cased SaaS products in the past. If they have, seek to understand how the utility successfully rate cased the software, as this can provide insight into how future SaaS expenses can be passed along to customers. Note that rate case eligibility typically applies to CapEx and not ongoing expenses, such as recurring SaaS fees. 

“One thing that can be really helpful is looking at old rate cases that have included SaaS software, and then asking the regulatory affairs folks how they handled that process,” Trudel said. “You can then play the role of sales engineer and figure out what you can do to get your software included in the rate case based on the rules the utility company must abide by.”

There are 50 different state regulators as well as numerous federal regulators governing more than 5,000 utilities providers in the U.S. Each of these regulators has a different level of regulatory oversight and compliance related requirements. What’s more, within each utility there are numerous individuals who have varying knowledge of regulatory processes and compliance procedures. 

This mosaic of compliance rules and stakeholder interpretations means there’s no single solution for winning rate case approval that applies to all customers. SaaS companies should engage with stakeholders to gain knowledge of each client’s interpretation of their unique regulatory frameworks, share best practices and anecdotes of other utilities that won rate case approval for SaaS products, and see if there’s a path forward for securing funding via rate increases, rather than from utilities’ profit margins. 

Because rate-casing is a complex and time-intensive process, startups should also consider other sources of capital that may be used to compensate vendors. Again, this requires understanding the idiosyncrasies of the utility provider. There are regulatory programs for energy efficiency, electric vehicles, and income qualified programs that provide funding specific to meeting those regulatory program goals.

Understanding what funding source(s) are relevant and can be applied to software license and implementation costs is critical to getting a SaaS purchase project funded—as is understanding how those software and implementation costs are allowed to be treated (i.e., CapEx vs. OpEx).

Utility sales in summary

Utility sales is a complex enterprise selling cycle that can feel daunting to a startup. But startups that take the time and effort to understand the organization, stakeholder dynamics, and funding mechanisms described above can find success. The value of these contracts—both financial and reputational—often makes utility sales a worthwhile investment. 

Climate tech startups have incredible solutions from which utilities could benefit. We hope the sales strategies we’ve detailed in this guide can facilitate increased adoption of these solutions in the coming years.

Salesforce Ventures Impact Fund hosts frequent workshops with Salesforce experts designed to address our portfolio companies’ recurring challenges and chart a path to success. The Impact Fund is currently investing in enterprise software startups that drive measurable social and environmental impact. To learn more about the Salesforce Ventures Impact Fund, visit our website.

Disclaimer

The information provided in this article does not, and is not intended to, constitute legal or financial advice; instead, all information, content, and materials available are for general informational purposes only. Readers should contact their attorney or financial representative to obtain advice with respect to any particular legal or financial matter. Opinions of the referenced presenters and/or author are their own and do not necessarily reflect the official position of Salesforce.

Salesforce Ventures Founder John Somorjai on the ‘Ask More of AI’ Podcast

John Somorjai, Chief Corporate Development and Investments Officer at Salesforce Ventures, recently sat down with Clara Shih, CEO of Salesforce AI, on the “Ask More of AI” podcast for a wide-ranging conversation on the origins of Salesforce Ventures, Salesforce Ventures’ AI investment portfolio, how Salesforce Ventures applies its values in all investment decisions, and much more.

Here were a few of our favorite takeaways*.

*Quotes have been edited for clarity and concision.

On what inspired John to launch Salesforce Ventures… 

“We started talking about creating a venture firm towards the end of 2008. It was the middle of the financial crisis, and we had many AppExchange partners who were struggling to raise funding. We had created this incredible ecosystem of partners that would tightly integrate with our products and it was really important for our business and our customers that they be able to access these solutions.”

“So we worked with Marc (Benioff) to create a venture arm that would fund within the broader Salesforce ecosystem and allow Salesforce to become the anchor investor of a fundraising round and pull in other investors. Companies we invested in during that time include DocuSign and Box.”

“From our origins, we could have never imagined the success Salesforce Ventures has had. The world changed and enterprises realized they could run their companies more efficiently by moving their systems to the cloud. So Salesforce, and all the companies that grew up around us, really benefited from changes in the industry.”

On what differentiates Salesforce Ventures from other VC firms…

“Through that early experience, we realized we have a few advantages as investors. One is we understand buying signals and have a good sense for the types of companies customers would want to buy from. Additionally, we have in-house experts that understand enterprise software and how to create the best products for the cloud that are secure, reliable, and scalable. So we can leverage the expertise of our entire organization to make better investment decisions.”

On launching Salesforce Ventures’ Generative AI Fund…

“Generative AI is one of the most transformative technologies we’ve seen in a long time in our industry. When we started to see interesting business models take off with this technology, we decided we wanted to be at the forefront of deploying capital into the industry to make sure we’re getting into the best companies while building an ecosystem of partners around our internal AI efforts.”

On Salesforce Ventures’ investment in application-layer AI companies…

“Notable application layer investments include Runway, Typeface, and AutogenAI. What all of these companies have in common is how much productivity they add back to the company. McKinsey says AI is going to save $4 trillion every year for companies. That’s an enormous productivity uplift. I think these companies are really on the cusp of breaking through and becoming very, very successful large businesses because when you can drive that much efficiency for a business, who’s not going to want to buy?”

On how Salesforce Ventures leads with its values… 

“One of the greatest things about Salesforce is how much we value giving back. Our 1-1-1 model stipulates 1% of employee time is dedicated to volunteerism, 1% of our product is given away for free, and we put 1% of our equity into a 501(c)(3) foundation, which has now been able to give away over $700M in grants. We’ve brought our 1-1-1 model to our portfolio, and now have 190+ companies using it. They’re building on our success and helping their communities.”

“Another example is our focus on diversity and inclusion. We invest in many minority founders, and fund the Black Venture Institute, which trains black operators to become check writers. So I think everything we do with our values internally, we try to bring that to the companies we work with.”

_

Watch John’s full conversation with Clara here:

In Conversation With Anthropic Co-Founder Tom Brown

Salesforce Ventures recently hosted a dinner and networking event for a group of portfolio companies and Fortune 500 executives in San Francisco. The evening was highlighted by a fireside chat between Tom Brown, co-founder of Salesforce Ventures’ portfolio company Anthropic, and Salesforce President and Chief Product Officer David Schmaier. 

The duo discussed the origins of Anthropic, the imperative of AI safety, techniques for generating better LLM outputs, generative AI use cases, improving AI accuracy, the prospect of artificial general intelligence (AGI), and how to ensure AI will be used as a force for good in the world. 

Their conversation featured a ton of great insights for founders, builders, and AI enthusiasts alike. Here were a few of our top takeaways*…

*Quotes have been edited for clarity and concision

On Anthropic’s approach to creating ‘harmless’ AI…

“Many models are trained using reinforcement learning from human feedback (RLHF). The idea behind RLHF is you reward and punish the model for doing well or not doing well on the paths you care about. We had people upvoting or downvoting how well the model does a task. That’s how you can make the model become a harmless assistant.” 

“I think we noticed that as the models were getting smarter, they started to do most tasks well. We developed constitutional AI to turn a model into the entity that upvotes or downvotes another model. A person can write up a constitution of what it means to be helpful, harmless, and honest, and then a model will read the interactions between the human and the assistant and consider if the assistant is acting in accordance with the constitution. This is a way to take a simple document and turn it into a model personality.”

On the impact of ‘stacking’ LLMs to generate higher-quality outputs…

“We have Claude 2.1, which is a large model, and then we have Claude Instant, which is a smaller model. Depending on the task, sometimes you’ll want a smaller model because it’s faster and cheaper. For example, Midjourney is one of our customers. Whenever you put any prompt into Midjourney to generate text, it’ll pass it through Claude Instant and Claude Instant checks if it’s violating Midjourney’s terms of service. And if it thinks it might be, it’ll give a little message to the user saying ‘this might be against our terms. Do you want to appeal it?’ And if you hit yes, it goes to Claude’s Instant’s boss, which is Claude 2.1, who thinks about it a little bit longer, and maybe says, ‘Sorry, Claude Instant was totally wrong. You’re fine actually.’”

On building domain-specific models…

“There’s two different ways I think about building a domain-specific model. One is that you take a large model and fine tune it to make it better at a specific task. The other is you build a narrow model that’s good at one specific thing. Claude Instant is faster and cheaper than Claude 2.1, but less performant. You can fine tune either one, but Claude 2.1 will still do better. So I think that’s my normal mental model for what’s going on with fine tuning. You could imagine someone building a very narrow model that’s very good at one specific thing, but it feels like fine tuning a larger model is the thing people have successfully done rather than making a super small model good at some narrow field.”

On new AI use cases….

“I think code is a place where the models do great. Retrieval augmented generation (RAG) for quality assurance is a broad area that the models can do and be really useful at. I feel like customer service is an area that fits that very well.”

On cutting down on AI hallucinations…

“We have a bunch of internal metrics for hallucination rates that we measure and a team that’s fully focused on bringing that number down. Claude 2.1 came out last month, about four months after Claude 2. On our internal dashboards it reduced the error rate by 2x. It still has some hallucinations, but there are half as many as there used to be. So if, for example, you’re seeing 98% accuracy with your model now and you need to get to 99%, maybe it’ll only take four months. If you need to get 99.9%, it might take a year or something like that.”

“Also, if it’s a harder task, the model is more likely to hallucinate or make a mistake. It’s the same as if a person is trying to juggle a bunch of tasks at once. You’ll make more mistakes than if you’re just focused on one thing.”

On the prospect of AGI…

“I think we already have weak AGI. You can talk with ChatGPT or Claude and it’s somewhat intelligent, and with each year it’s improving.”

“Right now you may prompt the model to build a successful startup. It’ll try to do it, but it’ll get stuck. But as we add more compute, the model gets smarter. The model’s IQ goes up. So I think it would be surprising if the models suddenly stopped getting better. And then it’s a question of how much better can they get? One thing we don’t know is how far the model has to go for it to be an AI entrepreneur that could do a great job. But every year it seems like we’re getting more IQ points so at some point I think we’ll get models that are better at engineering than I am.”

On whether AI will be used for good or evil…

“I feel like I’m cautiously optimistic in general. People aren’t angels and people aren’t devils. People are people. So I think people will use AI for all sorts of different stuff and it’s up to us as a society to make sure that the benefits outweigh the costs. I’ve been really heartened by the recent regulatory updates. I’ve always worried that the government would get involved and do things that don’t quite make sense. But the recent AI executive order seems quite sensible. So I think I’m much more optimistic now than I was a year and a half ago.”

To learn more about Salesforce Ventures’ investment in Anthropic, click here. To read more about our Generative AI fund, click here.

FY23 Year-in-Review

Forget Leadership Tips: Stay True to You

At Salesforce Ventures, we believe that values-led organizations are more successful and contribute more to the communities around them. We know that the most sought-after organizations foster communities where people share a sense of values, purpose, identity, trust, and belonging. Along those lines, on a brisk day in early November, we hosted “Uplift,” a full-day mindfulness and leadership event to support female-identifying and non-binary leaders, including founders and investors.

On a stage bathed in stained glass-tinted light, Salesforce President and Chief Financial Officer, Amy Weaver, and Salesforce Ventures Chief Operating Officer, Khushboo Patel, got together to discuss leadership and dove into topics such as authenticity, identity, and advocacy. 

The importance of diversifying senior management

Their shared perspective was that as organizations begin to diversify their ranks of senior management, society needs to become more open-minded to, and welcoming of, new styles of leadership. This includes what a leader looks and sounds like, as well as how they behave and the behaviors they reinforce on their teams. “I think we’ve made strides in getting more people of every background, gender, and race into the workplace,” said Weaver. “What we haven’t done as well is show differences in styles of leadership. And that’s what we really have to concentrate on.”

“In the next ten-plus years, there will be a different group of people leading many companies. How do we meet them in the middle? How do we tailor our approach so that it’s a great working relationship?”

— Khushboo Patel

One of the challenges in attracting, retaining, and elevating underrepresented talent is that, in large part, many companies are still expecting the next generation of leaders to be more like the legacy model. Leaders from underrepresented groups can be perceived to be quiet, and lacking in gravitas, or, conversely, they can be judged as too aggressive —  a largely unwelcome personality trait for women and people of color. Either way, they can struggle to be heard in meetings, build trust, maximize their performance, and convey confidence.

“It’s great to get people in the door but if you’re saying the only way to move up is to act like every other leader who came behind you or in front of you, that’s not diversity. That is not authenticity.”

– Amy Weaver

Striking the right tone can be a balancing act. Trying too hard to act like a more traditional leader can feel uncomfortable and inauthentic. Yet being yourself can also end up backfiring — especially if you’re in an organization where you are among the first underrepresented leaders in a senior position. 

With so many expectations, how are underrepresented people supposed to find their way?

Weaver, who has had a number of senior roles in her career, including Executive Vice President and General Counsel of Univar Solutions Inc., and Senior Vice President and Deputy General Counsel at Expedia Inc., says finding your leadership style is a constant evolution. It takes practice and patience. Weaver is a soft-spoken person. Years ago, in preparation for an important meeting with a senior male executive, her mentor advised her to use four-letter words and demand what she wanted. She refused. It didn’t feel authentic and she didn’t think it would work. She was right. She went in as herself, highlighted her record, and got what she came for. 

“It’s not enough to say niceness isn’t a weakness,” Weaver says. “We have to treat it as a strength. We’ve got to reward the people who are acting this way. We need to elevate them, make sure that is the behavior we are modeling, and not for a second think that it is a negative.”

Sometimes, you need to give yourself and the people around you some grace as you find the right approach. 

“We’ve got to show that there are different ways to lead. A leader does not have to be the loudest. A leader does not have to be pounding the table. They do not have to be the person who’s speaking the most. We’ve got to make room for that and encourage that. We’ve got to make room for the fact that there are going to be different ways of succeeding.”

– Amy Weaver

Patel added that this goes both ways: When you “have the floor,” you should go out of your way to ask others what they think — especially those who haven’t spoken up in a while. Then listen to what they say. That will go a long way toward building a culture where people aren’t afraid to speak up when they disagree with the rest of the room. “When you’re feeling empowered to speak your mind, you have psychological safety to voice your opinion and concern,” says Patel. 

Lately, multiple companies and investment firms have been in the news for decisions they made that were counter to the organizations’ historical norms and stated values. Those decisions ended up putting them in precarious situations where billions of dollars were put at risk. Much has been written about the idea that there must have been people in those rooms who disagreed with the choices being made, but didn’t feel they could state their opinions without experiencing backlash. 

“Existing leaders need to look around and leverage all the people around them and ask, ‘Who is missing? Who is integral to this decision? Who can add value to this company, this firm, or this initiative? Are the right folks at the table?”

– Khushboo Patel

The biggest takeaway from Weaver and Patel is that if you are an emerging leader and you look and sound different from the historical standard, don’t be dismayed. There are allies and advocates all around you. Stay true to your values. And when you have the chance, extend the same opportunity to the next generation.

For more takeaways from Uplift, visit: salesforceventures.com/uplift

Technology

A Seemingly Endless Appetite for the Cloud

Since 2009, our mission at Salesforce Ventures has been to invest in the most innovative cloud companies and founders around the world and support them in their efforts to reimagine the future of enterprise technology. Each year our team meets with thousands of cloud companies and speaks with hundreds of CxOs and experts in our network. And while we always believed in the impact and potential of the cloud, we’ve never seen growth like we’ve seen in the past twelve months.

Cloud companies are handily blowing through previously-set records across every measure — whether it’s product adoption, growth rates, or large customer deployments. While best-in-class companies would previously target 3x year-on-year growth, we’re now seeing outlier companies that are growing revenue 5x-10x per year. And the timeline from inception to $100M ARR has never been so short. Growth-stage companies that would typically model annual growth declines year after year are now seeing an acceleration in revenue growth — something we had historically rarely seen in SaaS.

In 2021 we invested in a number of next-gen software companies that have exceeded even our most ambitious expectations, including Aiven, BetterUp, Drata, Miro, Monte Carlo, PopMenu, Vercel, and Wiz.

Even still, the potential ahead of us appears to be far greater. According to Morgan Stanley, only 25% of application workloads are running in the public cloud today, representing a significant growth opportunity. In a recent survey of CIOs, Morgan Stanley noted that in the next three years, that figure could rise to 44%.

The public markets may have pulled back from technology in recent weeks, but based on our internal research, we believe enterprises will continue to be big buyers of software and that the long-term holds great promise for the cloud. We are investing accordingly: this past year we invested ~$1.7B in capital and welcomed Slack Fund. In the same period, 22 of our companies were acquired and eight went public.

As we’ve written previously, the global pandemic necessitated a trend toward remote and hybrid work, which continues to drive demand for cloud technology. However, at the same time, there is also a broader and more permanent sentiment shift toward working in the cloud that is rooted in the belief that the cloud enables more efficient, more resilient, smarter ways to do business.

Salesforce Ventures has obviously been bullish on the cloud for more than a decade, but even we are amazed to discover how many of our companies’ addressable markets have rapidly expanded over the past couple of years and are now far larger than anticipated.

As we look back on the companies we partnered with this year, we’ve realized that the fastest-growing cloud companies have a few things in common:

  1. They’re building mission-critical solutions
  2. They’re inventing and mastering new growth strategies, including product-led growth and community-building
  3. They foster more online collaboration between internal and external teams

Here is a little more context on how some of the fastest-growing cloud companies exemplify these trends.

#1: It’s hard to say no to mission-critical software

As enterprises adopt more and more cloud technology and expand their multi-cloud environments, they’re coming up against new challenges such as data management and security. Companies that help CIOs and data teams manage and extract value from their data or help keep CISOs out of the news have become critical.

  • Wiz, an agentless, API-based company that secures cloud infrastructure, saw a massive acceleration in demand as more workloads shifted to the cloud in 2020 and 2021. By providing a singular platform that security teams could use to monitor vulnerabilities across a company’s entire cloud environment, Wiz has become a mission-critical platform for the world’s leading companies.
  • As security has become a board-level conversation, companies are demanding that their vendors meet critical requirements, such as achieving SOC2 compliance. This was a key driver behind our investment in Drata, a security and compliance automation platform that makes it easy for companies to automate the process and build trust with their customers.
  • Like security, as data has become a key differentiator among companies, data management has turned from a nice-to-have to a must-have. Companies continually generate increasing amounts of data, including user data, log files, and time-series metrics. These data sets often reside in different locations; organizations that are able to analyze these distributed data sets efficiently and at scale have a competitive advantage. This is the mission of Starburst Data, which sells a distributed data analytics engine that makes it easy for users to access and query data wherever it lives.

#2: Product-led growth and passionate communities create incredible flywheels

Hyper-targeted marketing and tailored online customer journeys make it easier than ever to attract individual users, who invite others to join them and create the adoption flywheel known as product-led growth. Buying power has shifted from top-down, CxO-driven decisions to sales processes that are driven by the end-user. As individuals and teams try to solve problems to improve their own workflows, they are increasingly relying on communities to help them find the best solutions.

  • Slack was a pioneer in building a bottoms-up go-to-market strategy, and now companies are increasingly leveraging Slack to build their own communities. Airbyte, an open-source data ingestion company, has fostered a robust Slack community with thousands of members who can connect with other users, ask questions about the product, and update users on new features. Airbyte also announced a participative model, where developers who build on Airbyte can earn a share of revenue when their data connectors are used.
  • Aiven, a managed open source data technology company, has made giving back to the community part of the company’s mission. In 2021, it launched an official program dedicated to contributing to open source as well as a startup program that offers free credits and access to Aiven’s expertise and support to enable startups to get to market faster.
  • Strong communities provide product validation. When talking with customers of Salesforce Ventures portfolio companies such as Astronomer, which is building a data orchestration engine on top of the open-source Airflow project, we noticed buyers look at metrics such as Github stars, forks, and contributors to understand how active and successful a project was.

#3: In a fast-moving, remote-first, global economy, cloud-based collaboration is imperative

When all or most of your work is done in the cloud, collaboration software is the new office. It’s no wonder the collaboration software market, valued at $28 billion, is growing 15% annually. Last year, Keybanc published a survey in which 67% of CIOs said collaboration is their #1 budget priority. Salesforce Ventures has been actively investing in tools that increase productivity for teams, whether they’re in person, remote, or hybrid.

  • This past June we invested in monday.com, which provides an asynchronous, no-code software platform to manage workflows and has created a new category of software it calls “Work OS.” The company makes it easy for employees across an organization to create their own workflows without the help of a team of engineers. Getting started in the product is incredibly easy, and their ability to turn the complex into simple has led to a large array of collaboration and workflow use cases that their users absolutely love.
  • We also invested in Airtable, a connected apps platform that helps users modernize business processes, and Notion, a platform designed to boost team productivity, with the goal of helping enterprises improve collaboration among the 1.25 billion knowledge workers globally.

Values-driven companies continue to win

Salesforce Ventures invests according to our values, including a focus on social responsibility, sustainability, and diversity. We are proud to partner with companies that lead with their principles. We’ve introduced a DEI clause in all of our deal agreements with founders to ensure alignment upfront. We routinely check a company’s Glassdoor rating before making an investment decision, and we will walk away if we believe the company’s values don’t align with our own.

  • We also have 190+ companies in our portfolio that have joined the Pledge 1% movement. Modeled after Salesforce’s 1–1–1 model, this program allows companies to donate 1% of their time, equity, product or profit back into their communities.
  • We’re thrilled to continue our support for Black Venture Institute. Since its launch in Fall 2020, BVI has graduated three cohorts — that’s 160 new Black check writers in venture capital! These graduates have made over 300 individual angel investments and evaluated over 1,000 new investments.
  • During the pandemic, people all over the world have had to deal with adversity, leading to an unprecedented rise in mental health challenges. This is one reason why we are proud to partner with BetterUp and Lyra, two companies that put values at the core of their business. We also doubled down on our investments in companies such as Unite Us, which is closing gaps in health and social services for historically underserved populations.
  • Against the backdrop of unprecedented climate events and Salesforce’s own Net Zero achievement, we accelerated our sustainability investments in carbon offsets, where Sylvera plays a critical role in verifying carbon offset data to ensure that funds flow to the highest-quality projects.

Onward

If we’ve learned anything these past two years, it’s that change is the only constant. Cloud technology helps workers learn, respond and iterate faster, giving their companies a competitive edge. The future for the cloud is wide open and we’re here for it. Come talk to us.

Here’s a closer look at 2021:

Technology

Always Be Connecting: Five Lessons on Building Sales Teams

We recently hosted a Salesforce Ventures Advisor Roundtable on sales leadership and strategy for our portfolio companies, led by Michael Corr, AVP of Sales at Salesforce. Michael has been with Salesforce for ten years and manages a book of business worth more than $200 million.

Michael has built a reputation as the kind of leader who not only consistently delivers results, but also recruits and enables high-performing, diverse teams, and accelerates their progress and career trajectory.

He shared his lessons on sales leadership, including building a sales team culture, best practices for hiring and training future sales all-stars, leading for operational excellence, and achieving accountability through reporting.

Here are his five actionable takeaways:

1) Always be recruiting

Michael is a power user on LinkedIn. While some people simply write a spec for an open position, share it on LinkedIn, and wait for the candidates to roll in, such a reactive, passive approach doesn’t work for Michael.

Instead, he invests time each week in proactively reaching out to people he’s met in the past and maintaining a connection with them. That might mean a casual ping on LinkedIn, congratulating someone on a great quarter, or responding to one of their posts. “It’s that simple touch that says to them, ‘This guy cares about me and wants me to come over when I’m ready.’”

He also recommends putting in the time to create relevant content. Michael wrote a blog on culture that he asks recruiters to share with passive candidates as a way to attract inbounds.

2) To find hidden talent, widen your lens

Many enterprise sales leaders come from other enterprise sales teams. Before joining Salesforce, however, Michael was a customer engagement leader on the PGA Tour. Having joined the company as an industry outsider, he places a high value on team members with varied backgrounds and fresh perspectives.

Diversity is a top priority for Michael, who intentionally maintains a 50/50 gender split on his team. He says hiring hasn’t been a challenge because he’s built a reputation as a leader who is intent on helping his team learn fast and advance in their careers. He’s a frequent poster on Slack and Chatter, where he publicly congratulates his team on their wins to show others what’s possible. “If you promote them, they will come,” he says.

Widening your hiring lens may mean bringing on people with broader experience and less history in enterprise sales, but he and his team put a lot of energy into training new team members so they can bring in new deals quickly. As part of this effort, when new sales reps joined Michael’s team pre-COVID, he gave them a directive: If you see a salesperson walking to a conference room holding a laptop, follow them. Ask to sit in so you can listen to them pitch and learn how they handle objections. Now that people are working from home more, he recommends new sales reps being even more intentional, paying attention to whose calendars are full, and asking to Zoom shadow and participate in meetings.

3) Foster happiness

When Michael starts a new meeting with someone on his team, instead of asking, “How are you?” he says, “Are you happy?” Michael feels this question is essential to a flourishing team. “I’ve never seen one unhappy AE get to their number,” he says.

Rather than thinking of happiness as an arbitrary measure of emotions, Michael defines happiness as “the joy that I feel in pursuit of my full potential.” He recommends everyone read the book, The Happiness Advantage by Shawn Achor, which helped shape his perspective on life and leadership, and connects happiness to a sense of purpose.

Michael’s personal goal is to know everyone he’s working with for the rest of his life. Getting to this level of trust and intimacy requires putting in the time and effort to create a culture of belonging, safety, and inclusion. He sees the workplace as a constant feedback loop. This includes a monthly “trust tree conversation,” during which he asks everyone to share their experiences at work and let him know if there’s anything the organization can do better to support them and their goals.

4) Don’t just sell something — help someone!

We all know it’s been a difficult and unpredictable year. The same is true of your customers and prospects. Remember the context of what they’ve been through before trying to push them to spend more money with you. What can you do to help them? How can you show them that you’re thinking bigger and helping them solve more than one problem? “There has to be a story attached to every interaction of why this is beneficial for them to move forward,” he says.

Michael is always looking for new ways to add value for customers outside of the sales cycle. One approach? Educating the customer. He and his team created an interactive training session for CFOs on “How to create a recurring revenue model.” If customers feel like you understand their business and are working to help them make or save money, you’re planting seeds of trust. “You need to earn my trust before you sell to me,” he explains.

“We have an embarrassment of riches when it comes to experts at Salesforce,” says Michael, referring to the many industry leaders inside the company who have experience solving problems for an array of businesses. “Bring those people to the table and put them to work.”

5) Work the numbers

Michael spends a lot of time looking at data but some numbers matter more to him than others. He doesn’t like surprises and looks for high accuracy on your forecasts. In other words, “You’re doing a good job if you can call your number on the 15th of each month within a standard deviation of +/- 10%.”

Michael pores through the numbers on a daily basis using a custom screen of his team’s deal flow he calls “Candy Crush” because of all the custom colors indicating different signals. If he sees a red flag, such as a sales cycle that’s been dragging, he reaches out to the AE to find out where they’re stuck and does whatever he can to help — without taking over to force the sale. It’s important to him that his team grows the sales muscles they need to succeed: “If they hit their potential, I get closer to mine.”

“The teams I manage are successful because I do not manage the revenue, but manage the people who manage the revenue,” he says.

The lessons Michael shared of how to lead with values when building and managing high-performance sales teams are surely something teams of all sizes can learn from!

Technology

Metrics Matter: Three Ways to Leverage Impact Metrics to Drive Business Value

There has arguably never been a more important moment for businesses to be a force for good, and financial firms and investors are taking note. In 2019, a study found nearly 80% of global investors focus more on sustainability now than they did five years before; and a review of more than 2,000 studies showed a strong correlation between the performance of environmental, social, and governance funds and positive investment returns.

Since 2017, the Salesforce Ventures Impact Fund has been investing in innovative companies that drive positive, measurable social and environmental impact with financial return. We invest in the most disruptive startups delivering solutions across education and reskilling, climate action, diversity, equity and inclusion, and enabling tech for nonprofits and foundations.

Social impact is no longer a “nice to have” — it’s central to business. The global COVID-19 pandemic is accelerating the pivot for companies, from only thinking about their shareholders to mandating for all its stakeholders — including communities and the planet. Operating “business as usual” has become a risk.

We spoke with some of our portfolio companies to peel back the curtain on how to leverage impact data and transparently disclose impact metrics, in a way that builds on their standard business and KPI metrics. Whether companies have no idea where to begin, are just beginning to track impact metrics, or are seasoned pros looking to reiterate on strategy — the unique examples below are a great place for companies to start.

1. Center your operational strategy around your impact.

“Impact is our business. Impact is our value proposition.”

Benjamin Levine, Head of Data Science at FutureFuel.io

FutureFuel.io exists to crush student debt for America’s 45 million borrowers through its platform that empowers users to better manage and accelerate the pay down of their student debt through a holistic and programmatic approach, based on each user’s individual finhealth context. They leverage their impact metrics around the company, from the sales team pitching their product, to their leadership speaking to investors before the next funding round.

For example, a fintech start-up’s users who leverage FutureFuel.io save an average of $260 per month, while members from one of the largest financial wellness platforms globally are saving their users $491 a month. On an individual level, the impact is equally staggering. A single mom of three will save $115,000 over the life of her loan, after exploring and acting upon her student debt management options via the platform.

During a time of mass unemployment and daunting financial distress, their impact metrics are central to their operations and a key component in successfully recruiting more members.

2. Leverage third-party auditors to substantiate real-life impact.

“We used independently-run randomized control trials to verify our theory of change, to understand if our intervention was really making a difference.”

Wendy Gonzalez, CEO at Sama

No one said measuring impact would be easy, and AI training data company Sama knows this first-hand. Sama provides job training that teaches workers the skills needed for digital work, grounded in the belief that dignified, digital, living-wage work is more efficient at reducing poverty and empowering women compared to aid/donations.

They partnered with the Massachusetts Institute of Technology and Innovations for Poverty Action to complete a comprehensive randomized controlled trial (RCT) — often referred to as the “gold standard” in research — to evaluate their breadth of impact (i.e., how many people were hired) and depth of impact (i.e., how much wages increased). The RCT study validated Sama’s theory of change and found that after Sama intervention, workers receiving both training and a job referral see almost 40% higher earnings and 10 percentage points lower unemployment than the control group. They were also able to identify gaps, refine their strategies, and take these findings to their investors, stakeholders, and communities.

For companies debating whether to run their own trials, Sama recommends first conducting a thorough review of your business to understand the ways in which you do or do not create positive social and environmental impact. For companies that are just starting their social impact journey, you may find that you have been creating a positive social impact all along.

3. Enable and empower team members to make the most of your impact data.

“Lived experience is a key data set at SameSkyHealth, and we make sure everyone on our team can access these critical insights to scale our impact.”

Dr. Vik Bakhru, COO/CFO at SameSky Health.

Translating and navigating the U.S. healthcare system — even for native English speakers — can be a daunting task. The consequences are very real, with a disproportionate number of people waiting too long before seeking medical care, if they engage at all. SameSky Health creates value by connecting healthcare providers and insurers with patients in a way that centers their culture and meets their language needs.

The SameSky Health approach to engagement utilizes public data, client data, SameSky Health’s cultural expertise data, and impact data from previous campaigns — totaling 2+ million data points across 30+ languages and cultures. The data tracked from campaigns include the number of appointments made, patient/member feelings (positive or negative toward client), patient self-reported care, and opt-outs. The data tracked for community insights include broadband access, reduced lunch program enrollment, Federal Poverty Line stats, transportation access/vehicle ownership, cultural prominence in the community, languages spoken, food/pharmacy/clinic dessert, crime rates, dominant cultural attitudes toward healthcare, type of phone number on file (landline vs mobile), cultural attitudes towards diet, exercise, gender and family roles, and more.

Making this data available company-wide allows all SameSky Health teams to leverage the latest stats and facts to drive more impact for the patients they serve. Patient Operations, the frontline outreach team, uses it to measure campaign results. Client Relations shares performance dashboards with their clients. Sales shares outcomes to develop sales leads. Marketing utilizes data to support thought leadership and update investors. Executive Leadership uses data to support points with policy experts and other thought leaders. When the data is readily accessible, teams are empowered to iterate and improve upon their strategies to scale their impact.

We’re extremely fortunate to work with companies at the tip of the spear, driving impact in communities and also leading in collecting and analyzing their social impact. As investors who are keen on staying up to date on our portfolio’s metrics, we built a Salesforce solution to structure, collect, and visualize our portfolio’s impact. We believe in using technology to drive transparency and invite others to provide feedback and join us on the journey. Check out the Salesforce Ventures Impact Fund’s metrics in Salesforce’s FY21 Stakeholder Impact Report that we just launched last week.

Technology

Hindsight in 2020: The Unexpected Urgency of Adopting Cloud Technology

Salesforce Ventures was founded on the belief that the surest way to spark growth and boost customer success is to accelerate the expansion of a cloud ecosystem and support startups that drive innovation. Since then, our thesis has been both well-tested and well-proven. Indeed, the pace of change is accelerating and transitions we thought would take decades are happening right now.

In 2020, we found ourselves in a period of unexpected change, including a sudden switch to remote work and accelerated adoption of cloud technology. Digital transformation became an urgent imperative. When it counted most, the utility and value of the cloud were universally confirmed, and enterprises that embraced digital transformation were made more resilient, efficient, and adaptable.

We also witnessed enterprise technology leaders step forward to stabilize and support their customers, employees, and partners — leaving them even stronger than before. We conducted two surveys of cloud CEOs this year and learned that churn turned out to be lower than expected; and in Q2, when executives had a clearer picture of how the pandemic was impacting their business, almost all of them forecasted they would reach 76% of their plan or more for the year; up from 30% forecasting as such when we asked them in March.

Reflecting on the past ten years makes it clear how far we’ve come and how much has changed. When we first started investing more than a decade ago, cloud-based software was still a relatively small piece of the overall tech industry. The next decade will be even more transformational. We are only in the beginning stages of the transition to the cloud, and there is a long way to go before the world is fully cloud-native.

We’re keeping our eye on several trends set to shape the coming decade, and we plan to invest accordingly:

Data as the linchpin of digital transformation 2.0

To achieve the promise of Digital Transformation 2.0 and Customer 360, you need a holistic view of your customer data. As companies around the world continue their data transformation and bring on more cloud applications that generate and consume data to analyze every aspect of their business, an opportunity has emerged for solutions to seamlessly manage all that information. A number of Salesforce Ventures-backed companies are driving this innovation, including Auth0, BigID, Crossbeam, and Snowflake.

Apps that bring more flow

We will see fewer monolithic products as applications continue to become more cross-product, cross-functional, and cross-cloud. This will lead to collapsing workflows and functionalities across different departments. A number of Salesforce Ventures-backed companies are driving this innovation, including Qualified, Workato, and Automation Anywhere.

Artificial intelligence and automation

As AI matures, we expect more cloud startups to build automation into more products to improve predictive capabilities and product usability at scale. Interfaces will continue to improve and data entry will become more automated — so employees won’t need to log in as often, yet the quality of data will improve. A number of Salesforce Ventures-backed companies are driving this innovation, including Airkit, Process Street, Gong, Qualified, and Outreach.

Remote work and collaboration

Technology never moves backward. Long after the pandemic is over, a number of newly-learned, tech-enabled behaviors are likely to become societal norms. One of those is an increased reliance on remote work. Supporting distributed teams will require continued investment in virtual communications and experiences, data sharing and security, and tools that enable remote sales and service — anything that supports laptops in the field. A number of Salesforce Ventures-backed companies are driving this innovation, including Auth0, Hopin, Tanium, Talkdesk, Outreach, and Qatalog.

Investing with Values

Salesforce Ventures is driven to lead with our values, incorporating social responsibility, sustainability, and diversity into our investment process. Our goal is to contribute to the creation of a more resilient and inclusive economy — one that ensures the long-term wellness of citizens, drives job creation, protects against future shocks coming from climate change, and breaks down systemic barriers across race and gender.

Out of a desire to address the extremely low representation of Black professionals in technical, leadership, and investing roles, we co-founded Black Venture Institute, which aims to 5X the number of Black check writers in three years. We also announced $100 million of intentional capital to empower cloud companies led by Black and underrepresented minority founders and launched a new $100M Impact Fund to continue to invest in companies solving the world’s most pressing challenges.

Looking forward

As 2020 comes to a close, we are appreciative of the resiliency, ingenuity, and generosity of our Ohana — and grateful for our partnership with you. At Salesforce Ventures, our goal is to help the entire cloud ecosystem flourish. If you’re building a cloud company in the areas in which we invest, we’d like to hear from you.

Here’s a quick look back at our year:

Archive main content for default archive pages