Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Smart Investors vs. Dumb Investors

    June 15, 2026

    Trump Is Trying To Bury His UFC ‘Failure’ By Striking A ‘Bad Deal’ To End Iran War, GOP Strategist Says

    June 15, 2026

    Get 40% Off Men’s Merrell Shoes Just In Time For Father’s Day

    June 15, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Smart Investors vs. Dumb Investors
    • Trump Is Trying To Bury His UFC ‘Failure’ By Striking A ‘Bad Deal’ To End Iran War, GOP Strategist Says
    • Get 40% Off Men’s Merrell Shoes Just In Time For Father’s Day
    • What Funeral Directors Don’t Want You to Know
    • 8 Strength-Building Exercises That Don’t Require Lifting Weights
    • As Anthropic suspends access to new models, India debates its AI future
    • Indiana Jones and the Mystery Project of Hat
    • Trump’s Name Is Currently Being Removed From The Kennedy Center
    Facebook X (Twitter)
    SBM Global News
    Demo
    • Home
    • Top Stories
      • Politics
    • Business
      • Small Business
      • Marketing
    • Finance
      • Investment
    • Technology

      As Anthropic suspends access to new models, India debates its AI future

      June 14, 2026
      Read More

      Founderr.io – Company Profile – AllBusiness.com

      June 14, 2026
      Read More

      Chinese cybercrime operation that used AI to scam ‘hundreds of thousands of victims’ sued by Google

      June 13, 2026
      Read More

      What AI Agents Actually Do for Customer Service—And How to Pick One

      June 12, 2026
      Read More

      Opendoor’s India exit is fueling a bigger conversation about AI and outsourcing

      June 11, 2026
      Read More
    • Lifestyle
      • Travel
    • Feel Good
    • Get In Touch
    SBM Global News
    Demo
    Home»Technology»The TechCrunch AI glossary | TechCrunch
    Technology

    The TechCrunch AI glossary | TechCrunch

    By Staff WriterMarch 3, 20256 Mins Read
    Facebook Twitter LinkedIn Reddit Email
    #image_title
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Artificial intelligence is a deep and convoluted world. The scientists who work in this field often rely on jargon and lingo to explain what they’re working on. As a result, we frequently have to use those technical terms in our coverage of the artificial intelligence industry. That’s why we thought it would be helpful to put together a glossary with definitions of some of the most important words and phrases that we use in our articles.

    We will regularly update this glossary to add new entries as researchers continually uncover novel methods to push the frontier of artificial intelligence while identifying emerging safety risks.


    An AI agent refers to a tool that makes use of AI technologies to perform a series of tasks on your behalf — beyond what a more basic AI chatbot could do — such as filing expenses, booking tickets or a table at a restaurant, or even writing and maintaining code. However, as we’ve explained before, there are lots of moving pieces in this emergent space, so different people can mean different things when they refer to an AI agent. Infrastructure is also still being built out to deliver on envisaged capabilities. But the basic concept implies an autonomous system that may draw on multiple AI systems to carry out multi-step tasks.

    Given a simple question, a human brain can answer without even thinking too much about it — things like “which animal is taller between a giraffe and a cat?” But in many cases, you often need a pen and paper to come up with the right answer because there are intermediary steps. For instance, if a farmer has chickens and cows, and together they have 40 heads and 120 legs, you might need to write down a simple equation to come up with the answer (20 chickens and 20 cows).

    In an AI context, chain-of-thought reasoning for large language models means breaking down a problem into smaller, intermediate steps to improve the quality of the end result. It usually takes longer to get an answer, but the answer is more likely to be right, especially in a logic or coding context. So-called reasoning models are developed from traditional large language models and optimized for chain-of-thought thinking thanks to reinforcement learning.

    (See: Large language model)

    A subset of self-improving machine learning in which AI algorithms are designed with a multi-layered, artificial neural network (ANN) structure. This allows them to make more complex correlations compared to simpler machine learning-based systems, such as linear models or decision trees. The structure of deep learning algorithms draws inspiration from the interconnected pathways of neurons in the human brain.

    Deep learning AIs are able to identify important characteristics in data themselves, rather than requiring human engineers to define these features. The structure also supports algorithms that can learn from errors and, through a process of repetition and adjustment, improve their own outputs. However, deep learning systems require a lot of data points to yield good results (millions or more). It also typically takes longer to train deep learning vs. simpler machine learning algorithms — so development costs tend to be higher.

    (See: Neural network)

    This means further training of an AI model that’s intended to optimize performance for a more specific task or area than was previously a focal point of its training — typically by feeding in new, specialized (i.e. task-oriented) data. 

    Many AI startups are taking large language models as a starting point to build a commercial product but vying to amp up utility for a target sector or task by supplementing earlier training cycles with fine-tuning based on their own domain-specific knowledge and expertise.

    (See: Large language model (LLM))

    Large language models, or LLMs, are the AI models used by popular AI assistants, such as ChatGPT, Claude, Google’s Gemini, Meta’s AI Llama, Microsoft Copilot, or Mistral’s Le Chat. When you chat with an AI assistant, you interact with a large language model that processes your request directly or with the help of different available tools, such as web browsing or code interpreters.

    AI assistants and LLMs can have different names. For instance, GPT is OpenAI’s large language model and ChatGPT is the AI assistant product.

    Demo

    LLMs are deep neural networks made of billions of numerical parameters (or weights, see below) that learn the relationships between words and phrases and create a representation of language, a sort of multidimensional map of words.

    Those are created from encoding the patterns they find in billions of books, articles, and transcripts. When you prompt an LLM, the model generates the most likely pattern that fits the prompt. It then evaluates the most probable next word after the last one based on what was said before. Repeat, repeat, and repeat.

    (See: Neural network)

    Neural network refers to the multi-layered algorithmic structure that underpins deep learning — and, more broadly, the whole boom in generative AI tools following the emergence of large language models. 

    Although the idea to take inspiration from the densely interconnected pathways of the human brain as a design structure for data processing algorithms dates all the way back to the 1940s, it was the much more recent rise of graphical processing hardware (GPUs) — via the video game industry — that really unlocked the power of theory. These chips proved well suited to training algorithms with many more layers than was possible in earlier epochs — enabling neural network-based AI systems to achieve far better performance across many domains, whether for voice recognition, autonomous navigation, or drug discovery.

    (See: Large language model (LLM))

    Weights are core to AI training as they determine how much importance (or weight) is given to different features (or input variables) in the data used for training the system — thereby shaping the AI model’s output. 

    Put another way, weights are numerical parameters that define what’s most salient in a data set for the given training task. They achieve their function by applying multiplication to inputs. Model training typically begins with weights that are randomly assigned, but as the process unfolds, the weights adjust as the model seeks to arrive at an output that more closely matches the target.

    For example, an AI model for predicting house prices that’s trained on historical real estate data for a target location could include weights for features such as the number of bedrooms and bathrooms, whether a property is detached, semi-detached, if it has or doesn’t have parking, a garage, and so on. 

    Ultimately, the weights the model attaches to each of these inputs is a reflection of how much they influence the value of a property, based on the given data set.

    View original article here

    Share. Facebook Twitter LinkedIn Email Reddit
    Previous ArticleHow to buy Bitcoin in Canada
    Next Article Succession Planning — the Best Way to Ensure Your Company’s Future

    Related Posts

    As Anthropic suspends access to new models, India debates its AI future

    June 14, 2026
    Read More

    Founderr.io – Company Profile – AllBusiness.com

    June 14, 2026
    Read More

    Chinese cybercrime operation that used AI to scam ‘hundreds of thousands of victims’ sued by Google

    June 13, 2026
    Read More
    Add A Comment

    Leave A Reply Cancel Reply

    Demo
    Top Posts

    Former FBI, CIA Head Has ‘Serious Concerns’ With Trump Cabinet Picks

    December 28, 2024435

    Emirates to operate next-gen A350 on the third daily service to Cape Town

    January 14, 2026256

    AAVE Price Prediction: Target $215-225 by Mid-January 2025 as Technical Indicators Signal Bullish Momentum

    December 15, 2025240

    Ventive Hospitality Joins Green Fins: Strong ESG Lift

    February 17, 2026211
    Don't Miss
    Investment

    Smart Investors vs. Dumb Investors

    By Staff WriterJune 15, 20265 Mins Read

    Every year I do some back-of-the-envelope investment planning to set some goalposts. It’s a useful…

    Read More

    Trump Is Trying To Bury His UFC ‘Failure’ By Striking A ‘Bad Deal’ To End Iran War, GOP Strategist Says

    June 15, 2026

    Get 40% Off Men’s Merrell Shoes Just In Time For Father’s Day

    June 15, 2026

    What Funeral Directors Don’t Want You to Know

    June 14, 2026
    Stay In Touch
    • Facebook
    • Twitter
    Demo
    About Us

    Small Business Minder brings together business and related news from around the world in one place. Follow us for all the business news you'll need.

    Facebook X (Twitter)
    Our Picks

    Smart Investors vs. Dumb Investors

    June 15, 2026

    Trump Is Trying To Bury His UFC ‘Failure’ By Striking A ‘Bad Deal’ To End Iran War, GOP Strategist Says

    June 15, 2026
    Most Popular

    Former FBI, CIA Head Has ‘Serious Concerns’ With Trump Cabinet Picks

    December 28, 2024435

    Emirates to operate next-gen A350 on the third daily service to Cape Town

    January 14, 2026256
    © 2026 Small Business Minder
    • Home
    • Get In Touch

    Type above and press Enter to search. Press Esc to cancel.

    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. To get the most from our site, please disable your Ad Blocker.