# GROUNDING · AI Knowledge Radar > An automated AI-news knowledge radar and digital garden. It scores signals from the AI stream by practical relevance, impact, and learning value, then publishes daily briefs plus durable Concept, Topic, and Entity notes and recurring Knowledge Gaps. Not what shipped — what AI builders should understand next. ## Start Here - [GROUNDING home](https://grounding.fyi/): Community AI knowledge radar, latest brief, signal/noise counts, scoring telemetry, and search entry point. - [What AI builders should learn next](https://grounding.fyi/04-Insights/What-AI-builders-should-learn-next): The radar's running synthesis of the AI skills and concepts builders should prioritize, drawn from the recurring knowledge gaps. - [What is GROUNDING AI Knowledge Radar?](https://grounding.fyi/04-Insights/What-is-GROUNDING-AI-Knowledge-Radar): Brand and product entity page for grounding.fyi. - [GROUNDING Methodology](https://grounding.fyi/04-Insights/GROUNDING-Methodology): How the radar scores signal vs noise, rotates public updates, and exposes machine-readable feeds. - [Full corpus](https://grounding.fyi/llms-full.txt): Expanded machine-readable corpus with recent briefs and note openings. - [RSS feed](https://grounding.fyi/index.xml): Full-content feed for freshness and attribution. ## Daily Briefs - [2026-06-18 · 2026-06-18](https://grounding.fyi/01-Daily-Briefs/2026-06-18): AI Brief — 18 June 2026 Introducing the MDN MCP Server This release provides a direct solution to a major pain point for AI coding agents: hallucinating web standards due to model knowledge cutoffs. - [2026-06-17 · 2026-06-17](https://grounding.fyi/01-Daily-Briefs/2026-06-17): AI Brief — 17 June 2026 Refactoring 200K Lines of Code: Enforcing Architectural Boundaries Against AI Agents As AI agents take on more coding tasks, managing architectural integrity becomes critical; this approach demonstrates how to move beyond simple prompts (CLAUDE.md) to… - [2026-06-16 · 2026-06-16](https://grounding.fyi/01-Daily-Briefs/2026-06-16): AI Brief — 16 June 2026 Remember, Don't Re-read: Stateful ReAct Agents for Token-Efficient Autonomous Experimentation For AI builders creating multi-step agents, this paper demonstrates a practical, architectural method to drastically reduce token costs by transitioning… - [2026-06-15 · 2026-06-15](https://grounding.fyi/01-Daily-Briefs/2026-06-15): AI Brief — 15 June 2026 GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge This study offers a critical, evidence-based assessment of agent memory substrates, suggesting that auditability and provenance are the main practical benefits of… - [2026-06-14 · 2026-06-14](https://grounding.fyi/01-Daily-Briefs/2026-06-14): AI Brief — 14 June 2026 Don't trust large context windows For builders, this highlights that larger context windows are not a silver bullet, emphasizing the need for structured, artifact-driven agent workflows to maintain model performance. - [2026-06-13 · 2026-06-13](https://grounding.fyi/01-Daily-Briefs/2026-06-13): AI Brief — 13 June 2026 architect-loop: Orchestrated Agentic Coding Workflow This project offers a practical, replicable model for manager-worker agent architectures in software development, highlighting how isolation and explicit gates improve reliability compared to naive… - [2026-06-12 · 2026-06-12](https://grounding.fyi/01-Daily-Briefs/2026-06-12): AI Brief — 12 June 2026 Compiling User Corrections into Runtime Enforcement for Coding Agents (TRACE) For AI builders, current memory solutions for agents frequently fail to enforce consistent behavioral corrections across sessions; this research offers a practical, data-driven… - [2026-06-11 · 2026-06-11](https://grounding.fyi/01-Daily-Briefs/2026-06-11): AI Brief — 11 June 2026 PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents This project offers a concrete, implemented architectural pattern for solving the statelessness of AI coding agents, directly utilizing MCP to manage context and… - [2026-06-10 · 2026-06-10](https://grounding.fyi/01-Daily-Briefs/2026-06-10): AI Brief — 10 June 2026 Engram: A Bi-Temporal Memory Engine for LLM Agents For AI builders, Engram provides a concrete, open-source architectural pattern to replace inefficient, high-cost full-history context replay in agents. - [2026-06-09 · 2026-06-09](https://grounding.fyi/01-Daily-Briefs/2026-06-09): AI Brief — 9 June 2026 Building a Practical Harness for Coding Agents: A Real-World Perspective This post provides a grounded, realistic look at how to construct and maintain effective environments for coding agents, shifting the focus from model-chasing to… - [2026-06-08 · 2026-06-08](https://grounding.fyi/01-Daily-Briefs/2026-06-08): AI Brief — 8 June 2026 OpenHalDet: A Unified Benchmark for Hallucination Detection Hallucination remains a primary barrier to reliable production LLM deployment, particularly in RAG-based systems. - [2026-06-07 · 2026-06-07](https://grounding.fyi/01-Daily-Briefs/2026-06-07): AI Brief — 7 June 2026 Leveraging MCP and Standard Frameworks for Agent-Driven Development This case study demonstrates how standardizing on common frameworks and utilizing MCP to bridge disparate environments (server vs. - [2026-06-06 · 2026-06-06](https://grounding.fyi/01-Daily-Briefs/2026-06-06): AI Brief — 6 June 2026 10 Claude Code Configurations for Developers and Architects Mastering tool configuration and modular context management is crucial for builders using coding agents, as it directly impacts agent reliability and token efficiency when working on complex… - [2026-06-05 · 2026-06-05](https://grounding.fyi/01-Daily-Briefs/2026-06-05): AI Brief — 5 June 2026 The Self-Correction Illusion: LLMs Correct Others but Not Themselves This research highlights that agent failures to self-correct are often structural artifacts related to chat-template roles rather than fundamental cognitive deficits. - [2026-06-04 · 2026-06-04](https://grounding.fyi/01-Daily-Briefs/2026-06-04): AI Brief — 4 June 2026 Designing the hf CLI for AI Agents For builders using Claude Code, this update is directly relevant to builder workflows. ## Concepts - [Agent Memory](https://grounding.fyi/02-Concepts/Agent-Memory): Agent Memory is the set of mechanisms that lets AI agents persist useful context across turns, sessions, tools, and tasks. GROUNDING tracks memory stores, compression, retrieval boundaries, and failure modes for long-running agent workflows. - [Agents](https://grounding.fyi/02-Concepts/Agents): AI agents are LLM-driven systems that can plan, call tools, inspect results, and iterate toward a goal. GROUNDING tracks agent architectures, benchmarks, tool use, browser agents, coding agents, and reliability patterns. - [AI Concepts for Builders](https://grounding.fyi/02-Concepts/): The durable AI concepts GROUNDING tracks — the retrieval (RAG) stack, the agent stack, context engineering, and evaluation — grouped and linked so you can build a learning path. - [Chunking](https://grounding.fyi/02-Concepts/Chunking): Chunking is the practice of splitting documents, code, or data into retrieval units for RAG and indexing. GROUNDING tracks chunk size, boundaries, metadata, context windows, and when chunking harms answer quality. - [Code Agents](https://grounding.fyi/02-Concepts/Code-Agents): Code agents are AI agents that inspect repositories, edit files, run tools, and iterate on software tasks. GROUNDING tracks coding-agent workflows, context management, evaluations, and reliability risks. - [Codebase Indexing](https://grounding.fyi/02-Concepts/Codebase-Indexing): Codebase indexing is the process of making repository structure, symbols, files, and dependencies searchable for AI coding tools. GROUNDING tracks indexing methods, retrieval quality, and agent context design. - [Context Engineering](https://grounding.fyi/02-Concepts/Context-Engineering): Context Engineering is the discipline of selecting, compressing, ordering, and refreshing the information an AI system sees at inference time. GROUNDING tracks context windows, memory, tools, retrieval, and prompt architecture. - [Embeddings](https://grounding.fyi/02-Concepts/Embeddings): Embeddings are vector representations of text, code, images, or other data that make semantic search and clustering possible. GROUNDING tracks embedding models, retrieval quality, evaluation, and production RAG tradeoffs. - [Hybrid Search](https://grounding.fyi/02-Concepts/Hybrid-Search): Hybrid Search combines lexical search with vector retrieval so RAG systems can match both exact terms and semantic meaning. GROUNDING tracks ranking, recall, query rewriting, and retrieval robustness. - [LLM Evals](https://grounding.fyi/02-Concepts/LLM-Evals): LLM Evals are tests and measurement systems for model behavior, agent performance, retrieval quality, safety, and task success. GROUNDING tracks eval benchmarks, failure modes, and practical measurement patterns. - [Long Context](https://grounding.fyi/02-Concepts/Long-Context): Long Context refers to model and system designs that process large input windows while preserving useful attention and answer quality. GROUNDING tracks context limits, compression, memory, and retrieval-vs-context tradeoffs. - [MCP](https://grounding.fyi/02-Concepts/MCP): MCP, the Model Context Protocol, is a standard interface for connecting AI assistants to tools, data, and services. GROUNDING tracks MCP servers, tool integrations, security concerns, and agent workflow patterns. - [Open Source LLMs](https://grounding.fyi/02-Concepts/Open-Source-LLMs): Open Source LLMs are language models released with weights, code, or permissive access that builders can inspect, fine-tune, or self-host. GROUNDING tracks open model releases, inference stacks, and benchmarks. - [Prompt Engineering](https://grounding.fyi/02-Concepts/Prompt-Engineering): Prompt Engineering is the practice of shaping instructions, examples, constraints, and output formats for LLM behavior. GROUNDING tracks prompt patterns as part of broader context engineering and agent design. - [RAG](https://grounding.fyi/02-Concepts/RAG): RAG, or retrieval-augmented generation, grounds LLM answers in retrieved documents, code, or data before generation. GROUNDING tracks RAG architecture, retrieval quality, evaluation, grounding failures, and production patterns. - [RAG Evaluation](https://grounding.fyi/02-Concepts/RAG-Evaluation): RAG Evaluation measures whether retrieval and generation produce grounded, complete, and useful answers. GROUNDING tracks answer relevance, citation quality, faithfulness, recall, and evaluation datasets. - [Reranking](https://grounding.fyi/02-Concepts/Reranking): Reranking reorders retrieved candidates after an initial search step so the best evidence reaches the LLM first. GROUNDING tracks cross-encoders, LLM rerankers, latency tradeoffs, and RAG quality gains. - [Tool Use](https://grounding.fyi/02-Concepts/Tool-Use): Tool Use lets AI systems call external functions, APIs, browsers, shells, or databases instead of only generating text. GROUNDING tracks tool schemas, agent loops, safety boundaries, and reliability patterns. - [Vector Database](https://grounding.fyi/02-Concepts/Vector-Database): A Vector Database stores and searches embedding vectors for semantic retrieval, recommendations, and RAG. GROUNDING tracks vector indexes, filtering, hybrid retrieval, latency, and production reliability. ## Topics - [Agents](https://grounding.fyi/02-Topics/Agents): AI agents are LLM-driven systems that can plan, call tools, inspect results, and iterate toward a goal. GROUNDING tracks agent architectures, benchmarks, tool use, browser agents, coding agents, and reliability patterns. - [AI Coding](https://grounding.fyi/02-Topics/AI-Coding): AI Coding covers tools and workflows where models assist with reading, writing, testing, and reviewing software. GROUNDING tracks coding agents, IDE assistants, repository context, evals, and engineering tradeoffs. - [AI Topics](https://grounding.fyi/02-Topics/): The higher-level AI streams GROUNDING tracks — agents, AI coding, LLMs, and models — each gathering the news, concepts, and entities that move together. - [LLMs](https://grounding.fyi/02-Topics/LLMs): LLMs, or large language models, are neural models that generate and transform language, code, and multimodal content. GROUNDING tracks model releases, evaluations, inference, tooling, and builder impact. - [Models](https://grounding.fyi/02-Topics/Models): AI Models are the foundation systems, model families, and specialized releases that shape AI products and builder workflows. GROUNDING tracks releases, benchmarks, capabilities, and practical adoption signals. - [RAG](https://grounding.fyi/02-Topics/RAG): RAG, or retrieval-augmented generation, grounds LLM answers in retrieved documents, code, or data before generation. GROUNDING tracks RAG architecture, retrieval quality, evaluation, grounding failures, and production patterns. ## Insights - [Agent memory is evolving from passive retrieval-based RAG](https://grounding.fyi/04-Insights/Agent-memory-is-evolving-from-passive-retrieval-based-RAG): Agent memory is evolving from passive retrieval-based RAG toward active execution-state management, where models dynamically ‘sculpt’ and reconstruct their context window to maintain coherence. - [Agentic memory is evolving from ephemeral context-retrieval (RAG)](https://grounding.fyi/04-Insights/Agentic-memory-is-evolving-from-ephemeral-context-retrieval-(RAG)): Agentic memory is evolving from ephemeral context-retrieval (RAG) into persistent, version-controlled, and bi-temporal ‘knowledge engines’ that treat an agent’s history as an auditable codebase. - [AI evaluation is undergoing a fundamental shift from](https://grounding.fyi/04-Insights/AI-evaluation-is-undergoing-a-fundamental-shift-from): AI evaluation is undergoing a fundamental shift from binary task-completion metrics toward fine-grained behavioral audits that measure the integrity of the agent’s reasoning process and exploration efficiency. - [AI Insights](https://grounding.fyi/04-Insights/): Synthesized conclusions from GROUNDING's AI knowledge radar — claim, evidence, and implication — on where AI for builders is heading, plus what to learn next. - [GROUNDING Methodology](https://grounding.fyi/04-Insights/GROUNDING-Methodology): GROUNDING turns an aggregated AI stream into public Daily Briefs, Concepts, Topics, Entities, and Knowledge Gaps using signal/noise scoring, source links, and an allowlisted publishing pipeline. - [Production-grade agent reliability is increasingly achieved through 'engineered](https://grounding.fyi/04-Insights/Production-grade-agent-reliability-is-increasingly-achieved-through-'engineered): Production-grade agent reliability is increasingly achieved through ‘engineered harnesses’ that combine autonomous models with deterministic tools, formal verification, and strict governance architectures. - [Silent gating- and sudden regulatory revocations of frontier](https://grounding.fyi/04-Insights/Silent-gating--and-sudden-regulatory-revocations-of-frontier): “Silent gating” and sudden regulatory revocations of frontier models represent a critical new category of AI supply chain risk that undermines the reliability of proprietary agentic workflows. - [The industry is pivoting from static text-based benchmarking](https://grounding.fyi/04-Insights/The-industry-is-pivoting-from-static-text-based-benchmarking): The industry is pivoting from static, text-based benchmarking toward ‘agent-native’ evaluation that prioritizes environment manipulation, state verification, and the detection of latent planning failures. - [What AI builders should learn next](https://grounding.fyi/04-Insights/What-AI-builders-should-learn-next): A living shortlist of what AI builders should learn next — the recurring knowledge gaps GROUNDING surfaces from the AI stream, ranked by how often they matter and linked to the concepts behind them. - [What is GROUNDING AI Knowledge Radar?](https://grounding.fyi/04-Insights/What-is-GROUNDING-AI-Knowledge-Radar): GROUNDING is a community AI knowledge radar at grounding.fyi. It scores signals from the AI stream by practical relevance, impact, and learning value for AI builders. ## Knowledge Gaps - [AI Knowledge Gaps](https://grounding.fyi/07-Knowledge-Gaps/): Recurring AI themes GROUNDING flags as worth learning next — concepts the stream keeps surfacing while they stay under-understood, each with a learning path. - [Gap - Agent Memory](https://grounding.fyi/07-Knowledge-Gaps/Gap---Agent-Memory): Why now Several sources over the week point to ‘Agent Memory’ (15 mentions in 7 days). - [Gap - Codebase Indexing](https://grounding.fyi/07-Knowledge-Gaps/Gap---Codebase-Indexing): Why now Several sources over the week point to ‘Codebase Indexing’ (4 mentions in 7 days). - [Gap - Context Engineering](https://grounding.fyi/07-Knowledge-Gaps/Gap---Context-Engineering): Why now Several sources over the week point to ‘Context Engineering’ (3 mentions in 7 days). - [Gap - Embeddings](https://grounding.fyi/07-Knowledge-Gaps/Gap---Embeddings): Why now Several sources over the week point to ‘Embeddings’ (5 mentions in 7 days). - [Gap - RAG](https://grounding.fyi/07-Knowledge-Gaps/Gap---RAG): Why now Several sources over the week point to ‘RAG’ (17 mentions in 7 days). - [Gap - Reranking](https://grounding.fyi/07-Knowledge-Gaps/Gap---Reranking): Why now Several sources over the week point to ‘Reranking’ (3 mentions in 7 days). ## Entities - [.NET](https://grounding.fyi/03-Entities/Companies/dot-NET) - [109B multimodal MoE](https://grounding.fyi/03-Entities/Models/109B-multimodal-MoE) - [1C](https://grounding.fyi/03-Entities/Companies/1C) - [1CatAI](https://grounding.fyi/03-Entities/Companies/1CatAI) - [32-Bit Cafe](https://grounding.fyi/03-Entities/Companies/32-Bit-Cafe) - [360dialog](https://grounding.fyi/03-Entities/Companies/360dialog) - [404 Media](https://grounding.fyi/03-Entities/Companies/404-Media) - [A-Lab](https://grounding.fyi/03-Entities/Companies/A-Lab) - [a16z](https://grounding.fyi/03-Entities/Companies/a16z) - [AAAI](https://grounding.fyi/03-Entities/Companies/AAAI) - [AbuseIPDB](https://grounding.fyi/03-Entities/Companies/AbuseIPDB) - [AccessOwl](https://grounding.fyi/03-Entities/Companies/AccessOwl) - [AceReason-14B](https://grounding.fyi/03-Entities/Models/AceReason-14B) - [ACL Anthology](https://grounding.fyi/03-Entities/Companies/ACL-Anthology) - [ACM](https://grounding.fyi/03-Entities/Companies/ACM) - [ActivityWatch](https://grounding.fyi/03-Entities/Companies/ActivityWatch) - [Adafruit](https://grounding.fyi/03-Entities/Companies/Adafruit) - [Adobe](https://grounding.fyi/03-Entities/Companies/Adobe) - [AF3](https://grounding.fyi/03-Entities/Models/AF3) - [AfriNIC](https://grounding.fyi/03-Entities/Companies/AfriNIC) - [Agent Arena](https://grounding.fyi/03-Entities/Companies/Agent-Arena) - [Agora](https://grounding.fyi/03-Entities/Companies/Agora) - [AI Talent Hub](https://grounding.fyi/03-Entities/Companies/AI-Talent-Hub) - [Ai2](https://grounding.fyi/03-Entities/Companies/Ai2) - [AIHubMix](https://grounding.fyi/03-Entities/Companies/AIHubMix) - [Aikido](https://grounding.fyi/03-Entities/Companies/Aikido) - [Ainergy](https://grounding.fyi/03-Entities/Companies/Ainergy) - [AIPL](https://grounding.fyi/03-Entities/Companies/AIPL) - [Air France](https://grounding.fyi/03-Entities/Companies/Air-France) - [Airbyte](https://grounding.fyi/03-Entities/Companies/Airbyte) - [Airflow](https://grounding.fyi/03-Entities/Companies/Airflow) - [Airtable](https://grounding.fyi/03-Entities/Companies/Airtable) - [Alibaba](https://grounding.fyi/03-Entities/Companies/Alibaba): Alibaba is a Chinese multinational technology conglomerate whose cloud division develops the open-weight Qwen model family and offers AI infrastructure through Alibaba Cloud. Its open releases are influential across the global open-model ecosystem. GROUNDING tracks Alibaba's… - [Alibaba Cloud](https://grounding.fyi/03-Entities/Companies/Alibaba-Cloud) - [Alibaba Group](https://grounding.fyi/03-Entities/Companies/Alibaba-Group) - [AliExpress](https://grounding.fyi/03-Entities/Companies/AliExpress) - [Alisa](https://grounding.fyi/03-Entities/Models/Alisa) - [Alisa AI](https://grounding.fyi/03-Entities/Companies/Alisa-AI) - [Alisa AI](https://grounding.fyi/03-Entities/Models/Alisa-AI) - [AllSides](https://grounding.fyi/03-Entities/Companies/AllSides) - [Alphabet](https://grounding.fyi/03-Entities/Companies/Alphabet) - [alphaXiv](https://grounding.fyi/03-Entities/Companies/alphaXiv): alphaXiv is a platform for discussing, discovering, and reading arXiv papers, surfacing trending work, threaded discussions, and author activity, and integrated into arXiv via arXivLabs. It adds a social and exploratory layer on top of the preprint corpus. GROUNDING tracks… - [Alpina Digital](https://grounding.fyi/03-Entities/Companies/Alpina-Digital) - [Alpina GPT](https://grounding.fyi/03-Entities/Companies/Alpina-GPT) - [Alpine Linux](https://grounding.fyi/03-Entities/Companies/Alpine-Linux) - [AlpineLinuxSupport.com](https://grounding.fyi/03-Entities/Companies/AlpineLinuxSupport.com) - [Altershash](https://grounding.fyi/03-Entities/Companies/Altershash) - [Amazon](https://grounding.fyi/03-Entities/Companies/Amazon): Amazon is an American technology and e-commerce company whose AWS division is a leading cloud provider and a major distributor of AI models and infrastructure. It is also a significant investor in and partner of frontier AI labs. GROUNDING tracks Amazon's AI investments, Bedrock… - [Amazon Nova](https://grounding.fyi/03-Entities/Models/Amazon-Nova) - [Amazon Titan](https://grounding.fyi/03-Entities/Models/Amazon-Titan) - [Amazon Web Services](https://grounding.fyi/03-Entities/Companies/Amazon-Web-Services) - [Amazon.com, Inc.](https://grounding.fyi/03-Entities/Companies/Amazon.com-Inc) - [AMD](https://grounding.fyi/03-Entities/Companies/AMD): AMD is an American semiconductor company that designs CPUs and GPUs, including the Instinct accelerators competing in the AI training and inference hardware market. It is a key alternative in the AI compute supply chain. GROUNDING tracks AMD's AI accelerators, software stack,… - [AMPGAN v3](https://grounding.fyi/03-Entities/Models/AMPGAN-v3) - [Amplicode](https://grounding.fyi/03-Entities/Companies/Amplicode) - [Andon Labs](https://grounding.fyi/03-Entities/Companies/Andon-Labs) - [ANSYS](https://grounding.fyi/03-Entities/Companies/ANSYS) - [Anthropic](https://grounding.fyi/03-Entities/Companies/Anthropic): Anthropic is an AI safety and product company behind Claude. GROUNDING tracks Anthropic model updates, agentic coding workflows, safety research, evaluations, and developer-facing releases. - [AnySearch](https://grounding.fyi/03-Entities/Companies/AnySearch) - [Anysphere](https://grounding.fyi/03-Entities/Companies/Anysphere) - [AnythingLLM](https://grounding.fyi/03-Entities/Companies/AnythingLLM) - [AoPS](https://grounding.fyi/03-Entities/Companies/AoPS) - [Apache](https://grounding.fyi/03-Entities/Companies/Apache) - [Apache Software Foundation](https://grounding.fyi/03-Entities/Companies/Apache-Software-Foundation) - [APNIC](https://grounding.fyi/03-Entities/Companies/APNIC) - [Apple](https://grounding.fyi/03-Entities/Companies/Apple): Apple is an American technology company known for the iPhone, Mac, and its services ecosystem, increasingly integrating on-device and cloud AI through Apple Intelligence. Its hardware and platform decisions shape how AI reaches consumers at scale. GROUNDING tracks Apple's AI… - [Aqua Security](https://grounding.fyi/03-Entities/Companies/Aqua-Security) - [Arcane](https://grounding.fyi/03-Entities/Companies/Arcane) - [ArcANE-32B](https://grounding.fyi/03-Entities/Models/ArcANE-32B) - [ArcANE-8B](https://grounding.fyi/03-Entities/Models/ArcANE-8B) - [Arcee Trinity](https://grounding.fyi/03-Entities/Models/Arcee-Trinity) - [ArcFace](https://grounding.fyi/03-Entities/Models/ArcFace) - [Arch Linux](https://grounding.fyi/03-Entities/Companies/Arch-Linux) - [Archive Team](https://grounding.fyi/03-Entities/Companies/Archive-Team) - [ArchWiki](https://grounding.fyi/03-Entities/Companies/ArchWiki) - [Areal](https://grounding.fyi/03-Entities/Companies/Areal) - [Argo](https://grounding.fyi/03-Entities/Companies/Argo) - [ARIN](https://grounding.fyi/03-Entities/Companies/ARIN) - [Ars Technica](https://grounding.fyi/03-Entities/Companies/Ars-Technica) - [Art of Problem Solving](https://grounding.fyi/03-Entities/Companies/Art-of-Problem-Solving) - [Artificial Analysis](https://grounding.fyi/03-Entities/Companies/Artificial-Analysis) - [ArtificialAnlys](https://grounding.fyi/03-Entities/Companies/ArtificialAnlys) - [arXiv](https://grounding.fyi/03-Entities/Companies/arXiv): arXiv is an open-access repository hosting preprints across physics, mathematics, computer science, and quantitative biology, operated by Cornell University. Much frontier AI research circulates on arXiv before formal peer review. GROUNDING tracks notable arXiv papers, AI… - [arXivLabs](https://grounding.fyi/03-Entities/Companies/arXivLabs) - [Ashby](https://grounding.fyi/03-Entities/Companies/Ashby) - [Astro](https://grounding.fyi/03-Entities/Companies/Astro) - [ASUS](https://grounding.fyi/03-Entities/Companies/ASUS) - [AT&T Enterprises, LLC](https://grounding.fyi/03-Entities/Companies/AT-and-T-Enterprises-LLC) - [Ataraxy Labs](https://grounding.fyi/03-Entities/Companies/Ataraxy-Labs) - [Atlassian](https://grounding.fyi/03-Entities/Companies/Atlassian) - [Audio Flamingo 3](https://grounding.fyi/03-Entities/Models/Audio-Flamingo-3) - [AudioX-Turbo](https://grounding.fyi/03-Entities/Models/AudioX-Turbo) - [AutoEncoder](https://grounding.fyi/03-Entities/Models/AutoEncoder) - [Awesome Self-Hosted](https://grounding.fyi/03-Entities/Companies/Awesome-Self-Hosted) - [AWS](https://grounding.fyi/03-Entities/Companies/AWS): AWS (Amazon Web Services) is Amazon's cloud computing platform and a primary venue for deploying AI workloads, including its Bedrock service for hosted foundation models. Many third-party models are served to enterprises through AWS. GROUNDING tracks AWS model availability, AI… - [aws-lambda-powertools](https://grounding.fyi/03-Entities/Companies/aws-lambda-powertools) - [Axelix](https://grounding.fyi/03-Entities/Companies/Axelix) - [Axios](https://grounding.fyi/03-Entities/Companies/Axios) - [Axolotl AI](https://grounding.fyi/03-Entities/Companies/Axolotl-AI) - [Aya](https://grounding.fyi/03-Entities/Models/Aya) - [Ayton](https://grounding.fyi/03-Entities/Companies/Ayton) - [Azure](https://grounding.fyi/03-Entities/Companies/Azure): Azure is Microsoft's cloud computing platform and a primary venue for deploying AI workloads, including hosted OpenAI and other foundation models through Azure AI services. It is central to Microsoft's enterprise AI strategy. GROUNDING tracks Azure's model availability, AI… - [BAAI](https://grounding.fyi/03-Entities/Companies/BAAI) - [Backyard AI](https://grounding.fyi/03-Entities/Companies/Backyard-AI) - [Baichuan Intelligence](https://grounding.fyi/03-Entities/Companies/Baichuan-Intelligence) - [Baichuan-M4](https://grounding.fyi/03-Entities/Models/Baichuan-M4) - [Baichuan2-7B](https://grounding.fyi/03-Entities/Models/Baichuan2-7B) - [Banki.ru](https://grounding.fyi/03-Entities/Companies/Banki.ru) - [BaseJump STL](https://grounding.fyi/03-Entities/Companies/BaseJump-STL) - [Baseten](https://grounding.fyi/03-Entities/Companies/Baseten) - [Bear](https://grounding.fyi/03-Entities/Companies/Bear) - [Bearblog](https://grounding.fyi/03-Entities/Companies/Bearblog) - [Beeline Cloud](https://grounding.fyi/03-Entities/Companies/Beeline-Cloud) - [Beijing Children's Hospital](https://grounding.fyi/03-Entities/Companies/Beijing-Children's-Hospital) - [Berkeley Artificial Intelligence Research](https://grounding.fyi/03-Entities/Companies/Berkeley-Artificial-Intelligence-Research) - [BERT](https://grounding.fyi/03-Entities/Models/BERT) - [BERT-Base](https://grounding.fyi/03-Entities/Models/BERT-Base) - [BERTurk](https://grounding.fyi/03-Entities/Models/BERTurk) - [BGE](https://grounding.fyi/03-Entities/Models/BGE) - [BGE-large](https://grounding.fyi/03-Entities/Models/BGE-large) - [BGE-M3](https://grounding.fyi/03-Entities/Models/BGE-M3) - [bge-reranker-v2-m3](https://grounding.fyi/03-Entities/Models/bge-reranker-v2-m3) - [Bi-Mamba](https://grounding.fyi/03-Entities/Models/Bi-Mamba) - [Bi.Zone](https://grounding.fyi/03-Entities/Companies/Bi.Zone) - [Bing](https://grounding.fyi/03-Entities/Companies/Bing) - [BioBERT](https://grounding.fyi/03-Entities/Models/BioBERT) - [BioLinkBERT](https://grounding.fyi/03-Entities/Models/BioLinkBERT) - [BioLlama3](https://grounding.fyi/03-Entities/Models/BioLlama3) - [BioLORD](https://grounding.fyi/03-Entities/Models/BioLORD) - [BiomedCLIP](https://grounding.fyi/03-Entities/Models/BiomedCLIP) - [BitBoard](https://grounding.fyi/03-Entities/Companies/BitBoard) - [BitGN](https://grounding.fyi/03-Entities/Companies/BitGN) - [BitMamba-2](https://grounding.fyi/03-Entities/Models/BitMamba-2) - [Bitrix24](https://grounding.fyi/03-Entities/Companies/Bitrix24) - [Bitsavers](https://grounding.fyi/03-Entities/Companies/Bitsavers) - [Black Forest Labs](https://grounding.fyi/03-Entities/Companies/Black-Forest-Labs) - [Blacksmith](https://grounding.fyi/03-Entities/Companies/Blacksmith) - [BleepingComputer](https://grounding.fyi/03-Entities/Companies/BleepingComputer) - [Blibli](https://grounding.fyi/03-Entities/Companies/Blibli) - [BliKVM](https://grounding.fyi/03-Entities/Companies/BliKVM) - [Block](https://grounding.fyi/03-Entities/Companies/Block) - [Blue Dwarf](https://grounding.fyi/03-Entities/Companies/Blue-Dwarf) - [Blue41](https://grounding.fyi/03-Entities/Companies/Blue41) - [Bluesky](https://grounding.fyi/03-Entities/Companies/Bluesky) - [BMK Lite](https://grounding.fyi/03-Entities/Companies/BMK-Lite) - [Boeing](https://grounding.fyi/03-Entities/Companies/Boeing) - [Boring College](https://grounding.fyi/03-Entities/Companies/Boring-College) - [Braintrust](https://grounding.fyi/03-Entities/Companies/Braintrust) - [Brave](https://grounding.fyi/03-Entities/Companies/Brave) - [BrekkyLab](https://grounding.fyi/03-Entities/Companies/BrekkyLab) - [Bridgewater](https://grounding.fyi/03-Entities/Companies/Bridgewater) - [Britannica](https://grounding.fyi/03-Entities/Companies/Britannica) - [Bubbles](https://grounding.fyi/03-Entities/Companies/Bubbles) - [buf](https://grounding.fyi/03-Entities/Companies/buf) - [Bunq](https://grounding.fyi/03-Entities/Companies/Bunq) - [Burson](https://grounding.fyi/03-Entities/Companies/Burson) - [Business Insider](https://grounding.fyi/03-Entities/Companies/Business-Insider) - [ByteDance](https://grounding.fyi/03-Entities/Companies/ByteDance) - [Caddy](https://grounding.fyi/03-Entities/Companies/Caddy) - [Calendly](https://grounding.fyi/03-Entities/Companies/Calendly) - [Caltech](https://grounding.fyi/03-Entities/Companies/Caltech) - [CamemBERT](https://grounding.fyi/03-Entities/Models/CamemBERT) - [Cancer Hospital of the Chinese Academy of Medical Sciences](https://grounding.fyi/03-Entities/Companies/Cancer-Hospital-of-the-Chinese-Academy-of-Medical-Sciences) - [Canonical](https://grounding.fyi/03-Entities/Companies/Canonical) - [Canva](https://grounding.fyi/03-Entities/Companies/Canva) - [CAPCOM](https://grounding.fyi/03-Entities/Companies/CAPCOM) - [Capterra](https://grounding.fyi/03-Entities/Companies/Capterra) - [CARLA](https://grounding.fyi/03-Entities/Companies/CARLA) - [Cash App](https://grounding.fyi/03-Entities/Companies/Cash-App) - [CatalyzeX](https://grounding.fyi/03-Entities/Companies/CatalyzeX): CatalyzeX is a discovery tool that links research papers to their code implementations, demos, and related resources, and is integrated into arXiv as an arXivLabs feature. It helps practitioners locate runnable artifacts behind ML and AI papers. GROUNDING tracks CatalyzeX as… - [CatBoost](https://grounding.fyi/03-Entities/Models/CatBoost) - [CBC](https://grounding.fyi/03-Entities/Companies/CBC) - [CDC](https://grounding.fyi/03-Entities/Companies/CDC) - [Celery](https://grounding.fyi/03-Entities/Companies/Celery) - [Cerebras](https://grounding.fyi/03-Entities/Companies/Cerebras) - [CEV](https://grounding.fyi/03-Entities/Companies/CEV) - [Charter Communications, Inc](https://grounding.fyi/03-Entities/Companies/Charter-Communications-Inc) - [ChatGPT 5 mini](https://grounding.fyi/03-Entities/Models/ChatGPT-5-mini) - [ChatGPT 5.5](https://grounding.fyi/03-Entities/Models/ChatGPT-5.5) - [Checkmk](https://grounding.fyi/03-Entities/Companies/Checkmk) - [ChemAlign Transformer](https://grounding.fyi/03-Entities/Models/ChemAlign-Transformer) - [Cherry Servers](https://grounding.fyi/03-Entities/Companies/Cherry-Servers) - [Cherry Studio](https://grounding.fyi/03-Entities/Companies/Cherry-Studio) - [Chevrolet](https://grounding.fyi/03-Entities/Companies/Chevrolet) - [CHINA UNICOM](https://grounding.fyi/03-Entities/Companies/CHINA-UNICOM) - [Chinanet](https://grounding.fyi/03-Entities/Companies/Chinanet) - [Chinese University of Hong Kong](https://grounding.fyi/03-Entities/Companies/Chinese-University-of-Hong-Kong) - [CHMI](https://grounding.fyi/03-Entities/Companies/CHMI) - [Chroma](https://grounding.fyi/03-Entities/Companies/Chroma) - [ChromaDB](https://grounding.fyi/03-Entities/Companies/ChromaDB) - [Chronos-2](https://grounding.fyi/03-Entities/Models/Chronos-2) - [Chronos-small](https://grounding.fyi/03-Entities/Models/Chronos-small) - [Cian](https://grounding.fyi/03-Entities/Companies/Cian) - [CISA](https://grounding.fyi/03-Entities/Companies/CISA) - [CJ ENM](https://grounding.fyi/03-Entities/Companies/CJ-ENM) - [Claude](https://grounding.fyi/03-Entities/Companies/Claude): Claude is Anthropic's AI assistant and model family. GROUNDING tracks Claude model updates, coding-agent workflows, memory patterns, evaluations, and builder-facing behavior changes. - [Claude](https://grounding.fyi/03-Entities/Models/Claude): Claude is Anthropic's AI assistant and model family. GROUNDING tracks Claude model updates, coding-agent workflows, memory patterns, evaluations, and builder-facing behavior changes. - [Claude 3](https://grounding.fyi/03-Entities/Models/Claude-3) - [Claude 3 Opus](https://grounding.fyi/03-Entities/Models/Claude-3-Opus) - [Claude 3.5 Opus](https://grounding.fyi/03-Entities/Models/Claude-3.5-Opus) - [Claude 3.5 Sonnet](https://grounding.fyi/03-Entities/Models/Claude-3.5-Sonnet) - [Claude 3.7 Sonnet](https://grounding.fyi/03-Entities/Models/Claude-3.7-Sonnet) - [Claude 4.5 Sonnet](https://grounding.fyi/03-Entities/Models/Claude-4.5-Sonnet) - [Claude 4.6](https://grounding.fyi/03-Entities/Models/Claude-4.6) - [Claude 5 Fable](https://grounding.fyi/03-Entities/Models/Claude-5-Fable) - [Claude Fable 5](https://grounding.fyi/03-Entities/Models/Claude-Fable-5): Claude Fable 5 is Anthropic's flagship fifth-generation Claude model, released June 2026 as the publicly available, safety-gated counterpart to the partner-restricted Mythos 5. It posts state-of-the-art results on agentic coding and science benchmarks, including roughly 80% on… - [Claude Haiku](https://grounding.fyi/03-Entities/Models/Claude-Haiku) - [Claude Haiku 4.5](https://grounding.fyi/03-Entities/Models/Claude-Haiku-4.5): Claude Haiku 4.5 is the fast, lightweight tier of Anthropic's Claude 4.5 generation, optimized for low-latency and cost-sensitive workloads while retaining strong capability. It complements the Sonnet and Opus tiers. GROUNDING tracks Claude Haiku 4.5's capabilities, pricing, and… - [Claude Mythos](https://grounding.fyi/03-Entities/Models/Claude-Mythos) - [Claude Mythos 5](https://grounding.fyi/03-Entities/Models/Claude-Mythos-5): Claude Mythos 5 is the partner-restricted, less safety-gated counterpart to Anthropic's Claude Fable 5, sharing the same fifth-generation base model but dropping restrictions in high-risk areas such as cybersecurity for a small group of partners. It is not generally available.… - [Claude Mythos Preview](https://grounding.fyi/03-Entities/Models/Claude-Mythos-Preview): Claude Mythos Preview is the early, limited-access form of Anthropic's Mythos-class model, tested by a small set of organizations before the broader fifth-generation rollout. It represented Anthropic's most capable internal tier pending additional cyber safeguards. GROUNDING… - [Claude Opus](https://grounding.fyi/03-Entities/Models/Claude-Opus) - [Claude Opus 3](https://grounding.fyi/03-Entities/Models/Claude-Opus-3) - [Claude Opus 4](https://grounding.fyi/03-Entities/Models/Claude-Opus-4) - [Claude Opus 4.5](https://grounding.fyi/03-Entities/Models/Claude-Opus-4.5): Claude Opus 4.5 is a flagship model in Anthropic's Claude 4.5 generation, the high-capability tier preceding the 4.6, 4.7, and 4.8 updates. It advanced coding and reasoning over the Claude 4 line. GROUNDING tracks Claude Opus 4.5's capabilities, benchmarks, and place in the… - [Claude Opus 4.6](https://grounding.fyi/03-Entities/Models/Claude-Opus-4.6): Claude Opus 4.6 is Anthropic's flagship Claude model released February 2026, introducing features such as agent teams and Claude in PowerPoint. It served as the high-capability tier ahead of Opus 4.7 and 4.8. GROUNDING tracks Claude Opus 4.6 capabilities, agentic features, and… - [Claude Opus 4.7](https://grounding.fyi/03-Entities/Models/Claude-Opus-4.7): Claude Opus 4.7 is Anthropic's flagship Claude model released April 2026, with improvements in software engineering, long-running coding tasks, and higher-resolution vision over Opus 4.6. It solved coding-benchmark tasks neither Opus 4.6 nor Sonnet 4.6 could. GROUNDING tracks… - [Claude Opus 4.8](https://grounding.fyi/03-Entities/Models/Claude-Opus-4.8): Claude Opus 4.8 is Anthropic's most advanced publicly available Claude model as of its May 2026 release, with notable gains in coding, reasoning, and honesty over Opus 4.7. It launched alongside a 'dynamic workflow' feature for running multiple subagents and an effort control… - [Claude Opus 4.8 Max](https://grounding.fyi/03-Entities/Models/Claude-Opus-4.8-Max) - [Claude Sonnet](https://grounding.fyi/03-Entities/Models/Claude-Sonnet) - [Claude Sonnet 3.7](https://grounding.fyi/03-Entities/Models/Claude-Sonnet-3.7) - [Claude Sonnet 4](https://grounding.fyi/03-Entities/Models/Claude-Sonnet-4): Claude Sonnet 4 is the mid-tier model of Anthropic's Claude 4 generation, balancing speed and capability for everyday and developer workloads. It anchored the Claude 4 lineup before the 4.5 and 4.6 updates. GROUNDING tracks Claude Sonnet 4's capabilities, benchmarks, and place… - [Claude Sonnet 4.5](https://grounding.fyi/03-Entities/Models/Claude-Sonnet-4.5): Claude Sonnet 4.5 is the mid-tier model of Anthropic's Claude 4.5 generation, balancing speed and capability for developer and everyday workloads. It preceded Sonnet 4.6. GROUNDING tracks Claude Sonnet 4.5's capabilities, benchmarks, and developer adoption. - [Claude Sonnet 4.6](https://grounding.fyi/03-Entities/Models/Claude-Sonnet-4.6): Claude Sonnet 4.6 is Anthropic's mid-tier Claude model released February 2026, with improvements in consistency and instruction following that early-access developers preferred to its predecessor by a wide margin. It delivers performance that previously required an Opus-class… - [Claude-4.5-Opus](https://grounding.fyi/03-Entities/Models/Claude-4.5-Opus) - [claude-haiku-4-5](https://grounding.fyi/03-Entities/Models/claude-haiku-4-5) - [Claude-SonnetV2](https://grounding.fyi/03-Entities/Models/Claude-SonnetV2) - [Clawdbot](https://grounding.fyi/03-Entities/Companies/Clawdbot) - [ClickHouse](https://grounding.fyi/03-Entities/Companies/ClickHouse) - [ClickUp](https://grounding.fyi/03-Entities/Companies/ClickUp) - [Cline](https://grounding.fyi/03-Entities/Companies/Cline) - [ClinicalBERT](https://grounding.fyi/03-Entities/Models/ClinicalBERT) - [CLIP](https://grounding.fyi/03-Entities/Models/CLIP) - [CLIP-L](https://grounding.fyi/03-Entities/Models/CLIP-L) - [Cloud.ru](https://grounding.fyi/03-Entities/Companies/Cloud.ru) - [Cloud4Y](https://grounding.fyi/03-Entities/Companies/Cloud4Y) - [Cloudflare](https://grounding.fyi/03-Entities/Companies/Cloudflare) - [CloudOn](https://grounding.fyi/03-Entities/Companies/CloudOn) - [Cloudsmith](https://grounding.fyi/03-Entities/Companies/Cloudsmith) - [CNBC](https://grounding.fyi/03-Entities/Companies/CNBC) - [CNCF](https://grounding.fyi/03-Entities/Companies/CNCF) - [CockroachDB](https://grounding.fyi/03-Entities/Companies/CockroachDB) - [Coconut](https://grounding.fyi/03-Entities/Models/Coconut) - [Code Whisper](https://grounding.fyi/03-Entities/Models/Code-Whisper) - [CodeFormer](https://grounding.fyi/03-Entities/Models/CodeFormer) - [Coder](https://grounding.fyi/03-Entities/Companies/Coder) - [CodeRabbit](https://grounding.fyi/03-Entities/Companies/CodeRabbit) - [CodeScoring](https://grounding.fyi/03-Entities/Companies/CodeScoring) - [CODESYS](https://grounding.fyi/03-Entities/Companies/CODESYS) - [Codex](https://grounding.fyi/03-Entities/Models/Codex): Codex is an AI coding model and agent ecosystem associated with software engineering workflows. GROUNDING tracks Codex-related coding, evaluation, and agent updates. - [CODING](https://grounding.fyi/03-Entities/Companies/CODING) - [Cognition](https://grounding.fyi/03-Entities/Companies/Cognition): Cognition AI is a San Francisco-based company founded in 2023, known for Devin, an autonomous AI software-engineering agent. It is a prominent player in the agentic coding space. GROUNDING tracks Cognition's product releases, agent capabilities, and position among AI coding… - [Cogvideo](https://grounding.fyi/03-Entities/Models/Cogvideo) - [Cohere](https://grounding.fyi/03-Entities/Companies/Cohere) - [Coinbase](https://grounding.fyi/03-Entities/Companies/Coinbase) - [ColBERT](https://grounding.fyi/03-Entities/Models/ColBERT) - [ColBERTv2](https://grounding.fyi/03-Entities/Models/ColBERTv2) - [CoLES](https://grounding.fyi/03-Entities/Models/CoLES) - [Columbia](https://grounding.fyi/03-Entities/Companies/Columbia) - [Comcast Cable Communications, LLC](https://grounding.fyi/03-Entities/Companies/Comcast-Cable-Communications-LLC) - [Command A+](https://grounding.fyi/03-Entities/Models/Command-A+) - [Commonwealth Bank of Australia](https://grounding.fyi/03-Entities/Companies/Commonwealth-Bank-of-Australia) - [Composer 2.5](https://grounding.fyi/03-Entities/Models/Composer-2.5) - [Confluence](https://grounding.fyi/03-Entities/Companies/Confluence) - [Consultant](https://grounding.fyi/03-Entities/Companies/Consultant) - [Content AI](https://grounding.fyi/03-Entities/Companies/Content-AI) - [Conviction](https://grounding.fyi/03-Entities/Companies/Conviction) - [ConvNeXt-Tiny](https://grounding.fyi/03-Entities/Models/ConvNeXt-Tiny) - [Copilot](https://grounding.fyi/03-Entities/Companies/Copilot) - [CORE](https://grounding.fyi/03-Entities/Companies/CORE) - [CoreWeave](https://grounding.fyi/03-Entities/Companies/CoreWeave) - [CorGAN](https://grounding.fyi/03-Entities/Models/CorGAN) - [Cortex](https://grounding.fyi/03-Entities/Companies/Cortex) - [Cosmos](https://grounding.fyi/03-Entities/Models/Cosmos) - [Cossa](https://grounding.fyi/03-Entities/Companies/Cossa) - [CosyVoice3](https://grounding.fyi/03-Entities/Models/CosyVoice3) - [Coverr](https://grounding.fyi/03-Entities/Companies/Coverr) - [CPython](https://grounding.fyi/03-Entities/Companies/CPython) - [CrewAI](https://grounding.fyi/03-Entities/Companies/CrewAI) - [Crosby](https://grounding.fyi/03-Entities/Companies/Crosby) - [CrowdStrike](https://grounding.fyi/03-Entities/Companies/CrowdStrike) - [CUBA](https://grounding.fyi/03-Entities/Companies/CUBA) - [curl](https://grounding.fyi/03-Entities/Companies/curl) - [Cursor](https://grounding.fyi/03-Entities/Companies/Cursor): Cursor is an AI-powered code editor built on VS Code that integrates large language models for code generation, editing, and agentic workflows. It is among the most widely adopted AI coding environments. GROUNDING tracks Cursor's feature releases, model integrations, and impact… - [Cursor AI](https://grounding.fyi/03-Entities/Companies/Cursor-AI) - [Czech Hydrometeorological Institute](https://grounding.fyi/03-Entities/Companies/Czech-Hydrometeorological-Institute) - [DagsHub](https://grounding.fyi/03-Entities/Companies/DagsHub): DagsHub is an MLOps collaboration platform, often described as 'GitHub for machine learning,' combining versioned data, models, and experiments via Git, DVC, and MLflow. Founded in 2019, it supports dataset curation, annotation, and experiment tracking, and integrates with arXiv… - [Daimler Truck](https://grounding.fyi/03-Entities/Companies/Daimler-Truck) - [dair_ai](https://grounding.fyi/03-Entities/Companies/dair_ai) - [DAIR.AI](https://grounding.fyi/03-Entities/Companies/DAIR.AI): DAIR.AI is an organization focused on democratizing AI research, education, and tools, maintaining widely used learning resources and prompt-engineering guides. It publishes openly via GitHub and community channels. GROUNDING tracks DAIR.AI's educational releases and… - [DALL·E 3](https://grounding.fyi/03-Entities/Models/DALL%C2%B7E-3) - [DarkBERT](https://grounding.fyi/03-Entities/Companies/DarkBERT) - [Databricks](https://grounding.fyi/03-Entities/Companies/Databricks) - [Datacurve](https://grounding.fyi/03-Entities/Companies/Datacurve) - [Datadog](https://grounding.fyi/03-Entities/Companies/Datadog) - [Datasette](https://grounding.fyi/03-Entities/Companies/Datasette) - [DaXiao Robotics](https://grounding.fyi/03-Entities/Companies/DaXiao-Robotics) - [Dealer.AI](https://grounding.fyi/03-Entities/Companies/Dealer.AI) - [DeBERTa](https://grounding.fyi/03-Entities/Models/DeBERTa) - [Debian](https://grounding.fyi/03-Entities/Companies/Debian) - [Deepgram](https://grounding.fyi/03-Entities/Companies/Deepgram) - [Deepgram nova-2](https://grounding.fyi/03-Entities/Models/Deepgram-nova-2) - [DeepInfra](https://grounding.fyi/03-Entities/Companies/DeepInfra) - [DeepMind](https://grounding.fyi/03-Entities/Companies/DeepMind) - [DeepSeek](https://grounding.fyi/03-Entities/Companies/DeepSeek): DeepSeek is an AI model lab known for reasoning and open model releases. GROUNDING tracks DeepSeek model updates, benchmarks, ecosystem usage, and builder adoption signals. - [DeepSeek](https://grounding.fyi/03-Entities/Models/DeepSeek): DeepSeek is an AI model lab known for reasoning and open model releases. GROUNDING tracks DeepSeek model updates, benchmarks, ecosystem usage, and builder adoption signals. - [DeepSeek 4 Flash](https://grounding.fyi/03-Entities/Models/DeepSeek-4-Flash) - [DeepSeek 4 Pro](https://grounding.fyi/03-Entities/Models/DeepSeek-4-Pro) - [DeepSeek MoE](https://grounding.fyi/03-Entities/Models/DeepSeek-MoE) - [DeepSeek R1](https://grounding.fyi/03-Entities/Models/DeepSeek-R1): DeepSeek R1 is DeepSeek's open-weight reasoning model that drew wide attention for delivering strong reasoning performance at low cost, with weights distributed on Hugging Face. It was a landmark open reasoning release. GROUNDING tracks DeepSeek R1's benchmarks, derivatives, and… - [DeepSeek R1 70B](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-70B) - [DeepSeek R1 8B](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-8B) - [DeepSeek V4](https://grounding.fyi/03-Entities/Models/DeepSeek-V4): DeepSeek V4 is DeepSeek's frontier mixture-of-experts model series previewed April 2026, offered in Pro and Flash variants with up to a 1-million-token context window and open weights under an MIT license. It is positioned near the frontier at a fraction of competitors' cost.… - [DeepSeek V4 Flash](https://grounding.fyi/03-Entities/Models/DeepSeek-V4-Flash): DeepSeek V4 Flash is the lighter, lower-cost variant of DeepSeek's V4 series previewed April 2026, a mixture-of-experts model with about 284B total and 13B active parameters and a 1-million-token context window. It targets fast, inexpensive inference relative to V4 Pro.… - [DeepSeek V4 Pro](https://grounding.fyi/03-Entities/Models/DeepSeek-V4-Pro): DeepSeek V4 Pro is the high-capability variant of DeepSeek's V4 series previewed April 2026, a mixture-of-experts model with about 1.6T total and 49B active parameters and a 1-million-token context window. It is positioned near the frontier at low cost with open weights.… - [DeepSeek-AI](https://grounding.fyi/03-Entities/Companies/DeepSeek-AI) - [DeepSeek-Coder-6.7B](https://grounding.fyi/03-Entities/Models/DeepSeek-Coder-6.7B) - [DeepSeek-LLM-7B](https://grounding.fyi/03-Entities/Models/DeepSeek-LLM-7B) - [DeepSeek-R1-0120](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-0120) - [DeepSeek-R1-Distill](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-Distill) - [DeepSeek-R1-Distill-Llama-8B](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-Distill-Llama-8B) - [DeepSeek-R1-Distill-Qwen-1.5B](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-Distill-Qwen-1.5B) - [DeepSeek-R1-Distill-Qwen-14B](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-Distill-Qwen-14B) - [DeepSeek-R1-Distill-Qwen-7B](https://grounding.fyi/03-Entities/Models/DeepSeek-R1-Distill-Qwen-7B) - [DeepSeek-V2-Lite](https://grounding.fyi/03-Entities/Models/DeepSeek-V2-Lite) - [DeepSeek-V3](https://grounding.fyi/03-Entities/Models/DeepSeek-V3) - [DeepSeek-V3.1](https://grounding.fyi/03-Entities/Models/DeepSeek-V3.1) - [DeepSeek-V3.2](https://grounding.fyi/03-Entities/Models/DeepSeek-V3.2) - [Deepseek2.5](https://grounding.fyi/03-Entities/Models/Deepseek2.5) - [Dell](https://grounding.fyi/03-Entities/Companies/Dell) - [Delta Airlines](https://grounding.fyi/03-Entities/Companies/Delta-Airlines) - [Der Spiegel](https://grounding.fyi/03-Entities/Companies/Der-Spiegel) - [DesignArena](https://grounding.fyi/03-Entities/Companies/DesignArena) - [DevOps Research and Assessment (DORA)](https://grounding.fyi/03-Entities/Companies/DevOps-Research-and-Assessment-(DORA)) - [Devstral 2](https://grounding.fyi/03-Entities/Models/Devstral-2) - [Devstral Small 2](https://grounding.fyi/03-Entities/Models/Devstral-Small-2) - [DFlash](https://grounding.fyi/03-Entities/Models/DFlash) - [Didi](https://grounding.fyi/03-Entities/Companies/Didi) - [DiffusionGemma](https://grounding.fyi/03-Entities/Models/DiffusionGemma): DiffusionGemma is a Google DeepMind open-weight model built on the 26B-A4B mixture-of-experts Gemma 4 architecture that generates tokens via discrete diffusion, reaching up to 1000+ tokens per second on a single H100. It is multimodal over text, image, and video inputs and… - [DiffusionGemma 26B](https://grounding.fyi/03-Entities/Models/DiffusionGemma-26B) - [Dify](https://grounding.fyi/03-Entities/Companies/Dify) - [Dify.AI](https://grounding.fyi/03-Entities/Companies/Dify.AI) - [DigitalOcean](https://grounding.fyi/03-Entities/Companies/DigitalOcean) - [Discord](https://grounding.fyi/03-Entities/Companies/Discord) - [Discourse](https://grounding.fyi/03-Entities/Companies/Discourse) - [DistilBERT](https://grounding.fyi/03-Entities/Models/DistilBERT) - [distilbert-base-uncased-finetuned-sst-2-english](https://grounding.fyi/03-Entities/Models/distilbert-base-uncased-finetuned-sst-2-english) - [DistilRoBERTa](https://grounding.fyi/03-Entities/Models/DistilRoBERTa) - [DLinear](https://grounding.fyi/03-Entities/Models/DLinear) - [DN42](https://grounding.fyi/03-Entities/Companies/DN42) - [Docker](https://grounding.fyi/03-Entities/Companies/Docker) - [Domclick](https://grounding.fyi/03-Entities/Companies/Domclick) - [DoorDash](https://grounding.fyi/03-Entities/Companies/DoorDash) - [Dream](https://grounding.fyi/03-Entities/Models/Dream) - [Dream-7B-Instruct](https://grounding.fyi/03-Entities/Models/Dream-7B-Instruct) - [Dropbox](https://grounding.fyi/03-Entities/Companies/Dropbox) - [DrugBank](https://grounding.fyi/03-Entities/Companies/DrugBank) - [DSPy](https://grounding.fyi/03-Entities/Companies/DSPy) - [DualE](https://grounding.fyi/03-Entities/Models/DualE) - [Dub](https://grounding.fyi/03-Entities/Companies/Dub) - [DuckDuckGo](https://grounding.fyi/03-Entities/Companies/DuckDuckGo) - [Duolingo](https://grounding.fyi/03-Entities/Companies/Duolingo) - [dxFeed](https://grounding.fyi/03-Entities/Companies/dxFeed) - [e2b](https://grounding.fyi/03-Entities/Companies/e2b) - [E5](https://grounding.fyi/03-Entities/Models/E5) - [e5-sk-large](https://grounding.fyi/03-Entities/Models/e5-sk-large) - [e5-sk-small](https://grounding.fyi/03-Entities/Models/e5-sk-small) - [EAGLE-3](https://grounding.fyi/03-Entities/Models/EAGLE-3) - [Earth Notes](https://grounding.fyi/03-Entities/Companies/Earth-Notes) - [Earth System Grid Federation](https://grounding.fyi/03-Entities/Companies/Earth-System-Grid-Federation) - [easyp](https://grounding.fyi/03-Entities/Companies/easyp) - [eBay](https://grounding.fyi/03-Entities/Companies/eBay) - [Eiffel Software](https://grounding.fyi/03-Entities/Companies/Eiffel-Software) - [Elasticsearch](https://grounding.fyi/03-Entities/Companies/Elasticsearch) - [EleutherAI](https://grounding.fyi/03-Entities/Companies/EleutherAI) - [EleutherAI-pythia-410m](https://grounding.fyi/03-Entities/Models/EleutherAI-pythia-410m) - [ElevenLabs](https://grounding.fyi/03-Entities/Companies/ElevenLabs) - [ElevenLabs Music](https://grounding.fyi/03-Entities/Models/ElevenLabs-Music) - [ELPiS](https://grounding.fyi/03-Entities/Companies/ELPiS) - [EMBER-14B](https://grounding.fyi/03-Entities/Models/EMBER-14B) - [Embodied-R1.5](https://grounding.fyi/03-Entities/Models/Embodied-R1.5) - [Emerge Career](https://grounding.fyi/03-Entities/Companies/Emerge-Career) - [EnrichLead](https://grounding.fyi/03-Entities/Companies/EnrichLead) - [Epic Attic](https://grounding.fyi/03-Entities/Companies/Epic-Attic) - [Epic Games](https://grounding.fyi/03-Entities/Companies/Epic-Games) - [Epoch AI](https://grounding.fyi/03-Entities/Companies/Epoch-AI) - [Epsilon](https://grounding.fyi/03-Entities/Companies/Epsilon) - [ESRGAN](https://grounding.fyi/03-Entities/Models/ESRGAN) - [etcd](https://grounding.fyi/03-Entities/Companies/etcd) - [ETH Zurich](https://grounding.fyi/03-Entities/Companies/ETH-Zurich) - [EU](https://grounding.fyi/03-Entities/Companies/EU) - [EuroHPC](https://grounding.fyi/03-Entities/Companies/EuroHPC) - [European Union](https://grounding.fyi/03-Entities/Companies/European-Union) - [Every](https://grounding.fyi/03-Entities/Companies/Every) - [Exa](https://grounding.fyi/03-Entities/Companies/Exa) - [EXANTE](https://grounding.fyi/03-Entities/Companies/EXANTE) - [F5](https://grounding.fyi/03-Entities/Companies/F5) - [Fable](https://grounding.fyi/03-Entities/Companies/Fable) - [Fable](https://grounding.fyi/03-Entities/Models/Fable) - [Fable 4](https://grounding.fyi/03-Entities/Models/Fable-4)