February 14, 2025 | Co-led by Mariena Quintanilla and Jan Young
Let's explore how AI (LLMs) can do much more than just chat.
Generating text based on studying large amounts of data is great, but it scratches the surface for how LLMs can be used to transform the way we work.
Query external knowledge bases
Limitation addressed:
Turn natural language into SQL, LLM-aided data analysis and report generation through code generation
Limitation addressed:
Extend automation with steps to dynamically generate language as well as evaluate language.
Limitation addressed:
Processes that can perform complex tasks, breaking them down into sub-tasks, evaluating and correcting its performance.
Limitation addressed:
Responses are based in full or part, on knowledge it retrieves.
Similar to search, results are queried then ranked. LLM is used to summarize. Requires a clean reliable knowledge base to be useful.
Multiple version of files or information will cause issues.
Conversational AI with access to files you upload directly. Changes to the files are not automatically captured.
Examples
Conversational AI with access to your internal knowledge in Confluence, Dropbox, etc.
Examples
Upload report(s) and use code interpreter to analyze, join or compare datasets. Fairly reliable but requires validation of the approach so some technical skills are required.
Natural language is mapped into SQL queries to return data and answer questions.
This technology is immature and can only solve simple requests (close to the data model).
Examples
LLMs can be used in automation workflow for a variety of tasks from language generation, to evaluating or transforming text, and extract important information.
Examples
Generation Write an email to a customer when usage changes Evaluation (reading an incoming email) Assess if the customer is blocked or is reporting an urgent issue. Transformation Transform AI meeting notes into a post-meeting email to send to the customer Extraction Parse new contract details and input into Salesforce Enrichment Review interactions for the month and assign customer sentiment
Old classics for automation and connecting systems can now be used to dynamically write emails and evaluate replies.
Examples
Custom solutions and enterprise frameworks that use LLMs are expected to revolution traditional BPA products like Mulesoft and PowerAutomate
Agentic workflows vary in level of complexity and autonomy.
Examples
Enterprise Agents built in-house using platforms like AutoGen or Enterprise solutions, often functional. Technology is still very early!
Which of these can you see being most impactful to your organization?
If you were going to setup an AI agent as your personal assistant what would you want it to do?
Training: How LLMs Learn Language
Learning Patterns Through Probability: LLMs analyze massive datasets to understand the likelihood of word sequences based on how often they appear together. Distributions of Words: LLMs analyze word distributions to comprehend language patterns and relationships between words, and capture nuances like tone and style. Conditional Probability: LLMs adjust probabilities based on context, refining predictions to fit the situation. Learn More: Generative AI exists because of the transformer​ An Intuitive Guide to How LLMs Work
Training: The Data
Public forums and websites Open-source code 70,000+ books and research papers Data on the internet that requires authentication is not included. That includes paid subscriptions to news articles and private google documents and records
Inference: How LLMs Generate Text
Context Drives Coherence: LLMs consider the context provided by surrounding words Probabilities Predict: The model assigns probabilities to all possible next words based on previous words. Sampling for Variation: LLMs sample from the probability distribution, introducing variation and creativity.
LLMs can handle a wide range of tasks, from summarizing reports to answering questions, translating text, or drafting documents, adapting seamlessly to different use cases
LLMs can adjust their writing to match a specific tone, format, or audience, whether it’s crafting a formal financial analysis or an approachable educational guide.
LLMs connecting information across sources to answer complex questions or simplify dense material.
LLMs produce human-like text, generating clear, coherent, and contextually appropriate responses in a variety of languages.
By understanding the limitations of LLMs, and the risks associated to their use, you can evaluate their suitability for different tasks and recognize the importance of reviewing their outputs for accuracy and relevance. This is not an exhaustive list.
Models may generate false outputs framed in a high confidence
Models are considered "black box" as the underlying logic in generating outputs is not traceable
Increased threat of cyberattacks, deep fakes, impersonation, and fraud
Using public models can lead to leakage of proprietary data
LLMs on their own don't have access to recent or confidential data, limiting Enterprise use
Basic uses are reactive, chatbots are not initiating conversations or work. They don't initiate work.
Basic uses are as a guide, not themselves taking action or performing tasks. They don't "do" anything.
Beyond ChatGPT