![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
Generative AI is all the rage. In the last few months, we’ve seen an explosion of large language off-the-shelf and open source models (LLMs), like Meta’s Llama 2, OpenAI’s GPT-4, Anthropic’s Claude 2 and tools like ChatGPT code interpreter and GitHub Copilot. The ecosystem is exploding and it’s quickly transforming various industries.
Customer service and support is one area seeing massive gains. By leveraging LLMs, organizations are providing faster and more personalized responses to customer inquiries than ever before. One example is Delta Air Lines’ “Ask Delta” chatbot that uses generative AI to help customers find flights and check-in and track their bags, which in turn has reduced call center volume by a whopping 20%.
In marketing and sales, many organizations are using ChatGPT and other generative AI solutions to generate marketing copy and score leads. In HR, many CHROs are now using large language models for recruiting, performance management, and coaching.
And let us not forget the strides Generative AI is making in the world of software development. Solutions like GitHub Copilot and Amazon CodeWhisperer are enabling developers to generate code faster and more accurately, reducing the time and effort required for routine tasks.
I can go on, but to sum it up: every business wants to take advantage of generative AI, but actually applying it is more difficult and laborious than it seems.
But while off-the-shelf models are helping many companies get started with generative AI, scaling it for enterprise use is difficult. It requires specialized talent, a new tech stack to manage and deploy models, ample budget for rising compute costs, and guardrails to ensure security.
The progress we’ve seen in the last few months is nothing short of impressive. While natural language understanding and processing is not net-new, it’s now much more accessible. Not to mention that models have gone from 0 to 60 in terms of depth and capabilities.
But, for many CIOs, the value may not be immediately obvious. Many organizations have been slashing budgets in the last year and making blind investments is not in their agenda. But this is not the inning to sit out. AI has the power to shape your business in unimaginable ways. Here’s a quick list of benefits:
Large Language Models (LLMs) like GPT-4 are based on neural networks, which are inherently probabilistic in nature. This means that given the same input, they might produce slightly different outputs each time due to the randomness in the model’s architecture or during the training process. This is what we mean when we say LLMs are “non-deterministic.”
This non-deterministic behavior can be a limitation in building enterprise-grade business applications for several reasons:
Despite these challenges, there are ways to manage the non-deterministic nature of LLMs, such as using ensemble methods, applying post-processing rules or setting a seed for the randomness to get repeatable results. However, each of these approaches has its own trade-offs and doesn’t completely eliminate the issue.