Thursday, July 23, 2026
- Colossyanv8Colossyan is a generative AI company that develops an AI-powered video creation platform focused on corporate training, workplace learning, and enterprise communication.
- Topaz Labsv5Topaz Labs is a software company headquartered in Dallas, Texas, that develops AI-powered tools for photo and video enhancement, best known for Gigapixel, Photo AI, Video AI, and its Bloom and Project…
- Tavilyv4Tavily is a search engine and API platform built specifically for AI agents and retrieval-augmented generation (RAG) systems.
- Machine Intelligence Research Institutev5The Machine Intelligence Research Institute (MIRI) is a Berkeley, California 501(c)(3) nonprofit, founded in 2000 by Eliezer Yudkowsky, that argues the default outcome of building smarter-than-human AI is…
- Le Chatv13Le Chat is the consumer AI assistant and conversational chatbot built by Mistral AI, the French artificial intelligence company headquartered in Paris, and is widely positioned as Europe's leading alternative…
- Playground AIv4Playground AI (now branded simply as Playground) is an AI image generation and graphic design platform founded by Suhail Doshi in 2022.
- Tome (AI)v8Tome was an artificial intelligence-powered presentation and storytelling platform that allowed users to generate full presentations, including text, images, and layouts, from a single text prompt.
- Krisp AIv5Krisp AI (formerly 2Hz) is an artificial intelligence company that develops real-time voice AI products, including noise cancellation, accent conversion, voice translation, meeting transcription, and…
- Beautiful.aiv7Beautiful.ai is an AI-powered presentation software platform that uses intelligent design rules and generative AI to automate the creation of professional slide decks.
- Clipdropv5Clipdrop is an AI-powered image editing and creation platform developed by the French startup Init ML.
- Invideo AIv9Invideo AI is an AI video generation platform that allows users to create professional-quality videos from simple text prompts.
- Auto-GPTv9AutoGPT (also stylized Auto-GPT) is an open-source autonomous AI agent framework that uses large language models (LLMs), primarily OpenAI's GPT-4
- You.comv8You.com is an artificial intelligence company that builds AI-powered web search infrastructure and enterprise research agents, founded in 2020 by Richard Socher and Bryan McCann
- CoreWeavev8CoreWeave, Inc. is an American artificial intelligence cloud computing company headquartered in Livingston, New Jersey, that rents large clusters of NVIDIA GPUs to AI developers and enterprises and builds the…
- Poe (platform)v9Poe (short for Platform for Open Exploration) is an AI chatbot aggregator platform developed and operated by Quora.
- Robot locomotionv5Robot locomotion refers to the methods by which robots move through their environment, with a particular focus on legged robots that walk, run, climb, and balance using discrete footholds rather than…
- NVIDIA Isaac Simv6NVIDIA Isaac Sim is an open-source robotics simulation application built on NVIDIA Omniverse for developing, simulating, and testing AI-driven robots in physically based virtual environments.
- Krea AIv10Krea AI (legally Krea, krea.ai) is a San Francisco generative AI company, founded in 2022, that builds a browser-based creative suite for image generation, video creation, three-dimensional asset production…
- ALOHA (robot system)v5ALOHA (A Low-cost Open-source Hardware System for Bimanual Teleoperation) is an open-source robotic platform for collecting bimanual manipulation demonstrations and training imitation learning policies, built…
- Robot manipulationv5Robot manipulation is the ability of a robotic system to physically interact with objects in its environment through grasping, pushing, pulling, inserting, placing, and other contact-based actions.
- QuillBotv7QuillBot is an artificial intelligence-powered writing platform, founded in 2017, whose AI paraphrasing tool is its flagship product alongside a grammar checker, summarizer, plagiarism and AI-content detector…
- Recraft AIv7Recraft AI is an AI image generation platform built for professional designers, creative teams, and brand-focused workflows.
- Open X-Embodimentv5Open X-Embodiment (OXE) is a large-scale collaborative robotics research initiative, led by Google DeepMind and announced in October 2023, that produced the largest open-source real robot dataset and a family…
- Writesonicv8Writesonic is an artificial intelligence-powered content creation, SEO, and AI search visibility platform founded by Samanyou Garg in October 2020.
- Murf AIv10Murf AI is an artificial intelligence company that develops a text-to-speech platform for generating realistic synthetic voiceovers.
- Supermavenv7Supermaven was an AI code completion tool that used a proprietary neural network architecture to deliver fast, context-aware code suggestions directly inside a developer's editor.
- Agent evaluationv4Agent evaluation is the systematic measurement of how well AI agents (LLM-based systems that plan and act over multiple steps using tools) perform on real-world tasks, using benchmarks, metrics, and testing…
- Agent memoryv5Agent memory is the set of systems that let an AI agent retain and recall information beyond a single context window, so it can carry knowledge, preferences, and experience from one interaction or session into…
- Digital twinv6A digital twin is a virtual replica of a physical object, process, or system that is continuously updated with real-time data from its physical counterpart, so the digital copy mirrors the structure, context…
- Sim-to-real transferv9Sim-to-real transfer (also written as sim2real) is the process of training a policy, controller, or perception model inside a physics simulator and deploying it on a physical robot in the real world without…
- BabyAGIv5BabyAGI is an open-source autonomous agent framework created by Yohei Nakajima and released on March 28, 2023.
- OpenAI Agents SDKv5The OpenAI Agents SDK is an open-source, lightweight framework developed by OpenAI for building multi-agent systems and agentic workflows, built around four core primitives: agents, handoffs, guardrails, and…
- Robot teleoperationv8Robot teleoperation is the remote control of a robot by a human operator over a communication link that carries commands from the operator to the robot and sensory feedback from the robot back to the operator.
- Diffusion policyv6Diffusion policy is a robot imitation-learning method, introduced in 2023 by Cheng Chi, Shuran Song, and collaborators at Columbia University, the Toyota Research Institute, and MIT
- ReAct (prompting)v7ReAct (short for Reasoning and Acting) is a prompting paradigm for large language models that interleaves verbal reasoning traces ("Thoughts") with task-specific actions executed against an external…
- Agent planningv6Agent planning refers to the process by which an AI agent determines a sequence of actions to accomplish a goal.
- Swarm intelligencev5Swarm intelligence (SI) is a branch of artificial intelligence concerned with the collective behavior of decentralized, self-organized systems
- Bias-variance tradeoffv9The bias-variance tradeoff is a foundational concept in machine learning and statistics that describes the tension between two competing sources of error in predictive models: bias (error from overly…
- Top-p and top-k samplingv6Top-p sampling, also called nucleus sampling, is a text-generation decoding method for large language models (LLMs) that, at each step, samples the next token from the smallest set of highest-probability…
- Reflexionv7Reflexion is a 2023 framework for reinforcing language agents through verbal self-reflection rather than weight updates: the agent reflects in natural language on feedback from failed attempts, stores those…
- Tokens per secondv5Tokens per second (TPS) is a key performance metric for measuring the speed of large language model (LLM) inference. It quantifies how many tokens a model can generate or process in one second.
- F1 scorev6The F1 score (also written as F1-score, F-score, or F-measure) is the harmonic mean of precision and recall, calculated as $$F_1 = \frac{2 \cdot (\text{Precision} \cdot \text{Recall})}{\text{Precision} +…
- ROUGEv6ROUGE (Recall-Oriented Understudy for Gisting Evaluation) is a set of automatic metrics that score the quality of a machine-generated text summary by counting how many overlapping units (n-grams, word…
- Decoding strategiesv6Decoding strategies are the algorithms that select output tokens from a language model's next-token probability distribution during text generation.
- Temperature samplingv6Temperature sampling is the most common decoding control in large language models: a single hyperparameter, written T
- Naive Bayesv7Naive Bayes is a family of probabilistic classification algorithms that apply Bayes' theorem under a strong ("naive") assumption that every feature is conditionally independent of every other feature given the…
- Cambriconv9Cambricon Technologies (Chinese: 寒武纪科技; stock ticker: 688256.SS) is a Chinese fabless semiconductor company that designs artificial intelligence processors, best known for its Siyuan (思元) Machine Learning Unit…
- ModelScopev9ModelScope is an open-source Model-as-a-Service (MaaS) platform developed by Alibaba Cloud and DAMO Academy and launched on November 3, 2022, that functions as China's largest AI model and dataset hub…
- StepFunv10StepFun (Chinese: 阶跃星辰, pinyin: Jiēyuè Xīngchén), formally Shanghai Jieyue Xingchen Intelligent Technology Co., Ltd., is a Shanghai-based Chinese artificial intelligence startup that builds the "Step" series…
- HunyuanVideov9HunyuanVideo is an open-source video generation model developed by Tencent and released on December 3, 2024, with over 13 billion parameters
- CogVideoXv8CogVideoX is a family of open-source text-to-video generation models developed by Zhipu AI and Tsinghua University (THUDM) that generate up to 10-second continuous videos from a text prompt at 16 frames per…
- SenseTimev9SenseTime (Chinese: 商汤科技; pinyin: Shāngtāng Kējì) is a partly state-owned, publicly traded artificial intelligence company headquartered in Hong Kong that grew into China's largest AI software company by…
- Xiaomi AIv5Xiaomi AI is the artificial intelligence research, products, and strategy of Xiaomi Corporation, the Beijing-based consumer-electronics and electric-vehicle maker, spanning open-source large language models…
- Julius AIv4Julius AI is an artificial intelligence data analysis platform that allows users to analyze datasets, generate visualizations, and perform statistical computations through natural language conversations.
- Yitu Technologyv6Yitu Technology (Chinese: 依图科技; pinyin: Yītú Kējì) is a Chinese artificial intelligence company headquartered in Shanghai that was founded in 2012 by Zhu Long (朱珑) and Lin Chenxi (林晨曦)
- CloudWalk Technologyv8CloudWalk Technology Co., Ltd. (Chinese: 云从科技, stock code: 688327.SS) is a Chinese artificial intelligence company, founded in April 2015 by Zhou Xi, that builds facial recognition, computer vision, and…
- Friend (AI device)v6Friend is a wearable artificial intelligence companion device designed by Avi Schiffmann and developed by his company
- Megviiv9Megvii Technology Limited (Chinese: 旷视科技), also known by the name of its flagship product Face++, is a Beijing-based artificial intelligence company specializing in computer vision, deep learning, and Internet…
- Fireflies.aiv5Fireflies.ai is an artificial intelligence meeting assistant platform that automatically records, transcribes, summarizes, and analyzes conversations across video conferencing tools such as Zoom, Microsoft…
- Copy.aiv7Copy.ai is a generative AI platform for go-to-market (GTM) work that uses large language models to write marketing and sales copy, automate sales and marketing workflows, and run AI agents for research…
- Descriptv6Descript is an artificial intelligence-powered audio and video editing platform that lets users edit media by editing a text transcript: delete a word from the transcript and the matching audio and video…
- Otter.aiv6Otter.ai is an American artificial intelligence company that builds AI meeting assistants that automatically record, transcribe, summarize, and answer questions about spoken conversations in real time.
- Jasper AIv6Jasper AI (formerly Conversion.ai and Jarvis.ai) is an artificial intelligence company that builds an enterprise marketing platform for AI-generated content, brand-consistent copy, and autonomous marketing…
- D-IDv6D-ID is an Israeli artificial intelligence company that turns a single still photograph into a photorealistic, talking digital human video using generative AI.
- Leonardo.AIv8Leonardo.AI (stylized as Leonardo.Ai) is a Sydney-based generative AI platform for image generation, video creation, and creative design, founded in December 2022 by CEO JJ Fiasson and five co-founders and…
- Notion AIv6Notion AI is the suite of artificial intelligence features built into Notion, the productivity and collaboration platform, providing writing assistance, natural-language question-and-answer search across a…
- Synthesiav7Synthesia is a British artificial intelligence company, founded in 2017 and headquartered in London, that builds a text-to-video platform letting users generate professional videos featuring AI-generated…
- HeyGenv9HeyGen is an American artificial intelligence company headquartered in Los Angeles, California, that develops AI-powered video generation software specializing in digital avatars, voice cloning, and…
- Canva AIv4Canva AI is the suite of artificial intelligence features built into Canva, the Australian online design platform, centered on the Magic Studio toolkit launched on October 4, 2023 and reorganized in 2025-2026…
- Claude Code Reviewv5Claude Code Review is a multi-agent code review system developed by Anthropic that automatically analyzes GitHub pull requests for bugs, security vulnerabilities, and logic errors.
- OpenAI Operatorv9OpenAI Operator was an AI agent developed by OpenAI that could autonomously perform tasks through web browser interactions.
- OpenAI Frontierv6OpenAI Frontier is an enterprise platform for building, deploying, and managing AI agents at scale.
- Claude Coworkv8Claude Cowork is an autonomous AI agent developed by Anthropic that runs inside the Claude desktop app and completes multi-step knowledge work, such as organizing files, preparing documents, and synthesizing…
- Sierra AIv9Sierra is a conversational AI company that builds AI-powered customer experience agents for businesses.
- Ideogramv6Ideogram is a Toronto-based artificial intelligence company, founded in 2022 by four former Google Brain researchers who built Google's Imagen system
- Deep Researchv9Deep Research is a category of AI agent products that perform multi-step web research to produce comprehensive, citation-backed analytical reports
- Claude Dispatchv5Claude Dispatch is a feature within Anthropic's Claude platform that lets users remotely control a Claude Cowork session running on their desktop computer from a mobile device, assigning tasks from a phone and…
- The Anthropic Institutev5The Anthropic Institute is a research organization within Anthropic dedicated to studying the societal challenges posed by increasingly powerful artificial intelligence systems.
- Arthur Menschv5Arthur Mensch (born 17 July 1992 in Sevres, France) is a French artificial intelligence researcher and entrepreneur who is the co-founder and chief executive officer of Mistral AI
- Agentic workflowv7An agentic workflow is a multi-step process in which one or more AI agents independently plan a sequence of actions, select and use tools, evaluate intermediate results, and iterate until a goal is reached.
- Bahdanau attentionv8Bahdanau attention is the first attention mechanism for neural networks, introduced in 2014 to let a sequence-to-sequence decoder soft-align to every encoder hidden state instead of relying on a single…
- Scaling Laws for Neural Language Modelsv8Scaling Laws for Neural Language Models is a landmark research paper published by OpenAI on January 23, 2020 (arXiv:2001.08361) that established that the test loss of a neural language model falls as a smooth…
- AI Voice Agentv8An AI voice agent is a conversational artificial intelligence system that communicates with users through spoken language in real time, holding fluid telephone or in-app conversations, interpreting intent…
- AlphaZerov8AlphaZero is a general-purpose reinforcement learning algorithm developed by DeepMind that taught itself to play chess, shogi (Japanese chess), and Go at a superhuman level from scratch, using only the rules…
- Reward hackingv6Reward hacking (also called specification gaming) is a failure mode in artificial intelligence in which a system maximizes its given objective or reward signal through unintended shortcuts, exploits, or…
- Quantum machine learningv4Quantum machine learning (QML) is a research field that sits at the intersection of quantum computing and machine learning.
- AlphaStarv8AlphaStar is an artificial intelligence system built by Google DeepMind that in 2019 became the first AI to reach Grandmaster level in the real-time strategy game StarCraft II
- OpenAI Fivev8OpenAI Five was a reinforcement learning system developed by OpenAI to play the competitive multiplayer video game Dota 2 at a professional level.
- AI in agriculturev6AI in agriculture refers to the application of artificial intelligence, machine learning, computer vision, and robotics to farming and food production.
- AlphaCodev11AlphaCode is an artificial intelligence system developed by Google DeepMind that generates computer programs capable of solving competitive programming problems at a human-competitive level
- 2024 Nobel Prizes in AIv5In 2024, five artificial intelligence researchers won Nobel Prizes across two categories: the Nobel Prize in Physics went to John J. Hopfield and Geoffrey Hinton "for foundational discoveries and inventions…
- Data labelingv6Data labeling (also called data annotation) is the process of attaching meaningful tags, labels, or metadata to raw data so that machine learning algorithms can learn from it.
- Neuromorphic computingv7Neuromorphic computing is brain-inspired computer hardware that processes information with spiking neural networks (SNNs) and event-driven, in-memory computation, co-locating memory and processing the way…
- AI in manufacturingv7AI in manufacturing is the application of artificial intelligence and machine learning across industrial production to improve efficiency, lower costs, and raise product quality.
- AI weather forecastingv6AI weather forecasting is the use of machine learning and deep learning models, trained on decades of historical atmospheric data, to predict the weather faster and often more accurately than the physics-based…
- ANYboticsv6ANYbotics AG is a Swiss robotics company that builds autonomous four-legged (legged robot) machines for industrial inspection, best known for its ANYmal quadruped used to inspect oil and gas, chemicals, power…
- Collaborative robotv7A collaborative robot (commonly called a cobot) is a robot designed to physically interact with humans in a shared workspace without safety fencing.
- Spot (robot)v4Spot is a quadruped robot developed by Boston Dynamics, a four-legged, all-electric mobile platform marketed as "the agile mobile robot" for automating sensing and inspection in industrial environments .
- Fourier Intelligencev6Fourier Intelligence (now operating as Fourier and Fourier Rehab) is a Chinese robotics company headquartered in Shanghai that builds rehabilitation robots and general-purpose humanoid robots, best known for…
- Industrial robotv8An industrial robot is an automatically controlled, reprogrammable, multipurpose manipulator programmable in three or more axes, which can be either fixed in place or mobile for use in industrial automation…